.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;
}
html,
body {
  font-size: 16px;
}
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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:221,228,229;--color-primary-1:143,165,170;--color-primary-2:30,75,84;--color-primary-3:15,38,42;--color-primary-4:5,11,13;--color-secondary-0:247,253,239;--color-secondary-1:229,247,202;--color-secondary-2:202,239,148;--color-secondary-3:101,120,74;--color-secondary-4:30,36,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins extrabold";--paragraphs-font-family:"Poppins"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.75);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { background-color: transparent; background-image: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container > .video-iframe-container { display: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container { display: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .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); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { border-width: 0; border-radius: 0; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#hyB6IQTiD70MPq6DI3DnZnAqu6xAVEXS { background-color:rgba(var(--color-primary-0),0);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#ri4pRop0hOvWBAN6MrMfJvQPilZ3gc4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ttF4xJaJeh9UcX47zNoBIKowvfCy1hKU { background-color:rgba(var(--color-primary-0),0);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#etbvPh58xDa9ZzdUW2r3XRSpOZpdEScI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2Hp11BT1aJT6GROO2eCFVFCO4iWxq11 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#FTDh8EIFgNZTVzqFwo36Sb6vm3aGFIDc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#NTkTeKvc74UQo5PZ9HlTrEpeh2g6uWf6 { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#V6ME4GxPViGRhTTlvOA3LPnMPGExDADT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#migu4xPcfxKBzEe1wz0M6DMDvENW7GCT { background-color:rgba(var(--color-primary-0),0);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#u7pGPUfo4kIhF7X7SalnZfc9fcK6s1Th { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o8afmc1hN199avZ8p2nnCnNmyOF3qxnK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.9375rem;left:67.1923828125rem;display:block; }
#Xrn1rzTAlGg9FKPhWflcN1ieRvfpUKdh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CB6iZFHrfEupB5rHUufMAtGCzyo6q4gP { background-color:#eb600b;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#241c58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8748125rem;height:2.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.0625rem;left:60.8125rem;display:none; }
#DBzEz2unGH2EvnmpwkwTGxSPfR0UP3l6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ySMMAXAVcadMm7G5XOXyeJMUV4TMTArf { color:rgba(var(--color-tertiary-0),1);display:block;width:20.748rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4549814462662rem;left:14.5rem;height:1.46194375rem;text-align:center;text-align-last:center;display:none; }
#TTrcsXtbr52pwupwpL2pRQcWcfZLwe1O { z-index:15004;top:0.9375rem;left:34.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;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:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BvHf3Gb1P0QCXaBO8aJeuOuPlTqy1WSt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dn911OSIiPrnXHy2cg6C7pTd8kiH8bG5 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#w2eUCqFpwhkWASDVzbTxsH6IwkKdn3kC { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;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:7.375rem;top:1.09375rem;left:1.03125rem;overflow:hidden;display:block; }
#wZpSUUNRq5EBHVQPPOPutuJsLBNvn9ui { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;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:6.4375rem;top:1.5625rem;left:1.53125rem;overflow:hidden;display:none; }
#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { background-color: transparent; background-image: none; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container > .video-iframe-container { display: none; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row > .video-iframe-container { display: none; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .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); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { border-width: 0; border-radius: 0; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4b54;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; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container { background-color: transparent; background-image: none; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container > .video-iframe-container { display: none; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row > .video-iframe-container { display: none; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .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); }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container { border-width: 0; border-radius: 0; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#damvkp2osi1NrMoWtfwl7uCT40L628HL { position:absolute;display:block;z-index:15026;background-color:#1c333a;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:12.5rem;width:12.5rem;top:28.5625rem;left:6.75rem;display:block; }
#p0rohUBT9catuZNXk3Q3ENaxyOOA6nD4 { position:absolute;display:block;z-index:15025;background-color:#caef94;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:12.5rem;width:12.5rem;top:24.3125rem;left:6.75rem;display:block; }
#Kebkys2w8NbnlS5LyG53EpfQGV6nROnq { position:absolute;display:block;z-index:15027;height:33.75rem;width:60rem;top:6.5625rem;left:7.5rem;display:block; }
#rBQkBSQJPmpMriCeHbVh9u58EpSW8HpF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.4375rem;width:29.875rem;top:4.375rem;left:22.6875rem;display:none; }
#I407fXgwemNLX0DCHV7JApyMGRm3Ggtq { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);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:3.1875rem;width:44rem;top:8.15625rem;left:15.5rem;display:none; }
#zmgSqpIfl317uociZXL3xIWSEgfgLiTf { color:#caef94;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:3.125rem;left:18.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4b54;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; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container { background-color: transparent; background-image: none; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container > .video-iframe-container { display: none; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row > .video-iframe-container { display: none; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .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); }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container { border-width: 0; border-radius: 0; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#ik6i9NdK0XCKmaGFI5m38G2Rp0B6eh1V { color:#caef94;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:2.1875rem;left:19.375001907349rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4b54;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; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container { background-color: transparent; background-image: none; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container > .video-iframe-container { display: none; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row > .video-iframe-container { display: none; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .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); }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container { border-width: 0; border-radius: 0; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#A0DBZStZRVWbLA19G0ZfZf6hbecPzptk { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#axznKKsl2amgyLdgIBgazN7XPq4MsfIU { position:absolute;display:block;z-index:15039;height:21rem;width:60rem;top:0.3125rem;left:7.5000019073488rem;display:block; }
#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container { background-color: transparent; background-image: none; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container > .video-iframe-container { display: none; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row > .video-iframe-container { display: none; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .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); }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container { border-width: 0; border-radius: 0; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#rTG0apZ8kHrv1EtUGTrStXQRKTRnGnHE { color:#caef94;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:3.13671875rem;left:19.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ > .row .container { background-color: transparent; background-image: none; }#elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ > .row .container > .video-iframe-container { display: none; }#elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ > .row > .video-iframe-container { display: none; }#elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ > .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); }#elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ > .row .container { border-width: 0; border-radius: 0; }#elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#V24HA5zhcDXZyv6tgLe4eqBq4xcgVv82 { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#dryJfCkRTyOk369tBfyZicTsNW8iyPK1 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D2yDpF8ezN5rxhGfLmfziro9vucKthEs { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#dEh2KcaWyeVggMQI6Qmin7ZxrTnn0V5s { position:absolute;display:block;z-index:15041;height:20rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#xpvzzal0mihqE7XUzywNZVmhgmNTg4eM { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWaxNCPBJC7Z3LapCSTRd6vhcFqzhgr8 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1845703125rem;left:9.65625rem;overflow:hidden;display:block; }
#QANuQaPGkHvpOzQ3GezyadRDJxCy7oyI { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1845703125rem;left:4.34375rem;overflow:hidden;display:block; }
#Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K > .row .container { background-color: transparent; background-image: none; }#Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K > .row .container > .video-iframe-container { display: none; }#Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K > .row > .video-iframe-container { display: none; }#Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K > .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); }#Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K > .row .container { border-width: 0; border-radius: 0; }#Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#lJFIrvqKEu2WwcflID77E4ko3iRxXGb3 { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#B8r16Ld9UwKffhWodJ28FcvCTJlUAd5h { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BqVS3Zzzm3oycaBivl28MyPONTID90qT { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#Ca9OFClNvb4LwzZAZWtS9nBRmL0NHT9h { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#xdqJ7ZoRDSpd2aQbJTUwkPW4UDf24bk2 { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RAv7bVTlDxRBokeBqaZnDrLfF5EBluaA { z-index:15008;top:33.125rem;left:17.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qwlSKSG6VToKvuSxOHdgTN9FV4htt9E9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CGtlzluyzsuhPerUNLyf5AeJxC3I589s { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.3125rem;top:2.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#a6rua0kTINSA87KTzIuGQttmyybT1Qed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(30,75,84,0.55);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; }#a6rua0kTINSA87KTzIuGQttmyybT1Qed > .row .container { background-color: transparent; background-image: none; }#a6rua0kTINSA87KTzIuGQttmyybT1Qed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6rua0kTINSA87KTzIuGQttmyybT1Qed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6rua0kTINSA87KTzIuGQttmyybT1Qed > .row .container > .video-iframe-container { display: none; }#a6rua0kTINSA87KTzIuGQttmyybT1Qed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6rua0kTINSA87KTzIuGQttmyybT1Qed > .row > .video-iframe-container { display: none; }#a6rua0kTINSA87KTzIuGQttmyybT1Qed > .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); }#a6rua0kTINSA87KTzIuGQttmyybT1Qed > .row .container { border-width: 0; border-radius: 0; }#a6rua0kTINSA87KTzIuGQttmyybT1Qed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6rua0kTINSA87KTzIuGQttmyybT1Qed > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#OfasxRvzdsqSUPQg5F0q9KAz4TSXDGf3 { color:#000000;display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TAbe5glE7XyuAXGFD99lmEgtvxtTVz1Q { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#O58CstVB7tmnOL9eSJJOQ14oLOoRKLei { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:6.8720703125rem;left:17.5rem;display:block; }
#uFEhWgNMHXKQamFgT6cAowkipNAvpWTS { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:8.125rem;top:3.21875rem;left:5.6875rem;overflow:hidden;display:block; }
#ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 > .row .container { background-color: transparent; background-image: none; }#ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 > .row .container > .video-iframe-container { display: none; }#ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 > .row > .video-iframe-container { display: none; }#ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 > .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); }#ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 > .row .container { border-width: 0; border-radius: 0; }#ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#EMTaTTTGJzVD4ZuNZQfKALihQ9PZWK1X { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#v9b6nWS7EKnVthIM5Xn0Cy1GN5p95ZMC { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wsOH2h0VxLdAa9sCXcP2rD87eUAiQybA { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#JMPqomqexmGG3Ew4cHKIN84hMi3QRENG { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#UPb37ypWeNaOgpCxqTAnzTCytN6DEAhh { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hcmME0CrAyTuUvoL1rA5EfFOchfP0zRe { z-index:15008;top:33.125rem;left:17.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Td2Q5NnmULPhy0vquXZqXgGTllR24J3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tG96knFN3y13BkTwvn1PRumfE6mlUo8k { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra > .row .container { background-color: transparent; background-image: none; }#R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra > .row .container > .video-iframe-container { display: none; }#R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra > .row > .video-iframe-container { display: none; }#R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra > .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); }#R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra > .row .container { border-width: 0; border-radius: 0; }#R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#yVHiEE6LqFzcZm2T4wWIGyDClAXd3CKG { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#HTvn2Ss0Zg8QDUOGeN6cbPVJ8pcLJQ0w { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OdG2k4azuqHiBOLkKTUOv9yg69kpIWwf { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#gteZ4OsBMFTG6JCToZEbNJiptSgDpgWy { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#kRTOBExezoBwmp6AoTxWaRkgIrxQ59Sy { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uQRsR9AIL6lFCtkLcKRsbeIXtG4QBVzV { z-index:15008;top:33.125rem;left:17.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qeyDOnD1HgDKOggZEVxBTMJJ0kzcp4Tk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#grwxzni4bbmDTaS0F389fw5fc9aZVT2g { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x > .row .container { background-color: transparent; background-image: none; }#Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x > .row .container > .video-iframe-container { display: none; }#Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x > .row > .video-iframe-container { display: none; }#Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x > .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); }#Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x > .row .container { border-width: 0; border-radius: 0; }#Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#CdRJnVRqVTJylkx4VOlqN6fLzWZE46NT { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OPST4fpb20MGpyLTrFgZwevGU4pTgR70 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#EZr14CyAJlhXJmIR4adJhc6BTilrd6A3 { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:6.8720703125rem;left:17.5rem;display:block; }
#ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(30,75,84,0.55);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; }#ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN > .row .container { background-color: transparent; background-image: none; }#ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN > .row .container > .video-iframe-container { display: none; }#ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN > .row > .video-iframe-container { display: none; }#ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN > .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); }#ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN > .row .container { border-width: 0; border-radius: 0; }#ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#WR8ws6QbhmLGHHPmk0ps1g0B018dlliP { color:#000000;display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sq7GSRHpOmyQ7yXWaIhTsSITHtNi2MHs { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#U97OgsnRr0nlXwTTNGtGdAuEutkxuJLH { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:6.8720703125rem;left:17.5rem;display:block; }
#PpZHt2E48qNmvrxDQq7Nr34ciOQHwDqc { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;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.8125rem;width:14.0625rem;top:2.46875rem;left:2.71875rem;overflow:hidden;display:block; }
#V25lcch1SOe2gWAw5emmCL70vTqPiTzG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#V25lcch1SOe2gWAw5emmCL70vTqPiTzG > .row .container { background-color: transparent; background-image: none; }#V25lcch1SOe2gWAw5emmCL70vTqPiTzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V25lcch1SOe2gWAw5emmCL70vTqPiTzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V25lcch1SOe2gWAw5emmCL70vTqPiTzG > .row .container > .video-iframe-container { display: none; }#V25lcch1SOe2gWAw5emmCL70vTqPiTzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V25lcch1SOe2gWAw5emmCL70vTqPiTzG > .row > .video-iframe-container { display: none; }#V25lcch1SOe2gWAw5emmCL70vTqPiTzG > .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); }#V25lcch1SOe2gWAw5emmCL70vTqPiTzG > .row .container { border-width: 0; border-radius: 0; }#V25lcch1SOe2gWAw5emmCL70vTqPiTzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V25lcch1SOe2gWAw5emmCL70vTqPiTzG > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#vqTob1FM6GHM00ZoNlrX3ATmymL2ddrS { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#RaTcGiHmufbuk3z385RSLs6Kx8gisX1a { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rZ5Vd2BSwanst4yie7siwPVasuCTrp3D { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#q0CZ5ZWZXFTMxwWTOEWAKAItsNHfyd4k { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#zvQeHLtk6R3TRBOnmOTQLD8R5uceEv9f { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wK7nSCDJpoNSx7KwC6CJoUvEmFTtuXi3 { z-index:15008;top:33.125rem;left:17.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oR1pPc0sRgePCuZv9tvPr9XmbW5zTwHu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VACrVthnVn1UcucXugxpX7hkac7fOvuO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#K68za4aSMLnTkL7w5SnzipU0uvQlKwea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#K68za4aSMLnTkL7w5SnzipU0uvQlKwea > .row .container { background-color: transparent; background-image: none; }#K68za4aSMLnTkL7w5SnzipU0uvQlKwea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K68za4aSMLnTkL7w5SnzipU0uvQlKwea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K68za4aSMLnTkL7w5SnzipU0uvQlKwea > .row .container > .video-iframe-container { display: none; }#K68za4aSMLnTkL7w5SnzipU0uvQlKwea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K68za4aSMLnTkL7w5SnzipU0uvQlKwea > .row > .video-iframe-container { display: none; }#K68za4aSMLnTkL7w5SnzipU0uvQlKwea > .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); }#K68za4aSMLnTkL7w5SnzipU0uvQlKwea > .row .container { border-width: 0; border-radius: 0; }#K68za4aSMLnTkL7w5SnzipU0uvQlKwea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K68za4aSMLnTkL7w5SnzipU0uvQlKwea > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#UtldeZAmoAoKZ6FFeTe2QiMWEBIrWZE2 { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#anuE8l7NI1zTBfPwWStv50nh17Xz7Hlk { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dc9hTg6fTZgSWpxylkXUhwkU4zm6CRxB { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#Btafa5tc82RWwA5WlwxHAwaP9ILJF2pe { position:absolute;display:block;z-index:15041;height:20rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#DMtNT2I3mOd30oLUU77vvMwkO6zi5Kh3 { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xSq0pWVcmx385f4Z70AvTBn96kVoSaFz { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1845703125rem;left:9.65625rem;overflow:hidden;display:block; }
#RhWyNzhsVsDKAMXvwZLnUqh3B59JU1nh { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1845703125rem;left:4.34375rem;overflow:hidden;display:block; }
#e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r > .row .container { background-color: transparent; background-image: none; }#e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r > .row .container > .video-iframe-container { display: none; }#e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r > .row > .video-iframe-container { display: none; }#e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r > .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); }#e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r > .row .container { border-width: 0; border-radius: 0; }#e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#tBMeoT9uE6RpwgFyC1w6Wrc7xKtlWMer { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:0.3125rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uSVQtkmooPxuTXdVHUzbZCUCHFuyHTIq { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#AfeptFtEK05MEmqheldQhhDPkDUSSIdf { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:5rem;left:17.5rem;display:block; }
#VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(30,75,84,0.55);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; }#VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU > .row .container { background-color: transparent; background-image: none; }#VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU > .row .container > .video-iframe-container { display: none; }#VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU > .row > .video-iframe-container { display: none; }#VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU > .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); }#VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU > .row .container { border-width: 0; border-radius: 0; }#VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#oWAi9GzCVdyqJ40fJTBQ4tzk4DAxGqrH { color:#000000;display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ir2vclXHdiq5Jw0vfNSK8F8CDc9gSg9g { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#dm1EczIEVxxJEnKUBMsVUTD7P4KcfbRH { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:6.8720703125rem;left:17.5rem;display:block; }
#Q3D0OLv8naF23V9NW1TIZeupB5Q6OsBS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:8.75rem;top:1.84375rem;left:5.375rem;overflow:hidden;display:block; }
#ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu > .row .container { background-color: transparent; background-image: none; }#ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu > .row .container > .video-iframe-container { display: none; }#ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu > .row > .video-iframe-container { display: none; }#ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu > .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); }#ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu > .row .container { border-width: 0; border-radius: 0; }#ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#aEnsqR3OTHAXP3hRTAi7sksutKuonzcT { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#dZvQCZgopPGDvEaLXIchKyu3MrbL34ZS { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vtVBs4XHGAfHX3P5JLTTesu07uOyvCJk { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#fwra2FzTFS1EfaWMCFXrpRtMTCJliUaL { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#Ze85LfZWmrBfldb6ygJDZpK60R2qU6Z0 { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NKJrU3d8mM8oZN4izkOXL6tP5DDu1Z03 { z-index:15008;top:33.125rem;left:17.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kLsiMA0MMwxpy7DkU8pWypKq4Lvi6l7q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fns7OAecaXe1BTWiiReK2lPkUREm5TVs { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#SzspOOhLG99n4kW0o7xqcW3sM2ablL8B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#SzspOOhLG99n4kW0o7xqcW3sM2ablL8B > .row .container { background-color: transparent; background-image: none; }#SzspOOhLG99n4kW0o7xqcW3sM2ablL8B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzspOOhLG99n4kW0o7xqcW3sM2ablL8B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzspOOhLG99n4kW0o7xqcW3sM2ablL8B > .row .container > .video-iframe-container { display: none; }#SzspOOhLG99n4kW0o7xqcW3sM2ablL8B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzspOOhLG99n4kW0o7xqcW3sM2ablL8B > .row > .video-iframe-container { display: none; }#SzspOOhLG99n4kW0o7xqcW3sM2ablL8B > .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); }#SzspOOhLG99n4kW0o7xqcW3sM2ablL8B > .row .container { border-width: 0; border-radius: 0; }#SzspOOhLG99n4kW0o7xqcW3sM2ablL8B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SzspOOhLG99n4kW0o7xqcW3sM2ablL8B > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#swh5olVVWnACN0VME77tv4aB1qpRrSxP { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#h0UZXlrTHvx5dgbPdbMQCVrlUlTlMP9J { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aK6f9KTFN8tTOHyawGJizdVrbueyiwv0 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#XVUpm9DwOOTJzuMT6Thc7aiL0rZ445td { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#SbLvuhQWO6Q90yqowCdvLpWyyxz7KSEK { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AvH3uAyI95WTCIDb01cIlI9xMnH5z3wy { z-index:15008;top:33.125rem;left:17.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pumpqc6Q0mh4NX07SyXOKeBVzgzRfilX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVxpTFTRl2DMUuDgSvRVmEXPgBCdWLUB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#uATCf0yZ765kvSvDyUik6f8TvThe8xvS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#caef94;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; }#uATCf0yZ765kvSvDyUik6f8TvThe8xvS > .row .container { background-color: transparent; background-image: none; }#uATCf0yZ765kvSvDyUik6f8TvThe8xvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uATCf0yZ765kvSvDyUik6f8TvThe8xvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uATCf0yZ765kvSvDyUik6f8TvThe8xvS > .row .container > .video-iframe-container { display: none; }#uATCf0yZ765kvSvDyUik6f8TvThe8xvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uATCf0yZ765kvSvDyUik6f8TvThe8xvS > .row > .video-iframe-container { display: none; }#uATCf0yZ765kvSvDyUik6f8TvThe8xvS > .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); }#uATCf0yZ765kvSvDyUik6f8TvThe8xvS > .row .container { border-width: 0; border-radius: 0; }#uATCf0yZ765kvSvDyUik6f8TvThe8xvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uATCf0yZ765kvSvDyUik6f8TvThe8xvS > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#GTmBKP7zkFLTRTXSnmqpLaNb0eA95iia { color:#000000;display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2TPW3pdAQNPSxWcr3RhnmV6HlGWT9IL { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#q6ukmTuh4xuh7vroi1Mfax2o30mqPFBc { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#WoekSJUBU2PdHCtpkGnKbwXTOpda1J1u { color:#1c333a;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lJZuZBOXNyTeLvBMThr3mzi2c7eBGoBa { z-index:15008;top:33.125rem;left:17.5rem;background-color:#1c333a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#caef94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wQrOqxt2l5cklceJTT7vIclIDDoZstHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WsxSWmGpeWLTh82FzvH7VeF2adx3paoD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:7.8125rem;top:2.03125rem;left:5.84375rem;overflow:hidden;display:block; }
#whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz > .row .container { background-color: transparent; background-image: none; }#whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz > .row .container > .video-iframe-container { display: none; }#whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz > .row > .video-iframe-container { display: none; }#whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz > .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); }#whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz > .row .container { border-width: 0; border-radius: 0; }#whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#lkLMzgP48WocnSb94Bzmofc3PsshFJfG { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#hBNoIrlKm8tOqZIFmDuf0a7vzNKC5kSQ { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WN8pioZhae2R6kLoohSWvoAmlDkTtZ2J { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#TCTZ8AFHPbmTnSBrcpFwy9to94PmzXWT { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#ZD7LN4vu65GqNeyzQOJgseTAH4oOAPkB { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o35XUk3TLBl71vffTRWNVmuechTdDBub { z-index:15008;top:33.125rem;left:17.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QgoCnOS2P2bcIprOHIeup7wsEAyqcsxX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jo0Am8iwuvZTAbEWdEAxPPhTw8uHT7MP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 > .row .container { background-color: transparent; background-image: none; }#X9uCIJJX0INHgTTEICXnGPvOc44hZOT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 > .row .container > .video-iframe-container { display: none; }#X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 > .row > .video-iframe-container { display: none; }#X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 > .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); }#X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 > .row .container { border-width: 0; border-radius: 0; }#X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#MnbyLqDskvMZ4oegm3f2WovzvT2Tcf1T { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#W64A4PNxGyRw761Cn4Jz2PI55sOrzc0G { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U6ATvn1Nk8zC4o2IG18Uv1ZPn1NrvC8P { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#MakkEg328ItURvhClxLIU9wgB1VKAHNF { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#bCvimSJbFSfdGbGdDnzb5uZCCm6FrnUO { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UW3zv523vaIqTbQ6AWsG7m8LndnBAtRX { z-index:15008;top:33.125rem;left:17.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#THBhVIIATTHUDpxL53GzgJWyWUh4Of2i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Srmnr5USFfPP83fVmvQxvkZ0nKoLNL49 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#ITsKWEHywT1omxAMleUobhNgl3H1WTSr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(30,75,84,0.55);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; }#ITsKWEHywT1omxAMleUobhNgl3H1WTSr > .row .container { background-color: transparent; background-image: none; }#ITsKWEHywT1omxAMleUobhNgl3H1WTSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITsKWEHywT1omxAMleUobhNgl3H1WTSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITsKWEHywT1omxAMleUobhNgl3H1WTSr > .row .container > .video-iframe-container { display: none; }#ITsKWEHywT1omxAMleUobhNgl3H1WTSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITsKWEHywT1omxAMleUobhNgl3H1WTSr > .row > .video-iframe-container { display: none; }#ITsKWEHywT1omxAMleUobhNgl3H1WTSr > .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); }#ITsKWEHywT1omxAMleUobhNgl3H1WTSr > .row .container { border-width: 0; border-radius: 0; }#ITsKWEHywT1omxAMleUobhNgl3H1WTSr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITsKWEHywT1omxAMleUobhNgl3H1WTSr > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#f6hDlO5RbDtlrTBbcgdrTXFBF08E58TI { color:#000000;display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S63DXLUzTtmAri52izIDUiSN3SeCy6vE { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#FQVSV9XF149BAG7x2U7cOTsf7WzayVtH { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:6.8720703125rem;left:17.5rem;display:block; }
#S2fVT26J37sHH8GqECp80bLGlqF4OWPs { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;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.25rem;width:9.375rem;top:2.25rem;left:5.0625rem;overflow:hidden;display:block; }
#tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot > .row .container { background-color: transparent; background-image: none; }#tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot > .row .container > .video-iframe-container { display: none; }#tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot > .row > .video-iframe-container { display: none; }#tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot > .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); }#tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot > .row .container { border-width: 0; border-radius: 0; }#tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#dQRV0109ZQdQyEBP78TcXbgRvpR0Vq30 { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#StStbFVhk62uEzXuvRK4uFNJBsbJmOCS { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m4cWtG8ZqL2Mmxh54bQg7O963aTZuz6d { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#T8bzr8BhsMLsOJEEhubTvBfmhT5fNMCQ { position:absolute;display:block;z-index:15041;height:20rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#yA5t8KK5sFSvic2Z14HZqyWF5rfMWBu6 { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P9P4cmfqDM8K90TESJPQralPdDSq53b1 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1845703125rem;left:9.65625rem;overflow:hidden;display:block; }
#LQZ749ZdFA3o2ErMI3ZWoRvIesvh5NIm { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1845703125rem;left:4.34375rem;overflow:hidden;display:block; }
#Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq > .row .container { background-color: transparent; background-image: none; }#Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq > .row .container > .video-iframe-container { display: none; }#Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq > .row > .video-iframe-container { display: none; }#Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq > .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); }#Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq > .row .container { border-width: 0; border-radius: 0; }#Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#ol51U7dsLRJncgafpfO8XpZUke51dI1s { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:0.3125rem;left:17.5rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t119NRfDfy2647mi78fLvDRank1IT3L6 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#FRQHZSIPDgQt6X2OHbeBSRT4f11zEE9T { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:6.5595703125rem;left:17.5rem;display:block; }
#vmPKSNXhATbSMZig98J5QxOOSE43RuGh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#vmPKSNXhATbSMZig98J5QxOOSE43RuGh > .row .container { background-color: transparent; background-image: none; }#vmPKSNXhATbSMZig98J5QxOOSE43RuGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmPKSNXhATbSMZig98J5QxOOSE43RuGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmPKSNXhATbSMZig98J5QxOOSE43RuGh > .row .container > .video-iframe-container { display: none; }#vmPKSNXhATbSMZig98J5QxOOSE43RuGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmPKSNXhATbSMZig98J5QxOOSE43RuGh > .row > .video-iframe-container { display: none; }#vmPKSNXhATbSMZig98J5QxOOSE43RuGh > .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); }#vmPKSNXhATbSMZig98J5QxOOSE43RuGh > .row .container { border-width: 0; border-radius: 0; }#vmPKSNXhATbSMZig98J5QxOOSE43RuGh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmPKSNXhATbSMZig98J5QxOOSE43RuGh > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#B1kgF4bzPTpPRz9cbZonC9DDbzDgQrSi { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#oe0o9pKVgsbaUygAzwQogqw6DuMshsSJ { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OdUH7IHiHWGvetyGrDTBzdmBNaFbZvQs { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#HKXlIpnC7rASfnpuDZU7BcHqWKSvbqrf { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#efbMoB3pbWCTPVy8zt995KV1ZvrCp4Ms { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B8RT2E9fkCXfRKOVTUvKqukHFPrCH4BR { z-index:15008;top:33.125rem;left:17.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#q6LhQFFdMKcJKqwKBk86QTwKxhvHDSIp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFc3RudFdTu81ZHpGFkBAvZteS9CJLcA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(30,75,84,0.55);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; }#V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y > .row .container { background-color: transparent; background-image: none; }#V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y > .row .container > .video-iframe-container { display: none; }#V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y > .row > .video-iframe-container { display: none; }#V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y > .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); }#V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y > .row .container { border-width: 0; border-radius: 0; }#V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#b00ErJLsA1g0cNki465snbrVetVAK7FA { color:#000000;display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NZJb3ibzUhSamdkgpX4sCA8xJqHHwuTW { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#tfpl5uxLIMMKWIX4hoWauq1995uorR61 { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:6.8720703125rem;left:17.5rem;display:block; }
#VzXJ38PIWDZnTVgLgN8p8lEpdDwenovt { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;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.1875rem;width:11.25rem;top:3.28125rem;left:4.125rem;overflow:hidden;display:block; }
#DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn > .row .container { background-color: transparent; background-image: none; }#DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn > .row .container > .video-iframe-container { display: none; }#DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn > .row > .video-iframe-container { display: none; }#DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn > .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); }#DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn > .row .container { border-width: 0; border-radius: 0; }#DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#J7FVunmxDFuXp0SLlp4GWFIMn7gXESLC { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#kaOcXAxP7FnMM5FpW4HngLBPQ1M1D2TB { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g08Cse5l5MHXJqTkREvBfEXhlOxzGB0x { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#NI6NDyXlgAFvcClgxnvkEVe00TeMlnop { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#qtylRyZUDtL08PRi37lCcdZKspO34Tq2 { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDIuMcv3pOTMmcnFfvGpJ60AiwcGFuaq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#AbiyZBT6GXW3cpLXFy78VmRLLWwp3hbb { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:9.0625rem;left:7.5rem; }
#wrymiiE3d6kQynHR164isNnQRSZ3yXhO { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:8.75rem;left:9.6875rem; }
#fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c333a;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; }#fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 > .row .container { background-color: transparent; background-image: none; }#fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 > .row .container > .video-iframe-container { display: none; }#fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 > .row > .video-iframe-container { display: none; }#fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 > .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); }#fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 > .row .container { border-width: 0; border-radius: 0; }#fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#fV9KOise89BAX92zKvOIvAT6sXkqcK9r { 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:32.1875rem;width:48.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#GFDwZQ64O1uOItaminlGlyyUTdNkkl0T { color:rgba(var(--color-tertiary-0),1);display:block;width:55.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.1875rem;left:17.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dknVTCQTPTnLJiak2VIER5Zr9dwmbpnD { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#iVuLH4TI5ncPskQAWNtXg2a1XBGHcf8r { position:absolute;display:block;z-index:15041;height:22.5rem;width:40rem;top:8.7470703125rem;left:17.5rem;display:block; }
#nRhbEGzBGAw2uPTWh0tg6TOriLi9ToeC { color:#caef94;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x6XTDpZzqRQmfsHuwHKVixgR0CAfR31h { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:6.375rem;top:2.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#tpiwvcUNwhpznZlhsat2lxOlC5KDPtT1 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:9.125rem;left:7.5rem; }
#uTlONw9e9gypw6yTJVh0L5AWoJLq8FIF { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:8.7470703125rem;left:9.6875rem; }
#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4b54;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; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container { background-color: transparent; background-image: none; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container > .video-iframe-container { display: none; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row > .video-iframe-container { display: none; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .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); }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container { border-width: 0; border-radius: 0; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#Bq7vrJZpNe42f3k3D6dz0Hv2bGGvkBZK { 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:6.875rem;width:6.75rem;top:3.125rem;left:34.125rem;overflow:hidden;display:block; }
#V8i8aERM3wGTsfAVf5lT3wsOhfG5qCwJ { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:10.75rem;left:14.875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3qHtwdnvBy5NyrQTluufkMfrZtBDT5R { z-index:15009;top:13.875rem;left:26.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PirenSBoldhRfK3KaH3cw5zdnyMDrrPZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4b54;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; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container { background-color: transparent; background-image: none; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container > .video-iframe-container { display: none; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row > .video-iframe-container { display: none; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .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); }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container { border-width: 0; border-radius: 0; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#AzmGddyTNkqPGWGdNlcHcWD5THm5uMOi { color:#caef94;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:3.125rem;left:19.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4b54;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; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container { background-color: transparent; background-image: none; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container > .video-iframe-container { display: none; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row > .video-iframe-container { display: none; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .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); }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container { border-width: 0; border-radius: 0; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#ZEHphvTHAhWK1PQ5UEELmNBdF36mpkIT { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#bO7u76OB9l35vch85BzmxWoXiagP5Hkb { position:absolute;display:block;z-index:15039;height:21rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4b54;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; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container { background-color: transparent; background-image: none; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container > .video-iframe-container { display: none; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row > .video-iframe-container { display: none; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .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); }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container { border-width: 0; border-radius: 0; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#cFFMpia189wnOgPyl99iTuOIzwZyADnF { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#SVHsgnaOSW9sHM1hLNu6Tb7vQfqwkTBn { position:absolute;display:block;z-index:15039;height:21rem;width:60rem;top:0.3125rem;left:7.5rem;display:block; }
#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#261c58;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; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row .container { border-width: 0; border-radius: 0; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:none; }#VEnVgQUgu68JuTQWgPMiTnnTIph40UzM { color:#383838;display:block;width:63rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:15.01171875rem;left:7.625rem;height:9rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#avyiEa87rKNi4ZRnbtHTAgptxxufBcHX { color:#383838;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:73.6083984375rem;left:15.625rem;height:19.1189375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fNA630uUbMPikOrUmlDGpcVDCkFsQnhi { color:#383838;display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:92.7294921875rem;left:15.625rem;height:11.471375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sUDiI71hBgyu2x9HMX9ou2SO4eb1mzKP { color:#383838;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:108.9296913147rem;left:25.583332061767rem;height:22.9426875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#v7EPgJV7qZ1boT6vaBTzTpkyOov0BL4l { color:#383838;display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:131.87066841126rem;left:15.561634063721rem;height:7.6475625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#M72Az8yfdVE1VAvAC3QGxCrE1utPcyFt { color:#383838;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:255.1875rem;left:26.1875rem;height:19.1189375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Mx8Ai19dhLDxEtQHz6ICBJxiW42goeAD { color:#383838;display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:274.25rem;left:15.6875rem;height:5.735675rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DMDU8BVakTO6b3BCcuTlzVpmEC1M43q9 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:170.10000610351rem;left:31.191408157349rem;display:none; }
#JIsnf9CqNqx1ZqVgqp5TxqiTyv2q6yuH { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.9375rem;width:52.125rem;top:1.1875rem;left:10.3125rem;overflow:hidden;display:block; }
#GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx { position:relative;display:block; }#GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx { background-color: transparent; background-image: none; }#GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx > .row .container > .video-iframe-container { display: none; }#GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx > .row > .video-iframe-container { display: none; }#GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx > .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); }#GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx { border-width: 0; border-radius: 0; }#GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx > .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; }#GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs { 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; }#uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs > .row .container { background-color: transparent; background-image: none; }#uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs > .row .container > .video-iframe-container { display: none; }#uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs > .row > .video-iframe-container { display: none; }#uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs > .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); }#uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs > .row .container { border-width: 0; border-radius: 0; }#uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#KmQywg5GawbzWWbvxsXKMNxLDTHl0eD6 { color:#1c343b;display:block;width:70.25rem;position:absolute;font-family:"poppins extrabold";font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.90625rem;left:2.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH > .row .container { background-color: transparent; background-image: none; }#iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH > .row .container > .video-iframe-container { display: none; }#iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH > .row > .video-iframe-container { display: none; }#iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH > .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); }#iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH > .row .container { border-width: 0; border-radius: 0; }#iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#GkuqgtLPvqNM1cFCMSA9qFxtMEbpocbK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:6.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:19.375rem;display:block; }
#mXL4mHQJRpKh2X08oyhIQtIQBSoBpF9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q5ZtrEJ31WlaGG9XfqGBq4RkoXTsvkn4 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:8.125rem;top:2.5625rem;left:42.8125rem;overflow:hidden;display:block; }
#b7bF70DOUOeCsSLqFKGPL4GUaCCKeTb5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:14.3125rem;top:2.65625rem;left:20.96875rem;overflow:hidden;display:block; }
#UL5gX7CVIc7o2F7VEfuzulcF0Jg8dpvm { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:6.6875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.25rem;left:38.125rem;display:block; }
#ZSTmMbkFVz5fLpdmQN7WUxFuxuCAwLao { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Su4zk9u34LsAGuRvEPnbcS670wc6W2lH { 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; }#Su4zk9u34LsAGuRvEPnbcS670wc6W2lH > .row .container { background-color: transparent; background-image: none; }#Su4zk9u34LsAGuRvEPnbcS670wc6W2lH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su4zk9u34LsAGuRvEPnbcS670wc6W2lH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su4zk9u34LsAGuRvEPnbcS670wc6W2lH > .row .container > .video-iframe-container { display: none; }#Su4zk9u34LsAGuRvEPnbcS670wc6W2lH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su4zk9u34LsAGuRvEPnbcS670wc6W2lH > .row > .video-iframe-container { display: none; }#Su4zk9u34LsAGuRvEPnbcS670wc6W2lH > .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); }#Su4zk9u34LsAGuRvEPnbcS670wc6W2lH > .row .container { border-width: 0; border-radius: 0; }#Su4zk9u34LsAGuRvEPnbcS670wc6W2lH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Su4zk9u34LsAGuRvEPnbcS670wc6W2lH > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#MpmadEZtqKRLqXDTTT0nnxU29nOc0NHC { color:#1c343b;display:block;width:70.25rem;position:absolute;font-family:"poppins extrabold";font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.90625rem;left:2.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq { 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; }#TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq > .row .container { background-color: transparent; background-image: none; }#TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq > .row .container > .video-iframe-container { display: none; }#TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq > .row > .video-iframe-container { display: none; }#TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq > .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); }#TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq > .row .container { border-width: 0; border-radius: 0; }#TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#T4QDgZ8aAnDvXWo4iRGW5VoQk8NvBeFN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:6.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:29.375rem;display:block; }
#E6DxaN2kbSyMSUaEG4gJguyKJyTP0c0w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Otv8vXye4q8AxssTEVA4JRamMz9atOLi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2255625rem;height:6.0996125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:46.875rem;display:block; }
#MvBC6aeNt9N6Rs7F6oE7ccJdalfTWJEG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OIznzgBNlBvM67HpicxBtOtrSyNAzzvX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:6.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.25rem;left:11.875rem;display:block; }
#oGwvI5LVRG82MOFGqJKh7MlpqPnTaV0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dBg5MhkllUvgsZlnQseboTGk0tdNlsiW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;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:19.1875rem;top:3.375rem;left:10.40625rem;overflow:hidden;display:block; }
#f48ygPfxg9S58x35qQe7b0ZclXk3U04o { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;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.8125rem;width:14.0625rem;top:2.90625rem;left:30.46875rem;overflow:hidden;display:block; }
#sVnVPFkJEvtHG5FTHKgkl1f4PLPkCF2c { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;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:9.0625rem;top:2.125rem;left:50.4560546875rem;overflow:hidden;display:block; }
#tikfVtcL73Z12Zh8f7EWu30047bfDUXF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#tikfVtcL73Z12Zh8f7EWu30047bfDUXF > .row .container { background-color: transparent; background-image: none; }#tikfVtcL73Z12Zh8f7EWu30047bfDUXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tikfVtcL73Z12Zh8f7EWu30047bfDUXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tikfVtcL73Z12Zh8f7EWu30047bfDUXF > .row .container > .video-iframe-container { display: none; }#tikfVtcL73Z12Zh8f7EWu30047bfDUXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tikfVtcL73Z12Zh8f7EWu30047bfDUXF > .row > .video-iframe-container { display: none; }#tikfVtcL73Z12Zh8f7EWu30047bfDUXF > .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); }#tikfVtcL73Z12Zh8f7EWu30047bfDUXF > .row .container { border-width: 0; border-radius: 0; }#tikfVtcL73Z12Zh8f7EWu30047bfDUXF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tikfVtcL73Z12Zh8f7EWu30047bfDUXF > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#Utznr0IC3ZaXLnI6U1kf5a3VkDbkqQT9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:6.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:20.625rem;display:block; }
#H9tHWeEHPFgT3Mfg6EWktQ8Bq0nUDH9c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nz3NZcUzHc1DOwWec3TtoPo7R4crhmnB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:6.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:38.125rem;display:block; }
#sLH2M4cryO48oDgul7DT4xCqiT1VaraH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V28yp952MmGQ90xgrtU8gsQDHnLuxcSn { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:11.5625rem;top:3.6875rem;left:40.46875rem;overflow:hidden;display:block; }
#zfTEgyT69Gn9NBuOWWZM1HucCLE7lcwX { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:8.75rem;top:2.8125rem;left:24.375rem;overflow:hidden;display:block; }
#ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 { 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; }#ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 > .row .container { background-color: transparent; background-image: none; }#ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 > .row .container > .video-iframe-container { display: none; }#ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 > .row > .video-iframe-container { display: none; }#ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 > .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); }#ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 > .row .container { border-width: 0; border-radius: 0; }#ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#qKmvWhdaGvtZabPNgQieeFcpog6mQ10x { color:#1c343b;display:block;width:70.25rem;position:absolute;font-family:"poppins extrabold";font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.90625rem;left:2.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG > .row .container { background-color: transparent; background-image: none; }#e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG > .row .container > .video-iframe-container { display: none; }#e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG > .row > .video-iframe-container { display: none; }#e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG > .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); }#e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG > .row .container { border-width: 0; border-radius: 0; }#e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#wdDchImlCtI0xkJeEmyFTxb0IJRc0qIy { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.46875rem;height:4.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:45rem;display:block; }
#Hnm8oXwkN8g7BIc6PdKotdVSJ2920zDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZiMuH1ZpW2oIeSfhs2qsMQh9amBPukO { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;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:7.8125rem;top:2.75rem;left:47.3125rem;overflow:hidden;display:block; }
#p5SeTgcMxliiIDRw3i2vLbcW4ZD0ZXpT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:31.25rem;display:block; }
#VavNvBQu4d30grmsCKUuGU7RBr3FLfXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#saSTf9NRMVEzTM16swbAge2u3xVG29dT { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;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:9.0625rem;top:1.4375rem;left:33rem;overflow:hidden;display:block; }
#VLtkA5oTSbckrM25K9xGB8te0T3vIxKh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.46875rem;height:4.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:17.46875rem;display:block; }
#sFRWnDniTeRLty6N5SM1rlMyLk28s8L3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GSKqwJfb6kpK9oQ79qz3VmhyGwJEZEh8 { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:5.9375rem;top:2.40625rem;left:20.734375rem;overflow:hidden;display:block; }
#oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N { background-color:#1c343b;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N > .row .container { background-color: transparent; background-image: none; }#oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N > .row .container > .video-iframe-container { display: none; }#oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N > .row > .video-iframe-container { display: none; }#oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N > .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); }#oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N > .row .container { border-width: 0; border-radius: 0; }#oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N > .row .container { font-size:0.875rem;font-family:raleway;height:10rem;width:75rem;overflow:visible;position:relative;display:block; }#B7T04pV5axzNRA3ZIhOadmEWh4kBMFUo { color:rgba(var(--color-secondary-2),1);display:block;width:62.0625rem;position:absolute;font-family:"poppins extrabold";font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.83203125rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c343b;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; }#ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 > .row .container { background-color: transparent; background-image: none; }#ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 > .row .container > .video-iframe-container { display: none; }#ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 > .row > .video-iframe-container { display: none; }#ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 > .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); }#ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 > .row .container { border-width: 0; border-radius: 0; }#ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#T9B7BtB9bvPf79uf48T0FXsaCidU2RUn { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.125rem;width:3.125rem;top:8.75rem;left:3.75rem;display:none; }
#E1QhMxIm1VNLFfay1JkEe1MwyxFS1Wxh { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.41796875rem;left:3.4375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#A4Xu3qayxM2ExAcn07OQ6L0xgeMGOdlK { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.125rem;width:3.125rem;top:8.0625rem;left:41rem;display:none; }
#cvyl7mrqtdeo2IrpHdH5iulOcq0UGuOs { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.3125rem;left:0rem;overflow:hidden;display:block; }
#Z5WTXthqhDeK45nC0LiWTwTaXh3VzBJl { color:rgba(var(--color-secondary-2),1);display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:4.3125rem;left:49.0625rem;height:6.375rem;font-style:normal;display:block; }
#wr7HFCVZW5VS0gaPGk59GN5TrUSKFAwb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.3125rem;left:37.5rem;overflow:hidden;display:block; }
#GDk2eaGue34zcpsLtBIsPxas56tAmn1h { color:rgba(var(--color-secondary-2),1);display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:4.3125rem;left:11.5625rem;height:6.375rem;font-style:normal;display:block; }
#tzx6kiwACoMZHbJTngzlw35lhuLkApzI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c343c;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; }#tzx6kiwACoMZHbJTngzlw35lhuLkApzI > .row .container { background-color: transparent; background-image: none; }#tzx6kiwACoMZHbJTngzlw35lhuLkApzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzx6kiwACoMZHbJTngzlw35lhuLkApzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzx6kiwACoMZHbJTngzlw35lhuLkApzI > .row .container > .video-iframe-container { display: none; }#tzx6kiwACoMZHbJTngzlw35lhuLkApzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzx6kiwACoMZHbJTngzlw35lhuLkApzI > .row > .video-iframe-container { display: none; }#tzx6kiwACoMZHbJTngzlw35lhuLkApzI > .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); }#tzx6kiwACoMZHbJTngzlw35lhuLkApzI > .row .container { border-width: 0; border-radius: 0; }#tzx6kiwACoMZHbJTngzlw35lhuLkApzI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tzx6kiwACoMZHbJTngzlw35lhuLkApzI > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#wFwbSTOQp78mH5UZzMmGmTavNSv5vJCu { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:15.1875rem;left:61.25rem;display:block; }
#vM7HSwZBJwiRcK5GermqGWLRDvbMXNCD { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:15.1875rem;left:65.625rem;display:block; }
#flqsq84Nv5bFnCzNimQ6uh1IBdxTtQCk { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15.75rem;left:61.75rem;display:block; }
#L8uFoOEhDE3wzkktzOScllpwk7TzsD94 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:15.1875rem;left:69.8125rem;display:block; }
#gfGzUDebGZs2dorvU8qHAnBiSaul5LcR { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:15.75rem;left:70.375rem;display:block; }
#lITJMGrhyT6A6JHhkzpCASFmleZkGHQO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.8125rem;left:40.75rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LNT0yIPDFm9ILw3AkcalJ84QroeJkH1J { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);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:0.0625rem;width:35.625rem;top:11.625rem;left:37.25rem;display:block; }
#np9yC0EQx1T8GD9y5QLxRXSO8HB2aM28 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:7.625rem;left:37.9375rem;display:block; }
#BBg3szqKqTGU0N7eyZJ911QaudrBexRs { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.625rem;left:60.6875rem;height:1.225rem;font-style:normal;display:block; }
#qyttk4RLJOR7n3kIVwLkHTA8T7omEiUM { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:5.375rem;left:58rem;display:block; }
#fV4PBqaytkdw0EK3J6aXwCJRzXEJwhJ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.75rem;left:40.75rem;height:1.225rem;font-style:normal;display:block; }
#lNmgR3G00LPz9eChEOaWX7ktrPMfNbOM { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:5.375rem;left:37.9375rem;display:block; }
#LlqVm85dBrgv47N15IdZVvp070D9XHd3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:13.6875rem;left:61.25rem;height:1.05rem;font-style:normal;display:block; }
#vxA3uQPKqN0sl8iVvAUHp9rqJyg1zgX9 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:3.75rem;left:38.25rem;height:1.05rem;font-style:normal;display:block; }
#d4w3w8GmkyhehXctSgaHpJ04BFCf8m4b { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);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:0.0625rem;width:25.4375rem;top:11.6875rem;left:1.875rem;display:block; }
#dhZuoyrRV0J67uG0WPxHvndp8LK9xFWB { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:15.75rem;left:66.1875rem;display:block; }
#zILTArqnIh7Ml2O3HxABZf0wAR2nT9dn { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:7.625rem;left:58rem;display:block; }
#zOekodtIVPq2vETgPRwLsXliMipPb1Zt { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:7.875rem;left:60.6875rem;height:1.225rem;font-style:normal;display:block; }
#KMLRkketh9XSENRnF82oHaUJg6TKdaCE { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:12.9140625rem;left:1.90625rem;height:6.12305rem;font-style:normal;display:block; }
#NixZTRQ6Kl0E8yJ4AoqoyzVoyacw6dSa { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:8.5rem;top:7.8125rem;left:1.875rem;overflow:hidden;display:block; }
#ntMczQ0fFqgHP3090xTpUX1NvF27fhGe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ntMczQ0fFqgHP3090xTpUX1NvF27fhGe > .row .container { background-color: transparent; background-image: none; }#ntMczQ0fFqgHP3090xTpUX1NvF27fhGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntMczQ0fFqgHP3090xTpUX1NvF27fhGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntMczQ0fFqgHP3090xTpUX1NvF27fhGe > .row .container > .video-iframe-container { display: none; }#ntMczQ0fFqgHP3090xTpUX1NvF27fhGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntMczQ0fFqgHP3090xTpUX1NvF27fhGe > .row > .video-iframe-container { display: none; }#ntMczQ0fFqgHP3090xTpUX1NvF27fhGe > .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); }#ntMczQ0fFqgHP3090xTpUX1NvF27fhGe > .row .container { border-width: 0; border-radius: 0; }#ntMczQ0fFqgHP3090xTpUX1NvF27fhGe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ntMczQ0fFqgHP3090xTpUX1NvF27fhGe > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#T0N7AVCS0vWuWtS187RJugW35TCRHHqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#T0N7AVCS0vWuWtS187RJugW35TCRHHqg > .row .container { background-color: transparent; background-image: none; }#T0N7AVCS0vWuWtS187RJugW35TCRHHqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0N7AVCS0vWuWtS187RJugW35TCRHHqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0N7AVCS0vWuWtS187RJugW35TCRHHqg > .row .container > .video-iframe-container { display: none; }#T0N7AVCS0vWuWtS187RJugW35TCRHHqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0N7AVCS0vWuWtS187RJugW35TCRHHqg > .row > .video-iframe-container { display: none; }#T0N7AVCS0vWuWtS187RJugW35TCRHHqg > .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); }#T0N7AVCS0vWuWtS187RJugW35TCRHHqg > .row .container { border-width: 0; border-radius: 0; }#T0N7AVCS0vWuWtS187RJugW35TCRHHqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0N7AVCS0vWuWtS187RJugW35TCRHHqg > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#SDZnyViAd5iTHX7e9iO9eUKsT0RtPqcF { color:rgba(var(--color-tertiary-0),1);display:block;width:44.375rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.19921875rem;left:15.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#BWzkBVCvfN9pRelJRdzIxWOzC7ETufsC { z-index:15002;top:1.40625rem;left:65rem;background-color:#f95b06;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#p5WDeZSftyyornJPTJv6yihrR87gLqTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdTGToCKWyzl93R3z258XBG64u6bLv1f { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;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:6.4375rem;top:1.5625rem;left:1.53125rem;overflow:hidden;display:block; }
#miFLXoL3ncpKkfadUfiCgQcrstllerO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#miFLXoL3ncpKkfadUfiCgQcrstllerO3 > .row .container { border-width: 0; border-radius: 0; }#miFLXoL3ncpKkfadUfiCgQcrstllerO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#miFLXoL3ncpKkfadUfiCgQcrstllerO3 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:none; }#PsMhOWJA2euStIBdEytIT1K6eEP6oLWa { 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:1.875rem;width:5.5625rem;top:1.6232643127441rem;left:2.6095924377441rem;overflow:hidden;display:none; }
#SVWs4kvLn8IwT9XFqF5fbkt6kr5gC6sN { z-index:15002;top:1.40625rem;left:60.171230316162rem;background-color:#f95b06;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#OV6TLJRTzgZFd3snJCnEbtQnOvpb5sek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVodEmi6uQpn6XWaWFuquO1FwgSxGGFN { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.3625000715256rem;left:11.250001907349rem;height:1.4625rem;text-align:left;text-align-last:left;display:none; }
#MGTT25loqOVN1xLLMbN2QmyovHhsmmBm { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;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:6.4375rem;top:1.5625rem;left:1.53125rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR { display:none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hyB6IQTiD70MPq6DI3DnZnAqu6xAVEXS { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri4pRop0hOvWBAN6MrMfJvQPilZ3gc4g { display:block; }
 }@media only screen and (max-width: 763px) { #ttF4xJaJeh9UcX47zNoBIKowvfCy1hKU { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etbvPh58xDa9ZzdUW2r3XRSpOZpdEScI { display:block; }
 }@media only screen and (max-width: 763px) { #P2Hp11BT1aJT6GROO2eCFVFCO4iWxq11 { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTDh8EIFgNZTVzqFwo36Sb6vm3aGFIDc { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTkTeKvc74UQo5PZ9HlTrEpeh2g6uWf6 { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6ME4GxPViGRhTTlvOA3LPnMPGExDADT { display:block; }
 }@media only screen and (max-width: 763px) { #migu4xPcfxKBzEe1wz0M6DMDvENW7GCT { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7pGPUfo4kIhF7X7SalnZfc9fcK6s1Th { display:block; }
 }@media only screen and (max-width: 763px) { #o8afmc1hN199avZ8p2nnCnNmyOF3qxnK { width:5rem;height:2.1875rem;top:0.9375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrn1rzTAlGg9FKPhWflcN1ieRvfpUKdh { display:block; }
 }@media only screen and (max-width: 763px) { #CB6iZFHrfEupB5rHUufMAtGCzyo6q4gP { width:8.8125rem;height:2.125rem;top:1.0625rem;left:38.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBzEz2unGH2EvnmpwkwTGxSPfR0UP3l6 { display:block; }
 }@media only screen and (max-width: 763px) { #ySMMAXAVcadMm7G5XOXyeJMUV4TMTArf { top:0.8125rem;left:0rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTrcsXtbr52pwupwpL2pRQcWcfZLwe1O { top:0.9375rem;left:21.0625rem;width:20.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvHf3Gb1P0QCXaBO8aJeuOuPlTqy1WSt { display:block; }
 }@media only screen and (max-width: 763px) { #dn911OSIiPrnXHy2cg6C7pTd8kiH8bG5 { top:1.4375rem;left:6.375rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2eUCqFpwhkWASDVzbTxsH6IwkKdn3kC { top:1.0625rem;left:0rem;width:7.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZpSUUNRq5EBHVQPPOPutuJsLBNvn9ui { top:1.5625rem;left:0rem;width:6.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xy8rgLHLrMGKIxE87btLhaazu6RACzdF { display:block; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc { display:block; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #damvkp2osi1NrMoWtfwl7uCT40L628HL { top:28.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0rohUBT9catuZNXk3Q3ENaxyOOA6nD4 { top:24.3125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kebkys2w8NbnlS5LyG53EpfQGV6nROnq { top:6.5625rem;left:0rem;width:47.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBQkBSQJPmpMriCeHbVh9u58EpSW8HpF { top:4.375rem;left:9.0625rem;width:29.875rem;height:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I407fXgwemNLX0DCHV7JApyMGRm3Ggtq { top:8.125rem;left:1.875rem;width:44rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmgSqpIfl317uociZXL3xIWSEgfgLiTf { top:3.125rem;left:5.125rem;width:37.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y { display:none; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ik6i9NdK0XCKmaGFI5m38G2Rp0B6eh1V { top:2.1875rem;left:5.75rem;width:36.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 { display:none; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A0DBZStZRVWbLA19G0ZfZf6hbecPzptk { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axznKKsl2amgyLdgIBgazN7XPq4MsfIU { top:0.3125rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V { display:none; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rTG0apZ8kHrv1EtUGTrStXQRKTRnGnHE { top:3.125rem;left:5.75rem;width:36.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ { display:none; }#elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V24HA5zhcDXZyv6tgLe4eqBq4xcgVv82 { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #dryJfCkRTyOk369tBfyZicTsNW8iyPK1 { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2yDpF8ezN5rxhGfLmfziro9vucKthEs { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEh2KcaWyeVggMQI6Qmin7ZxrTnn0V5s { top:8.6875rem;left:3.875rem;width:40rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvzzal0mihqE7XUzywNZVmhgmNTg4eM { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWaxNCPBJC7Z3LapCSTRd6vhcFqzhgr8 { top:2.125rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QANuQaPGkHvpOzQ3GezyadRDJxCy7oyI { top:2.125rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K { display:none; }#Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lJFIrvqKEu2WwcflID77E4ko3iRxXGb3 { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8r16Ld9UwKffhWodJ28FcvCTJlUAd5h { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqVS3Zzzm3oycaBivl28MyPONTID90qT { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca9OFClNvb4LwzZAZWtS9nBRmL0NHT9h { top:8.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdqJ7ZoRDSpd2aQbJTUwkPW4UDf24bk2 { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAv7bVTlDxRBokeBqaZnDrLfF5EBluaA { top:33.125rem;left:3.875rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwlSKSG6VToKvuSxOHdgTN9FV4htt9E9 { display:block; }
 }@media only screen and (max-width: 763px) { #CGtlzluyzsuhPerUNLyf5AeJxC3I589s { top:2.1875rem;left:0rem;width:6.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6rua0kTINSA87KTzIuGQttmyybT1Qed { display:none; }#a6rua0kTINSA87KTzIuGQttmyybT1Qed > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OfasxRvzdsqSUPQg5F0q9KAz4TSXDGf3 { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAbe5glE7XyuAXGFD99lmEgtvxtTVz1Q { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O58CstVB7tmnOL9eSJJOQ14oLOoRKLei { top:6.8125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFEhWgNMHXKQamFgT6cAowkipNAvpWTS { top:3.1875rem;left:0rem;width:8.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 { display:none; }#ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EMTaTTTGJzVD4ZuNZQfKALihQ9PZWK1X { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9b6nWS7EKnVthIM5Xn0Cy1GN5p95ZMC { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsOH2h0VxLdAa9sCXcP2rD87eUAiQybA { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMPqomqexmGG3Ew4cHKIN84hMi3QRENG { top:8.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPb37ypWeNaOgpCxqTAnzTCytN6DEAhh { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcmME0CrAyTuUvoL1rA5EfFOchfP0zRe { top:33.125rem;left:3.875rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td2Q5NnmULPhy0vquXZqXgGTllR24J3K { display:block; }
 }@media only screen and (max-width: 763px) { #tG96knFN3y13BkTwvn1PRumfE6mlUo8k { top:2.1875rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra { display:none; }#R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yVHiEE6LqFzcZm2T4wWIGyDClAXd3CKG { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTvn2Ss0Zg8QDUOGeN6cbPVJ8pcLJQ0w { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdG2k4azuqHiBOLkKTUOv9yg69kpIWwf { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gteZ4OsBMFTG6JCToZEbNJiptSgDpgWy { top:8.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRTOBExezoBwmp6AoTxWaRkgIrxQ59Sy { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQRsR9AIL6lFCtkLcKRsbeIXtG4QBVzV { top:33.125rem;left:3.875rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeyDOnD1HgDKOggZEVxBTMJJ0kzcp4Tk { display:block; }
 }@media only screen and (max-width: 763px) { #grwxzni4bbmDTaS0F389fw5fc9aZVT2g { top:2.1875rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x { display:none; }#Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CdRJnVRqVTJylkx4VOlqN6fLzWZE46NT { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPST4fpb20MGpyLTrFgZwevGU4pTgR70 { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZr14CyAJlhXJmIR4adJhc6BTilrd6A3 { top:6.8125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN { display:none; }#ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WR8ws6QbhmLGHHPmk0ps1g0B018dlliP { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq7GSRHpOmyQ7yXWaIhTsSITHtNi2MHs { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U97OgsnRr0nlXwTTNGtGdAuEutkxuJLH { top:6.8125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpZHt2E48qNmvrxDQq7Nr34ciOQHwDqc { top:2.4375rem;left:0rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V25lcch1SOe2gWAw5emmCL70vTqPiTzG { display:none; }#V25lcch1SOe2gWAw5emmCL70vTqPiTzG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vqTob1FM6GHM00ZoNlrX3ATmymL2ddrS { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTcGiHmufbuk3z385RSLs6Kx8gisX1a { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ5Vd2BSwanst4yie7siwPVasuCTrp3D { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0CZ5ZWZXFTMxwWTOEWAKAItsNHfyd4k { top:8.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvQeHLtk6R3TRBOnmOTQLD8R5uceEv9f { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK7nSCDJpoNSx7KwC6CJoUvEmFTtuXi3 { top:33.125rem;left:3.875rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR1pPc0sRgePCuZv9tvPr9XmbW5zTwHu { display:block; }
 }@media only screen and (max-width: 763px) { #VACrVthnVn1UcucXugxpX7hkac7fOvuO { top:2.1875rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K68za4aSMLnTkL7w5SnzipU0uvQlKwea { display:none; }#K68za4aSMLnTkL7w5SnzipU0uvQlKwea > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UtldeZAmoAoKZ6FFeTe2QiMWEBIrWZE2 { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #anuE8l7NI1zTBfPwWStv50nh17Xz7Hlk { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc9hTg6fTZgSWpxylkXUhwkU4zm6CRxB { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btafa5tc82RWwA5WlwxHAwaP9ILJF2pe { top:8.6875rem;left:3.875rem;width:40rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMtNT2I3mOd30oLUU77vvMwkO6zi5Kh3 { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSq0pWVcmx385f4Z70AvTBn96kVoSaFz { top:2.125rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhWyNzhsVsDKAMXvwZLnUqh3B59JU1nh { top:2.125rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r { display:none; }#e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tBMeoT9uE6RpwgFyC1w6Wrc7xKtlWMer { top:0.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSVQtkmooPxuTXdVHUzbZCUCHFuyHTIq { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfeptFtEK05MEmqheldQhhDPkDUSSIdf { top:5rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU { display:none; }#VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oWAi9GzCVdyqJ40fJTBQ4tzk4DAxGqrH { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir2vclXHdiq5Jw0vfNSK8F8CDc9gSg9g { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm1EczIEVxxJEnKUBMsVUTD7P4KcfbRH { top:6.8125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3D0OLv8naF23V9NW1TIZeupB5Q6OsBS { top:1.8125rem;left:0rem;width:8.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu { display:none; }#ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aEnsqR3OTHAXP3hRTAi7sksutKuonzcT { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZvQCZgopPGDvEaLXIchKyu3MrbL34ZS { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtVBs4XHGAfHX3P5JLTTesu07uOyvCJk { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwra2FzTFS1EfaWMCFXrpRtMTCJliUaL { top:8.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze85LfZWmrBfldb6ygJDZpK60R2qU6Z0 { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKJrU3d8mM8oZN4izkOXL6tP5DDu1Z03 { top:33.125rem;left:3.875rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLsiMA0MMwxpy7DkU8pWypKq4Lvi6l7q { display:block; }
 }@media only screen and (max-width: 763px) { #Fns7OAecaXe1BTWiiReK2lPkUREm5TVs { top:2.1875rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzspOOhLG99n4kW0o7xqcW3sM2ablL8B { display:none; }#SzspOOhLG99n4kW0o7xqcW3sM2ablL8B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #swh5olVVWnACN0VME77tv4aB1qpRrSxP { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0UZXlrTHvx5dgbPdbMQCVrlUlTlMP9J { top:2.1875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK6f9KTFN8tTOHyawGJizdVrbueyiwv0 { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVUpm9DwOOTJzuMT6Thc7aiL0rZ445td { top:8.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbLvuhQWO6Q90yqowCdvLpWyyxz7KSEK { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvH3uAyI95WTCIDb01cIlI9xMnH5z3wy { top:33.125rem;left:3.875rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pumpqc6Q0mh4NX07SyXOKeBVzgzRfilX { display:block; }
 }@media only screen and (max-width: 763px) { #JVxpTFTRl2DMUuDgSvRVmEXPgBCdWLUB { top:2.1875rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uATCf0yZ765kvSvDyUik6f8TvThe8xvS { display:none; }#uATCf0yZ765kvSvDyUik6f8TvThe8xvS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GTmBKP7zkFLTRTXSnmqpLaNb0eA95iia { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2TPW3pdAQNPSxWcr3RhnmV6HlGWT9IL { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ukmTuh4xuh7vroi1Mfax2o30mqPFBc { top:8.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoekSJUBU2PdHCtpkGnKbwXTOpda1J1u { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJZuZBOXNyTeLvBMThr3mzi2c7eBGoBa { top:33.125rem;left:3.875rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQrOqxt2l5cklceJTT7vIclIDDoZstHH { display:block; }
 }@media only screen and (max-width: 763px) { #WsxSWmGpeWLTh82FzvH7VeF2adx3paoD { top:2rem;left:0rem;width:7.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz { display:none; }#whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lkLMzgP48WocnSb94Bzmofc3PsshFJfG { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBNoIrlKm8tOqZIFmDuf0a7vzNKC5kSQ { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN8pioZhae2R6kLoohSWvoAmlDkTtZ2J { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTZ8AFHPbmTnSBrcpFwy9to94PmzXWT { top:8.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD7LN4vu65GqNeyzQOJgseTAH4oOAPkB { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o35XUk3TLBl71vffTRWNVmuechTdDBub { top:33.125rem;left:3.875rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgoCnOS2P2bcIprOHIeup7wsEAyqcsxX { display:block; }
 }@media only screen and (max-width: 763px) { #Jo0Am8iwuvZTAbEWdEAxPPhTw8uHT7MP { top:2.1875rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 { display:none; }#X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MnbyLqDskvMZ4oegm3f2WovzvT2Tcf1T { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #W64A4PNxGyRw761Cn4Jz2PI55sOrzc0G { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6ATvn1Nk8zC4o2IG18Uv1ZPn1NrvC8P { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MakkEg328ItURvhClxLIU9wgB1VKAHNF { top:8.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCvimSJbFSfdGbGdDnzb5uZCCm6FrnUO { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW3zv523vaIqTbQ6AWsG7m8LndnBAtRX { top:33.125rem;left:3.875rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THBhVIIATTHUDpxL53GzgJWyWUh4Of2i { display:block; }
 }@media only screen and (max-width: 763px) { #Srmnr5USFfPP83fVmvQxvkZ0nKoLNL49 { top:2.1875rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITsKWEHywT1omxAMleUobhNgl3H1WTSr { display:none; }#ITsKWEHywT1omxAMleUobhNgl3H1WTSr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f6hDlO5RbDtlrTBbcgdrTXFBF08E58TI { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S63DXLUzTtmAri52izIDUiSN3SeCy6vE { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQVSV9XF149BAG7x2U7cOTsf7WzayVtH { top:6.8125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2fVT26J37sHH8GqECp80bLGlqF4OWPs { top:2.25rem;left:0rem;width:9.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot { display:none; }#tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dQRV0109ZQdQyEBP78TcXbgRvpR0Vq30 { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #StStbFVhk62uEzXuvRK4uFNJBsbJmOCS { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4cWtG8ZqL2Mmxh54bQg7O963aTZuz6d { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8bzr8BhsMLsOJEEhubTvBfmhT5fNMCQ { top:8.6875rem;left:3.875rem;width:40rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA5t8KK5sFSvic2Z14HZqyWF5rfMWBu6 { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9P4cmfqDM8K90TESJPQralPdDSq53b1 { top:2.125rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQZ749ZdFA3o2ErMI3ZWoRvIesvh5NIm { top:2.125rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq { display:none; }#Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ol51U7dsLRJncgafpfO8XpZUke51dI1s { top:0.3125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t119NRfDfy2647mi78fLvDRank1IT3L6 { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRQHZSIPDgQt6X2OHbeBSRT4f11zEE9T { top:6.5rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmPKSNXhATbSMZig98J5QxOOSE43RuGh { display:none; }#vmPKSNXhATbSMZig98J5QxOOSE43RuGh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B1kgF4bzPTpPRz9cbZonC9DDbzDgQrSi { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe0o9pKVgsbaUygAzwQogqw6DuMshsSJ { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdUH7IHiHWGvetyGrDTBzdmBNaFbZvQs { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKXlIpnC7rASfnpuDZU7BcHqWKSvbqrf { top:8.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #efbMoB3pbWCTPVy8zt995KV1ZvrCp4Ms { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8RT2E9fkCXfRKOVTUvKqukHFPrCH4BR { top:33.125rem;left:3.875rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6LhQFFdMKcJKqwKBk86QTwKxhvHDSIp { display:block; }
 }@media only screen and (max-width: 763px) { #qFc3RudFdTu81ZHpGFkBAvZteS9CJLcA { top:2.1875rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y { display:none; }#V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b00ErJLsA1g0cNki465snbrVetVAK7FA { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZJb3ibzUhSamdkgpX4sCA8xJqHHwuTW { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfpl5uxLIMMKWIX4hoWauq1995uorR61 { top:6.8125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzXJ38PIWDZnTVgLgN8p8lEpdDwenovt { top:3.25rem;left:0rem;width:11.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn { display:none; }#DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J7FVunmxDFuXp0SLlp4GWFIMn7gXESLC { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOcXAxP7FnMM5FpW4HngLBPQ1M1D2TB { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g08Cse5l5MHXJqTkREvBfEXhlOxzGB0x { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI6NDyXlgAFvcClgxnvkEVe00TeMlnop { top:8.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtylRyZUDtL08PRi37lCcdZKspO34Tq2 { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDIuMcv3pOTMmcnFfvGpJ60AiwcGFuaq { top:2.1875rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbiyZBT6GXW3cpLXFy78VmRLLWwp3hbb { top:9.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrymiiE3d6kQynHR164isNnQRSZ3yXhO { top:8.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 { display:none; }#fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fV9KOise89BAX92zKvOIvAT6sXkqcK9r { top:0.9375rem;left:0rem;width:47.75rem;height:31.73064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFDwZQ64O1uOItaminlGlyyUTdNkkl0T { top:2.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dknVTCQTPTnLJiak2VIER5Zr9dwmbpnD { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVuLH4TI5ncPskQAWNtXg2a1XBGHcf8r { top:8.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRhbEGzBGAw2uPTWh0tg6TOriLi9ToeC { top:5.9375rem;left:3.875rem;width:40rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6XTDpZzqRQmfsHuwHKVixgR0CAfR31h { top:2.1875rem;left:0rem;width:6.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpiwvcUNwhpznZlhsat2lxOlC5KDPtT1 { top:9.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTlONw9e9gypw6yTJVh0L5AWoJLq8FIF { top:8.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq { display:block; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq7vrJZpNe42f3k3D6dz0Hv2bGGvkBZK { top:3.125rem;left:20.5rem;width:6.75rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8i8aERM3wGTsfAVf5lT3wsOhfG5qCwJ { top:10.75rem;left:1.25rem;width:45.3125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3qHtwdnvBy5NyrQTluufkMfrZtBDT5R { top:13.875rem;left:12.4375rem;width:22.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PirenSBoldhRfK3KaH3cw5zdnyMDrrPZ { display:block; }
 }@media only screen and (max-width: 763px) { #pslgTsNLZ1TTHb2eDps91A4x9eBG29VN { display:none; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AzmGddyTNkqPGWGdNlcHcWD5THm5uMOi { top:3.125rem;left:5.75rem;width:36.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh { display:none; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZEHphvTHAhWK1PQ5UEELmNBdF36mpkIT { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO7u76OB9l35vch85BzmxWoXiagP5Hkb { top:0.625rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbWKEps9dzxhB0XigFKbzrylEXEEGNPg { display:none; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cFFMpia189wnOgPyl99iTuOIzwZyADnF { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVHsgnaOSW9sHM1hLNu6Tb7vQfqwkTBn { top:0.3125rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 { display:block; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEnVgQUgu68JuTQWgPMiTnnTIph40UzM { width:47.75rem;height:9rem;top:15rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #avyiEa87rKNi4ZRnbtHTAgptxxufBcHX { width:20rem;height:43.5rem;top:133.625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNA630uUbMPikOrUmlDGpcVDCkFsQnhi { width:20rem;height:1.5rem;top:155.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUDiI71hBgyu2x9HMX9ou2SO4eb1mzKP { width:20rem;height:45rem;top:198.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7EPgJV7qZ1boT6vaBTzTpkyOov0BL4l { width:20rem;height:1.5rem;top:234.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M72Az8yfdVE1VAvAC3QGxCrE1utPcyFt { width:20rem;height:34.5rem;top:449.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mx8Ai19dhLDxEtQHz6ICBJxiW42goeAD { width:20rem;height:1.5rem;top:485.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMDU8BVakTO6b3BCcuTlzVpmEC1M43q9 { top:170.0625rem;left:17.566408157349rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIsnf9CqNqx1ZqVgqp5TxqiTyv2q6yuH { top:1.1875rem;left:0rem;width:47.75rem;height:11.851618705036rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx { display:block; }#GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs { display:block; }#uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmQywg5GawbzWWbvxsXKMNxLDTHl0eD6 { width:47.75rem;height:3.25rem;top:0.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH { display:block; }#iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkuqgtLPvqNM1cFCMSA9qFxtMEbpocbK { width:17.5rem;height:6.6875rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXL4mHQJRpKh2X08oyhIQtIQBSoBpF9u { display:block; }
 }@media only screen and (max-width: 763px) { #q5ZtrEJ31WlaGG9XfqGBq4RkoXTsvkn4 { top:2.5625rem;left:23.875rem;width:8.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7bF70DOUOeCsSLqFKGPL4GUaCCKeTb5 { top:2.625rem;left:9.5625rem;width:14.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL5gX7CVIc7o2F7VEfuzulcF0Jg8dpvm { width:17.5rem;height:6.6875rem;top:1.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTmMbkFVz5fLpdmQN7WUxFuxuCAwLao { display:block; }
 }@media only screen and (max-width: 763px) { #Su4zk9u34LsAGuRvEPnbcS670wc6W2lH { display:block; }#Su4zk9u34LsAGuRvEPnbcS670wc6W2lH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpmadEZtqKRLqXDTTT0nnxU29nOc0NHC { width:47.75rem;height:2.8125rem;top:0.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq { display:block; }#TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4QDgZ8aAnDvXWo4iRGW5VoQk8NvBeFN { width:16.25rem;height:6.125rem;top:1.25rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6DxaN2kbSyMSUaEG4gJguyKJyTP0c0w { display:block; }
 }@media only screen and (max-width: 763px) { #Otv8vXye4q8AxssTEVA4JRamMz9atOLi { width:16.1875rem;height:6.0625rem;top:1.25rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvBC6aeNt9N6Rs7F6oE7ccJdalfTWJEG { display:block; }
 }@media only screen and (max-width: 763px) { #OIznzgBNlBvM67HpicxBtOtrSyNAzzvX { width:16.25rem;height:6.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGwvI5LVRG82MOFGqJKh7MlpqPnTaV0R { display:block; }
 }@media only screen and (max-width: 763px) { #dBg5MhkllUvgsZlnQseboTGk0tdNlsiW { top:3.375rem;left:0rem;width:19.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f48ygPfxg9S58x35qQe7b0ZclXk3U04o { top:2.875rem;left:16.78125rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVnVPFkJEvtHG5FTHKgkl1f4PLPkCF2c { top:2.125rem;left:31.75rem;width:9.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tikfVtcL73Z12Zh8f7EWu30047bfDUXF { display:block; }#tikfVtcL73Z12Zh8f7EWu30047bfDUXF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Utznr0IC3ZaXLnI6U1kf5a3VkDbkqQT9 { width:16.25rem;height:6.125rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9tHWeEHPFgT3Mfg6EWktQ8Bq0nUDH9c { display:block; }
 }@media only screen and (max-width: 763px) { #nz3NZcUzHc1DOwWec3TtoPo7R4crhmnB { width:16.25rem;height:6.125rem;top:1.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLH2M4cryO48oDgul7DT4xCqiT1VaraH { display:block; }
 }@media only screen and (max-width: 763px) { #V28yp952MmGQ90xgrtU8gsQDHnLuxcSn { top:3.6875rem;left:23.875rem;width:11.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfTEgyT69Gn9NBuOWWZM1HucCLE7lcwX { top:2.8125rem;left:15.125rem;width:8.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 { display:block; }#ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKmvWhdaGvtZabPNgQieeFcpog6mQ10x { width:47.75rem;height:2.5625rem;top:0.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG { display:block; }#e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdDchImlCtI0xkJeEmyFTxb0IJRc0qIy { width:12.4375rem;height:4.875rem;top:1.25rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnm8oXwkN8g7BIc6PdKotdVSJ2920zDu { display:block; }
 }@media only screen and (max-width: 763px) { #MZiMuH1ZpW2oIeSfhs2qsMQh9amBPukO { top:2.75rem;left:23.9375rem;width:7.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5SeTgcMxliiIDRw3i2vLbcW4ZD0ZXpT { width:12.5rem;height:4.875rem;top:1.25rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VavNvBQu4d30grmsCKUuGU7RBr3FLfXZ { display:block; }
 }@media only screen and (max-width: 763px) { #saSTf9NRMVEzTM16swbAge2u3xVG29dT { top:1.4375rem;left:19.3125rem;width:9.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLtkA5oTSbckrM25K9xGB8te0T3vIxKh { width:12.4375rem;height:4.875rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFRWnDniTeRLty6N5SM1rlMyLk28s8L3 { display:block; }
 }@media only screen and (max-width: 763px) { #GSKqwJfb6kpK9oQ79qz3VmhyGwJEZEh8 { top:2.375rem;left:9.9375rem;width:5.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N { display:block; }#oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7T04pV5axzNRA3ZIhOadmEWh4kBMFUo { width:47.75rem;height:4.875rem;top:2.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 { display:block; }#ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9B7BtB9bvPf79uf48T0FXsaCidU2RUn { width:3.125rem;height:3.125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1QhMxIm1VNLFfay1JkEe1MwyxFS1Wxh { width:3.75rem;height:1.75rem;top:9.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Xu3qayxM2ExAcn07OQ6L0xgeMGOdlK { width:3.125rem;height:3.125rem;top:8.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvyl7mrqtdeo2IrpHdH5iulOcq0UGuOs { top:4.3125rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5WTXthqhDeK45nC0LiWTwTaXh3VzBJl { width:20.9375rem;height:6.375rem;top:4.3125rem;left:26.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr7HFCVZW5VS0gaPGk59GN5TrUSKFAwb { top:4.3125rem;left:23.875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDk2eaGue34zcpsLtBIsPxas56tAmn1h { width:20.9375rem;height:6.375rem;top:4.3125rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzx6kiwACoMZHbJTngzlw35lhuLkApzI { display:block; }#tzx6kiwACoMZHbJTngzlw35lhuLkApzI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFwbSTOQp78mH5UZzMmGmTavNSv5vJCu { top:15.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM7HSwZBJwiRcK5GermqGWLRDvbMXNCD { top:15.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flqsq84Nv5bFnCzNimQ6uh1IBdxTtQCk { top:15.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8uFoOEhDE3wzkktzOScllpwk7TzsD94 { top:15.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfGzUDebGZs2dorvU8qHAnBiSaul5LcR { top:15.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lITJMGrhyT6A6JHhkzpCASFmleZkGHQO { top:7.8125rem;left:27.125rem;width:15.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNT0yIPDFm9ILw3AkcalJ84QroeJkH1J { top:11.625rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #np9yC0EQx1T8GD9y5QLxRXSO8HB2aM28 { top:7.625rem;left:24.3125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBg3szqKqTGU0N7eyZJ911QaudrBexRs { top:5.625rem;left:40rem;width:7.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyttk4RLJOR7n3kIVwLkHTA8T7omEiUM { top:5.375rem;left:44.375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV4PBqaytkdw0EK3J6aXwCJRzXEJwhJ1 { top:5.75rem;left:27.125rem;width:14.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNmgR3G00LPz9eChEOaWX7ktrPMfNbOM { top:5.375rem;left:24.3125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlqVm85dBrgv47N15IdZVvp070D9XHd3 { top:13.6875rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxA3uQPKqN0sl8iVvAUHp9rqJyg1zgX9 { top:3.75rem;left:24.625rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4w3w8GmkyhehXctSgaHpJ04BFCf8m4b { top:11.6875rem;left:0rem;width:25.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhZuoyrRV0J67uG0WPxHvndp8LK9xFWB { top:15.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zILTArqnIh7Ml2O3HxABZf0wAR2nT9dn { top:7.625rem;left:44.375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOekodtIVPq2vETgPRwLsXliMipPb1Zt { top:7.875rem;left:35.9375rem;width:11.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMLRkketh9XSENRnF82oHaUJg6TKdaCE { top:12.875rem;left:0rem;width:25.375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NixZTRQ6Kl0E8yJ4AoqoyzVoyacw6dSa { top:7.8125rem;left:0rem;width:8.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntMczQ0fFqgHP3090xTpUX1NvF27fhGe { display:block; }#ntMczQ0fFqgHP3090xTpUX1NvF27fhGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0N7AVCS0vWuWtS187RJugW35TCRHHqg { display:none; }#T0N7AVCS0vWuWtS187RJugW35TCRHHqg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SDZnyViAd5iTHX7e9iO9eUKsT0RtPqcF { top:1.1875rem;left:1.6875rem;width:44.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWzkBVCvfN9pRelJRdzIxWOzC7ETufsC { top:1.375rem;left:39rem;width:8.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5WDeZSftyyornJPTJv6yihrR87gLqTm { display:block; }
 }@media only screen and (max-width: 763px) { #bdTGToCKWyzl93R3z258XBG64u6bLv1f { top:1.5625rem;left:0rem;width:6.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miFLXoL3ncpKkfadUfiCgQcrstllerO3 { display:none; }#miFLXoL3ncpKkfadUfiCgQcrstllerO3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PsMhOWJA2euStIBdEytIT1K6eEP6oLWa { top:1.5625rem;left:0rem;width:5.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVWs4kvLn8IwT9XFqF5fbkt6kr5gC6sN { top:1.375rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV6TLJRTzgZFd3snJCnEbtQnOvpb5sek { display:block; }
 }@media only screen and (max-width: 763px) { #eVodEmi6uQpn6XWaWFuquO1FwgSxGGFN { top:0.8125rem;left:0rem;width:7.1875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGTT25loqOVN1xLLMbN2QmyovHhsmmBm { top:1.5625rem;left:0rem;width:6.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { background-color: transparent; background-image: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container > .video-iframe-container { display: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container { display: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .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); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { border-width: 0; border-radius: 0; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyB6IQTiD70MPq6DI3DnZnAqu6xAVEXS { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ri4pRop0hOvWBAN6MrMfJvQPilZ3gc4g { display:block; }
 }@media only screen and (max-width: 763px) { #ttF4xJaJeh9UcX47zNoBIKowvfCy1hKU { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #etbvPh58xDa9ZzdUW2r3XRSpOZpdEScI { display:block; }
 }@media only screen and (max-width: 763px) { #P2Hp11BT1aJT6GROO2eCFVFCO4iWxq11 { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #FTDh8EIFgNZTVzqFwo36Sb6vm3aGFIDc { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #NTkTeKvc74UQo5PZ9HlTrEpeh2g6uWf6 { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #V6ME4GxPViGRhTTlvOA3LPnMPGExDADT { display:block; }
 }@media only screen and (max-width: 763px) { #migu4xPcfxKBzEe1wz0M6DMDvENW7GCT { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #u7pGPUfo4kIhF7X7SalnZfc9fcK6s1Th { display:block; }
 }@media only screen and (max-width: 763px) { #o8afmc1hN199avZ8p2nnCnNmyOF3qxnK { width:4.9996125rem;height:2.1871125rem;top:2.872989654541rem;left:5.9672801494598rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xrn1rzTAlGg9FKPhWflcN1ieRvfpUKdh { display:block; }
 }@media only screen and (max-width: 763px) { #CB6iZFHrfEupB5rHUufMAtGCzyo6q4gP { width:10.625rem;height:1.875rem;top:2.9931926727295rem;left:4.6844057440758rem;font-size:0.875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #DBzEz2unGH2EvnmpwkwTGxSPfR0UP3l6 { display:block; }
 }@media only screen and (max-width: 763px) { #ySMMAXAVcadMm7G5XOXyeJMUV4TMTArf { width:10.123625rem;height:0;top:0.8125rem;left:7.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #TTrcsXtbr52pwupwpL2pRQcWcfZLwe1O { top:0.9375rem;left:0rem;width:18.75rem;height:2.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvHf3Gb1P0QCXaBO8aJeuOuPlTqy1WSt { display:block; }
 }@media only screen and (max-width: 763px) { #dn911OSIiPrnXHy2cg6C7pTd8kiH8bG5 { width:14.375rem;height:auto;top:1.4375rem;left:2.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w2eUCqFpwhkWASDVzbTxsH6IwkKdn3kC { width:6.625rem;height:1.625rem;top:0.59375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZpSUUNRq5EBHVQPPOPutuJsLBNvn9ui { width:5.9375rem;height:1.5625rem;top:1.09375rem;left:12.46875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #Xy8rgLHLrMGKIxE87btLhaazu6RACzdF { display:block; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc { display:block; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #damvkp2osi1NrMoWtfwl7uCT40L628HL { width:12.5rem;height:11.4375rem;top:4.625rem;left:7.5625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #p0rohUBT9catuZNXk3Q3ENaxyOOA6nD4 { width:9.875rem;height:11.4375rem;top:4.625rem;left:0.0625rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #Kebkys2w8NbnlS5LyG53EpfQGV6nROnq { width:20rem;height:33.75rem;top:6.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBQkBSQJPmpMriCeHbVh9u58EpSW8HpF { height:11.25rem;width:20rem;top:4.03125rem;left:0rem;z-index:15008;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #I407fXgwemNLX0DCHV7JApyMGRm3Ggtq { width:4.3125rem;height:1.625rem;top:4.0625rem;left:7.84375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #zmgSqpIfl317uociZXL3xIWSEgfgLiTf { width:20rem;height:1.375rem;top:1.556640625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y { display:block; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ik6i9NdK0XCKmaGFI5m38G2Rp0B6eh1V { width:20rem;height:2.75rem;top:1.556640625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 { display:block; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0DBZStZRVWbLA19G0ZfZf6hbecPzptk { height:7rem;width:20rem;top:0.3164119720459rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axznKKsl2amgyLdgIBgazN7XPq4MsfIU { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V { display:block; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTG0apZ8kHrv1EtUGTrStXQRKTRnGnHE { width:20rem;height:1.375rem;top:1.53125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ { display:block; }#elT1wIh4IO3FP0LaP2MZACCL4dNwQyyQ > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V24HA5zhcDXZyv6tgLe4eqBq4xcgVv82 { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dryJfCkRTyOk369tBfyZicTsNW8iyPK1 { width:20rem;height:7.96875rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2yDpF8ezN5rxhGfLmfziro9vucKthEs { height:10rem;width:20rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEh2KcaWyeVggMQI6Qmin7ZxrTnn0V5s { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpvzzal0mihqE7XUzywNZVmhgmNTg4eM { width:20rem;height:2.8125rem;top:15rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWaxNCPBJC7Z3LapCSTRd6vhcFqzhgr8 { width:5.25rem;height:4.375rem;top:10rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QANuQaPGkHvpOzQ3GezyadRDJxCy7oyI { width:5.25rem;height:4.375rem;top:10rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K { display:block; }#Jyb2gHBkPWCyrE1feEubE3qAZNnhCZ3K > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJFIrvqKEu2WwcflID77E4ko3iRxXGb3 { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8r16Ld9UwKffhWodJ28FcvCTJlUAd5h { width:20rem;height:6.375rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqVS3Zzzm3oycaBivl28MyPONTID90qT { height:11.25rem;width:20rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca9OFClNvb4LwzZAZWtS9nBRmL0NHT9h { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdqJ7ZoRDSpd2aQbJTUwkPW4UDf24bk2 { width:20rem;height:1.40625rem;top:13.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RAv7bVTlDxRBokeBqaZnDrLfF5EBluaA { top:28.75rem;left:4.375rem;width:11.25rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwlSKSG6VToKvuSxOHdgTN9FV4htt9E9 { display:block; }
 }@media only screen and (max-width: 763px) { #CGtlzluyzsuhPerUNLyf5AeJxC3I589s { width:5.1875rem;height:4.375rem;top:8.4375rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6rua0kTINSA87KTzIuGQttmyybT1Qed { display:block; }#a6rua0kTINSA87KTzIuGQttmyybT1Qed > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfasxRvzdsqSUPQg5F0q9KAz4TSXDGf3 { width:20rem;height:4.78125rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAbe5glE7XyuAXGFD99lmEgtvxtTVz1Q { height:11.25rem;width:20rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O58CstVB7tmnOL9eSJJOQ14oLOoRKLei { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFEhWgNMHXKQamFgT6cAowkipNAvpWTS { width:8.125rem;height:1.3125rem;top:7.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 { display:block; }#ST2TmEhKTKTZrI2uGmIXLXAfvq3H6Q65 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMTaTTTGJzVD4ZuNZQfKALihQ9PZWK1X { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9b6nWS7EKnVthIM5Xn0Cy1GN5p95ZMC { width:20rem;height:7.96875rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsOH2h0VxLdAa9sCXcP2rD87eUAiQybA { height:11.25rem;width:20rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMPqomqexmGG3Ew4cHKIN84hMi3QRENG { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPb37ypWeNaOgpCxqTAnzTCytN6DEAhh { width:20rem;height:1.40625rem;top:15rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcmME0CrAyTuUvoL1rA5EfFOchfP0zRe { top:30.3125rem;left:4.375rem;width:11.25rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td2Q5NnmULPhy0vquXZqXgGTllR24J3K { display:block; }
 }@media only screen and (max-width: 763px) { #tG96knFN3y13BkTwvn1PRumfE6mlUo8k { width:5.25rem;height:4.375rem;top:10rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra { display:block; }#R7UJSsTz9L5VFWoSARhHfpJLLeu8AHra > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVHiEE6LqFzcZm2T4wWIGyDClAXd3CKG { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTvn2Ss0Zg8QDUOGeN6cbPVJ8pcLJQ0w { width:20rem;height:7.96875rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdG2k4azuqHiBOLkKTUOv9yg69kpIWwf { height:11.25rem;width:20rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gteZ4OsBMFTG6JCToZEbNJiptSgDpgWy { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRTOBExezoBwmp6AoTxWaRkgIrxQ59Sy { width:20rem;height:1.40625rem;top:15rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQRsR9AIL6lFCtkLcKRsbeIXtG4QBVzV { top:30.3125rem;left:4.375rem;width:11.25rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeyDOnD1HgDKOggZEVxBTMJJ0kzcp4Tk { display:block; }
 }@media only screen and (max-width: 763px) { #grwxzni4bbmDTaS0F389fw5fc9aZVT2g { width:5.25rem;height:4.375rem;top:10rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x { display:block; }#Z1A1Lqp6VbE1qmsc30hMCuGVOC54cZ9x > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdRJnVRqVTJylkx4VOlqN6fLzWZE46NT { width:20rem;height:7.96875rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPST4fpb20MGpyLTrFgZwevGU4pTgR70 { height:11.25rem;width:20rem;top:10.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZr14CyAJlhXJmIR4adJhc6BTilrd6A3 { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN { display:block; }#ccFxXGQGPOCqq1gwXLkai4nFGM6UdaqN > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR8ws6QbhmLGHHPmk0ps1g0B018dlliP { width:20rem;height:4.78125rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sq7GSRHpOmyQ7yXWaIhTsSITHtNi2MHs { height:11.25rem;width:20rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U97OgsnRr0nlXwTTNGtGdAuEutkxuJLH { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpZHt2E48qNmvrxDQq7Nr34ciOQHwDqc { width:14.0625rem;height:2.8125rem;top:7.1875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V25lcch1SOe2gWAw5emmCL70vTqPiTzG { display:block; }#V25lcch1SOe2gWAw5emmCL70vTqPiTzG > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqTob1FM6GHM00ZoNlrX3ATmymL2ddrS { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTcGiHmufbuk3z385RSLs6Kx8gisX1a { width:20rem;height:6.375rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZ5Vd2BSwanst4yie7siwPVasuCTrp3D { height:11.25rem;width:20rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0CZ5ZWZXFTMxwWTOEWAKAItsNHfyd4k { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvQeHLtk6R3TRBOnmOTQLD8R5uceEv9f { width:20rem;height:1.40625rem;top:13.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wK7nSCDJpoNSx7KwC6CJoUvEmFTtuXi3 { top:28.75rem;left:4.375rem;width:11.25rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR1pPc0sRgePCuZv9tvPr9XmbW5zTwHu { display:block; }
 }@media only screen and (max-width: 763px) { #VACrVthnVn1UcucXugxpX7hkac7fOvuO { width:5.25rem;height:4.375rem;top:8.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K68za4aSMLnTkL7w5SnzipU0uvQlKwea { display:block; }#K68za4aSMLnTkL7w5SnzipU0uvQlKwea > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtldeZAmoAoKZ6FFeTe2QiMWEBIrWZE2 { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anuE8l7NI1zTBfPwWStv50nh17Xz7Hlk { width:20rem;height:6.375rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dc9hTg6fTZgSWpxylkXUhwkU4zm6CRxB { height:10rem;width:20rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btafa5tc82RWwA5WlwxHAwaP9ILJF2pe { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMtNT2I3mOd30oLUU77vvMwkO6zi5Kh3 { width:20rem;height:2.8125rem;top:13.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSq0pWVcmx385f4Z70AvTBn96kVoSaFz { width:5.25rem;height:4.375rem;top:8.4375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhWyNzhsVsDKAMXvwZLnUqh3B59JU1nh { width:5.25rem;height:4.375rem;top:8.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r { display:block; }#e2fA6QotQqpFlDpDAmAJWToQ4Q0JK99r > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBMeoT9uE6RpwgFyC1w6Wrc7xKtlWMer { width:20rem;height:7.96875rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSVQtkmooPxuTXdVHUzbZCUCHFuyHTIq { height:11.25rem;width:20rem;top:10.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfeptFtEK05MEmqheldQhhDPkDUSSIdf { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU { display:block; }#VJyi2Vla7HUA0sWvstiuGJvc6Tq9vkzU > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWAi9GzCVdyqJ40fJTBQ4tzk4DAxGqrH { width:20rem;height:3.1875rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ir2vclXHdiq5Jw0vfNSK8F8CDc9gSg9g { height:11.25rem;width:20rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm1EczIEVxxJEnKUBMsVUTD7P4KcfbRH { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3D0OLv8naF23V9NW1TIZeupB5Q6OsBS { width:8.75rem;height:4.0625rem;top:5.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu { display:block; }#ES8T4Uvp5Tk7aUbIeySfImCvZTOeHgxu > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEnsqR3OTHAXP3hRTAi7sksutKuonzcT { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZvQCZgopPGDvEaLXIchKyu3MrbL34ZS { width:20rem;height:6.375rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vtVBs4XHGAfHX3P5JLTTesu07uOyvCJk { height:11.25rem;width:20rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwra2FzTFS1EfaWMCFXrpRtMTCJliUaL { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ze85LfZWmrBfldb6ygJDZpK60R2qU6Z0 { width:20rem;height:1.40625rem;top:13.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKJrU3d8mM8oZN4izkOXL6tP5DDu1Z03 { top:28.75rem;left:4.375rem;width:11.25rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLsiMA0MMwxpy7DkU8pWypKq4Lvi6l7q { display:block; }
 }@media only screen and (max-width: 763px) { #Fns7OAecaXe1BTWiiReK2lPkUREm5TVs { width:5.25rem;height:4.375rem;top:8.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzspOOhLG99n4kW0o7xqcW3sM2ablL8B { display:block; }#SzspOOhLG99n4kW0o7xqcW3sM2ablL8B > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swh5olVVWnACN0VME77tv4aB1qpRrSxP { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0UZXlrTHvx5dgbPdbMQCVrlUlTlMP9J { width:20rem;height:3.1875rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aK6f9KTFN8tTOHyawGJizdVrbueyiwv0 { height:11.25rem;width:20rem;top:13.125rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #XVUpm9DwOOTJzuMT6Thc7aiL0rZ445td { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbLvuhQWO6Q90yqowCdvLpWyyxz7KSEK { width:20rem;height:1.40625rem;top:10.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvH3uAyI95WTCIDb01cIlI9xMnH5z3wy { top:25.625rem;left:4.375rem;width:11.25rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pumpqc6Q0mh4NX07SyXOKeBVzgzRfilX { display:block; }
 }@media only screen and (max-width: 763px) { #JVxpTFTRl2DMUuDgSvRVmEXPgBCdWLUB { width:5.25rem;height:4.375rem;top:5.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uATCf0yZ765kvSvDyUik6f8TvThe8xvS { display:block; }#uATCf0yZ765kvSvDyUik6f8TvThe8xvS > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTmBKP7zkFLTRTXSnmqpLaNb0eA95iia { width:20rem;height:4.78125rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2TPW3pdAQNPSxWcr3RhnmV6HlGWT9IL { height:11.25rem;width:20rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ukmTuh4xuh7vroi1Mfax2o30mqPFBc { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WoekSJUBU2PdHCtpkGnKbwXTOpda1J1u { width:20rem;height:1.40625rem;top:11.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJZuZBOXNyTeLvBMThr3mzi2c7eBGoBa { top:26.875rem;left:4.375rem;width:11.25rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQrOqxt2l5cklceJTT7vIclIDDoZstHH { display:block; }
 }@media only screen and (max-width: 763px) { #WsxSWmGpeWLTh82FzvH7VeF2adx3paoD { width:7.8125rem;height:3.6875rem;top:7.1875rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz { display:block; }#whQcG8nv0FpJtreMf1NW2G29AVT2M8Uz > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkLMzgP48WocnSb94Bzmofc3PsshFJfG { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBNoIrlKm8tOqZIFmDuf0a7vzNKC5kSQ { width:20rem;height:6.375rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WN8pioZhae2R6kLoohSWvoAmlDkTtZ2J { height:11.25rem;width:20rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTZ8AFHPbmTnSBrcpFwy9to94PmzXWT { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZD7LN4vu65GqNeyzQOJgseTAH4oOAPkB { width:20rem;height:1.40625rem;top:13.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o35XUk3TLBl71vffTRWNVmuechTdDBub { top:28.75rem;left:4.375rem;width:11.25rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgoCnOS2P2bcIprOHIeup7wsEAyqcsxX { display:block; }
 }@media only screen and (max-width: 763px) { #Jo0Am8iwuvZTAbEWdEAxPPhTw8uHT7MP { width:5.25rem;height:4.375rem;top:8.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 { display:block; }#X9uCIJJX0INHgTTEICXnGPvOc44hZOT4 > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnbyLqDskvMZ4oegm3f2WovzvT2Tcf1T { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W64A4PNxGyRw761Cn4Jz2PI55sOrzc0G { width:20rem;height:6.375rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6ATvn1Nk8zC4o2IG18Uv1ZPn1NrvC8P { height:11.25rem;width:20rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MakkEg328ItURvhClxLIU9wgB1VKAHNF { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCvimSJbFSfdGbGdDnzb5uZCCm6FrnUO { width:20rem;height:1.40625rem;top:13.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UW3zv523vaIqTbQ6AWsG7m8LndnBAtRX { top:28.75rem;left:4.375rem;width:11.25rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THBhVIIATTHUDpxL53GzgJWyWUh4Of2i { display:block; }
 }@media only screen and (max-width: 763px) { #Srmnr5USFfPP83fVmvQxvkZ0nKoLNL49 { width:5.25rem;height:4.375rem;top:8.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITsKWEHywT1omxAMleUobhNgl3H1WTSr { display:block; }#ITsKWEHywT1omxAMleUobhNgl3H1WTSr > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6hDlO5RbDtlrTBbcgdrTXFBF08E58TI { width:20rem;height:3.1875rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S63DXLUzTtmAri52izIDUiSN3SeCy6vE { height:11.25rem;width:20rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQVSV9XF149BAG7x2U7cOTsf7WzayVtH { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2fVT26J37sHH8GqECp80bLGlqF4OWPs { width:9.375rem;height:3.25rem;top:5.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot { display:block; }#tgUsHuxXFGmTUxwTyLftmFcB8m74Xdot > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQRV0109ZQdQyEBP78TcXbgRvpR0Vq30 { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StStbFVhk62uEzXuvRK4uFNJBsbJmOCS { width:20rem;height:7.96875rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4cWtG8ZqL2Mmxh54bQg7O963aTZuz6d { height:10rem;width:20rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8bzr8BhsMLsOJEEhubTvBfmhT5fNMCQ { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yA5t8KK5sFSvic2Z14HZqyWF5rfMWBu6 { width:20rem;height:2.8125rem;top:15.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P9P4cmfqDM8K90TESJPQralPdDSq53b1 { width:5.25rem;height:4.375rem;top:10.3125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQZ749ZdFA3o2ErMI3ZWoRvIesvh5NIm { width:5.25rem;height:4.375rem;top:10.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq { display:block; }#Hbxk5GUIGfgKqJ3brFNS7y4P2GvzHwrq > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ol51U7dsLRJncgafpfO8XpZUke51dI1s { width:20rem;height:9.5625rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t119NRfDfy2647mi78fLvDRank1IT3L6 { height:11.25rem;width:20rem;top:12.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRQHZSIPDgQt6X2OHbeBSRT4f11zEE9T { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmPKSNXhATbSMZig98J5QxOOSE43RuGh { display:block; }#vmPKSNXhATbSMZig98J5QxOOSE43RuGh > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1kgF4bzPTpPRz9cbZonC9DDbzDgQrSi { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe0o9pKVgsbaUygAzwQogqw6DuMshsSJ { width:20rem;height:6.375rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdUH7IHiHWGvetyGrDTBzdmBNaFbZvQs { height:11.25rem;width:20rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKXlIpnC7rASfnpuDZU7BcHqWKSvbqrf { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #efbMoB3pbWCTPVy8zt995KV1ZvrCp4Ms { width:20rem;height:1.40625rem;top:13.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8RT2E9fkCXfRKOVTUvKqukHFPrCH4BR { top:28.75rem;left:4.375rem;width:11.25rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6LhQFFdMKcJKqwKBk86QTwKxhvHDSIp { display:block; }
 }@media only screen and (max-width: 763px) { #qFc3RudFdTu81ZHpGFkBAvZteS9CJLcA { width:5.25rem;height:4.375rem;top:8.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y { display:block; }#V5OBk8AdSbde8V4JW7D3S0vxt91vbO8y > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b00ErJLsA1g0cNki465snbrVetVAK7FA { width:20rem;height:4.78125rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZJb3ibzUhSamdkgpX4sCA8xJqHHwuTW { height:11.25rem;width:20rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfpl5uxLIMMKWIX4hoWauq1995uorR61 { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzXJ38PIWDZnTVgLgN8p8lEpdDwenovt { width:11.25rem;height:1.1875rem;top:7.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn { display:block; }#DoZlZvhzfMt3w5oN20wDOcbh5mQmNVTn > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7FVunmxDFuXp0SLlp4GWFIMn7gXESLC { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOcXAxP7FnMM5FpW4HngLBPQ1M1D2TB { width:20rem;height:7.96875rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g08Cse5l5MHXJqTkREvBfEXhlOxzGB0x { height:11.25rem;width:20rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI6NDyXlgAFvcClgxnvkEVe00TeMlnop { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtylRyZUDtL08PRi37lCcdZKspO34Tq2 { width:20rem;height:1.40625rem;top:15rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDIuMcv3pOTMmcnFfvGpJ60AiwcGFuaq { width:5.25rem;height:4.375rem;top:10rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbiyZBT6GXW3cpLXFy78VmRLLWwp3hbb { display:flex;width:0.9375rem;height:0.9375rem;top:17.625rem;left:8.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #wrymiiE3d6kQynHR164isNnQRSZ3yXhO { display:flex;width:1.25rem;height:1.25rem;top:17.5rem;left:10rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 { display:block; }#fTdmW20kWLMmFiXuKZ3lxGhxrOF0e0o7 > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV9KOise89BAX92zKvOIvAT6sXkqcK9r { width:20rem;height:13.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFDwZQ64O1uOItaminlGlyyUTdNkkl0T { width:20rem;height:7.96875rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dknVTCQTPTnLJiak2VIER5Zr9dwmbpnD { height:11.25rem;width:20rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVuLH4TI5ncPskQAWNtXg2a1XBGHcf8r { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRhbEGzBGAw2uPTWh0tg6TOriLi9ToeC { width:20rem;height:1.40625rem;top:15rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6XTDpZzqRQmfsHuwHKVixgR0CAfR31h { width:5.25rem;height:4.375rem;top:10rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpiwvcUNwhpznZlhsat2lxOlC5KDPtT1 { display:flex;width:0.9375rem;height:0.9375rem;top:17.6875rem;left:8.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #uTlONw9e9gypw6yTJVh0L5AWoJLq8FIF { display:flex;width:1.25rem;height:1.25rem;top:17.5rem;left:10rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq { display:block; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq7vrJZpNe42f3k3D6dz0Hv2bGGvkBZK { width:4.375rem;height:4.375rem;top:1.22265625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8i8aERM3wGTsfAVf5lT3wsOhfG5qCwJ { width:20rem;height:2.75rem;top:6.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3qHtwdnvBy5NyrQTluufkMfrZtBDT5R { top:10rem;left:0.9375rem;width:18.125rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PirenSBoldhRfK3KaH3cw5zdnyMDrrPZ { display:block; }
 }@media only screen and (max-width: 763px) { #pslgTsNLZ1TTHb2eDps91A4x9eBG29VN { display:block; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzmGddyTNkqPGWGdNlcHcWD5THm5uMOi { width:20rem;height:2.75rem;top:1.5566375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh { display:block; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEHphvTHAhWK1PQ5UEELmNBdF36mpkIT { height:7rem;width:20rem;top:0.3164119720459rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO7u76OB9l35vch85BzmxWoXiagP5Hkb { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbWKEps9dzxhB0XigFKbzrylEXEEGNPg { display:block; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFFMpia189wnOgPyl99iTuOIzwZyADnF { height:7rem;width:20rem;top:0.3164119720459rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVHsgnaOSW9sHM1hLNu6Tb7vQfqwkTBn { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 { display:none; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VEnVgQUgu68JuTQWgPMiTnnTIph40UzM { width:18.125rem;height:0;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15005;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #avyiEa87rKNi4ZRnbtHTAgptxxufBcHX { width:19.999625rem;height:0;top:145.59738922119rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #fNA630uUbMPikOrUmlDGpcVDCkFsQnhi { width:19.999625rem;height:0;top:231.57295608521rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #sUDiI71hBgyu2x9HMX9ou2SO4eb1mzKP { width:19.999625rem;height:0;top:245.20218658447rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #v7EPgJV7qZ1boT6vaBTzTpkyOov0BL4l { width:19.999625rem;height:0;top:313.33607239289rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #M72Az8yfdVE1VAvAC3QGxCrE1utPcyFt { width:19.999625rem;height:0;top:387.38800914887rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Mx8Ai19dhLDxEtQHz6ICBJxiW42goeAD { width:20rem;height:0;top:485.18666839599rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #DMDU8BVakTO6b3BCcuTlzVpmEC1M43q9 { display:flex;width:1.125rem;height:1.125rem;top:403.66027832031rem;left:15.536045312881rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIsnf9CqNqx1ZqVgqp5TxqiTyv2q6yuH { width:20rem;height:5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx { display:block; }#GtqVnJJaW0MHVAuP8ZBNr5aCGWQ1vfqx > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs { display:block; }#uuAH6KAJPCGQFo62IDnLzsmArc0nSIOs > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmQywg5GawbzWWbvxsXKMNxLDTHl0eD6 { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH { display:block; }#iGLuZG2PaK1N3VCb8SN33wzP2cus6gGH > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkuqgtLPvqNM1cFCMSA9qFxtMEbpocbK { width:15rem;height:5.5rem;top:0.625rem;left:2.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXL4mHQJRpKh2X08oyhIQtIQBSoBpF9u { display:block; }
 }@media only screen and (max-width: 763px) { #q5ZtrEJ31WlaGG9XfqGBq4RkoXTsvkn4 { width:7.5rem;height:3.375rem;top:8.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7bF70DOUOeCsSLqFKGPL4GUaCCKeTb5 { width:14.375rem;height:3.3125rem;top:1.71875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL5gX7CVIc7o2F7VEfuzulcF0Jg8dpvm { width:15rem;height:5.5rem;top:7.5rem;left:2.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTmMbkFVz5fLpdmQN7WUxFuxuCAwLao { display:block; }
 }@media only screen and (max-width: 763px) { #Su4zk9u34LsAGuRvEPnbcS670wc6W2lH { display:block; }#Su4zk9u34LsAGuRvEPnbcS670wc6W2lH > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpmadEZtqKRLqXDTTT0nnxU29nOc0NHC { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq { display:block; }#TJyBJHOMyZy31x10JkzH6Z8kWFfJpnrq > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4QDgZ8aAnDvXWo4iRGW5VoQk8NvBeFN { width:13.75rem;height:5.1875rem;top:7.1875rem;left:3.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6DxaN2kbSyMSUaEG4gJguyKJyTP0c0w { display:block; }
 }@media only screen and (max-width: 763px) { #Otv8vXye4q8AxssTEVA4JRamMz9atOLi { width:13.75rem;height:5.1875rem;top:13.75rem;left:3.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvBC6aeNt9N6Rs7F6oE7ccJdalfTWJEG { display:block; }
 }@media only screen and (max-width: 763px) { #OIznzgBNlBvM67HpicxBtOtrSyNAzzvX { width:13.75rem;height:5.1875rem;top:0.625rem;left:3.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGwvI5LVRG82MOFGqJKh7MlpqPnTaV0R { display:block; }
 }@media only screen and (max-width: 763px) { #dBg5MhkllUvgsZlnQseboTGk0tdNlsiW { width:11.9375rem;height:1.4375rem;top:2.5rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f48ygPfxg9S58x35qQe7b0ZclXk3U04o { width:13.4375rem;height:2.4375rem;top:8.625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVnVPFkJEvtHG5FTHKgkl1f4PLPkCF2c { width:8.125rem;height:3.875rem;top:14.40625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tikfVtcL73Z12Zh8f7EWu30047bfDUXF { position:relative;z-index:auto;display:block; }#tikfVtcL73Z12Zh8f7EWu30047bfDUXF > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Utznr0IC3ZaXLnI6U1kf5a3VkDbkqQT9 { width:13.75rem;height:5.1875rem;top:1.25rem;left:3.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9tHWeEHPFgT3Mfg6EWktQ8Bq0nUDH9c { display:block; }
 }@media only screen and (max-width: 763px) { #nz3NZcUzHc1DOwWec3TtoPo7R4crhmnB { width:13.75rem;height:5.1875rem;top:7.8125rem;left:3.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLH2M4cryO48oDgul7DT4xCqiT1VaraH { display:block; }
 }@media only screen and (max-width: 763px) { #V28yp952MmGQ90xgrtU8gsQDHnLuxcSn { width:9.6875rem;height:0.99935rem;top:9.9055976867675rem;left:5.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfTEgyT69Gn9NBuOWWZM1HucCLE7lcwX { width:7.5rem;height:2.5rem;top:2.5927734375rem;left:6.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 { display:block; }#ED7mGBzEs2bzncbIth5Ue1lQrIaqCWk8 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKmvWhdaGvtZabPNgQieeFcpog6mQ10x { width:20rem;height:1.54296875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG { display:block; }#e1ucKbyNCmB4ebtTRyyNCHOPhKrxxTBG > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdDchImlCtI0xkJeEmyFTxb0IJRc0qIy { width:10rem;height:3.75rem;top:10.625rem;left:5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnm8oXwkN8g7BIc6PdKotdVSJ2920zDu { display:block; }
 }@media only screen and (max-width: 763px) { #MZiMuH1ZpW2oIeSfhs2qsMQh9amBPukO { width:6.875rem;height:1.5625rem;top:11.71875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5SeTgcMxliiIDRw3i2vLbcW4ZD0ZXpT { width:10rem;height:3.75rem;top:5.625rem;left:5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VavNvBQu4d30grmsCKUuGU7RBr3FLfXZ { display:block; }
 }@media only screen and (max-width: 763px) { #saSTf9NRMVEzTM16swbAge2u3xVG29dT { width:6.5625rem;height:3.1875rem;top:5.90625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLtkA5oTSbckrM25K9xGB8te0T3vIxKh { width:10rem;height:3.75rem;top:0.625rem;left:5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFRWnDniTeRLty6N5SM1rlMyLk28s8L3 { display:block; }
 }@media only screen and (max-width: 763px) { #GSKqwJfb6kpK9oQ79qz3VmhyGwJEZEh8 { width:5.3125rem;height:2.1875rem;top:1.40625rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N { display:block; }#oCdn8stgUZ9CZy6yGKBDAWN4ezw0BN2N > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7T04pV5axzNRA3ZIhOadmEWh4kBMFUo { width:20rem;height:1.71875rem;top:1.580078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 { display:block; }#ICFbLvaSBfDBNfsTBJTm8QWBphix4tA3 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9B7BtB9bvPf79uf48T0FXsaCidU2RUn { width:3.75rem;height:3.75rem;top:9.5rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1QhMxIm1VNLFfay1JkEe1MwyxFS1Wxh { width:3.75rem;height:0;top:10.5rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A4Xu3qayxM2ExAcn07OQ6L0xgeMGOdlK { width:3.125rem;height:3.125rem;top:46.8603578125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvyl7mrqtdeo2IrpHdH5iulOcq0UGuOs { width:7.5rem;height:7.5rem;top:0.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5WTXthqhDeK45nC0LiWTwTaXh3VzBJl { width:17.0625rem;height:5.423825rem;top:22.8125rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wr7HFCVZW5VS0gaPGk59GN5TrUSKFAwb { width:7.5rem;height:7.5rem;top:15rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDk2eaGue34zcpsLtBIsPxas56tAmn1h { width:20rem;height:5.423825rem;top:8.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tzx6kiwACoMZHbJTngzlw35lhuLkApzI { display:block; }#tzx6kiwACoMZHbJTngzlw35lhuLkApzI > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFwbSTOQp78mH5UZzMmGmTavNSv5vJCu { width:3.0625rem;height:3.0625rem;top:22.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM7HSwZBJwiRcK5GermqGWLRDvbMXNCD { width:3.0625rem;height:3.0625rem;top:22.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flqsq84Nv5bFnCzNimQ6uh1IBdxTtQCk { width:2rem;height:2rem;top:23.375rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8uFoOEhDE3wzkktzOScllpwk7TzsD94 { width:3.0625rem;height:3.0625rem;top:22.8125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfGzUDebGZs2dorvU8qHAnBiSaul5LcR { width:2rem;height:2rem;top:23.375rem;left:14.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lITJMGrhyT6A6JHhkzpCASFmleZkGHQO { width:15rem;height:2.44954375rem;top:13rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LNT0yIPDFm9ILw3AkcalJ84QroeJkH1J { width:18.75rem;height:0.0625rem;top:19.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #np9yC0EQx1T8GD9y5QLxRXSO8HB2aM28 { width:2rem;height:2rem;top:12.625rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBg3szqKqTGU0N7eyZJ911QaudrBexRs { width:7.625rem;height:1.224775rem;top:10.3125rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qyttk4RLJOR7n3kIVwLkHTA8T7omEiUM { width:2rem;height:2rem;top:10rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV4PBqaytkdw0EK3J6aXwCJRzXEJwhJ1 { width:14.0625rem;height:1.224775rem;top:7.625rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lNmgR3G00LPz9eChEOaWX7ktrPMfNbOM { width:2rem;height:2rem;top:7.1875rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlqVm85dBrgv47N15IdZVvp070D9XHd3 { width:20rem;height:1.04980625rem;top:20.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxA3uQPKqN0sl8iVvAUHp9rqJyg1zgX9 { width:20rem;height:1.04980625rem;top:5.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d4w3w8GmkyhehXctSgaHpJ04BFCf8m4b { width:18.75rem;height:0.0625rem;top:12.8125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhZuoyrRV0J67uG0WPxHvndp8LK9xFWB { width:2rem;height:2rem;top:23.375rem;left:9.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zILTArqnIh7Ml2O3HxABZf0wAR2nT9dn { width:2rem;height:2rem;top:16.5rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOekodtIVPq2vETgPRwLsXliMipPb1Zt { width:11.9375rem;height:1.224775rem;top:16.8125rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMLRkketh9XSENRnF82oHaUJg6TKdaCE { width:19.0625rem;height:0;top:4.2900390625rem;left:0.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NixZTRQ6Kl0E8yJ4AoqoyzVoyacw6dSa { width:7.25rem;height:2.875rem;top:1.25rem;left:6.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ntMczQ0fFqgHP3090xTpUX1NvF27fhGe { display:none; }#ntMczQ0fFqgHP3090xTpUX1NvF27fhGe > .row .container { width:20rem;height:0.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T0N7AVCS0vWuWtS187RJugW35TCRHHqg { position:relative;z-index:auto;display:none; }#T0N7AVCS0vWuWtS187RJugW35TCRHHqg > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SDZnyViAd5iTHX7e9iO9eUKsT0RtPqcF { width:20rem;height:0;top:0.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BWzkBVCvfN9pRelJRdzIxWOzC7ETufsC { top:1.220703125rem;left:10.326606810093rem;width:8.73611125rem;height:2.17361125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5WDeZSftyyornJPTJv6yihrR87gLqTm { display:block; }
 }@media only screen and (max-width: 763px) { #bdTGToCKWyzl93R3z258XBG64u6bLv1f { width:6.4375rem;height:1.875rem;top:1.25rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #miFLXoL3ncpKkfadUfiCgQcrstllerO3 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#miFLXoL3ncpKkfadUfiCgQcrstllerO3 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsMhOWJA2euStIBdEytIT1K6eEP6oLWa { width:7.6875rem;height:2.25rem;top:0.5rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SVWs4kvLn8IwT9XFqF5fbkt6kr5gC6sN { top:1.09375rem;left:14.375rem;width:5rem;height:1.5625rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OV6TLJRTzgZFd3snJCnEbtQnOvpb5sek { display:block; }
 }@media only screen and (max-width: 763px) { #eVodEmi6uQpn6XWaWFuquO1FwgSxGGFN { width:7.1875rem;height:2.0996125rem;top:0.82421875rem;left:6.40625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15018;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MGTT25loqOVN1xLLMbN2QmyovHhsmmBm { width:5.9375rem;height:1.5625rem;top:1.09375rem;left:0.28125rem;z-index:15006;display:block; }
 }