.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;
}
:root { --color-primary-0:233,225,254;--color-primary-1:189,164,251;--color-primary-2:145,104,249;--color-primary-3:138,109,241;--color-primary-4:95,34,167;--color-secondary-0:218,241,251;--color-secondary-1:143,212,242;--color-secondary-2:68,183,233;--color-secondary-3:0,159,227;--color-secondary-4:14,37,47;--color-tertiary-0:255,255,255;--color-tertiary-1:233,233,235;--color-tertiary-2:140,140,141;--color-tertiary-3:84,84,85;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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;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); }#xu6GticEWCgBAhNSutHSNkUIQgfBuoP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#210841;background-image:url("https://images.assets-landingi.com/uc/9b82a27a-ef66-4381-b064-d81f87589e12/Group480959652.svg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xu6GticEWCgBAhNSutHSNkUIQgfBuoP5.adaptive-delivery-prevent-bg, #xu6GticEWCgBAhNSutHSNkUIQgfBuoP5.lazyload, #xu6GticEWCgBAhNSutHSNkUIQgfBuoP5.lazyloading { background-image: none; }#xu6GticEWCgBAhNSutHSNkUIQgfBuoP5 > .row .container { border-width: 0; border-radius: 0; }#xu6GticEWCgBAhNSutHSNkUIQgfBuoP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xu6GticEWCgBAhNSutHSNkUIQgfBuoP5 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:none; }#MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;display:block; }#MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI > .row .container { background-color: transparent; background-image: none; }#MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI > .row .container > .video-iframe-container { display: none; }#MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI > .row > .video-iframe-container { display: none; }#MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI > .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); }#MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI > .row .container { border-width: 0; border-radius: 0; }#MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#TCb1J5oW1CItHWszZFr2ZohCVL1MTKff { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:13.875rem;top:2.28125rem;left:0.5625rem;overflow:hidden;display:block; }
#ztSF6TcQxt9JdDTLgtuUCv96nkfib3Tg { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0269098281861rem;left:17.225694656372rem;height:1.38125rem;display:block; }
#IE6DiL611zRI35MxhGxO14TA6paaFN7l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/204851a1-3839-4323-912c-e99ef0b29a4b/banner_dhsale4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IE6DiL611zRI35MxhGxO14TA6paaFN7l.adaptive-delivery-prevent-bg, #IE6DiL611zRI35MxhGxO14TA6paaFN7l.lazyload, #IE6DiL611zRI35MxhGxO14TA6paaFN7l.lazyloading { background-image: none; }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row .container { background-color: transparent; background-image: none; }#IE6DiL611zRI35MxhGxO14TA6paaFN7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row .container > .video-iframe-container { display: none; }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row > .video-iframe-container { display: none; }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .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); }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row .container { border-width: 0; border-radius: 0; }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#XAQyBPgu5E7X35JLXzHHUDJowPmaAw45 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:18.049218654633rem;left:5.125rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MRqGN3vnxrTKZv8b2eJBURcmqQPMrNXl { position:absolute;display:block;z-index:15067;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.8125rem;width:17.9375rem;top:6.5rem;left:5.125rem;overflow:hidden;display:block; }
#IRD2PNgiiR0vWOHaT8fOm3KegLCZa5Ix { background-color:rgba(var(--color-primary-2),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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:31.437499046326rem;left:5.125rem;display:block; }
#S0uggz4ffOh0SICLDHLFwIVT6Tu6nu5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pbrqsaz1Rlvz8RNTfc5EuUpTN9ryOtrI { position:absolute;display:block;z-index:15074;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:6.875rem;width:11.375rem;top:5.873263835907rem;left:24.435766220092rem;overflow:hidden;display:block; }
#H8gabn9nyTfHNVTwPtWV3JHytPKXlA8u { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.1875rem;font-weight:normal;z-index:15023;line-height:1;letter-spacing:0;top:14.39218711853rem;left:5.125rem;height:2.1875rem;text-align:left;text-align-last:left;display:block; }
#Ob3IIkwQZXDrihPDGFlbXTcSiqE0t89K { 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.9375rem;width:75rem;display:none; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT .widget-text.counter-number { border-top:0.125rem solid #7700fd;border-left:0.125rem solid #7700fd;border-right:0.125rem solid #7700fd;border-bottom:0.125rem solid #7700fd;background-color:transparent;background-image:none;color:#fbfafd;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT .widget-text.counter-label { background-color:;background-image:none;color:#f9f4ff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22.999219417572rem;left:5.125rem;z-index:15075; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #n5F5qIu5lVLDapIgbTnXyVoPKPTMyhEh { display:flex;position:relative;top:0rem;left:0rem; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #CA6088e443cIs5ni9c6TSAA5Z4MKWtsZ { width:auto; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #ShkWJAxmzr6zRUBBzLwz3Ggqcc1hzUgv {  }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #k9ylAGcTpyZu20Pl4UUOOEae3u37uVEV { display:flex;position:relative;top:0rem;left:0rem; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #sh2J2rThZNQ5gqI0DLGVn3Pa7TQ7oWQH {  }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #T4zPX442hmpJrSk8gf7XPMvt7WFNlfXg {  }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #SboK04nZXHIZCyXmW8kWkiBRPqO3yD5A { display:flex;position:relative;top:0rem;left:0rem; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #VVVBJ5XGi9R0xHQLCxUsOuKyc0uwIxN8 {  }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #J8ZmNbTe7L3TOoXTzyfs83bv1mTkL64x {  }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #pTrFLMLXt4zZC5ZUGygcudPDcno4awU0 { display:flex;position:relative;top:0rem;left:0rem; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #xyUSJq6wQhhu6OGrHHTotR4tvoB66hxm {  }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #JxPMlTN8dVBoscXhG5SJl5sp3JAzxVtv {  }
#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), #753fad);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), #753fad);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), #753fad);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), #753fad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#753fad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#753fad' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), #753fad);background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD > .row .container { background-color: transparent; background-image: none; }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD > .row .container > .video-iframe-container { display: none; }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD > .row > .video-iframe-container { display: none; }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD > .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); }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD > .row .container { border-width: 0; border-radius: 0; }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#grddWdGOA9ZQVBpwB7wIQGN4UtD0d650 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.75rem;left:6.375rem;height:1.3rem;font-style:normal;display:block; }
#KQmnARN9yT3cfEazVFLcNvmeOWtQFSNb { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.75625038146975rem;left:32.156250953674rem;height:1.3rem;font-style:normal;display:block; }
#MFFi9RSTXEufkcHmOE8JreTX6T7yFySH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:12.75rem;top:1.0625rem;left:17.5625rem;overflow:hidden;display:block; }
#w3ixlS7FwcA8TLfkS9UKridU3wwul7RC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:12.75rem;top:1.0625rem;left:44.6875rem;overflow:hidden;display:block; }
#kDE8L3v4UdpcUsGna20mdnSIifxi4MFT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:0.75rem;left:60.6875rem;height:1.3rem;font-style:normal;display:block; }
#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9956f6, #000000);background-image: -moz-linear-gradient(180deg, #9956f6, #000000);background-image: -ms-linear-gradient(180deg, #9956f6, #000000);background-image: -o-linear-gradient(180deg, #9956f6, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9956f6', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9956f6', endColorstr='#000000' );";background-image: linear-gradient(180deg, #9956f6, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row .container { background-color: transparent; background-image: none; }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row .container > .video-iframe-container { display: none; }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row > .video-iframe-container { display: none; }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .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); }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row .container { border-width: 0; border-radius: 0; }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#fE9pWvuqb0bax0bbpazsrDSE4W6TGsvn { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:21.812501907349rem;left:20.6875rem;overflow:hidden;display:block; }
#QqcgtqDtCdkffTwvIzOUzTzzFg1ctvmT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:33.6875rem;left:16.8125rem;height:0;display:block; }
#fTFTN4CIV6FMsBAud2tPT05ATI8TgPfk { color:rgba(var(--color-tertiary-0),1);display:block;width:8.93675rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.062501907349rem;left:21.375rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#G4ntqgIRIHECywTOk2WPthQ8qbcIL6qL { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:33.6875rem;left:26.9375rem;height:0;display:block; }
#V7MtJvOVXya3fLdnlbQc8kM4pPPWpPOR { color:#ffffff;display:block;width:16.9989375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15162;line-height:1.2;letter-spacing:0;top:28.866666793823rem;left:16.8125rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#blfqBQtWPmHqhNlkLPcxoOMJeNXGT8ca { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:2rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:4.072265625rem;left:4.0595703125rem;height:7.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qpCF2PSwRWiRw9QXHK9UcXGdUeoZoCRS { box-sizing:content-box;height:30.125rem;width:21.6875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #000000, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #000000, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #000000, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #000000, rgba(var(--color-tertiary-4),1));background-size:auto !important;top:14rem;left:14.3125rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#OxhblwTQIpgOT2xEBoWKk0ddwQI2ssVv { color:rgba(var(--color-primary-2),1);display:block;width:15.75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.875rem;font-weight:700;z-index:15164;line-height:1.2;letter-spacing:0;top:24.9375rem;left:17.375rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGLou3BF3OUKS5OkR7lAVSPaQ7eJK4Al { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15277;line-height:1.2;letter-spacing:0;top:18.000001907349rem;left:16.9375rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nlVDVso5n30doLMPHv2vTThnd5vpl0Qx { color:#212121;display:block;width:12.3114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15163;line-height:1.2;letter-spacing:0;top:27.854167938233rem;left:42.846879959106rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TCnWlqc7tMMAEp3LsiJasRq2GDIenUII { color:#212121;display:block;width:12.3114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15163;line-height:1.2;letter-spacing:0;top:27.854167938233rem;left:42.846879959106rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#BugPD78faaBKr4ZTgtHnJzEuXSsw5kJ0 { color:#212121;display:block;width:12.3114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15163;line-height:1.2;letter-spacing:0;top:27.854167938233rem;left:42.846879959106rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#FCqECdydNBdWLcfmbdtwyFeFgcFIxB3o { color:rgba(var(--color-tertiary-1),1);display:block;width:3.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:31.625rem;left:17.3125rem;height:1.7875rem;display:block; }
#ycCU3RTix54KuPJ3HAJGXdOHN4zb85Ne { color:rgba(var(--color-tertiary-1),1);display:block;width:13.749625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:30.6875rem;left:20.625rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#eJfArmFzAD02sF0wA1tSrWDgJvycMhoB { color:rgba(var(--color-tertiary-4),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15278;line-height:1.2;letter-spacing:0;top:17.187501907349rem;left:30.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWATG1sbrQIHQKDZNU3B1WyuqwMa1IKa { box-sizing:content-box;height:3.625rem;width:20.625rem;position:absolute;display:block;z-index:15276;background-color:transparent;background-image: -webkit-linear-gradient(165deg, rgba(255,255,255,0.05), rgba(73,255,12,0.3));background-image: -moz-linear-gradient(165deg, rgba(255,255,255,0.05), rgba(73,255,12,0.3));background-image: -ms-linear-gradient(165deg, rgba(255,255,255,0.05), rgba(73,255,12,0.3));background-image: -o-linear-gradient(165deg, rgba(255,255,255,0.05), rgba(73,255,12,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#49ff0c4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#49ff0c4c' );";background-image: linear-gradient(165deg, rgba(255,255,255,0.05), rgba(73,255,12,0.3));background-size:auto !important;top:16.875001907349rem;left:14.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#TRoeiTO8LEm9mIJ1fFmZezH5OXmADhT9 { position:absolute;display:block;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:21.812501907349rem;left:43.875rem;overflow:hidden;display:block; }
#WTLHXX1X3VUo1mVZiik7MZ6PhIVqZScX { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:33.6875rem;left:40rem;height:0;display:block; }
#kH8g3wG38tL7KHTnIcb3BiQbJJzNPhGr { color:rgba(var(--color-tertiary-0),1);display:block;width:8.93675rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:22.125001907349rem;left:44.5625rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#s9l2lRTIPiJrfotBQTKJ4a2inRAvLJsq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:33.6875rem;left:50.125rem;height:0;display:block; }
#hg0qDLX721qrLCEHdC6XFGnsBrt6GZ18 { color:#212121;display:block;width:16.99925rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15178;line-height:1.2;letter-spacing:0;top:28.6875rem;left:39.875rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2m3t0aRRXcfXuxbSKINAEfS9nDsQW4o { box-sizing:content-box;height:30.125rem;width:21.6875rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);background-size:auto !important;top:14rem;left:37.5rem;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#HF6b75mkLonpQ6yvmr1k6fD0WRh6dia4 { color:rgba(var(--color-primary-2),1);display:block;width:15.75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.875rem;font-weight:700;z-index:15180;line-height:1.2;letter-spacing:0;top:24.9375rem;left:40.5625rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVqyfBIVsrarFWxCGGy7NR479QyOk76l { color:rgba(var(--color-tertiary-1),1);display:block;width:3.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:31.6875rem;left:40rem;height:1.7875rem;display:block; }
#K03tV7CGdV5b3oEJZCS53h9BTmuDdOiD { color:rgba(var(--color-tertiary-1),1);display:block;width:13.749625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:30.75rem;left:43.3125rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#NnrNWBIXTM79kcmFQv9LXwvbhNUaUFWi { box-sizing:content-box;height:3.625rem;width:20.625rem;position:absolute;display:block;z-index:15292;background-color:transparent;background-image: -webkit-linear-gradient(165deg, rgba(255,255,255,0.05), rgba(59,172,227,0.3));background-image: -moz-linear-gradient(165deg, rgba(255,255,255,0.05), rgba(59,172,227,0.3));background-image: -ms-linear-gradient(165deg, rgba(255,255,255,0.05), rgba(59,172,227,0.3));background-image: -o-linear-gradient(165deg, rgba(255,255,255,0.05), rgba(59,172,227,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#3bace34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff0c', endColorstr='#3bace34c' );";background-image: linear-gradient(165deg, rgba(255,255,255,0.05), rgba(59,172,227,0.3));background-size:auto !important;top:17.062501907349rem;left:38.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#gqNK3eEXt9yoNI8UhTRF5QAX4g4iZObd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15294;line-height:1.2;letter-spacing:0;top:18.000001907349rem;left:39.6875rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJLilZk45kVd6Qe4ZWmik5V86OzztuCH { color:rgba(var(--color-tertiary-4),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15293;line-height:1.2;letter-spacing:0;top:16.687501907349rem;left:54.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kuSqwGvLKJfy3SbJVDqNhv6e6L7MEU8T { position:absolute;display:block;z-index:15295;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:0.8125rem;width:15.5625rem;top:14.992710113526rem;left:17.436458587646rem;overflow:hidden;display:block; }
#xoh72BOBVaw0da5hqbZV1KkhyDBWhtaV { position:absolute;display:block;z-index:15296;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:0.8125rem;width:15.5625rem;top:14.992710113526rem;left:40.592712402344rem;overflow:hidden;display:block; }
#CiWxeL6XkESgQgzJK7leZAnTQ4hRKfeF { background-color:transparent;background-image: -webkit-linear-gradient(203deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(203deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(203deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(203deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(203deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.125rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:37.375003814698rem;left:15.936458587646rem;display:block; }
#V3v2WzxcCTPvwmL3BT9Q1rsD0DbQqwo2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tW0a8ACHWhTodTwpelecxPy3D5RVRhbr { background-color:transparent;background-image: -webkit-linear-gradient(203deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(203deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(203deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(203deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(203deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:37.375001430511rem;left:39.123962402344rem;display:block; }
#AOecXT0ZLtpA5yhnKORdfI1h3cGZmOGi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;display:block; }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row .container { background-color: transparent; background-image: none; }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row .container > .video-iframe-container { display: none; }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row > .video-iframe-container { display: none; }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .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); }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row .container { border-width: 0; border-radius: 0; }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#LzIsTCDIhiegCQfbLGg6bvyybeu2EIfU { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:18.25rem;top:11.1875rem;left:10.625rem;overflow:hidden;display:none; }
#JXhgH1V2qbh86oMSJe3aSN27usEXfzqX { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.5625rem;top:3.1220703125rem;left:5.1875rem;overflow:hidden;display:none; }
#W7u6i7zLVyhLRWXu2MnNcvEVc7ZlH6r9 { color:#212121;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:25.4248046875rem;left:32rem;height:1.13769375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#oLrNzrUxWwdmMTfpt9NoblC4v49n0fe8 { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:1.25rem;width:12.125rem;top:25.2998046875rem;left:31.4375rem;display:none; }
#gMq09TLP4V1nS6nabpbtIQEMhuTTXKBr { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15167;background-color:#e3e3e3;background-image:none;top:17.250000715256rem;left:58.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DQzvX7eD8WVcf9Z6U5q7PwVV6ih3NJ0V { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:20.687500953674rem;left:59.1875rem;height:3.25rem;font-style:normal;display:block; }
#s2xDgT4X6lWxaUxnDzm2AQZNPMWLDOTB { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15171;line-height:1.3;letter-spacing:0;top:24.875000953674rem;left:64.5625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTJRcXDg5iP3GUHTNMmf0zT2SAXUiXel { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:2rem;font-weight:400;z-index:15171;line-height:1.3;letter-spacing:0;top:3.798957824707rem;left:4.8125rem;height:5.2rem;font-style:normal;display:block; }
#k4MfPqvXR9b5kfQqi51U2izdP362wdVJ { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:3.5625rem;top:19.687500953674rem;left:59.1875rem;overflow:hidden;display:block; }
#ueLirl69eMc9MBXpPhA06TbF3sgGAxsk { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15177;background-color:#bfd732;background-image:none;top:15.750000715256rem;left:62.75rem;display:block; }
#sXS6nKLDV7x8LWU0RTx6T2vqNHJqxnak { position:absolute;display:block;z-index:15182;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2.0625rem;top:16.437500715256rem;left:63.375rem;overflow:hidden;display:block; }
#F0tZAXO5UKIGrgGP7pONas9ewwMsMXHJ { background-color:#bfd732;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15231;text-align:center;text-align-last:center;top:27.750000953674rem;left:59.1875rem;display:block; }
#rOkyfOM8vGrcrztNMNnn8OitNLhCV1eL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZMbvI814ogyTeILbZ3Je6lapRFliGNh { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.1875rem;font-weight:400;z-index:15172;line-height:1.3;letter-spacing:0;top:11.375000476837rem;left:4.8125rem;height:2.84375rem;font-style:normal;display:block; }
#DB0s6UR4S2uqpR4DHVbqGL8vLMHfxqv3 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15172;line-height:1.3;letter-spacing:0;top:25.750000953674rem;left:62.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vNv4gLKIGZl1UoiasLBPRg3TINE5l35B { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15172;line-height:1.3;letter-spacing:0;top:26.0625rem;left:59.3125rem;height:1.21875rem;font-style:normal;display:block; }
#ii5ON6OG3JawKHDrmcnXlHIRJVKf5pt0 { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15205;background-color:rgba(var(--color-primary-4),1);background-image:none;top:15.750000715256rem;left:9.375rem;display:block; }
#CsSfcrT1HB19Fpa5H9iswE7UV3xNAzbL { position:absolute;display:block;z-index:15253;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.8125rem;top:16.000000715256rem;left:9.625rem;overflow:hidden;display:block; }
#RtKPToma6hSMNbiTA4ScexGzH0lGJm0B { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15204;background-color:#e3e3e3;background-image:none;top:17.250000715256rem;left:4.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#H6dNL6UykQr1tghvUWhyuhZgTa4RCzvp { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15211;background-color:#e3e3e3;background-image:none;top:17.250000715256rem;left:18.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#GoWsrJ5qkKaWK5gZVEGJEtwraSOuFJso { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15207;line-height:1.3;letter-spacing:0;top:20.687500953674rem;left:5.9375rem;height:3.25rem;font-style:normal;display:block; }
#XI6lBBO1yH2IWRpUcsZFnozi9ClO7RAC { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15214;line-height:1.3;letter-spacing:0;top:20.687500953674rem;left:19.25rem;height:3.25rem;font-style:normal;display:block; }
#rpGyh0Wa6Ch6eINRApVGvRheA6Z9f21z { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15212;background-color:rgba(var(--color-primary-4),1);background-image:none;top:15.812500715256rem;left:22.6875rem;display:block; }
#dTpXaFmOHSi73fLveNFQChnE0RNP2zkg { position:absolute;display:block;z-index:15254;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.8125rem;top:16.000000715256rem;left:22.9375rem;overflow:hidden;display:block; }
#a67yvf00owBNCHJ8qU2uU9KbAXTSMlDd { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15279;line-height:1.3;letter-spacing:0;top:25.062500953674rem;left:11.5625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOGJNgbT6yvvZoTKmVB1e5LbT3mAg5uF { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15282;line-height:1.3;letter-spacing:0;top:25.062500953674rem;left:24.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPnLVlz38mdmaXSkDWmsSWApIxWsrP1S { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15278;line-height:1.3;letter-spacing:0;top:25.875000953674rem;left:9rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JyBXx611FkkdK9JQH3Fr6Uvbfeg48SfW { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15281;line-height:1.3;letter-spacing:0;top:25.875000953674rem;left:22.3125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZpVw0wHEKovpIT4llVcTxs4hBRy0ofK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15280;line-height:1.3;letter-spacing:0;top:26.187500953674rem;left:5.875rem;height:1.21875rem;font-style:normal;display:block; }
#i8MAxPUv2hAE9xPVinQAew0id2JEHmkW { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15283;line-height:1.3;letter-spacing:0;top:26.187500953674rem;left:19.1875rem;height:1.21875rem;font-style:normal;display:block; }
#UEkCEI7yJUrde2TblUXztl2vKJhwNT2q { background-color:rgba(var(--color-primary-2),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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15249;text-align:center;text-align-last:center;top:27.687500953674rem;left:19.25rem;display:block; }
#zvfHA5zOTVv6TubM45rHxfQrTxTUh1G8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzGsUS1VeemGQ2yxtBTs0EtfrIEa442V { background-color:rgba(var(--color-primary-2),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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15251;text-align:center;text-align-last:center;top:27.687500953674rem;left:5.9375rem;display:block; }
#XmhSnQcSICWJ96uNbboCVqkSGublzRLl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#agTk99vxcGhoSGz9hSL0dPJNItR16NM3 { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15220;background-color:#e3e3e3;background-image:none;top:17.250000715256rem;left:31.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#sS4EgpgV8z5wkso8X53zyUDAnXkmfDcF { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15223;line-height:1.3;letter-spacing:0;top:20.687500953674rem;left:32.5625rem;height:3.25rem;font-style:normal;display:block; }
#Uk0IMgrFgJfO3KoLtWtuidKzFGDdxaPL { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15295;line-height:1.3;letter-spacing:0;top:25.125000953674rem;left:38.1875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uinAXByFbhMWSCGEfDcGsilOz82SDBM4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15294;line-height:1.3;letter-spacing:0;top:25.937500953674rem;left:35.625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d11nyELBMQNJZLdVvkHFWTR87BNNDT8p { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15296;line-height:1.3;letter-spacing:0;top:26.250000953674rem;left:32.5rem;height:1.21875rem;font-style:normal;display:block; }
#GcELyCpJBcLzBacMTXBqMHazDa332456 { background-color:rgba(var(--color-primary-2),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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15267;text-align:center;text-align-last:center;top:27.750000953674rem;left:32.5625rem;display:block; }
#o6gHieIvTvWs3lJgOwpeUuBVUzWtLBLm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4IUdzTMXmbbgXCXi22mNEHAHtmcBwND { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15227;background-color:#e3e3e3;background-image:none;top:17.250000715256rem;left:44.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#wNXdatK5QW2cmO3IRvoXrEcvrsDE9gdh { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15230;line-height:1.3;letter-spacing:0;top:20.687500953674rem;left:45.875rem;height:3.25rem;font-style:normal;display:block; }
#mByI6q3mTd9J2MR2OKwQnl5GqXnplCJK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15299;line-height:1.3;letter-spacing:0;top:26.250000953674rem;left:45.8125rem;height:1.21875rem;font-style:normal;display:block; }
#QrmdRD7k84ecEKHVRfKaDlBk17qiJAwO { background-color:rgba(var(--color-primary-2),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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15265;text-align:center;text-align-last:center;top:27.750000953674rem;left:45.875rem;display:block; }
#xa6RrRNEW2VLogs8E6x43eCksPtbbhTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LmQsIKHK2bDZ806N55HBzpz4TcgpzQXN { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15297;line-height:1.3;letter-spacing:0;top:25.937500953674rem;left:48.9375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XoqlpGebEys6hq7oyqLbx6CIbdwusGBe { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15221;background-color:rgba(var(--color-primary-4),1);background-image:none;top:15.812500715256rem;left:36rem;display:block; }
#TGawANd0nqxP3OOV6El32gTDfn7m5bg9 { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15228;background-color:rgba(var(--color-primary-4),1);background-image:none;top:15.875000715256rem;left:49.3125rem;display:block; }
#vkqVhot01e4S4rN5uzpCBxGzHLNkOxtP { position:absolute;display:block;z-index:15269;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.8125rem;top:16.062500715256rem;left:36.25rem;overflow:hidden;display:block; }
#yUXi8ml1TPZJmUytObU4ASNd24iBGOEf { position:absolute;display:block;z-index:15270;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.8125rem;top:16.062500715256rem;left:49.5625rem;overflow:hidden;display:block; }
#pXqW7Xyh6IKQJpk5MVQm2HkmvFSAPHRn { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15298;line-height:1.3;letter-spacing:0;top:25.125000953674rem;left:51.5rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCUwziogmwpe70BcE1cXltTGPIVRZ3oq { box-sizing:content-box;height:2.1875rem;width:7.3125rem;position:absolute;display:block;z-index:15328;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:38.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#DQRbuRTeaTBtxyLhMbwVLQgWs1TuNH0a { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:11.9375rem;left:38.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;display:block; }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row .container { background-color: transparent; background-image: none; }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row .container > .video-iframe-container { display: none; }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row > .video-iframe-container { display: none; }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .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); }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row .container { border-width: 0; border-radius: 0; }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#slSEw9DwKlAg4Zor6Lh8OR6BIik71Og4 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:18.25rem;top:11.1875rem;left:10.625rem;overflow:hidden;display:none; }
#ETAGId3yRH9JJ7m3bIxoJpkCJJiqgVct { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.5625rem;top:3.1220703125rem;left:5.1875rem;overflow:hidden;display:none; }
#S18isWzeNF4hVExGMyWPa1K7nwyp1qTG { color:#212121;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:25.4248046875rem;left:32rem;height:1.13769375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#MxbTv9sNZbsfAAIy3CT4nKPhuk498f17 { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:1.25rem;width:12.125rem;top:25.2998046875rem;left:31.4375rem;display:none; }
#vCtfurGXJ0Hk69kKWHKT1hNDgKT7rf5l { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:"plus jakarta sans";font-size:2.1875rem;font-weight:400;z-index:15172;line-height:1.3;letter-spacing:0;top:2.375rem;left:4.8125rem;height:2.84375rem;font-style:normal;display:block; }
#Sxkrv7ckHh4BrD0T5SrVZRKDV1G3UdnM { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15248;background-color:#e3e3e3;background-image:none;top:26.75rem;left:4.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#sshqaBALZg6FrBRTeEb5uL5FXKJO3LSV { background-color:rgba(var(--color-secondary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15279;text-align:center;text-align-last:center;top:37.1875rem;left:5.9375rem;display:block; }
#nilFRiUOrCIlFhR1ygq7LXzZUqCM4P02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CpWfO2JdmQsf7Bu9ZaPD0DXoJIOqbOFn { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15294;line-height:1.3;letter-spacing:0;top:35.375rem;left:5.9375rem;height:1.21875rem;font-style:normal;display:block; }
#MJxCMstOF9HWAnfskMOcf91DIsgDWV3H { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15293;line-height:1.3;letter-spacing:0;top:35.0625rem;left:9.0625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QAiDihna8NT9tCBNGVQi7xdV5iP14UP3 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15295;line-height:1.3;letter-spacing:0;top:34.25rem;left:12.5rem;height:0.975rem;font-style:normal;display:block; }
#Qx8z04H7JVDMi7mpm8QZsvGNA8ZxVM6h { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15234;background-color:#e3e3e3;background-image:none;top:8.9375rem;left:57.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#JOrIKQO1pnqFsgLJob1OdOrJzU5T3iGw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15237;line-height:1.3;letter-spacing:0;top:12.3125rem;left:58.875rem;height:3.25rem;font-style:normal;display:block; }
#FhZLCy4xDw5bECLcv5DT6UXIZCEpwOtC { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15251;line-height:1.3;letter-spacing:0;top:30.125rem;left:5.9375rem;height:3.25rem;font-style:normal;display:block; }
#KN5uq4yEToIc4OL9cOioX2T2vPZm2dSA { background-color:rgba(var(--color-secondary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15278;text-align:center;text-align-last:center;top:19.3125rem;left:58.875rem;display:block; }
#e4P5kqVceEfNku4A0QtvSTmNOvtT6KI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6AbobzM4LPbzgVmq5Xfx0PeqbDirVL2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:17.1875rem;left:62rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QqZDU35wRTMCyx1f7Q7CASAwuuZ9K3J6 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15292;line-height:1.3;letter-spacing:0;top:16.375rem;left:65.4375rem;height:0.975rem;font-style:normal;display:block; }
#poZ1xmhcKeHNg78Q2Ixvf8bftTRVQx6v { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15227;background-color:#e3e3e3;background-image:none;top:8.875rem;left:44.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#qvHdwDXXSDcI1aMihPPm8mFs9GbTUT8w { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15230;line-height:1.3;letter-spacing:0;top:12.25rem;left:45.5625rem;height:1.625rem;font-style:normal;display:block; }
#zaqldbTGonqbL9AuuOX5v3bPBxmFaNVi { background-color:rgba(var(--color-secondary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15277;text-align:center;text-align-last:center;top:19.3125rem;left:45.375rem;display:block; }
#g406RkW2XH9ccGJilfobARmprm7EonJ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oeuG1tVz6bHGsv7ZPup9KsS42MeOcHTq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15287;line-height:1.3;letter-spacing:0;top:17.1875rem;left:48.5rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BTGtCl1dxhe6ubU0zDuBPdDtinQg8h4n { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15289;line-height:1.3;letter-spacing:0;top:16.375rem;left:51.9375rem;height:0.975rem;font-style:normal;display:block; }
#Wi43oSgNWDUJV4VAPJP7AXccs3qdM6qn { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15291;line-height:1.3;letter-spacing:0;top:17.5rem;left:58.875rem;height:1.21875rem;font-style:normal;display:block; }
#e5c1UwIKxGS4oTC6f11VVs6EX9PXiO2C { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15262;background-color:#e3e3e3;background-image:none;top:8.9375rem;left:31.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TZy7XJRf4q4tdmnz3HCqqNsfaCgdCnBT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15265;line-height:1.3;letter-spacing:0;top:12.3125rem;left:32.375rem;height:3.25rem;font-style:normal;display:block; }
#Tr9HDWLM81vRnLQu5wTH34AenEmbDsIq { position:absolute;display:block;z-index:15269;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:5.6875rem;top:10.6875rem;left:44.625rem;overflow:hidden;display:block; }
#g8kON4QtQb8uFPnWCAsTbkV9OOlo4oBN { position:absolute;display:block;z-index:15270;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:5.6875rem;top:10.75rem;left:57.875rem;overflow:hidden;display:block; }
#LOptvG9h48UTwSDHomU6SQfs1qMI6tuL { position:absolute;display:block;z-index:15275;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:5.6875rem;top:28.625rem;left:4.8125rem;overflow:hidden;display:block; }
#TL60M5IOsrHUGODeGkq8Ouz5Xxbd6bK4 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15288;line-height:1.3;letter-spacing:0;top:17.5rem;left:45.375rem;height:1.21875rem;font-style:normal;display:block; }
#L9BvrFvlnTCov7golMExLMhWnL7SHUqP { background-color:rgba(var(--color-secondary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15283;text-align:center;text-align-last:center;top:19.3125rem;left:32.375rem;display:block; }
#TXxMyNR89Aa8dP5k2h6l1vVNPeLJruMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wo3CvdXTZs0i1T2lRHPzuXeorVvxwe3O { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15284;line-height:1.3;letter-spacing:0;top:17.25rem;left:35.5625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uDRN4c7xhRT0u7qQPV1KQeoOZzNd8nXH { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15286;line-height:1.3;letter-spacing:0;top:16.4375rem;left:38.9375rem;height:0.975rem;font-style:normal;display:block; }
#E49T4HIiPqhQL8V4SE6SeUfa4ItpgUXG { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15228;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.25rem;left:49rem;display:block; }
#Wcsv4g6eic272JBmTiGhO3VZozILkglh { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15235;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.3125rem;left:62.3125rem;display:block; }
#Xmx0VtrcAy5hQALbAXILzTohgibP1CyH { position:absolute;display:block;z-index:15233;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2.0625rem;top:7.9375rem;left:49.625rem;overflow:hidden;display:block; }
#XMtFxzuEfQ5HdO3rbhTMxnl3PQklrLZk { position:absolute;display:block;z-index:15240;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2.0625rem;top:8rem;left:62.9375rem;overflow:hidden;display:block; }
#oSLPxe7VHmAUqqwO5WZaG16rEqzm8Z86 { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15263;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.3125rem;left:35.8125rem;display:block; }
#BdIEEfSqVCNhJg4mMtavBM27pIExVQdE { position:absolute;display:block;z-index:15268;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2.0625rem;top:8rem;left:36.4375rem;overflow:hidden;display:block; }
#iZe4trGxv9szHeHTiglDiLNwaZusmFIi { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15249;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:25.125rem;left:9.375rem;display:block; }
#XsbyJ7TBPooRsxWOzyurBwsHIrhNXw66 { position:absolute;display:block;z-index:15254;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2.0625rem;top:25.8125rem;left:10rem;overflow:hidden;display:block; }
#AT7e2kdnCBaOyT9RkEHd34dgVGmdCHVs { position:absolute;display:block;z-index:15273;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:5.6875rem;top:10.875rem;left:31.25rem;overflow:hidden;display:block; }
#rqVChHgJPuSyshNeTT1qGOTIWFXy581F { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15285;line-height:1.3;letter-spacing:0;top:17.5625rem;left:32.375rem;height:1.21875rem;font-style:normal;display:block; }
#QfIa9vb1Sby2ZPJTueZOAJJtv81nlNMr { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15220;line-height:1.3;letter-spacing:0;top:14.375rem;left:33.9375rem;height:0.975rem;font-style:normal;display:block; }
#TQBoaflHuLyiyW3EMoX1n474s6CrZEXb { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15272;background-color:#e3e3e3;background-image:none;top:8.9375rem;left:18.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#iehlXt2O8url4nMQueSEWNQtknT4TdV4 { background-color:rgba(var(--color-secondary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15293;text-align:center;text-align-last:center;top:19.3125rem;left:19.1875rem;display:block; }
#n8ZyOG1Dbo1c7GWf92oAlfT12zKqqu3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zD2tn1ePmyeW2ffwFsSXWuXIWTOCmnhR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15294;line-height:1.3;letter-spacing:0;top:17.25rem;left:22.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SiIt4vSwD4dqTPaxiyLJSpVnolrg7B46 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15295;line-height:1.3;letter-spacing:0;top:17.5625rem;left:19.1875rem;height:1.21875rem;font-style:normal;display:block; }
#QrLvJ1fqwEh8tFT1dGgBgnAoB0zBxhDl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15275;line-height:1.3;letter-spacing:0;top:12.3125rem;left:19.1875rem;height:3.25rem;font-style:normal;display:block; }
#EJFI8bpdcJw7C9oZoK57TQsvl42Q9Sr3 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15230;line-height:1.3;letter-spacing:0;top:14.375rem;left:20.75rem;height:0.975rem;font-style:normal;display:block; }
#iLT9cvrqhZ6egRU9R93crsoweeb7PzrB { position:absolute;display:block;z-index:15283;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:5.6875rem;top:10.875rem;left:18.0625rem;overflow:hidden;display:block; }
#XfTCW7aPtsUQz9MpzuZL2mwV9mAWuK7N { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15273;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.3125rem;left:22.625rem;display:block; }
#FiXutdqMgaAir0SFbmZBd1AtntnIg7qe { position:absolute;display:block;z-index:15278;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2.0625rem;top:8rem;left:23.25rem;overflow:hidden;display:block; }
#RUboiuNFuGPs6pZWV4msszIXO3kVlTw2 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15296;line-height:1.3;letter-spacing:0;top:16.4375rem;left:25.75rem;height:0.975rem;font-style:normal;display:block; }
#dzMTlKwCpIkmFBi8mN51hoQ00y3unmVi { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15301;background-color:#e3e3e3;background-image:none;top:26.8125rem;left:18.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#voAkXBOkLao7QfC6ZvmvDZLio6lcrJIF { background-color:rgba(var(--color-secondary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15322;text-align:center;text-align-last:center;top:37.1875rem;left:19.1875rem;display:block; }
#qxawH7MizgCx8mi7fPlKsDRqKRqezt2X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sxNs1QwaZBHsCUu6CmGvrL1PPQ9Zlcf8 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15323;line-height:1.3;letter-spacing:0;top:35.125rem;left:22.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XWsW4TtR9wT6on25lJq22u1rtVeZJlcF { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15324;line-height:1.3;letter-spacing:0;top:35.4375rem;left:19.1875rem;height:1.21875rem;font-style:normal;display:block; }
#XFO5rM4FGW42JCSWk3zCTgtMxf6wmXsu { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15325;line-height:1.3;letter-spacing:0;top:34.3125rem;left:25.75rem;height:0.975rem;font-style:normal;display:block; }
#D3CXoEVfXZbIflC6vPkXaoWaOFtIMaIT { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15291;background-color:#e3e3e3;background-image:none;top:26.8125rem;left:31.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#R95lXNadTHivxFA69uPHQIV9ttMudLe1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:30.1875rem;left:19.1875rem;height:3.25rem;font-style:normal;display:block; }
#L7t6agnSZNrUza0cNXLWSywFCeFnGp2K { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15259;line-height:1.3;letter-spacing:0;top:32.25rem;left:20.75rem;height:0.975rem;font-style:normal;display:block; }
#pN9thq1TdaW03nFXoOqutu44brTUlsdh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:30.1875rem;left:32.5rem;height:1.625rem;font-style:normal;display:block; }
#u7NOstuRHLgwbMHXe3RG1p2QXX601oGh { background-color:rgba(var(--color-secondary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15312;text-align:center;text-align-last:center;top:37.1875rem;left:32.5rem;display:block; }
#ivzzqNRtAHFbBR14OQf3ssx47osUfRSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OboBSckUSB2iDb7AiM2Pkql6uplqmgbB { position:absolute;display:block;z-index:15302;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:5.6875rem;top:28.75rem;left:31.375rem;overflow:hidden;display:block; }
#g751R0zU9tnVzi8q1fWgFm0wRpQvU1iq { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15314;line-height:1.3;letter-spacing:0;top:35.4375rem;left:32.5rem;height:1.21875rem;font-style:normal;display:block; }
#ShT1dynTCQSqSG3EKWTXT6UTsBDxPzrK { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15249;line-height:1.3;letter-spacing:0;top:32.25rem;left:34.0625rem;height:0.975rem;font-style:normal;display:block; }
#bX3b3Wxb40L5vNTfgizHSSs3B3AzbWw9 { position:absolute;display:block;z-index:15312;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:5.6875rem;top:28.75rem;left:18.0625rem;overflow:hidden;display:block; }
#wDxWXhQXiNKLZTaBNM5KUxZ6Rrx9LhTX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15313;line-height:1.3;letter-spacing:0;top:35.125rem;left:35.6875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CT4mNVLTTzAswLtqOsgaOPS6VFQPZ8cs { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15292;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:25.1875rem;left:35.9375rem;display:block; }
#vPdMOhJDWdQ4CkcxcflfKDKkRntrBpEe { position:absolute;display:block;z-index:15297;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2.0625rem;top:25.875rem;left:36.5625rem;overflow:hidden;display:block; }
#eTIoGLguab7ciWfIIHRoItzHOPGHzBUw { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15302;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:25.1875rem;left:22.625rem;display:block; }
#xRb00tMQ181eN4CXmGBPT73kxyLGa0TT { position:absolute;display:block;z-index:15307;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2.0625rem;top:25.875rem;left:23.25rem;overflow:hidden;display:block; }
#a2paIotZg2n4MTLPmV0kTEII4yguJTua { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15315;line-height:1.3;letter-spacing:0;top:34.3125rem;left:39.0625rem;height:0.975rem;font-style:normal;display:block; }
#HvSvQZTssMTds2Cztb9oSt33OaQ9rraQ { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15256;background-color:#009fe3;background-image:none;top:8.9375rem;left:4.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#cBSZkiMovNRZCc4yIK8TxxEfPnfPhKXH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15259;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5.9375rem;height:1.625rem;font-style:normal;display:block; }
#yOS3wo9tHo0MHn6ahRubx7PeAeiIMyUI { 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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15306;text-align:center;text-align-last:center;top:19.375rem;left:5.75rem;display:block; }
#MphZKA3Db5wlBwTQxgNsTUDvJ5b8ZJs8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nXmdKcCsnlBNrX96pxzMSNIxF03ttWya { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15316;line-height:1.3;letter-spacing:0;top:17.25rem;left:8.875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fXblxiMS9TnXhTqttboZrasKad5rwEiH { position:absolute;display:block;z-index:15298;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:3.75rem;top:11.375rem;left:6.125rem;overflow:hidden;display:block; }
#MHEVSFq79KdH7X6tBCOcXeG4ZyhyX6G0 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15317;line-height:1.3;letter-spacing:0;top:17.5625rem;left:5.75rem;height:1.21875rem;font-style:normal;display:block; }
#wffiw0IPFQJUTAeg6dRJ2N2SeI7gzTWi { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15257;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.3125rem;left:9.375rem;display:block; }
#bpbe9JXsmbO4i8dTU12Kl0B9L30TRTdx { position:absolute;display:block;z-index:15262;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:2rem;top:8rem;left:10rem;overflow:hidden;display:block; }
#KlWlsLvSPgB2TT5Tp6xGAeRkuJB2hag8 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15318;line-height:1.3;letter-spacing:0;top:16.4375rem;left:12.3125rem;height:0.975rem;font-style:normal;display:block; }
#wboWqLEZN31ew4Fyq7NtO4ywQfo1qOnO { box-sizing:content-box;height:2.1875rem;width:7.3125rem;position:absolute;display:block;z-index:15326;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:19.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ARn5y7LcAufhHOXcOtd3eLqlP0X3lp9u { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15327;line-height:1.3;letter-spacing:0;top:3rem;left:19.9375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;display:block; }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row .container { background-color: transparent; background-image: none; }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row .container > .video-iframe-container { display: none; }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row > .video-iframe-container { display: none; }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .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); }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row .container { border-width: 0; border-radius: 0; }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#U8r1UH1K33R2uzrDm90PWpKALlWDW5KK { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:18.25rem;top:11.1875rem;left:10.625rem;overflow:hidden;display:none; }
#MyX67D9qKkUPwL2Ryu3wQDqdDVS7mZJP { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.5625rem;top:3.1220703125rem;left:5.1875rem;overflow:hidden;display:none; }
#Jsx9FuTFooOnIhqF7oPeWT6zUkLikSy9 { color:#212121;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:25.4248046875rem;left:32rem;height:1.13769375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#NpcuRGkEiWPIcTeA83Zz3WeBLMVvuXZV { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:1.25rem;width:12.125rem;top:25.2998046875rem;left:31.4375rem;display:none; }
#q2mOq8TGy9BCDOsNGiPmZLacwtQRreVL { background-color:rgba(var(--color-primary-2),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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15306;text-align:center;text-align-last:center;top:19.6875rem;left:58.9375rem;display:block; }
#MlrDEUzsNZISHL2P26FTxahCuq94fpnM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rT5wx0Vg38FLMGv1wrsFAMEVpdTg4G7F { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15338;line-height:1.3;letter-spacing:0;top:17.875rem;left:62rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hk80AMRpnr3GMT88rPfert2HhZKGbI1f { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15339;line-height:1.3;letter-spacing:0;top:17.0625rem;left:64.5625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AnskL4FhWVINkIBvr7JgFvbAMOd9Lp2Z { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15268;background-color:#e3e3e3;background-image:none;top:9.1875rem;left:57.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ndKUgIuh8uE97TNuH4GOcpr4lfgNZrzS { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15340;line-height:1.3;letter-spacing:0;top:18.1875rem;left:58.875rem;height:1.21875rem;font-style:normal;display:block; }
#hzQBUazAfsIh1fX30JbfiSlCBEuyRRAq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15271;line-height:1.3;letter-spacing:0;top:11.6875rem;left:58.9375rem;height:4.875rem;font-style:normal;display:block; }
#s50PTOZ9gzPoIPawZ3FeiXyx8Qs54FcB { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15276;background-color:#e3e3e3;background-image:none;top:9.1875rem;left:44.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#efCNWNCvGiio7J73z9tdOylMw70RPTg2 { background-color:rgba(var(--color-primary-2),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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15314;text-align:center;text-align-last:center;top:19.6875rem;left:45.6875rem;display:block; }
#NbaaOt9uTeJKWoPw3gHIkXu0UrUCgySM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NxtlrTOkJySyk9PiwJvkERTIAVkCqnxH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15346;line-height:1.3;letter-spacing:0;top:17.875rem;left:48.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sptT0BZzWzVbXHutAVZ149lMT6CW1vhv { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15279;line-height:1.3;letter-spacing:0;top:11.625rem;left:45.6875rem;height:4.875rem;font-style:normal;display:block; }
#HIhxLgntWEv0qLPrG57Pbq59GwP7RQf2 { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15277;background-color:rgba(var(--color-primary-4),1);background-image:none;top:7.8125rem;left:49.125rem;display:block; }
#wJgqv3ek5UZWHiNq9s7UArvST3xvak7t { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15321;line-height:1.3;letter-spacing:0;top:16.9375rem;left:45.625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vhQk9NZNMkV87TiU5WXGwwlHRChns6Py { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15269;background-color:rgba(var(--color-primary-4),1);background-image:none;top:7.8125rem;left:62.375rem;display:block; }
#w2RPip3cn8Xwl9pf7NKdUT3qo2B3MIvr { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.1875rem;font-weight:400;z-index:15173;line-height:1.3;letter-spacing:0;top:2.9375rem;left:4.6875rem;height:2.84375rem;font-style:normal;display:block; }
#Agzbo9boRz5Kc7krUT6T3hozPJme8JzB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15319;line-height:1.3;letter-spacing:0;top:17.8125rem;left:35.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hZwzvw4wRaImgO31IfDQhu9P6RLD5LRv { background-color:rgba(var(--color-primary-2),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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15292;text-align:center;text-align-last:center;top:19.625rem;left:32.375rem;display:block; }
#wRT8JcwZfesihEuf7dkxJArWxGBAVecJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wfh3GT5eCnsuHUqVlksxKM2gQWSbrsr6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15321;line-height:1.3;letter-spacing:0;top:18.125rem;left:32.3125rem;height:1.21875rem;font-style:normal;display:block; }
#AWBb9CcIv2p6s7QA0e9cH4P9yHGKhsZP { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15348;line-height:1.3;letter-spacing:0;top:18.1875rem;left:45.625rem;height:1.21875rem;font-style:normal;display:block; }
#Mld9VmrhHNskRvZBWuLEUnefT9IgszC7 { position:absolute;display:block;z-index:15319;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.8125rem;top:8rem;left:49.375rem;overflow:hidden;display:block; }
#CTEAHA9oph4UqyRyH3PExOfPw7aJ16WV { box-sizing:content-box;height:2.1875rem;width:12.3125rem;position:absolute;display:block;z-index:15328;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:32.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#svA31r8lkUrT6wFyR8Iy5lyzSIsGDfZX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:3.5rem;left:32.1875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NCzQofo68GzDSehyxbVAHgEUprL76OHg { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15245;background-color:#e3e3e3;background-image:none;top:9.1875rem;left:31.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#QH7qVQHK1AsDPH3rMETcEACsTb0GieFx { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15246;background-color:rgba(var(--color-primary-4),1);background-image:none;top:7.6875rem;left:35.8125rem;display:block; }
#ZhoG10PEXKp5sFds1zyGwCKXmTNvRUdy { position:absolute;display:block;z-index:15294;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.8125rem;top:7.9375rem;left:36.0625rem;overflow:hidden;display:block; }
#y4IMPtUHNXeFWkU4e1xgffLwX5BRun00 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15248;line-height:1.3;letter-spacing:0;top:11.625rem;left:32.375rem;height:4.875rem;font-style:normal;display:block; }
#DZRhAvTvKIGsBmkONoaOmTXXbDcxf8dr { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15320;line-height:1.3;letter-spacing:0;top:16.8125rem;left:32.0625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UkehW19T1T6uoW0fCcUrvBcJcli4VyTg { position:absolute;display:block;z-index:15311;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.8125rem;top:8rem;left:62.625rem;overflow:hidden;display:block; }
#w3OyEu9NRCezcJ6TErJT189IJPGNXnI6 { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15261;background-color:#e3e3e3;background-image:none;top:9.125rem;left:18rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#tswzzZs6WBDmzVTDr5k3C2lSdlrpRCic { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15336;line-height:1.3;letter-spacing:0;top:17rem;left:24.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTWC8BTqcJdcfXHt0F6P3p7iZ3MMcFRJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15335;line-height:1.3;letter-spacing:0;top:17.8125rem;left:22.1875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iS5v1A759buRuLe0QNRZrQR939kITEid { background-color:#ff49d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15308;text-align:center;text-align-last:center;top:19.625rem;left:19.125rem;display:block; }
#AcIwkDZCLZvBHdzo8F9U3LyehvWE7VaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwb1TXImehR0UJoRmhRABcfJQnhQentQ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15337;line-height:1.3;letter-spacing:0;top:18.125rem;left:19.0625rem;height:1.21875rem;font-style:normal;display:block; }
#GlLufUW7DtlTvc8MOPf6lcULFBaHryUS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15264;line-height:1.3;letter-spacing:0;top:11.6875rem;left:19.125rem;height:3.25rem;font-style:normal;display:block; }
#E19flfueqTVCZc5md5JWXaqhwtmEqgoT { box-sizing:content-box;height:13.9375rem;width:12.5rem;position:absolute;display:block;z-index:15252;background-color:#e3e3e3;background-image:none;top:9.125rem;left:4.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#vFvh0rsMZBLD37lVVTk36QX8N5J9nIec { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15255;line-height:1.3;letter-spacing:0;top:11.625rem;left:5.8125rem;height:4.875rem;font-style:normal;display:block; }
#LfOHUk5egWi9IVhXiUZURk8WiSOnUbli { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15323;line-height:1.3;letter-spacing:0;top:16.9375rem;left:11.4375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6yCuIP53dMP6DexoqxmIRALrAmkAD0a { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15322;line-height:1.3;letter-spacing:0;top:17.75rem;left:8.875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SwVgIr3tXCAe2LXX4WknZLv8WpNerpco { background-color:#ff49d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15290;text-align:center;text-align-last:center;top:19.5625rem;left:5.8125rem;display:block; }
#HT66WmMcKfZNzRo8CNiTtV7TeOWavciv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATnSq7AuMZBHRrdE0k2NDQCcicvEPkgd { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15253;background-color:#ff49d0;background-image:none;top:7.6875rem;left:9.25rem;display:block; }
#KWLMS681yAgx2QM0yE4eIA9NlHDaixOg { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15262;background-color:#ff49d0;background-image:none;top:7.6875rem;left:22.5625rem;display:block; }
#sQfxkOIPS7CsiuOGPRuqOxuQb7H4vrPM { position:absolute;display:block;z-index:15310;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.8125rem;top:7.9375rem;left:22.8125rem;overflow:hidden;display:block; }
#LrBNDVTIKcEai33mcmJqFfMsiP0JV3yc { position:absolute;display:block;z-index:15295;border-top:0;border-left:0;border-right:0;border-bottom:0;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:2.8125rem;top:7.875rem;left:9.5rem;overflow:hidden;display:block; }
#zPTHGoPr6gMLqionxDzJP4i5hVs35ymo { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15324;line-height:1.3;letter-spacing:0;top:18.0625rem;left:5.75rem;height:1.21875rem;font-style:normal;display:block; }
#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;display:block; }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row .container { background-color: transparent; background-image: none; }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row .container > .video-iframe-container { display: none; }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row > .video-iframe-container { display: none; }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .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); }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row .container { border-width: 0; border-radius: 0; }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#k4xs0frouoVzGXKDFM4h9gxGD5PFeaxF { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:18.25rem;top:11.1875rem;left:10.625rem;overflow:hidden;display:none; }
#BtpSII2AR6egTAGNaWTWn0kXyXnXLoEg { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.5625rem;top:3.1220703125rem;left:5.1875rem;overflow:hidden;display:none; }
#Jq1rsIzFgGuMBqXE2rmUO4WhQBrGKD96 { color:#212121;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:25.4248046875rem;left:32rem;height:1.13769375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#UluiEtZJwxWAr2fQ639eUKduiumVtpR7 { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:1.25rem;width:12.125rem;top:25.2998046875rem;left:31.4375rem;display:none; }
#WmkCDfEmxeIie6iLMZs8GJMUavAqMS1M { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:2.125rem;left:8.75rem;height:3.25rem;font-style:normal;display:block; }
#TX20rx3eMFIPNhzpWMnIZtHe8vbeCUIQ { background-color:rgba(var(--color-primary-2),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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.75rem;text-decoration:none;z-index:15255;text-align:center;text-align-last:center;top:4.5937509536743rem;left:48.112500190735rem;display:block; }
#hI8947ilKArWaHf6Av6ed1CXArgbcfJx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c9z8LfHebfQDWT0uyk93UWqQaktuicSZ { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15253;line-height:1.3;letter-spacing:0;top:5.83984375rem;left:8.874218940735rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;display:block; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { background-color: transparent; background-image: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .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); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { border-width: 0; border-radius: 0; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#d8vx95Ox3nn1QWohoTEEPOylhMeviFmE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:16.5rem;top:1.4999980926514rem;left:30rem;overflow:hidden;display:block; }
#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;display:block; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { background-color: transparent; background-image: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container > .video-iframe-container { display: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container { display: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .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); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { border-width: 0; border-radius: 0; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#azClPBwyzNkETny9OkUlgBtooEoTzB1z { color:rgba(var(--color-tertiary-0),1);display:block;width:72.5rem;position:absolute;font-family:archivo;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2500076293945rem;left:1rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#dUwHDTVfCcDh32eyP9XEctvpw11Ngp66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;display:none; }#dUwHDTVfCcDh32eyP9XEctvpw11Ngp66 > .row .container { border-width: 0; border-radius: 0; }#dUwHDTVfCcDh32eyP9XEctvpw11Ngp66 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUwHDTVfCcDh32eyP9XEctvpw11Ngp66 > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:none; }#OQV7hG9qssr6bTiRQVN699eD5CdxECbx { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:18.25rem;top:11.1875rem;left:10.625rem;overflow:hidden;display:none; }
#DaPDt4Ix77rOJo7wdxiGgAM75wZ0ffxb { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.5625rem;top:3.1220703125rem;left:5.1875rem;overflow:hidden;display:none; }
#gif8hiDEXdqOqMPbdZ8g1HO7LvN6AztW { color:#212121;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:25.4248046875rem;left:32rem;height:1.13769375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#eEo1X40olc8uv6RucTlveAdvEtImMhv2 { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:1.25rem;width:12.125rem;top:25.2998046875rem;left:31.4375rem;display:none; }
#T62b0QHWvXEIp9GBTWPUId7HhsRvzTAl { box-sizing:content-box;height:22.5rem;width:64.4375rem;position:absolute;display:block;z-index:15181;background-color:#e3e3e3;background-image:none;top:10.25rem;left:5.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#lzAvL8SwhbxdQSdV3CTiMCGT84JMu9c1 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15185;line-height:1.3;letter-spacing:0;top:16.562507629394rem;left:7.561718940735rem;height:1.21875rem;font-style:normal;display:block; }
#h2SNK9mqTF39wsL2u6vym8gv5PW4BEV3 { position:absolute;display:block;z-index:15186;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:22.5625rem;top:10.187507629394rem;left:4.6875rem;overflow:hidden;display:block; }
#UBRnAT9kuQZmVckfoJ6JeIXK6h4n5cWP { position:absolute;display:block;z-index:15187;border-top:0;border-left:0;border-right:0;border-bottom:0;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:22.8125rem;top:12.750007629394rem;left:37.500000953674rem;overflow:hidden;display:block; }
#aPvKS2ubNJp4sSK7EQWs8o4iytEM6Pz2 { box-sizing:content-box;height:11.875rem;width:29.3125rem;position:absolute;display:block;z-index:15188;background-color:transparent;background-image:none;top:17.312499523163rem;left:35.3125rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#IWGwOoUDcZ9UhRceL8tADHXlmvrJokCf { background-color:rgba(var(--color-primary-2),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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15254;text-align:center;text-align-last:center;top:26.299217224121rem;left:52.736718177796rem;display:block; }
#GuOKSLIWOT0Kz8siUaR9nnHBSUlW4i24 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1srBTZlaKdTVFQKTiQVW7OqeadvGCul { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15179;line-height:1.3;letter-spacing:0;top:18.311849117279rem;left:37.124835968017rem;height:4.875rem;font-style:normal;display:block; }
#GwqBdtVgVXAP0WyHNTCgugcL5n3M2dh5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:15238;line-height:1.3;letter-spacing:0;top:18.734212398529rem;left:37.062171936035rem;height:2.03125rem;font-style:normal;display:block; }
#ccxTxPRDQanvinuPrs2DnRopZyiNqrKq { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15239;background-color:rgba(var(--color-primary-4),1);background-image:none;top:18.249999523163rem;left:60.37434387207rem;display:block; }
#qrFMMGba1iESy71lX6aD2v6yoWcRnu5X { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15250;line-height:1.5;letter-spacing:0;top:21.424642086029rem;left:38.062335968017rem;height:3.9375rem;font-style:normal;display:block; }
#yTVs0Ben06qSfDQdBk2nTDyJ3CXqqeKh { position:absolute;display:block;z-index:15240;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:2.0625rem;top:19.468261241913rem;left:60.99934387207rem;overflow:hidden;display:block; }
#PJcT0s3XZBIuvZuct7C7TAwsu0H1k33b { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8123125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15239;line-height:1.3;letter-spacing:0;top:14.841308116913rem;left:35.499671936035rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnRkdZhCGHPgaDefg11zTcDR4a0MqMsR { position:absolute;display:block;z-index:15249;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:25.75rem;top:15.675003051757rem;left:17.612500190735rem;overflow:hidden;display:block; }
#y8DmATqhXQVRV5FzzSCQbVP9wCF4wTcU { position:absolute;display:block;z-index:15240;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.1875rem;top:13.875rem;left:41.4375rem;overflow:hidden;display:none; }
#ClZtyv832XMhGespIXcNheEsCrtEKq81 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5625rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:3.3624992370606rem;left:10.967968940735rem;height:3.075rem;text-align:center;text-align-last:center;display:block; }
#Z5zHxIW3AZGOVXBQfhEcwtLNMG0hsXsy { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15251;background-color:rgba(var(--color-primary-4),1);background-image:none;top:21.737142086029rem;left:37.1875rem;display:block; }
#Ty53nVFKQQWd34FKwh9Sc3CraBAcy0Du { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15252;background-color:rgba(var(--color-primary-4),1);background-image:none;top:24.437337398529rem;left:37.224933624267rem;display:block; }
#hQtupHzw8ayvB1LM01DazmrzFVQ6g3ue { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15253;background-color:rgba(var(--color-primary-4),1);background-image:none;top:23.124673366547rem;left:37.224933624267rem;display:block; }
#lW5Lhuomdp8sHsLf95rnPmAP7oENzk7a { 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:67.5rem;width:67.5rem;display:none; }
#fkr9NRzu0U8LHpNwzV466MDq0xVTBvnk { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15251;line-height:1.5;letter-spacing:0;top:28.002602577209rem;left:5.3426094055176rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWxPtgxeAgX1QTTipStc3xgWPRDPfTZu { color:rgba(var(--color-tertiary-0),1);display:block;width:50.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15252;line-height:1.5;letter-spacing:0;top:33.249836921692rem;left:4.6875rem;height:1.1254875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t2rAlZpBiuOa5bEtRreAuZleQlvgP7dT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9956f6, #000000);background-image: -moz-linear-gradient(180deg, #9956f6, #000000);background-image: -ms-linear-gradient(180deg, #9956f6, #000000);background-image: -o-linear-gradient(180deg, #9956f6, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9956f6', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9956f6', endColorstr='#000000' );";background-image: linear-gradient(180deg, #9956f6, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#t2rAlZpBiuOa5bEtRreAuZleQlvgP7dT > .row .container { border-width: 0; border-radius: 0; }#t2rAlZpBiuOa5bEtRreAuZleQlvgP7dT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2rAlZpBiuOa5bEtRreAuZleQlvgP7dT > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:none; }#xKr3PCnbtBTwEyGL9rFQA6ZGibFJyeoO { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:23.375rem;left:15.6875rem;overflow:hidden;display:block; }
#BLfx9Ent2gQG2KTikFEvWEIcz5L7NALM { 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:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.49925rem;height:2.8125rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:39.25rem;left:15.9375rem;display:block; }
#QEIk2NU5DTFSdTXUR0o1SHOtmN0CbTGi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIKAN87BmUauby88GXELpsLWc0TqLCZX { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:34.3125rem;left:16.8125rem;height:0;display:block; }
#Gfi8kKCcZoSMyRAG9huOELSQCliGioUz { position:absolute;display:block;z-index:15096;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #808080;border-left:0.0625rem solid #808080;border-right:0.0625rem solid #808080;border-bottom:0.0625rem solid #808080;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:18.6875rem;top:23.4375rem;left:15.8125rem;display:block; }
#z71pNAzk5iHs2KR5zcTtJzTcayKlzzB0 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.93675rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:23.6875rem;left:20.6875rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NHNDTrkT4iQvBprk55uk2XlwKDsq5a61 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:34.3125rem;left:26.9375rem;height:0;display:block; }
#iLIhFTNUitiNrQnz8ctvylV4TMcTgmpE { color:#212121;display:block;width:16.99925rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15162;line-height:1.2;letter-spacing:0;top:30.3125rem;left:16.6875rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSqZuDkxIc55cfaeRot3d0huV0ThvGhT { color:rgba(var(--color-tertiary-1),1);display:block;width:31.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:4.072265625rem;left:4.0595703125rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WJ5wiLdJypH4ZdBZNqrenq8IKpBTJLu8 { box-sizing:content-box;height:26.75rem;width:21.6875rem;position:absolute;display:block;z-index:15002;background-color:#09090a;background-image:none;top:18.250000238419rem;left:14.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#yKATQk9b8cWASqrcdCObr2ywnNP35y0N { color:rgba(var(--color-primary-2),1);display:block;width:15.75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.875rem;font-weight:700;z-index:15164;line-height:1.2;letter-spacing:0;top:26.5625rem;left:17.375rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qFPN7XclieaJIvvTrrLa4UxkSZDHd3lr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15273;line-height:1.2;letter-spacing:0;top:16rem;left:16.9375rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RP0xrvMT1GATbNwkvHhyyosNFoJI2yxS { color:#212121;display:block;width:12.3114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15163;line-height:1.2;letter-spacing:0;top:27.854167938233rem;left:42.846879959106rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TvaQEvVRvwB5Q2Jp7TvVP5ycdFPQ2tUf { color:#212121;display:block;width:12.3114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15163;line-height:1.2;letter-spacing:0;top:27.854167938233rem;left:42.846879959106rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#y7c6GmKEt7lBskg5CGEdTvragWiB1uzW { color:#212121;display:block;width:12.3114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15163;line-height:1.2;letter-spacing:0;top:27.854167938233rem;left:42.846879959106rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#OxOpg8dDmEbzCKa9nsBQnwmw5Xwi1zgr { color:rgba(var(--color-tertiary-1),1);display:block;width:3.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:35.375rem;left:17rem;height:1.7875rem;display:block; }
#xWlv3INGu2rB7V3hUVQagTJSpIq2aOS8 { color:rgba(var(--color-tertiary-1),1);display:block;width:13.749625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:34.4375rem;left:20.3125rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#OXOfTk1bzQtEv6vTlL3cow5aCaetXtHP { color:#212121;display:block;width:16.9979375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15208;line-height:1.2;letter-spacing:0;top:33.0625rem;left:18.6875rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTM7efgGhZuEg3iJ7NmFuJmLl56UTiaP { color:rgba(var(--color-tertiary-4),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15272;line-height:1.2;letter-spacing:0;top:15.1875rem;left:30.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GKEacUGecwqvPIoTGqWxUTJNmhnP0JI2 { background-color:rgba(var(--color-primary-2),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:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.49925rem;height:2.8125rem;text-decoration:none;z-index:15102;text-align:center;text-align-last:center;top:39.3125rem;left:39.125rem;display:block; }
#LEydfPoFkb5KduEbWvJBOWErBC1zT8av { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJlW68OHsNm3bkJVNr2ik5AxPtiLOfVP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:34.375rem;left:40rem;height:0;display:block; }
#XXZ7K7AiMvp5psmlZBOLfwict1i9MEzS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:34.375rem;left:50.125rem;height:0;display:block; }
#g4Z3HeLW2sPH2CG6RUHPi1xVIDStPwnV { box-sizing:content-box;height:26.625rem;width:21.625rem;position:absolute;display:block;z-index:15018;background-color:#09090a;background-image:none;top:18.374999284744rem;left:37.500001907349rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#WbHXcCpAgS6SPdTW3DXMTVbzxPFvWL67 { color:rgba(var(--color-tertiary-1),1);display:block;width:3.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:35.4375rem;left:40.1875rem;height:1.7875rem;display:block; }
#hH2Mz8OgGWu34FWNqpkFhgpFWRVkK3KV { color:rgba(var(--color-tertiary-1),1);display:block;width:13.749625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:34.5rem;left:43.5rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#zo7Ox0TVKqbpGqrR42dEqa8RgmqmnHKo { color:#212121;display:block;width:16.9979375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15224;line-height:1.2;letter-spacing:0;top:33.125rem;left:41.875rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0UbNZGbPNgLnxfHoZkpThE2CkxaFZLR { position:absolute;display:block;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:23.4375rem;left:38.875rem;overflow:hidden;display:block; }
#I81lfQfDWgRdxHuNTLptin92OaqMfgvx { position:absolute;display:block;z-index:15112;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #808080;border-left:0.0625rem solid #808080;border-right:0.0625rem solid #808080;border-bottom:0.0625rem solid #808080;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:18.6875rem;top:23.5rem;left:39rem;display:block; }
#FIdzBTyONv5zo3hbSh3H9HtH8PbawaQ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.93675rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:23.75rem;left:43.875rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mtsQbWdFmTJ1GB5maazMsHdN7STy8CDw { color:#212121;display:block;width:16.99925rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15178;line-height:1.2;letter-spacing:0;top:30.375rem;left:39.875rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrhBOkyggBi23neGK28kgzGGTPRxcpLD { color:rgba(var(--color-primary-2),1);display:block;width:15.75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.875rem;font-weight:700;z-index:15180;line-height:1.2;letter-spacing:0;top:26.625rem;left:40.5625rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ee6b57hKEEO9FfWE6UKavH4XyuOegSJU { color:rgba(var(--color-tertiary-4),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15199;line-height:1.2;letter-spacing:0;top:14.8125rem;left:54.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wi3GRK4XFextyMoHR1Kyitw5wfO8aO0k { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15186;line-height:1.2;letter-spacing:0;top:16.125rem;left:39.6875rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWHerxwbWu3VOKUOdNoaCIwBlmlbm4v0 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15270;line-height:1.2;letter-spacing:0;top:12.000000953674rem;left:23.312501907349rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnlvLpRTFHge9rOkTvpbgTuhoLEDgrrQ { box-sizing:content-box;height:30.3125rem;width:21.625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(165deg, rgba(255,255,255,0.15), #49ff0c);background-image: -moz-linear-gradient(165deg, rgba(255,255,255,0.15), #49ff0c);background-image: -ms-linear-gradient(165deg, rgba(255,255,255,0.15), #49ff0c);background-image: -o-linear-gradient(165deg, rgba(255,255,255,0.15), #49ff0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff26', endColorstr='#49ff0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff26', endColorstr='#49ff0c' );";background-image: linear-gradient(165deg, rgba(255,255,255,0.15), #49ff0c);background-size:auto !important;top:14.6875rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#CTsz1Lq1dTS8PNPKVX2gUu8CnJartm0h { box-sizing:content-box;height:30.3125rem;width:21.625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(59,172,227,0.15), #3bace3);background-image: -moz-linear-gradient(137deg, rgba(59,172,227,0.15), #3bace3);background-image: -ms-linear-gradient(137deg, rgba(59,172,227,0.15), #3bace3);background-image: -o-linear-gradient(137deg, rgba(59,172,227,0.15), #3bace3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bace326', endColorstr='#3bace3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bace326', endColorstr='#3bace3' );";background-image: linear-gradient(137deg, rgba(59,172,227,0.15), #3bace3);background-size:auto !important;top:14.6875rem;left:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#EOQOS7kGzfg8s1trraOiyf2ZodQa9GGW { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15271;line-height:1.2;letter-spacing:0;top:19.187500238419rem;left:37.694444656372rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xu6GticEWCgBAhNSutHSNkUIQgfBuoP5 { display:block; }#xu6GticEWCgBAhNSutHSNkUIQgfBuoP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI { display:block; }#MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCb1J5oW1CItHWszZFr2ZohCVL1MTKff { top:2.25rem;left:0rem;width:13.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztSF6TcQxt9JdDTLgtuUCv96nkfib3Tg { top:2rem;left:3.6006946563721rem;width:9.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE6DiL611zRI35MxhGxO14TA6paaFN7l { display:block; }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAQyBPgu5E7X35JLXzHHUDJowPmaAw45 { top:18rem;left:0rem;width:27.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRqGN3vnxrTKZv8b2eJBURcmqQPMrNXl { top:6.5rem;left:0rem;width:17.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRD2PNgiiR0vWOHaT8fOm3KegLCZa5Ix { width:20.875rem;height:3.875rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0uggz4ffOh0SICLDHLFwIVT6Tu6nu5P { display:block; }
 }@media only screen and (max-width: 763px) { #Pbrqsaz1Rlvz8RNTfc5EuUpTN9ryOtrI { top:5.8125rem;left:10.810766220092rem;width:11.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8gabn9nyTfHNVTwPtWV3JHytPKXlA8u { top:14.375rem;left:0rem;width:34.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob3IIkwQZXDrihPDGFlbXTcSiqE0t89K { width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT { width:19rem;height:5.3125rem;display:flex;top:0.6875rem;left:10.187255859375rem;z-index:15075; }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #n5F5qIu5lVLDapIgbTnXyVoPKPTMyhEh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #CA6088e443cIs5ni9c6TSAA5Z4MKWtsZ {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #ShkWJAxmzr6zRUBBzLwz3Ggqcc1hzUgv {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #k9ylAGcTpyZu20Pl4UUOOEae3u37uVEV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #sh2J2rThZNQ5gqI0DLGVn3Pa7TQ7oWQH {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #T4zPX442hmpJrSk8gf7XPMvt7WFNlfXg {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #SboK04nZXHIZCyXmW8kWkiBRPqO3yD5A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #VVVBJ5XGi9R0xHQLCxUsOuKyc0uwIxN8 {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #J8ZmNbTe7L3TOoXTzyfs83bv1mTkL64x {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #pTrFLMLXt4zZC5ZUGygcudPDcno4awU0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #xyUSJq6wQhhu6OGrHHTotR4tvoB66hxm {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #JxPMlTN8dVBoscXhG5SJl5sp3JAzxVtv {  }
 }@media only screen and (max-width: 763px) { #QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD { display:block; }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grddWdGOA9ZQVBpwB7wIQGN4UtD0d650 { top:0.75rem;left:0rem;width:7.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQmnARN9yT3cfEazVFLcNvmeOWtQFSNb { top:0.75rem;left:18.531250953674rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFFi9RSTXEufkcHmOE8JreTX6T7yFySH { top:1.0625rem;left:3.9375rem;width:12.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ixlS7FwcA8TLfkS9UKridU3wwul7RC { top:1.0625rem;left:31.0625rem;width:12.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDE8L3v4UdpcUsGna20mdnSIifxi4MFT { top:0.75rem;left:39.8125rem;width:7.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy0bncJx64yUHh92TIkzNAZSJUxl0McA { display:block; }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fE9pWvuqb0bax0bbpazsrDSE4W6TGsvn { top:21.8125rem;left:7.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqcgtqDtCdkffTwvIzOUzTzzFg1ctvmT { top:33.6875rem;left:3.1875rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTFTN4CIV6FMsBAud2tPT05ATI8TgPfk { top:22.0625rem;left:7.75rem;width:8.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ntqgIRIHECywTOk2WPthQ8qbcIL6qL { top:33.6875rem;left:13.3125rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7MtJvOVXya3fLdnlbQc8kM4pPPWpPOR { top:28.8125rem;left:3.1875rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blfqBQtWPmHqhNlkLPcxoOMJeNXGT8ca { top:4.0625rem;left:0rem;width:31.5625rem;height:7.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpCF2PSwRWiRw9QXHK9UcXGdUeoZoCRS { top:14rem;left:0.6875rem;width:21.6875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxhblwTQIpgOT2xEBoWKk0ddwQI2ssVv { top:24.9375rem;left:3.75rem;width:15.75rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGLou3BF3OUKS5OkR7lAVSPaQ7eJK4Al { top:18rem;left:3.3125rem;width:14.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlVDVso5n30doLMPHv2vTThnd5vpl0Qx { top:27.8125rem;left:29.221879959106rem;width:12.25rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCnWlqc7tMMAEp3LsiJasRq2GDIenUII { top:27.8125rem;left:29.221879959106rem;width:12.25rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BugPD78faaBKr4ZTgtHnJzEuXSsw5kJ0 { top:27.8125rem;left:29.221879959106rem;width:12.25rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCqECdydNBdWLcfmbdtwyFeFgcFIxB3o { top:31.625rem;left:3.6875rem;width:3.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycCU3RTix54KuPJ3HAJGXdOHN4zb85Ne { top:30.6875rem;left:7rem;width:13.6875rem;height:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJfArmFzAD02sF0wA1tSrWDgJvycMhoB { top:17.1875rem;left:16.75rem;width:3rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWATG1sbrQIHQKDZNU3B1WyuqwMa1IKa { top:16.875rem;left:1.25rem;width:20.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRoeiTO8LEm9mIJ1fFmZezH5OXmADhT9 { top:21.8125rem;left:30.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTLHXX1X3VUo1mVZiik7MZ6PhIVqZScX { top:33.6875rem;left:26.375rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH8g3wG38tL7KHTnIcb3BiQbJJzNPhGr { top:22.125rem;left:30.9375rem;width:8.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9l2lRTIPiJrfotBQTKJ4a2inRAvLJsq { top:33.6875rem;left:36.5rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg0qDLX721qrLCEHdC6XFGnsBrt6GZ18 { top:28.6875rem;left:26.25rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2m3t0aRRXcfXuxbSKINAEfS9nDsQW4o { top:14rem;left:23.875rem;width:21.6875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF6b75mkLonpQ6yvmr1k6fD0WRh6dia4 { top:24.9375rem;left:26.9375rem;width:15.75rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVqyfBIVsrarFWxCGGy7NR479QyOk76l { top:31.6875rem;left:26.375rem;width:3.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K03tV7CGdV5b3oEJZCS53h9BTmuDdOiD { top:30.75rem;left:29.6875rem;width:13.6875rem;height:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnrNWBIXTM79kcmFQv9LXwvbhNUaUFWi { top:17.0625rem;left:24.4375rem;width:20.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqNK3eEXt9yoNI8UhTRF5QAX4g4iZObd { top:18rem;left:26.0625rem;width:14.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJLilZk45kVd6Qe4ZWmik5V86OzztuCH { top:16.6875rem;left:40.4375rem;width:3rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuSqwGvLKJfy3SbJVDqNhv6e6L7MEU8T { top:14.9375rem;left:3.8114585876465rem;width:15.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoh72BOBVaw0da5hqbZV1KkhyDBWhtaV { top:14.9375rem;left:26.967712402344rem;width:15.5625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiWxeL6XkESgQgzJK7leZAnTQ4hRKfeF { width:18.5rem;height:3.125rem;top:37.375rem;left:2.3114585876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3v2WzxcCTPvwmL3BT9Q1rsD0DbQqwo2 { display:block; }
 }@media only screen and (max-width: 763px) { #tW0a8ACHWhTodTwpelecxPy3D5RVRhbr { width:18.5rem;height:3.125rem;top:37.375rem;left:25.498962402344rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOecXT0ZLtpA5yhnKORdfI1h3cGZmOGi { display:block; }
 }@media only screen and (max-width: 763px) { #BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM { display:block; }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzIsTCDIhiegCQfbLGg6bvyybeu2EIfU { top:11.1875rem;left:0rem;width:18.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXhgH1V2qbh86oMSJe3aSN27usEXfzqX { top:3.0625rem;left:0rem;width:12.8125rem;height:3.5696517412936rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7u6i7zLVyhLRWXu2MnNcvEVc7ZlH6r9 { top:25.375rem;left:18.375rem;width:11.125rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLrNzrUxWwdmMTfpt9NoblC4v49n0fe8 { top:25.25rem;left:17.8125rem;width:12.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMq09TLP4V1nS6nabpbtIQEMhuTTXKBr { top:17.25rem;left:35.25rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQzvX7eD8WVcf9Z6U5q7PwVV6ih3NJ0V { top:20.6875rem;left:37.3125rem;width:10.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2xDgT4X6lWxaUxnDzm2AQZNPMWLDOTB { top:24.875rem;left:43rem;width:4.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTJRcXDg5iP3GUHTNMmf0zT2SAXUiXel { top:3.75rem;left:0rem;width:46.5625rem;height:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MfPqvXR9b5kfQqi51U2izdP362wdVJ { top:19.6875rem;left:44.1875rem;width:3.5625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueLirl69eMc9MBXpPhA06TbF3sgGAxsk { top:15.75rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXS6nKLDV7x8LWU0RTx6T2vqNHJqxnak { top:16.4375rem;left:45.6875rem;width:2.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0tZAXO5UKIGrgGP7pONas9ewwMsMXHJ { width:10.25rem;height:2.0625rem;top:27.75rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOkyfOM8vGrcrztNMNnn8OitNLhCV1eL { display:block; }
 }@media only screen and (max-width: 763px) { #eZMbvI814ogyTeILbZ3Je6lapRFliGNh { top:11.375rem;left:0rem;width:33.5625rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB0s6UR4S2uqpR4DHVbqGL8vLMHfxqv3 { top:25.75rem;left:40.625rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNv4gLKIGZl1UoiasLBPRg3TINE5l35B { top:26.0625rem;left:40.125rem;width:3.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii5ON6OG3JawKHDrmcnXlHIRJVKf5pt0 { top:15.75rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsSfcrT1HB19Fpa5H9iswE7UV3xNAzbL { top:16rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtKPToma6hSMNbiTA4ScexGzH0lGJm0B { top:17.25rem;left:0rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6dNL6UykQr1tghvUWhyuhZgTa4RCzvp { top:17.25rem;left:4.5rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoWsrJ5qkKaWK5gZVEGJEtwraSOuFJso { top:20.6875rem;left:0rem;width:10.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI6lBBO1yH2IWRpUcsZFnozi9ClO7RAC { top:20.6875rem;left:5.625rem;width:9.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpGyh0Wa6Ch6eINRApVGvRheA6Z9f21z { top:15.8125rem;left:9.0625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTpXaFmOHSi73fLveNFQChnE0RNP2zkg { top:16rem;left:9.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a67yvf00owBNCHJ8qU2uU9KbAXTSMlDd { top:25.0625rem;left:0rem;width:4.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOGJNgbT6yvvZoTKmVB1e5LbT3mAg5uF { top:25.0625rem;left:11.25rem;width:4.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPnLVlz38mdmaXSkDWmsSWApIxWsrP1S { top:25.875rem;left:0rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBXx611FkkdK9JQH3Fr6Uvbfeg48SfW { top:25.875rem;left:8.6875rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpVw0wHEKovpIT4llVcTxs4hBRy0ofK2 { top:26.1875rem;left:0rem;width:7.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8MAxPUv2hAE9xPVinQAew0id2JEHmkW { top:26.1875rem;left:5.5625rem;width:7.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEkCEI7yJUrde2TblUXztl2vKJhwNT2q { width:10.25rem;height:2.0625rem;top:27.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvfHA5zOTVv6TubM45rHxfQrTxTUh1G8 { display:block; }
 }@media only screen and (max-width: 763px) { #fzGsUS1VeemGQ2yxtBTs0EtfrIEa442V { width:10.25rem;height:2.0625rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmhSnQcSICWJ96uNbboCVqkSGublzRLl { display:block; }
 }@media only screen and (max-width: 763px) { #agTk99vxcGhoSGz9hSL0dPJNItR16NM3 { top:17.25rem;left:17.8125rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS4EgpgV8z5wkso8X53zyUDAnXkmfDcF { top:20.6875rem;left:18.9375rem;width:10.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk0IMgrFgJfO3KoLtWtuidKzFGDdxaPL { top:25.125rem;left:24.5625rem;width:4.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uinAXByFbhMWSCGEfDcGsilOz82SDBM4 { top:25.9375rem;left:22rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d11nyELBMQNJZLdVvkHFWTR87BNNDT8p { top:26.25rem;left:18.875rem;width:7.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcELyCpJBcLzBacMTXBqMHazDa332456 { width:10.25rem;height:2.0625rem;top:27.75rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6gHieIvTvWs3lJgOwpeUuBVUzWtLBLm { display:block; }
 }@media only screen and (max-width: 763px) { #c4IUdzTMXmbbgXCXi22mNEHAHtmcBwND { top:17.25rem;left:31.125rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNXdatK5QW2cmO3IRvoXrEcvrsDE9gdh { top:20.6875rem;left:32.25rem;width:9.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mByI6q3mTd9J2MR2OKwQnl5GqXnplCJK { top:26.25rem;left:32.1875rem;width:7.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrmdRD7k84ecEKHVRfKaDlBk17qiJAwO { width:10.25rem;height:2.0625rem;top:27.75rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa6RrRNEW2VLogs8E6x43eCksPtbbhTD { display:block; }
 }@media only screen and (max-width: 763px) { #LmQsIKHK2bDZ806N55HBzpz4TcgpzQXN { top:25.9375rem;left:35.3125rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoqlpGebEys6hq7oyqLbx6CIbdwusGBe { top:15.8125rem;left:22.375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGawANd0nqxP3OOV6El32gTDfn7m5bg9 { top:15.875rem;left:35.6875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkqVhot01e4S4rN5uzpCBxGzHLNkOxtP { top:16.0625rem;left:22.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUXi8ml1TPZJmUytObU4ASNd24iBGOEf { top:16.0625rem;left:35.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXqW7Xyh6IKQJpk5MVQm2HkmvFSAPHRn { top:25.125rem;left:37.875rem;width:4.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCUwziogmwpe70BcE1cXltTGPIVRZ3oq { top:11.75rem;left:24.5625rem;width:7.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQRbuRTeaTBtxyLhMbwVLQgWs1TuNH0a { top:11.9375rem;left:24.6875rem;width:6.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN { display:block; }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slSEw9DwKlAg4Zor6Lh8OR6BIik71Og4 { top:11.1875rem;left:0rem;width:18.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETAGId3yRH9JJ7m3bIxoJpkCJJiqgVct { top:3.0625rem;left:0rem;width:12.8125rem;height:3.5696517412936rem;display:block; }
 }@media only screen and (max-width: 763px) { #S18isWzeNF4hVExGMyWPa1K7nwyp1qTG { top:25.375rem;left:18.375rem;width:11.125rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxbTv9sNZbsfAAIy3CT4nKPhuk498f17 { top:25.25rem;left:17.8125rem;width:12.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCtfurGXJ0Hk69kKWHKT1hNDgKT7rf5l { top:2.375rem;left:0rem;width:17.125rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxkrv7ckHh4BrD0T5SrVZRKDV1G3UdnM { top:26.75rem;left:0rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sshqaBALZg6FrBRTeEb5uL5FXKJO3LSV { width:10.25rem;height:2.0625rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilFRiUOrCIlFhR1ygq7LXzZUqCM4P02 { display:block; }
 }@media only screen and (max-width: 763px) { #CpWfO2JdmQsf7Bu9ZaPD0DXoJIOqbOFn { top:35.375rem;left:0rem;width:2.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJxCMstOF9HWAnfskMOcf91DIsgDWV3H { top:35.0625rem;left:0rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAiDihna8NT9tCBNGVQi7xdV5iP14UP3 { top:34.25rem;left:0rem;width:3.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx8z04H7JVDMi7mpm8QZsvGNA8ZxVM6h { top:8.9375rem;left:35.25rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOrIKQO1pnqFsgLJob1OdOrJzU5T3iGw { top:12.3125rem;left:35.9375rem;width:11.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhZLCy4xDw5bECLcv5DT6UXIZCEpwOtC { top:30.125rem;left:0rem;width:10.3125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN5uq4yEToIc4OL9cOioX2T2vPZm2dSA { width:10.25rem;height:2.0625rem;top:19.3125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4P5kqVceEfNku4A0QtvSTmNOvtT6KI0 { display:block; }
 }@media only screen and (max-width: 763px) { #G6AbobzM4LPbzgVmq5Xfx0PeqbDirVL2 { top:17.1875rem;left:40.625rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqZDU35wRTMCyx1f7Q7CASAwuuZ9K3J6 { top:16.375rem;left:44.25rem;width:3.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poZ1xmhcKeHNg78Q2Ixvf8bftTRVQx6v { top:8.875rem;left:30.8125rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvHdwDXXSDcI1aMihPPm8mFs9GbTUT8w { top:12.25rem;left:31.9375rem;width:11.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaqldbTGonqbL9AuuOX5v3bPBxmFaNVi { width:10.25rem;height:2.0625rem;top:19.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g406RkW2XH9ccGJilfobARmprm7EonJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #oeuG1tVz6bHGsv7ZPup9KsS42MeOcHTq { top:17.1875rem;left:34.875rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTGtCl1dxhe6ubU0zDuBPdDtinQg8h4n { top:16.375rem;left:38.3125rem;width:3.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi43oSgNWDUJV4VAPJP7AXccs3qdM6qn { top:17.5rem;left:45.1875rem;width:2.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5c1UwIKxGS4oTC6f11VVs6EX9PXiO2C { top:8.9375rem;left:17.625rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZy7XJRf4q4tdmnz3HCqqNsfaCgdCnBT { top:12.3125rem;left:18.75rem;width:11.3125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr9HDWLM81vRnLQu5wTH34AenEmbDsIq { top:10.6875rem;left:31rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8kON4QtQb8uFPnWCAsTbkV9OOlo4oBN { top:10.75rem;left:42.0625rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOptvG9h48UTwSDHomU6SQfs1qMI6tuL { top:28.625rem;left:0rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL60M5IOsrHUGODeGkq8Ouz5Xxbd6bK4 { top:17.5rem;left:31.75rem;width:2.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9BvrFvlnTCov7golMExLMhWnL7SHUqP { width:10.25rem;height:2.0625rem;top:19.3125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxMyNR89Aa8dP5k2h6l1vVNPeLJruMu { display:block; }
 }@media only screen and (max-width: 763px) { #Wo3CvdXTZs0i1T2lRHPzuXeorVvxwe3O { top:17.25rem;left:21.9375rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDRN4c7xhRT0u7qQPV1KQeoOZzNd8nXH { top:16.4375rem;left:25.3125rem;width:3.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E49T4HIiPqhQL8V4SE6SeUfa4ItpgUXG { top:7.25rem;left:35.375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcsv4g6eic272JBmTiGhO3VZozILkglh { top:7.3125rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmx0VtrcAy5hQALbAXILzTohgibP1CyH { top:7.9375rem;left:36rem;width:2.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMtFxzuEfQ5HdO3rbhTMxnl3PQklrLZk { top:8rem;left:45.6875rem;width:2.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSLPxe7VHmAUqqwO5WZaG16rEqzm8Z86 { top:7.3125rem;left:22.1875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdIEEfSqVCNhJg4mMtavBM27pIExVQdE { top:8rem;left:22.8125rem;width:2.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZe4trGxv9szHeHTiglDiLNwaZusmFIi { top:25.125rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsbyJ7TBPooRsxWOzyurBwsHIrhNXw66 { top:25.8125rem;left:0rem;width:2.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT7e2kdnCBaOyT9RkEHd34dgVGmdCHVs { top:10.875rem;left:17.625rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqVChHgJPuSyshNeTT1qGOTIWFXy581F { top:17.5625rem;left:18.75rem;width:2.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfIa9vb1Sby2ZPJTueZOAJJtv81nlNMr { top:14.375rem;left:20.3125rem;width:3.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQBoaflHuLyiyW3EMoX1n474s6CrZEXb { top:8.9375rem;left:4.4375rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iehlXt2O8url4nMQueSEWNQtknT4TdV4 { width:10.25rem;height:2.0625rem;top:19.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ZyOG1Dbo1c7GWf92oAlfT12zKqqu3M { display:block; }
 }@media only screen and (max-width: 763px) { #zD2tn1ePmyeW2ffwFsSXWuXIWTOCmnhR { top:17.25rem;left:8.75rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiIt4vSwD4dqTPaxiyLJSpVnolrg7B46 { top:17.5625rem;left:5.5625rem;width:2.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrLvJ1fqwEh8tFT1dGgBgnAoB0zBxhDl { top:12.3125rem;left:5.5625rem;width:11.3125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJFI8bpdcJw7C9oZoK57TQsvl42Q9Sr3 { top:14.375rem;left:7.125rem;width:3.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLT9cvrqhZ6egRU9R93crsoweeb7PzrB { top:10.875rem;left:4.4375rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfTCW7aPtsUQz9MpzuZL2mwV9mAWuK7N { top:7.3125rem;left:9rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiXutdqMgaAir0SFbmZBd1AtntnIg7qe { top:8rem;left:9.625rem;width:2.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUboiuNFuGPs6pZWV4msszIXO3kVlTw2 { top:16.4375rem;left:12.125rem;width:3.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzMTlKwCpIkmFBi8mN51hoQ00y3unmVi { top:26.8125rem;left:4.4375rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voAkXBOkLao7QfC6ZvmvDZLio6lcrJIF { width:10.25rem;height:2.0625rem;top:37.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxawH7MizgCx8mi7fPlKsDRqKRqezt2X { display:block; }
 }@media only screen and (max-width: 763px) { #sxNs1QwaZBHsCUu6CmGvrL1PPQ9Zlcf8 { top:35.125rem;left:8.75rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWsW4TtR9wT6on25lJq22u1rtVeZJlcF { top:35.4375rem;left:5.5625rem;width:2.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFO5rM4FGW42JCSWk3zCTgtMxf6wmXsu { top:34.3125rem;left:12.125rem;width:3.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3CXoEVfXZbIflC6vPkXaoWaOFtIMaIT { top:26.8125rem;left:17.75rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R95lXNadTHivxFA69uPHQIV9ttMudLe1 { top:30.1875rem;left:5.5625rem;width:11.3125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7t6agnSZNrUza0cNXLWSywFCeFnGp2K { top:32.25rem;left:7.125rem;width:3.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN9thq1TdaW03nFXoOqutu44brTUlsdh { top:30.1875rem;left:18.875rem;width:11.3125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7NOstuRHLgwbMHXe3RG1p2QXX601oGh { width:10.25rem;height:2.0625rem;top:37.1875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivzzqNRtAHFbBR14OQf3ssx47osUfRSA { display:block; }
 }@media only screen and (max-width: 763px) { #OboBSckUSB2iDb7AiM2Pkql6uplqmgbB { top:28.75rem;left:17.75rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g751R0zU9tnVzi8q1fWgFm0wRpQvU1iq { top:35.4375rem;left:18.875rem;width:2.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShT1dynTCQSqSG3EKWTXT6UTsBDxPzrK { top:32.25rem;left:20.4375rem;width:3.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX3b3Wxb40L5vNTfgizHSSs3B3AzbWw9 { top:28.75rem;left:4.4375rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDxWXhQXiNKLZTaBNM5KUxZ6Rrx9LhTX { top:35.125rem;left:22.0625rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT4mNVLTTzAswLtqOsgaOPS6VFQPZ8cs { top:25.1875rem;left:22.3125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPdMOhJDWdQ4CkcxcflfKDKkRntrBpEe { top:25.875rem;left:22.9375rem;width:2.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTIoGLguab7ciWfIIHRoItzHOPGHzBUw { top:25.1875rem;left:9rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRb00tMQ181eN4CXmGBPT73kxyLGa0TT { top:25.875rem;left:9.625rem;width:2.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2paIotZg2n4MTLPmV0kTEII4yguJTua { top:34.3125rem;left:25.4375rem;width:3.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvSvQZTssMTds2Cztb9oSt33OaQ9rraQ { top:8.9375rem;left:0rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBSZkiMovNRZCc4yIK8TxxEfPnfPhKXH { top:12.3125rem;left:0rem;width:11.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOS3wo9tHo0MHn6ahRubx7PeAeiIMyUI { width:10.25rem;height:2.0625rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MphZKA3Db5wlBwTQxgNsTUDvJ5b8ZJs8 { display:block; }
 }@media only screen and (max-width: 763px) { #nXmdKcCsnlBNrX96pxzMSNIxF03ttWya { top:17.25rem;left:0rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXblxiMS9TnXhTqttboZrasKad5rwEiH { top:11.375rem;left:0rem;width:3.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHEVSFq79KdH7X6tBCOcXeG4ZyhyX6G0 { top:17.5625rem;left:0rem;width:2.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wffiw0IPFQJUTAeg6dRJ2N2SeI7gzTWi { top:7.3125rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpbe9JXsmbO4i8dTU12Kl0B9L30TRTdx { top:8rem;left:0rem;width:2rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlWlsLvSPgB2TT5Tp6xGAeRkuJB2hag8 { top:16.4375rem;left:0rem;width:3.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wboWqLEZN31ew4Fyq7NtO4ywQfo1qOnO { top:2.8125rem;left:6.1875rem;width:7.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARn5y7LcAufhHOXcOtd3eLqlP0X3lp9u { top:3rem;left:6.3125rem;width:6.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h { display:block; }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8r1UH1K33R2uzrDm90PWpKALlWDW5KK { top:11.1875rem;left:0rem;width:18.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyX67D9qKkUPwL2Ryu3wQDqdDVS7mZJP { top:3.0625rem;left:0rem;width:12.8125rem;height:3.5696517412936rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jsx9FuTFooOnIhqF7oPeWT6zUkLikSy9 { top:25.375rem;left:18.375rem;width:11.125rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpcuRGkEiWPIcTeA83Zz3WeBLMVvuXZV { top:25.25rem;left:17.8125rem;width:12.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2mOq8TGy9BCDOsNGiPmZLacwtQRreVL { width:10.25rem;height:2.0625rem;top:19.6875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlrDEUzsNZISHL2P26FTxahCuq94fpnM { display:block; }
 }@media only screen and (max-width: 763px) { #rT5wx0Vg38FLMGv1wrsFAMEVpdTg4G7F { top:17.875rem;left:40.625rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk80AMRpnr3GMT88rPfert2HhZKGbI1f { top:17.0625rem;left:43rem;width:4.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnskL4FhWVINkIBvr7JgFvbAMOd9Lp2Z { top:9.1875rem;left:35.25rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndKUgIuh8uE97TNuH4GOcpr4lfgNZrzS { top:18.1875rem;left:43.3125rem;width:4.4375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzQBUazAfsIh1fX30JbfiSlCBEuyRRAq { top:11.6875rem;left:38.5rem;width:9.25rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s50PTOZ9gzPoIPawZ3FeiXyx8Qs54FcB { top:9.1875rem;left:30.9375rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efCNWNCvGiio7J73z9tdOylMw70RPTg2 { width:10.25rem;height:2.0625rem;top:19.6875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbaaOt9uTeJKWoPw3gHIkXu0UrUCgySM { display:block; }
 }@media only screen and (max-width: 763px) { #NxtlrTOkJySyk9PiwJvkERTIAVkCqnxH { top:17.875rem;left:35.125rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sptT0BZzWzVbXHutAVZ149lMT6CW1vhv { top:11.625rem;left:32.0625rem;width:10.625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIhxLgntWEv0qLPrG57Pbq59GwP7RQf2 { top:7.8125rem;left:35.5rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJgqv3ek5UZWHiNq9s7UArvST3xvak7t { top:16.9375rem;left:32rem;width:10.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhQk9NZNMkV87TiU5WXGwwlHRChns6Py { top:7.8125rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2RPip3cn8Xwl9pf7NKdUT3qo2B3MIvr { top:2.9375rem;left:0rem;width:33.5625rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agzbo9boRz5Kc7krUT6T3hozPJme8JzB { top:17.8125rem;left:21.8125rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZwzvw4wRaImgO31IfDQhu9P6RLD5LRv { width:10.25rem;height:2.0625rem;top:19.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRT8JcwZfesihEuf7dkxJArWxGBAVecJ { display:block; }
 }@media only screen and (max-width: 763px) { #wfh3GT5eCnsuHUqVlksxKM2gQWSbrsr6 { top:18.125rem;left:18.6875rem;width:4.3125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWBb9CcIv2p6s7QA0e9cH4P9yHGKhsZP { top:18.1875rem;left:32rem;width:4rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mld9VmrhHNskRvZBWuLEUnefT9IgszC7 { top:8rem;left:35.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTEAHA9oph4UqyRyH3PExOfPw7aJ16WV { top:3.375rem;left:18.4375rem;width:12.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svA31r8lkUrT6wFyR8Iy5lyzSIsGDfZX { top:3.5rem;left:18.5625rem;width:12.125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCzQofo68GzDSehyxbVAHgEUprL76OHg { top:9.1875rem;left:17.625rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH7qVQHK1AsDPH3rMETcEACsTb0GieFx { top:7.6875rem;left:22.1875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhoG10PEXKp5sFds1zyGwCKXmTNvRUdy { top:7.9375rem;left:22.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4IMPtUHNXeFWkU4e1xgffLwX5BRun00 { top:11.625rem;left:18.75rem;width:10.4375rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZRhAvTvKIGsBmkONoaOmTXXbDcxf8dr { top:16.8125rem;left:18.4375rem;width:10.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkehW19T1T6uoW0fCcUrvBcJcli4VyTg { top:8rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3OyEu9NRCezcJ6TErJT189IJPGNXnI6 { top:9.125rem;left:4.375rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tswzzZs6WBDmzVTDr5k3C2lSdlrpRCic { top:17rem;left:11.125rem;width:4.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWC8BTqcJdcfXHt0F6P3p7iZ3MMcFRJ { top:17.8125rem;left:8.5625rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS5v1A759buRuLe0QNRZrQR939kITEid { width:10.25rem;height:2.0625rem;top:19.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcIwkDZCLZvBHdzo8F9U3LyehvWE7VaO { display:block; }
 }@media only screen and (max-width: 763px) { #iwb1TXImehR0UJoRmhRABcfJQnhQentQ { top:18.125rem;left:5.4375rem;width:3.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlLufUW7DtlTvc8MOPf6lcULFBaHryUS { top:11.6875rem;left:5.5rem;width:10.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E19flfueqTVCZc5md5JWXaqhwtmEqgoT { top:9.125rem;left:0rem;width:12.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFvh0rsMZBLD37lVVTk36QX8N5J9nIec { top:11.625rem;left:0rem;width:9.25rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfOHUk5egWi9IVhXiUZURk8WiSOnUbli { top:16.9375rem;left:0rem;width:4.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6yCuIP53dMP6DexoqxmIRALrAmkAD0a { top:17.75rem;left:0rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwVgIr3tXCAe2LXX4WknZLv8WpNerpco { width:10.25rem;height:2.0625rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT66WmMcKfZNzRo8CNiTtV7TeOWavciv { display:block; }
 }@media only screen and (max-width: 763px) { #ATnSq7AuMZBHRrdE0k2NDQCcicvEPkgd { top:7.6875rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWLMS681yAgx2QM0yE4eIA9NlHDaixOg { top:7.6875rem;left:8.9375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQfxkOIPS7CsiuOGPRuqOxuQb7H4vrPM { top:7.9375rem;left:9.1875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrBNDVTIKcEai33mcmJqFfMsiP0JV3yc { top:7.875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPTHGoPr6gMLqionxDzJP4i5hVs35ymo { top:18.0625rem;left:0rem;width:4.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 { display:none; }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k4xs0frouoVzGXKDFM4h9gxGD5PFeaxF { top:11.1875rem;left:0rem;width:18.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtpSII2AR6egTAGNaWTWn0kXyXnXLoEg { top:3.0625rem;left:0rem;width:12.8125rem;height:3.5696517412936rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq1rsIzFgGuMBqXE2rmUO4WhQBrGKD96 { top:25.375rem;left:18.375rem;width:11.125rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UluiEtZJwxWAr2fQ639eUKduiumVtpR7 { top:25.25rem;left:17.8125rem;width:12.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmkCDfEmxeIie6iLMZs8GJMUavAqMS1M { top:2.125rem;left:0rem;width:38.5625rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX20rx3eMFIPNhzpWMnIZtHe8vbeCUIQ { width:15.4375rem;height:2.75rem;top:4.5625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI8947ilKArWaHf6Av6ed1CXArgbcfJx { display:block; }
 }@media only screen and (max-width: 763px) { #c9z8LfHebfQDWT0uyk93UWqQaktuicSZ { top:5.8125rem;left:0rem;width:38.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4UXb9v89rEyFurspVrpEVdTUr0Kutsu { display:block; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8vx95Ox3nn1QWohoTEEPOylhMeviFmE { top:1.4375rem;left:9.875rem;width:16.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD { display:block; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azClPBwyzNkETny9OkUlgBtooEoTzB1z { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUwHDTVfCcDh32eyP9XEctvpw11Ngp66 { display:block; }#dUwHDTVfCcDh32eyP9XEctvpw11Ngp66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQV7hG9qssr6bTiRQVN699eD5CdxECbx { top:11.1875rem;left:0rem;width:18.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaPDt4Ix77rOJo7wdxiGgAM75wZ0ffxb { top:3.0625rem;left:0rem;width:12.8125rem;height:3.5696517412936rem;display:block; }
 }@media only screen and (max-width: 763px) { #gif8hiDEXdqOqMPbdZ8g1HO7LvN6AztW { top:25.375rem;left:18.375rem;width:11.125rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEo1X40olc8uv6RucTlveAdvEtImMhv2 { top:25.25rem;left:17.8125rem;width:12.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T62b0QHWvXEIp9GBTWPUId7HhsRvzTAl { top:10.25rem;left:0rem;width:47.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzAvL8SwhbxdQSdV3CTiMCGT84JMu9c1 { top:16.5625rem;left:0rem;width:5.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2SNK9mqTF39wsL2u6vym8gv5PW4BEV3 { top:10.1875rem;left:0rem;width:22.5625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBRnAT9kuQZmVckfoJ6JeIXK6h4n5cWP { top:12.75rem;left:23.875000953674rem;width:22.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPvKS2ubNJp4sSK7EQWs8o4iytEM6Pz2 { top:17.25rem;left:18.1875rem;width:29.3125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWGwOoUDcZ9UhRceL8tADHXlmvrJokCf { width:10.25rem;height:2.0625rem;top:26.25rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuOKSLIWOT0Kz8siUaR9nnHBSUlW4i24 { display:block; }
 }@media only screen and (max-width: 763px) { #Q1srBTZlaKdTVFQKTiQVW7OqeadvGCul { top:18.25rem;left:23.499835968017rem;width:10.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwqBdtVgVXAP0WyHNTCgugcL5n3M2dh5 { top:18.6875rem;left:23.437171936035rem;width:15.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccxTxPRDQanvinuPrs2DnRopZyiNqrKq { top:18.1875rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrFMMGba1iESy71lX6aD2v6yoWcRnu5X { top:21.375rem;left:24.437335968017rem;width:21.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTVs0Ben06qSfDQdBk2nTDyJ3CXqqeKh { top:19.4375rem;left:45.6875rem;width:2.0625rem;height:0.8123029992605rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJcT0s3XZBIuvZuct7C7TAwsu0H1k33b { top:14.8125rem;left:21rem;width:26.75rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnRkdZhCGHPgaDefg11zTcDR4a0MqMsR { top:15.625rem;left:3.9875001907349rem;width:25.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8DmATqhXQVRV5FzzSCQbVP9wCF4wTcU { top:13.875rem;left:27.8125rem;width:3.1875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClZtyv832XMhGespIXcNheEsCrtEKq81 { top:3.3125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5zHxIW3AZGOVXBQfhEcwtLNMG0hsXsy { top:21.6875rem;left:23.5625rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty53nVFKQQWd34FKwh9Sc3CraBAcy0Du { top:24.375rem;left:23.599933624267rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQtupHzw8ayvB1LM01DazmrzFVQ6g3ue { top:23.0625rem;left:23.599933624267rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW5Lhuomdp8sHsLf95rnPmAP7oENzk7a { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkr9NRzu0U8LHpNwzV466MDq0xVTBvnk { top:28rem;left:0rem;width:21.25rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWxPtgxeAgX1QTTipStc3xgWPRDPfTZu { top:33.1875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2rAlZpBiuOa5bEtRreAuZleQlvgP7dT { display:block; }#t2rAlZpBiuOa5bEtRreAuZleQlvgP7dT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKr3PCnbtBTwEyGL9rFQA6ZGibFJyeoO { top:23.375rem;left:2.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLfx9Ent2gQG2KTikFEvWEIcz5L7NALM { width:18.4375rem;height:2.8125rem;top:39.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEIk2NU5DTFSdTXUR0o1SHOtmN0CbTGi { display:block; }
 }@media only screen and (max-width: 763px) { #xIKAN87BmUauby88GXELpsLWc0TqLCZX { top:34.3125rem;left:3.1875rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfi8kKCcZoSMyRAG9huOELSQCliGioUz { top:23.4375rem;left:2.1875rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z71pNAzk5iHs2KR5zcTtJzTcayKlzzB0 { top:23.6875rem;left:7.0625rem;width:8.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHNDTrkT4iQvBprk55uk2XlwKDsq5a61 { top:34.3125rem;left:13.3125rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLIhFTNUitiNrQnz8ctvylV4TMcTgmpE { top:30.3125rem;left:3.0625rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSqZuDkxIc55cfaeRot3d0huV0ThvGhT { top:4.0625rem;left:0rem;width:31.5625rem;height:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ5wiLdJypH4ZdBZNqrenq8IKpBTJLu8 { top:18.25rem;left:0.6875rem;width:21.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKATQk9b8cWASqrcdCObr2ywnNP35y0N { top:26.5625rem;left:3.75rem;width:15.75rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFPN7XclieaJIvvTrrLa4UxkSZDHd3lr { top:16rem;left:3.3125rem;width:14.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP0xrvMT1GATbNwkvHhyyosNFoJI2yxS { top:27.8125rem;left:29.221879959106rem;width:12.25rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvaQEvVRvwB5Q2Jp7TvVP5ycdFPQ2tUf { top:27.8125rem;left:29.221879959106rem;width:12.25rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7c6GmKEt7lBskg5CGEdTvragWiB1uzW { top:27.8125rem;left:29.221879959106rem;width:12.25rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxOpg8dDmEbzCKa9nsBQnwmw5Xwi1zgr { top:35.375rem;left:3.375rem;width:3.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWlv3INGu2rB7V3hUVQagTJSpIq2aOS8 { top:34.4375rem;left:6.6875rem;width:13.6875rem;height:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXOfTk1bzQtEv6vTlL3cow5aCaetXtHP { top:33.0625rem;left:5.0625rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTM7efgGhZuEg3iJ7NmFuJmLl56UTiaP { top:15.1875rem;left:16.75rem;width:3rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKEacUGecwqvPIoTGqWxUTJNmhnP0JI2 { width:18.4375rem;height:2.8125rem;top:39.3125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEydfPoFkb5KduEbWvJBOWErBC1zT8av { display:block; }
 }@media only screen and (max-width: 763px) { #LJlW68OHsNm3bkJVNr2ik5AxPtiLOfVP { top:34.375rem;left:26.375rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXZ7K7AiMvp5psmlZBOLfwict1i9MEzS { top:34.375rem;left:36.5rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Z3HeLW2sPH2CG6RUHPi1xVIDStPwnV { top:18.3125rem;left:23.875001907349rem;width:21.625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbHXcCpAgS6SPdTW3DXMTVbzxPFvWL67 { top:35.4375rem;left:26.5625rem;width:3.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH2Mz8OgGWu34FWNqpkFhgpFWRVkK3KV { top:34.5rem;left:29.875rem;width:13.6875rem;height:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo7Ox0TVKqbpGqrR42dEqa8RgmqmnHKo { top:33.125rem;left:28.25rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0UbNZGbPNgLnxfHoZkpThE2CkxaFZLR { top:23.4375rem;left:25.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I81lfQfDWgRdxHuNTLptin92OaqMfgvx { top:23.5rem;left:25.375rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIdzBTyONv5zo3hbSh3H9HtH8PbawaQ6 { top:23.75rem;left:30.25rem;width:8.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtsQbWdFmTJ1GB5maazMsHdN7STy8CDw { top:30.375rem;left:26.25rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrhBOkyggBi23neGK28kgzGGTPRxcpLD { top:26.625rem;left:26.9375rem;width:15.75rem;height:3.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee6b57hKEEO9FfWE6UKavH4XyuOegSJU { top:14.8125rem;left:40.4375rem;width:3rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi3GRK4XFextyMoHR1Kyitw5wfO8aO0k { top:16.125rem;left:26.0625rem;width:14.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWHerxwbWu3VOKUOdNoaCIwBlmlbm4v0 { top:12rem;left:9.6875019073488rem;width:21.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlvLpRTFHge9rOkTvpbgTuhoLEDgrrQ { top:14.6875rem;left:0.75rem;width:21.625rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTsz1Lq1dTS8PNPKVX2gUu8CnJartm0h { top:14.6875rem;left:23.875rem;width:21.625rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOQOS7kGzfg8s1trraOiyf2ZodQa9GGW { top:19.1875rem;left:24.069444656372rem;width:21.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #xu6GticEWCgBAhNSutHSNkUIQgfBuoP5 { background-color:#210841;background-image:url("https://images.assets-landingi.com/uc/9b82a27a-ef66-4381-b064-d81f87589e12/Group480959652.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xu6GticEWCgBAhNSutHSNkUIQgfBuoP5.adaptive-delivery-prevent-bg, #xu6GticEWCgBAhNSutHSNkUIQgfBuoP5.lazyload, #xu6GticEWCgBAhNSutHSNkUIQgfBuoP5.lazyloading { background-image: none; }#xu6GticEWCgBAhNSutHSNkUIQgfBuoP5 > .row .container { border-width: 0; border-radius: 0; }#xu6GticEWCgBAhNSutHSNkUIQgfBuoP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xu6GticEWCgBAhNSutHSNkUIQgfBuoP5 > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI { display:block; }#MaSNtZ26TOlcDpOA795lcT3hoE3HEmEI > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCb1J5oW1CItHWszZFr2ZohCVL1MTKff { width:16.375rem;height:1.25rem;top:3.7968757152558rem;left:1.8125000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztSF6TcQxt9JdDTLgtuUCv96nkfib3Tg { width:9rem;height:1.13769375rem;top:1.6812505722046rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE6DiL611zRI35MxhGxO14TA6paaFN7l { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/79482cd2-84b8-4e53-8f5a-2e23dc6fcf18/banner_dhsale_vertical2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IE6DiL611zRI35MxhGxO14TA6paaFN7l.adaptive-delivery-prevent-bg, #IE6DiL611zRI35MxhGxO14TA6paaFN7l.lazyload, #IE6DiL611zRI35MxhGxO14TA6paaFN7l.lazyloading { background-image: none; }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row .container { background-color: transparent; background-image: none; }#IE6DiL611zRI35MxhGxO14TA6paaFN7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row .container > .video-iframe-container { display: none; }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row > .video-iframe-container { display: none; }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .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); }#IE6DiL611zRI35MxhGxO14TA6paaFN7l > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAQyBPgu5E7X35JLXzHHUDJowPmaAw45 { width:16.375rem;height:3.9rem;top:32.250001430511rem;left:1.3750000596046rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #MRqGN3vnxrTKZv8b2eJBURcmqQPMrNXl { width:13.625rem;height:4.0625rem;top:2.3739584684372rem;left:3.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRD2PNgiiR0vWOHaT8fOm3KegLCZa5Ix { width:16.8125rem;height:2.875rem;top:45.5rem;left:1.5937500596046rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #S0uggz4ffOh0SICLDHLFwIVT6Tu6nu5P { display:block; }
 }@media only screen and (max-width: 763px) { #Pbrqsaz1Rlvz8RNTfc5EuUpTN9ryOtrI { width:12.375rem;height:7.3125rem;top:6.5000004768369rem;left:3.8125002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8gabn9nyTfHNVTwPtWV3JHytPKXlA8u { width:17.25rem;height:3.375rem;top:28.000001430511rem;left:1.3750000596046rem;font-size:1.6875rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ob3IIkwQZXDrihPDGFlbXTcSiqE0t89K { top:1.0604166984558rem;left:3.9062502980233rem;width:12.1875rem;height:0.875rem;z-index:15081;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT .widget-text.counter-number { padding-top:0.445625rem;padding-right:0.38875rem;padding-bottom:0.445625rem;padding-left:0.38875rem;width:2.3325rem;min-width:2.3325rem;height:2.39625rem;font-size:1.783125rem;line-height:38.34px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.089375rem solid #7700fd;border-right:0.08875rem solid #7700fd;border-bottom:0.089375rem solid #7700fd;border-left:0.08875rem solid #7700fd; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.109375rem;height:0.9475rem;font-size:0.66875rem;line-height:15.16px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#q2lz7FsDP5TpQtzSyKIEdksoinulEOfT { width:16.75rem;height:4.625rem;display:flex;top:38.78125rem;left:1.6250000596046rem;z-index:15075;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #n5F5qIu5lVLDapIgbTnXyVoPKPTMyhEh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #CA6088e443cIs5ni9c6TSAA5Z4MKWtsZ {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #ShkWJAxmzr6zRUBBzLwz3Ggqcc1hzUgv {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #k9ylAGcTpyZu20Pl4UUOOEae3u37uVEV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #sh2J2rThZNQ5gqI0DLGVn3Pa7TQ7oWQH {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #T4zPX442hmpJrSk8gf7XPMvt7WFNlfXg {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #SboK04nZXHIZCyXmW8kWkiBRPqO3yD5A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #VVVBJ5XGi9R0xHQLCxUsOuKyc0uwIxN8 {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #J8ZmNbTe7L3TOoXTzyfs83bv1mTkL64x {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #pTrFLMLXt4zZC5ZUGygcudPDcno4awU0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #xyUSJq6wQhhu6OGrHHTotR4tvoB66hxm {  }
 }@media only screen and (max-width: 763px) { #q2lz7FsDP5TpQtzSyKIEdksoinulEOfT #JxPMlTN8dVBoscXhG5SJl5sp3JAzxVtv {  }
 }@media only screen and (max-width: 763px) { #QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD { background-color:#210841;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:none; }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD > .row .container { border-width: 0; border-radius: 0; }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGkisJZGSASpBcfMQJNRTHuG3qiHUqDD > .row .container { width:20rem;height:5.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #grddWdGOA9ZQVBpwB7wIQGN4UtD0d650 { width:7.9375rem;height:1.3rem;top:0.625rem;left:0.93750005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQmnARN9yT3cfEazVFLcNvmeOWtQFSNb { width:7.9375rem;height:1.3rem;top:0.625rem;left:10.500000774861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFFi9RSTXEufkcHmOE8JreTX6T7yFySH { width:12.75rem;height:0.6875rem;top:1.0625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3ixlS7FwcA8TLfkS9UKridU3wwul7RC { width:12.75rem;height:0.6875rem;top:1.0625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDE8L3v4UdpcUsGna20mdnSIifxi4MFT { width:7.9375rem;height:1.3rem;top:3.0625rem;left:0.93750005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy0bncJx64yUHh92TIkzNAZSJUxl0McA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9956f6, #000000);background-image: -moz-linear-gradient(180deg, #9956f6, #000000);background-image: -ms-linear-gradient(180deg, #9956f6, #000000);background-image: -o-linear-gradient(180deg, #9956f6, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9956f6', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9956f6', endColorstr='#000000' );";background-image: linear-gradient(180deg, #9956f6, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row .container { background-color: transparent; background-image: none; }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row .container > .video-iframe-container { display: none; }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row > .video-iframe-container { display: none; }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .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); }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row .container { border-width: 0; border-radius: 0; }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dy0bncJx64yUHh92TIkzNAZSJUxl0McA > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fE9pWvuqb0bax0bbpazsrDSE4W6TGsvn { width:1.5625rem;height:1.5625rem;top:18.250000953674rem;left:6.5625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqcgtqDtCdkffTwvIzOUzTzzFg1ctvmT { width:12.3125rem;height:0;top:45.375rem;left:5.25rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fTFTN4CIV6FMsBAud2tPT05ATI8TgPfk { width:6.875rem;height:1.1375rem;top:18.437500953674rem;left:8.5625007748606rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G4ntqgIRIHECywTOk2WPthQ8qbcIL6qL { width:10.5625rem;height:0;top:28.062500476837rem;left:7.750000834465rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7MtJvOVXya3fLdnlbQc8kM4pPPWpPOR { width:16.1875rem;height:1.275rem;top:24.187499523163rem;left:1.9062500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #blfqBQtWPmHqhNlkLPcxoOMJeNXGT8ca { width:16.125rem;height:6.6rem;top:2.6044921875rem;left:3.03125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qpCF2PSwRWiRw9QXHK9UcXGdUeoZoCRS { width:18.9375rem;height:24.875rem;top:10.6875rem;left:0.46250003576279rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #OxhblwTQIpgOT2xEBoWKk0ddwQI2ssVv { width:15.75rem;height:3rem;top:20.379168868065rem;left:2.1250000596046rem;font-size:2.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eGLou3BF3OUKS5OkR7lAVSPaQ7eJK4Al { width:14.5625rem;height:1.35rem;top:14.8125rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15272;display:block; }
 }@media only screen and (max-width: 763px) { #nlVDVso5n30doLMPHv2vTThnd5vpl0Qx { width:12.25rem;height:0;top:60.991577148438rem;left:4.8708332777023rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e9e9eb;z-index:15164;display:none; }
 }@media only screen and (max-width: 763px) { #TCnWlqc7tMMAEp3LsiJasRq2GDIenUII { width:12.25rem;height:0;top:59.429166793823rem;left:8.8708332777025rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e9e9eb;z-index:15166;display:none; }
 }@media only screen and (max-width: 763px) { #BugPD78faaBKr4ZTgtHnJzEuXSsw5kJ0 { width:8.625rem;height:0.125rem;top:46.304166793823rem;left:9.4958332777025rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e9e9eb;z-index:15167;display:none; }
 }@media only screen and (max-width: 763px) { #FCqECdydNBdWLcfmbdtwyFeFgcFIxB3o { width:3.6875rem;height:1.625rem;top:26.3125rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycCU3RTix54KuPJ3HAJGXdOHN4zb85Ne { width:9.5rem;height:2.6rem;top:25.8125rem;left:7.75rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eJfArmFzAD02sF0wA1tSrWDgJvycMhoB { width:3rem;height:2.4rem;top:14.3125rem;left:15.375rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TWATG1sbrQIHQKDZNU3B1WyuqwMa1IKa { width:18.0625rem;height:3.5rem;top:13.8125rem;left:0.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TRoeiTO8LEm9mIJ1fFmZezH5OXmADhT9 { width:1.625rem;height:1.625rem;top:45rem;left:6.5rem;z-index:15302;display:block; }
 }@media only screen and (max-width: 763px) { #WTLHXX1X3VUo1mVZiik7MZ6PhIVqZScX { width:10.5625rem;height:0;top:60.937507629394rem;left:3.9375002980233rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kH8g3wG38tL7KHTnIcb3BiQbJJzNPhGr { width:6.1875rem;height:1.1375rem;top:45.25rem;left:8.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15303;display:block; }
 }@media only screen and (max-width: 763px) { #s9l2lRTIPiJrfotBQTKJ4a2inRAvLJsq { width:10.5625rem;height:0;top:60.936456680298rem;left:5.2500002980232rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg0qDLX721qrLCEHdC6XFGnsBrt6GZ18 { width:16.9375rem;height:1.275rem;top:51.062501311302rem;left:1.5312500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #J2m3t0aRRXcfXuxbSKINAEfS9nDsQW4o { width:18.9375rem;height:24.875rem;top:37.683335661888rem;left:0.46250003576279rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HF6b75mkLonpQ6yvmr1k6fD0WRh6dia4 { width:15.75rem;height:3rem;top:47.250001311302rem;left:2.1250000596046rem;font-size:2.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZVqyfBIVsrarFWxCGGy7NR479QyOk76l { width:3.6875rem;height:1.625rem;top:53.25rem;left:4.5625rem;font-size:1.25rem;z-index:15305;display:block; }
 }@media only screen and (max-width: 763px) { #K03tV7CGdV5b3oEJZCS53h9BTmuDdOiD { width:6.6875rem;height:2.6rem;top:52.5625rem;left:8.375rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15304;display:block; }
 }@media only screen and (max-width: 763px) { #NnrNWBIXTM79kcmFQv9LXwvbhNUaUFWi { width:18.125rem;height:3.625rem;top:40.623959541321rem;left:0.90625005960463rem;z-index:15299;display:block; }
 }@media only screen and (max-width: 763px) { #gqNK3eEXt9yoNI8UhTRF5QAX4g4iZObd { width:14.375rem;height:1.35rem;top:41.875rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15301;display:block; }
 }@media only screen and (max-width: 763px) { #UJLilZk45kVd6Qe4ZWmik5V86OzztuCH { width:3rem;height:2.4rem;top:40.875rem;left:15.8125rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;z-index:15300;display:block; }
 }@media only screen and (max-width: 763px) { #kuSqwGvLKJfy3SbJVDqNhv6e6L7MEU8T { width:15.5625rem;height:0.8125rem;top:12.129167079926rem;left:2.2187500596046rem;z-index:15297;display:block; }
 }@media only screen and (max-width: 763px) { #xoh72BOBVaw0da5hqbZV1KkhyDBWhtaV { width:15.5625rem;height:0.8125rem;top:39.2427110672rem;left:2.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiWxeL6XkESgQgzJK7leZAnTQ4hRKfeF { width:17rem;height:3.125rem;top:29.50000333786rem;left:1.5000000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3v2WzxcCTPvwmL3BT9Q1rsD0DbQqwo2 { display:block; }
 }@media only screen and (max-width: 763px) { #tW0a8ACHWhTodTwpelecxPy3D5RVRhbr { width:16.875rem;height:3.125rem;top:56.311461448669rem;left:1.5625000596046rem;font-size:1.0625rem;z-index:15298;display:block; }
 }@media only screen and (max-width: 763px) { #AOecXT0ZLtpA5yhnKORdfI1h3cGZmOGi { display:block; }
 }@media only screen and (max-width: 763px) { #BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM { background-color:#000000;background-image:none;display:block; }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row .container { background-color: transparent; background-image: none; }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row .container > .video-iframe-container { display: none; }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row > .video-iframe-container { display: none; }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .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); }#BwpEZWGkD8mgkSlF7o0BivdoTO5AXbvM > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzIsTCDIhiegCQfbLGg6bvyybeu2EIfU { width:17.125rem;height:2.6875rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXhgH1V2qbh86oMSJe3aSN27usEXfzqX { width:9rem;height:2.5rem;top:4.125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #W7u6i7zLVyhLRWXu2MnNcvEVc7ZlH6r9 { width:13.5rem;height:1.13769375rem;top:46.8125rem;left:3.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLrNzrUxWwdmMTfpt9NoblC4v49n0fe8 { width:12.4375rem;height:1.25rem;top:46.75rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMq09TLP4V1nS6nabpbtIQEMhuTTXKBr { width:9.5rem;height:12.1875rem;top:21.3125rem;left:0rem;background-color:#e3e3e3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DQzvX7eD8WVcf9Z6U5q7PwVV6ih3NJ0V { width:10.4375rem;height:2.7rem;top:24.0625rem;left:0.87395840883256rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s2xDgT4X6lWxaUxnDzm2AQZNPMWLDOTB { width:4.375rem;height:1.05625rem;top:28.034374237061rem;left:4.3125002980232rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTJRcXDg5iP3GUHTNMmf0zT2SAXUiXel { width:13.3125rem;height:8.25rem;top:2.4343757629394rem;left:3.3437500596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #k4MfPqvXR9b5kfQqi51U2izdP362wdVJ { width:3.5625rem;height:0.625rem;top:23.1875rem;left:0.81145840883256rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueLirl69eMc9MBXpPhA06TbF3sgGAxsk { width:3.0625rem;height:3.0625rem;top:19.4375rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXS6nKLDV7x8LWU0RTx6T2vqNHJqxnak { width:2.0625rem;height:1.625rem;top:20.0625rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0tZAXO5UKIGrgGP7pONas9ewwMsMXHJ { width:8.25rem;height:1.875rem;top:30.5rem;left:0.62395828962326rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOkyfOM8vGrcrztNMNnn8OitNLhCV1eL { display:block; }
 }@media only screen and (max-width: 763px) { #eZMbvI814ogyTeILbZ3Je6lapRFliGNh { width:20rem;height:4.0625rem;top:13.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB0s6UR4S2uqpR4DHVbqGL8vLMHfxqv3 { width:7.125rem;height:1.625rem;top:28.924999237061rem;left:1.8114584088326rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNv4gLKIGZl1UoiasLBPRg3TINE5l35B { width:2.25rem;height:1.05625rem;top:29.243751525879rem;left:0.87395840883256rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii5ON6OG3JawKHDrmcnXlHIRJVKf5pt0 { width:3.3125rem;height:3.3125rem;top:19.3125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsSfcrT1HB19Fpa5H9iswE7UV3xNAzbL { width:2.8125rem;height:2.8125rem;top:19.5625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtKPToma6hSMNbiTA4ScexGzH0lGJm0B { width:9.5625rem;height:12.1875rem;top:21.311459541321rem;left:10.437500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6dNL6UykQr1tghvUWhyuhZgTa4RCzvp { width:9.5rem;height:12.375rem;top:36.129167556763rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoWsrJ5qkKaWK5gZVEGJEtwraSOuFJso { width:6.6875rem;height:2.925rem;top:23.950000792742rem;left:11.312500298023rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI6lBBO1yH2IWRpUcsZFnozi9ClO7RAC { width:6.9375rem;height:2.925rem;top:38.812502861023rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpGyh0Wa6Ch6eINRApVGvRheA6Z9f21z { width:3.3125rem;height:3.3125rem;top:34.687507629394rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTpXaFmOHSi73fLveNFQChnE0RNP2zkg { width:2.8125rem;height:2.8125rem;top:34.875007629394rem;left:3.3750002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #a67yvf00owBNCHJ8qU2uU9KbAXTSMlDd { width:4.75rem;height:1.05625rem;top:28.0625rem;left:14.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOGJNgbT6yvvZoTKmVB1e5LbT3mAg5uF { width:4.75rem;height:1.05625rem;top:42.625007629394rem;left:3.6250002980233rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPnLVlz38mdmaXSkDWmsSWApIxWsrP1S { width:7.125rem;height:1.625rem;top:28.875rem;left:12.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBXx611FkkdK9JQH3Fr6Uvbfeg48SfW { width:7.125rem;height:1.625rem;top:43.437507629394rem;left:1.0625000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpVw0wHEKovpIT4llVcTxs4hBRy0ofK2 { width:2.8125rem;height:1.05625rem;top:29.090625792742rem;left:11.311459362507rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8MAxPUv2hAE9xPVinQAew0id2JEHmkW { width:7.625rem;height:1.05625rem;top:43.750007629394rem;left:1.0625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEkCEI7yJUrde2TblUXztl2vKJhwNT2q { width:8.375rem;height:2.0625rem;top:45.258334159851rem;left:0.56250005960464rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvfHA5zOTVv6TubM45rHxfQrTxTUh1G8 { display:block; }
 }@media only screen and (max-width: 763px) { #fzGsUS1VeemGQ2yxtBTs0EtfrIEa442V { width:8.125rem;height:1.875rem;top:30.500001937151rem;left:11.156250774861rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmhSnQcSICWJ96uNbboCVqkSGublzRLl { display:block; }
 }@media only screen and (max-width: 763px) { #agTk99vxcGhoSGz9hSL0dPJNItR16NM3 { width:9.6875rem;height:12.5rem;top:36.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS4EgpgV8z5wkso8X53zyUDAnXkmfDcF { width:8.375rem;height:2.925rem;top:38.875rem;left:11.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk0IMgrFgJfO3KoLtWtuidKzFGDdxaPL { width:4.75rem;height:1.05625rem;top:42.5625rem;left:14.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uinAXByFbhMWSCGEfDcGsilOz82SDBM4 { width:7.125rem;height:1.625rem;top:43.375rem;left:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d11nyELBMQNJZLdVvkHFWTR87BNNDT8p { width:3.6875rem;height:1.05625rem;top:43.6875rem;left:11.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcELyCpJBcLzBacMTXBqMHazDa332456 { width:8.375rem;height:2.0625rem;top:45.25rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6gHieIvTvWs3lJgOwpeUuBVUzWtLBLm { display:block; }
 }@media only screen and (max-width: 763px) { #c4IUdzTMXmbbgXCXi22mNEHAHtmcBwND { width:9.5rem;height:12.3125rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNXdatK5QW2cmO3IRvoXrEcvrsDE9gdh { width:7.9375rem;height:2.925rem;top:53.875003814698rem;left:0.81145840883256rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mByI6q3mTd9J2MR2OKwQnl5GqXnplCJK { width:3.75rem;height:1.05625rem;top:58.625rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrmdRD7k84ecEKHVRfKaDlBk17qiJAwO { width:8.375rem;height:2.0625rem;top:60.187503814698rem;left:0.56250005960464rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa6RrRNEW2VLogs8E6x43eCksPtbbhTD { display:block; }
 }@media only screen and (max-width: 763px) { #LmQsIKHK2bDZ806N55HBzpz4TcgpzQXN { width:7.125rem;height:1.625rem;top:58.3125rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoqlpGebEys6hq7oyqLbx6CIbdwusGBe { width:3.3125rem;height:3.3125rem;top:34.75rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGawANd0nqxP3OOV6El32gTDfn7m5bg9 { width:3.3125rem;height:3.3125rem;top:49.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkqVhot01e4S4rN5uzpCBxGzHLNkOxtP { width:2.8125rem;height:2.8125rem;top:35rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUXi8ml1TPZJmUytObU4ASNd24iBGOEf { width:2.8125rem;height:2.8125rem;top:49.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXqW7Xyh6IKQJpk5MVQm2HkmvFSAPHRn { width:4.75rem;height:1.05625rem;top:57.5rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCUwziogmwpe70BcE1cXltTGPIVRZ3oq { width:6.0625rem;height:1.6875rem;top:15.6875rem;left:7.4375007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQRbuRTeaTBtxyLhMbwVLQgWs1TuNH0a { width:6.5625rem;height:1.4625rem;top:15.875rem;left:7.1250007748606rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN { background-color:#000000;background-image:none;display:block; }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row .container { background-color: transparent; background-image: none; }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row .container > .video-iframe-container { display: none; }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row > .video-iframe-container { display: none; }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .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); }#DbtmATqIbUgbu5znpbVZhNd8MK4q2cBN > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slSEw9DwKlAg4Zor6Lh8OR6BIik71Og4 { width:17.125rem;height:2.6875rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETAGId3yRH9JJ7m3bIxoJpkCJJiqgVct { width:9rem;height:2.5rem;top:4.125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #S18isWzeNF4hVExGMyWPa1K7nwyp1qTG { width:13.5rem;height:1.13769375rem;top:46.8125rem;left:3.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxbTv9sNZbsfAAIy3CT4nKPhuk498f17 { width:12.4375rem;height:1.25rem;top:46.75rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCtfurGXJ0Hk69kKWHKT1hNDgKT7rf5l { width:11.8125rem;height:2.03125rem;top:1.3750076293945rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxkrv7ckHh4BrD0T5SrVZRKDV1G3UdnM { width:9.5rem;height:12.1875rem;top:37.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sshqaBALZg6FrBRTeEb5uL5FXKJO3LSV { width:8rem;height:2.0625rem;top:46.243751287461rem;left:11.187500774861rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilFRiUOrCIlFhR1ygq7LXzZUqCM4P02 { display:block; }
 }@media only screen and (max-width: 763px) { #CpWfO2JdmQsf7Bu9ZaPD0DXoJIOqbOFn { width:2.5625rem;height:1.05625rem;top:45.000003576279rem;left:11.687500774861rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJxCMstOF9HWAnfskMOcf91DIsgDWV3H { width:7.125rem;height:1.625rem;top:44.687503576279rem;left:11.750000774861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAiDihna8NT9tCBNGVQi7xdV5iP14UP3 { width:3.5rem;height:1.05625rem;top:43.875003576279rem;left:15.187500774861rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx8z04H7JVDMi7mpm8QZsvGNA8ZxVM6h { width:9.5625rem;height:12.1875rem;top:37.187501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOrIKQO1pnqFsgLJob1OdOrJzU5T3iGw { width:7.9375rem;height:4.05rem;top:39.812503576279rem;left:1.1250000596046rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FhZLCy4xDw5bECLcv5DT6UXIZCEpwOtC { width:8.6875rem;height:4.05rem;top:39.812503576279rem;left:10.937500774861rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KN5uq4yEToIc4OL9cOioX2T2vPZm2dSA { width:8.1875rem;height:2.0625rem;top:46.243747711182rem;left:0.68750005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4P5kqVceEfNku4A0QtvSTmNOvtT6KI0 { display:block; }
 }@media only screen and (max-width: 763px) { #G6AbobzM4LPbzgVmq5Xfx0PeqbDirVL2 { width:7.125rem;height:1.625rem;top:44.625003576279rem;left:1.1250000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqZDU35wRTMCyx1f7Q7CASAwuuZ9K3J6 { width:3.5rem;height:1.05625rem;top:43.812503576279rem;left:4.5625002980232rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poZ1xmhcKeHNg78Q2Ixvf8bftTRVQx6v { width:9.5625rem;height:12.3125rem;top:21.875000357628rem;left:10.437500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvHdwDXXSDcI1aMihPPm8mFs9GbTUT8w { width:7.125rem;height:2.7rem;top:24.925001502037rem;left:11.250000774861rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zaqldbTGonqbL9AuuOX5v3bPBxmFaNVi { width:8.6875rem;height:2.0625rem;top:31.056251883507rem;left:10.816666901112rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g406RkW2XH9ccGJilfobARmprm7EonJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #oeuG1tVz6bHGsv7ZPup9KsS42MeOcHTq { width:7.125rem;height:1.625rem;top:29.4375rem;left:11.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTGtCl1dxhe6ubU0zDuBPdDtinQg8h4n { width:3.5rem;height:1.05625rem;top:28.625rem;left:15.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi43oSgNWDUJV4VAPJP7AXccs3qdM6qn { width:2.5625rem;height:1.05625rem;top:44.937503576279rem;left:0.87500005960463rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5c1UwIKxGS4oTC6f11VVs6EX9PXiO2C { width:9.5625rem;height:12.3125rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZy7XJRf4q4tdmnz3HCqqNsfaCgdCnBT { width:8.25rem;height:4.05rem;top:24.4375rem;left:1rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tr9HDWLM81vRnLQu5wTH34AenEmbDsIq { width:5.6875rem;height:1.8125rem;top:23.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8kON4QtQb8uFPnWCAsTbkV9OOlo4oBN { width:5.6875rem;height:1.8125rem;top:38.562503576279rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOptvG9h48UTwSDHomU6SQfs1qMI6tuL { width:5.6875rem;height:1.8125rem;top:38.565627813339rem;left:10.250000774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL60M5IOsrHUGODeGkq8Ouz5Xxbd6bK4 { width:2.5625rem;height:1.05625rem;top:29.754167914391rem;left:11.316666662693rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9BvrFvlnTCov7golMExLMhWnL7SHUqP { width:8.625rem;height:2.0625rem;top:31.000002861023rem;left:0.40625005960464rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxMyNR89Aa8dP5k2h6l1vVNPeLJruMu { display:block; }
 }@media only screen and (max-width: 763px) { #Wo3CvdXTZs0i1T2lRHPzuXeorVvxwe3O { width:7.125rem;height:1.625rem;top:29.375rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDRN4c7xhRT0u7qQPV1KQeoOZzNd8nXH { width:3.5rem;height:1.05625rem;top:28.5625rem;left:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E49T4HIiPqhQL8V4SE6SeUfa4ItpgUXG { width:3.3125rem;height:3.3125rem;top:20rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcsv4g6eic272JBmTiGhO3VZozILkglh { width:3.3125rem;height:3.3125rem;top:35.31250166893rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmx0VtrcAy5hQALbAXILzTohgibP1CyH { width:2.0625rem;height:1.625rem;top:20.6875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMtFxzuEfQ5HdO3rbhTMxnl3PQklrLZk { width:2.0625rem;height:1.625rem;top:36.000003576279rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSLPxe7VHmAUqqwO5WZaG16rEqzm8Z86 { width:3.3125rem;height:3.3125rem;top:20rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdIEEfSqVCNhJg4mMtavBM27pIExVQdE { width:2.0625rem;height:1.625rem;top:20.6875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZe4trGxv9szHeHTiglDiLNwaZusmFIi { width:3.3125rem;height:3.3125rem;top:35.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsbyJ7TBPooRsxWOzyurBwsHIrhNXw66 { width:2.0625rem;height:1.625rem;top:35.9375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT7e2kdnCBaOyT9RkEHd34dgVGmdCHVs { width:5.6875rem;height:1.8125rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqVChHgJPuSyshNeTT1qGOTIWFXy581F { width:2.5625rem;height:1.05625rem;top:29.75rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfIa9vb1Sby2ZPJTueZOAJJtv81nlNMr { width:3.5rem;height:0;top:56.13125rem;left:6.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQBoaflHuLyiyW3EMoX1n474s6CrZEXb { width:9.5625rem;height:12.25rem;top:6.7500003576281rem;left:10.437500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #iehlXt2O8url4nMQueSEWNQtknT4TdV4 { width:8.625rem;height:2.0625rem;top:15.625rem;left:10.875000774861rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ZyOG1Dbo1c7GWf92oAlfT12zKqqu3M { display:block; }
 }@media only screen and (max-width: 763px) { #zD2tn1ePmyeW2ffwFsSXWuXIWTOCmnhR { width:7.125rem;height:1.625rem;top:13.75rem;left:11.812500774861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiIt4vSwD4dqTPaxiyLJSpVnolrg7B46 { width:2.5625rem;height:1.05625rem;top:14.095832824707rem;left:10.937500059604rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrLvJ1fqwEh8tFT1dGgBgnAoB0zBxhDl { width:8.8125rem;height:2.7rem;top:10.054168701172rem;left:11.187500774861rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EJFI8bpdcJw7C9oZoK57TQsvl42Q9Sr3 { width:3.5rem;height:0;top:40.94375rem;left:6.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLT9cvrqhZ6egRU9R93crsoweeb7PzrB { width:5.6875rem;height:1.8125rem;top:8.5rem;left:10.316667377949rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfTCW7aPtsUQz9MpzuZL2mwV9mAWuK7N { width:3.3125rem;height:3.3125rem;top:5.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiXutdqMgaAir0SFbmZBd1AtntnIg7qe { width:2.0625rem;height:1.625rem;top:5.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUboiuNFuGPs6pZWV4msszIXO3kVlTw2 { width:3.5rem;height:1.05625rem;top:12.9375rem;left:15.187500774861rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzMTlKwCpIkmFBi8mN51hoQ00y3unmVi { width:9.5625rem;height:12.1875rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voAkXBOkLao7QfC6ZvmvDZLio6lcrJIF { width:8.1875rem;height:2.0625rem;top:61.556259155274rem;left:0.68750005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxawH7MizgCx8mi7fPlKsDRqKRqezt2X { display:block; }
 }@media only screen and (max-width: 763px) { #sxNs1QwaZBHsCUu6CmGvrL1PPQ9Zlcf8 { width:7.125rem;height:1.625rem;top:59.8125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWsW4TtR9wT6on25lJq22u1rtVeZJlcF { width:2.5625rem;height:1.05625rem;top:60.1875rem;left:0.93750005960463rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFO5rM4FGW42JCSWk3zCTgtMxf6wmXsu { width:3.5rem;height:1.05625rem;top:58.875rem;left:4.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3CXoEVfXZbIflC6vPkXaoWaOFtIMaIT { width:9.5625rem;height:12.0625rem;top:52.562503814698rem;left:10.375000774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #R95lXNadTHivxFA69uPHQIV9ttMudLe1 { width:11.3125rem;height:2.7rem;top:55.625001907349rem;left:1.1250000596046rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L7t6agnSZNrUza0cNXLWSywFCeFnGp2K { width:3.5rem;height:0;top:116.88125023842rem;left:6.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pN9thq1TdaW03nFXoOqutu44brTUlsdh { width:8rem;height:2.7rem;top:55.625001907349rem;left:11.187500774861rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u7NOstuRHLgwbMHXe3RG1p2QXX601oGh { width:8.125rem;height:2.0625rem;top:61.556259155274rem;left:11.125000774861rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivzzqNRtAHFbBR14OQf3ssx47osUfRSA { display:block; }
 }@media only screen and (max-width: 763px) { #OboBSckUSB2iDb7AiM2Pkql6uplqmgbB { width:5.6875rem;height:1.8125rem;top:54.186460494995rem;left:10.437500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #g751R0zU9tnVzi8q1fWgFm0wRpQvU1iq { width:2.5625rem;height:1.05625rem;top:60.191669464111rem;left:11.312500774861rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShT1dynTCQSqSG3EKWTXT6UTsBDxPzrK { width:3.5rem;height:0;top:132.06875023842rem;left:6.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bX3b3Wxb40L5vNTfgizHSSs3B3AzbWw9 { width:5.6875rem;height:1.8125rem;top:54.187501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDxWXhQXiNKLZTaBNM5KUxZ6Rrx9LhTX { width:7.125rem;height:1.625rem;top:59.8125rem;left:11.812500774861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT4mNVLTTzAswLtqOsgaOPS6VFQPZ8cs { width:3.3125rem;height:3.3125rem;top:50.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPdMOhJDWdQ4CkcxcflfKDKkRntrBpEe { width:2.0625rem;height:1.625rem;top:51.4375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTIoGLguab7ciWfIIHRoItzHOPGHzBUw { width:3.3125rem;height:3.3125rem;top:50.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRb00tMQ181eN4CXmGBPT73kxyLGa0TT { width:2.0625rem;height:1.625rem;top:51.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2paIotZg2n4MTLPmV0kTEII4yguJTua { width:3.5rem;height:1.05625rem;top:58.9375rem;left:15.187500774861rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvSvQZTssMTds2Cztb9oSt33OaQ9rraQ { width:9.5625rem;height:12.25rem;top:6.7500003576281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBSZkiMovNRZCc4yIK8TxxEfPnfPhKXH { width:7.4375rem;height:2.7rem;top:9.875rem;left:1.125rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yOS3wo9tHo0MHn6ahRubx7PeAeiIMyUI { width:8.375rem;height:2.0625rem;top:15.625rem;left:0.56666666269303rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MphZKA3Db5wlBwTQxgNsTUDvJ5b8ZJs8 { display:block; }
 }@media only screen and (max-width: 763px) { #nXmdKcCsnlBNrX96pxzMSNIxF03ttWya { width:7.125rem;height:1.625rem;top:13.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXblxiMS9TnXhTqttboZrasKad5rwEiH { width:3.75rem;height:0.9375rem;top:8.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHEVSFq79KdH7X6tBCOcXeG4ZyhyX6G0 { width:2.5625rem;height:1.05625rem;top:14.125rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wffiw0IPFQJUTAeg6dRJ2N2SeI7gzTWi { width:3.3125rem;height:3.3125rem;top:5.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpbe9JXsmbO4i8dTU12Kl0B9L30TRTdx { width:2rem;height:1.625rem;top:5.8125rem;left:3.6875002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlWlsLvSPgB2TT5Tp6xGAeRkuJB2hag8 { width:3.5rem;height:1.05625rem;top:12.9375rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wboWqLEZN31ew4Fyq7NtO4ywQfo1qOnO { width:5.8125rem;height:1.625rem;top:1.6875rem;left:10.812500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARn5y7LcAufhHOXcOtd3eLqlP0X3lp9u { width:6.875rem;height:1.4625rem;top:1.75rem;left:10.250000774861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h { background-color:#000000;background-image:none;display:block; }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row .container { background-color: transparent; background-image: none; }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row .container > .video-iframe-container { display: none; }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row > .video-iframe-container { display: none; }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .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); }#ZyCZJQaAf6cqw0S4IDw0PtaLGTibUA7h > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8r1UH1K33R2uzrDm90PWpKALlWDW5KK { width:17.125rem;height:2.6875rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyX67D9qKkUPwL2Ryu3wQDqdDVS7mZJP { width:9rem;height:2.5rem;top:4.125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Jsx9FuTFooOnIhqF7oPeWT6zUkLikSy9 { width:13.5rem;height:1.13769375rem;top:46.8125rem;left:3.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpcuRGkEiWPIcTeA83Zz3WeBLMVvuXZV { width:12.4375rem;height:1.25rem;top:46.75rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2mOq8TGy9BCDOsNGiPmZLacwtQRreVL { width:8rem;height:2.0625rem;top:49.367709159851rem;left:0.68750005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlrDEUzsNZISHL2P26FTxahCuq94fpnM { display:block; }
 }@media only screen and (max-width: 763px) { #rT5wx0Vg38FLMGv1wrsFAMEVpdTg4G7F { width:7.125rem;height:1.625rem;top:47.4375rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk80AMRpnr3GMT88rPfert2HhZKGbI1f { width:4.75rem;height:1.05625rem;top:46.625rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnskL4FhWVINkIBvr7JgFvbAMOd9Lp2Z { width:9.5625rem;height:12.3125rem;top:40.250001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndKUgIuh8uE97TNuH4GOcpr4lfgNZrzS { width:4.4375rem;height:1.05625rem;top:47.9375rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzQBUazAfsIh1fX30JbfiSlCBEuyRRAq { width:7.5625rem;height:4.3875rem;top:42.053126335144rem;left:1.0625000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s50PTOZ9gzPoIPawZ3FeiXyx8Qs54FcB { width:9.5625rem;height:12.25rem;top:25.004168510437rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efCNWNCvGiio7J73z9tdOylMw70RPTg2 { width:8.3125rem;height:2.0625rem;top:34.00000166893rem;left:11.062500774861rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbaaOt9uTeJKWoPw3gHIkXu0UrUCgySM { display:block; }
 }@media only screen and (max-width: 763px) { #NxtlrTOkJySyk9PiwJvkERTIAVkCqnxH { width:7.125rem;height:1.625rem;top:32.3125rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sptT0BZzWzVbXHutAVZ149lMT6CW1vhv { width:9.375rem;height:4.3875rem;top:26.654168844223rem;left:10.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIhxLgntWEv0qLPrG57Pbq59GwP7RQf2 { width:3.3125rem;height:3.3125rem;top:23.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJgqv3ek5UZWHiNq9s7UArvST3xvak7t { width:9.6875rem;height:1.1375rem;top:31.241668701172rem;left:10.312500774861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhQk9NZNMkV87TiU5WXGwwlHRChns6Py { width:3.3125rem;height:3.3125rem;top:38.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2RPip3cn8Xwl9pf7NKdUT3qo2B3MIvr { width:20rem;height:2.03125rem;top:1.5604095458984rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agzbo9boRz5Kc7krUT6T3hozPJme8JzB { width:7.125rem;height:1.625rem;top:32.3125rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZwzvw4wRaImgO31IfDQhu9P6RLD5LRv { width:8.1875rem;height:2.0625rem;top:34rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRT8JcwZfesihEuf7dkxJArWxGBAVecJ { display:block; }
 }@media only screen and (max-width: 763px) { #wfh3GT5eCnsuHUqVlksxKM2gQWSbrsr6 { width:4.3125rem;height:1.05625rem;top:32.6875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWBb9CcIv2p6s7QA0e9cH4P9yHGKhsZP { width:4rem;height:1.05625rem;top:32.625rem;left:11.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mld9VmrhHNskRvZBWuLEUnefT9IgszC7 { width:2.8125rem;height:2.8125rem;top:23.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTEAHA9oph4UqyRyH3PExOfPw7aJ16WV { width:9.875rem;height:2rem;top:4.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svA31r8lkUrT6wFyR8Iy5lyzSIsGDfZX { width:9.4375rem;height:1.4625rem;top:4.6875rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCzQofo68GzDSehyxbVAHgEUprL76OHg { width:9.5625rem;height:12.1875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH7qVQHK1AsDPH3rMETcEACsTb0GieFx { width:3.3125rem;height:3.3125rem;top:23.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhoG10PEXKp5sFds1zyGwCKXmTNvRUdy { width:2.8125rem;height:2.8125rem;top:23.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4IMPtUHNXeFWkU4e1xgffLwX5BRun00 { width:9.5rem;height:4.3875rem;top:26.625rem;left:0.12916666269302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZRhAvTvKIGsBmkONoaOmTXXbDcxf8dr { width:9rem;height:1.1375rem;top:31.222932815552rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkehW19T1T6uoW0fCcUrvBcJcli4VyTg { width:2.8125rem;height:2.8125rem;top:38.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3OyEu9NRCezcJ6TErJT189IJPGNXnI6 { width:9.5625rem;height:12.1875rem;top:9.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tswzzZs6WBDmzVTDr5k3C2lSdlrpRCic { width:4.75rem;height:1.05625rem;top:16rem;left:14.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWC8BTqcJdcfXHt0F6P3p7iZ3MMcFRJ { width:7.125rem;height:1.625rem;top:16.8125rem;left:11.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS5v1A759buRuLe0QNRZrQR939kITEid { width:8.5rem;height:2.0625rem;top:18.691667556762rem;left:10.937500774861rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcIwkDZCLZvBHdzo8F9U3LyehvWE7VaO { display:block; }
 }@media only screen and (max-width: 763px) { #iwb1TXImehR0UJoRmhRABcfJQnhQentQ { width:3.9375rem;height:1.05625rem;top:17.1875rem;left:11.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlLufUW7DtlTvc8MOPf6lcULFBaHryUS { width:8.4375rem;height:2.925rem;top:11.875013351441rem;left:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E19flfueqTVCZc5md5JWXaqhwtmEqgoT { width:9.5625rem;height:12.125rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFvh0rsMZBLD37lVVTk36QX8N5J9nIec { width:9.25rem;height:4.3875rem;top:11.75rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfOHUk5egWi9IVhXiUZURk8WiSOnUbli { width:4.75rem;height:1.05625rem;top:16.125rem;left:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6yCuIP53dMP6DexoqxmIRALrAmkAD0a { width:7.125rem;height:1.625rem;top:16.9375rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwVgIr3tXCAe2LXX4WknZLv8WpNerpco { width:8.375rem;height:2.0625rem;top:18.691667556762rem;left:0.56666666269303rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT66WmMcKfZNzRo8CNiTtV7TeOWavciv { display:block; }
 }@media only screen and (max-width: 763px) { #ATnSq7AuMZBHRrdE0k2NDQCcicvEPkgd { width:3.3125rem;height:3.3125rem;top:8rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWLMS681yAgx2QM0yE4eIA9NlHDaixOg { width:3.3125rem;height:3.3125rem;top:8rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQfxkOIPS7CsiuOGPRuqOxuQb7H4vrPM { width:2.8125rem;height:2.8125rem;top:8.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrBNDVTIKcEai33mcmJqFfMsiP0JV3yc { width:2.8125rem;height:2.8125rem;top:8.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPTHGoPr6gMLqionxDzJP4i5hVs35ymo { width:4.0625rem;height:1.05625rem;top:17.25rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 { background-color:#000000;background-image:none;display:block; }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row .container { background-color: transparent; background-image: none; }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row .container > .video-iframe-container { display: none; }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row > .video-iframe-container { display: none; }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .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); }#zMy0sO7TwWHO0mlNmSkfhf0yL5DwQlJ5 > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4xs0frouoVzGXKDFM4h9gxGD5PFeaxF { width:17.125rem;height:2.6875rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtpSII2AR6egTAGNaWTWn0kXyXnXLoEg { width:9rem;height:2.5rem;top:4.125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Jq1rsIzFgGuMBqXE2rmUO4WhQBrGKD96 { width:13.5rem;height:1.13769375rem;top:46.8125rem;left:3.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UluiEtZJwxWAr2fQ639eUKduiumVtpR7 { width:12.4375rem;height:1.25rem;top:46.75rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WmkCDfEmxeIie6iLMZs8GJMUavAqMS1M { width:12.6875rem;height:4.2rem;top:1.872917175293rem;left:4.0000002980232rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TX20rx3eMFIPNhzpWMnIZtHe8vbeCUIQ { width:11.25rem;height:2.31145625rem;top:10.905208587646rem;left:4.3750002980232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI8947ilKArWaHf6Av6ed1CXArgbcfJx { display:block; }
 }@media only screen and (max-width: 763px) { #c9z8LfHebfQDWT0uyk93UWqQaktuicSZ { width:15.375rem;height:2.8rem;top:6.8302078247069rem;left:2.3125000596046rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m4UXb9v89rEyFurspVrpEVdTUr0Kutsu { background-color:#000000;background-image:none;display:block; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { background-color: transparent; background-image: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .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); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8vx95Ox3nn1QWohoTEEPOylhMeviFmE { width:15.0625rem;height:1.0625rem;top:1.375rem;left:2.4687500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD { background-color:#000000;background-image:none;display:block; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { background-color: transparent; background-image: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container > .video-iframe-container { display: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container { display: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .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); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azClPBwyzNkETny9OkUlgBtooEoTzB1z { width:20rem;height:5.2rem;top:0.6875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUwHDTVfCcDh32eyP9XEctvpw11Ngp66 { background-color:#000000;background-image:none;display:none; }#dUwHDTVfCcDh32eyP9XEctvpw11Ngp66 > .row .container { width:20rem;height:67.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OQV7hG9qssr6bTiRQVN699eD5CdxECbx { width:17.125rem;height:2.6875rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaPDt4Ix77rOJo7wdxiGgAM75wZ0ffxb { width:9rem;height:2.5rem;top:4.125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gif8hiDEXdqOqMPbdZ8g1HO7LvN6AztW { width:13.5rem;height:1.13769375rem;top:46.8125rem;left:3.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEo1X40olc8uv6RucTlveAdvEtImMhv2 { width:12.4375rem;height:1.25rem;top:46.75rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T62b0QHWvXEIp9GBTWPUId7HhsRvzTAl { width:20rem;height:37.1875rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzAvL8SwhbxdQSdV3CTiMCGT84JMu9c1 { width:5.1875rem;height:1.21875rem;top:14.625rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2SNK9mqTF39wsL2u6vym8gv5PW4BEV3 { width:20rem;height:20rem;top:8.3125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UBRnAT9kuQZmVckfoJ6JeIXK6h4n5cWP { width:20rem;height:1.0958904109589rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPvKS2ubNJp4sSK7EQWs8o4iytEM6Pz2 { width:17.5rem;height:13.5625rem;top:36.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWGwOoUDcZ9UhRceL8tADHXlmvrJokCf { width:9.875rem;height:1.875rem;top:47.25rem;left:7.5312505364419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuOKSLIWOT0Kz8siUaR9nnHBSUlW4i24 { display:block; }
 }@media only screen and (max-width: 763px) { #Q1srBTZlaKdTVFQKTiQVW7OqeadvGCul { width:10.4375rem;height:4.875rem;top:40.625rem;left:8.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwqBdtVgVXAP0WyHNTCgugcL5n3M2dh5 { width:11.0625rem;height:1.625rem;top:37.3125rem;left:2.8750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccxTxPRDQanvinuPrs2DnRopZyiNqrKq { width:3.125rem;height:3.125rem;top:34.750001907349rem;left:14.456249773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrFMMGba1iESy71lX6aD2v6yoWcRnu5X { width:15.5rem;height:6.09375rem;top:39.8125rem;left:2.9375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yTVs0Ben06qSfDQdBk2nTDyJ3CXqqeKh { width:2rem;height:0.75rem;top:30.4375rem;left:14.068749964237rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #PJcT0s3XZBIuvZuct7C7TAwsu0H1k33b { width:17.125rem;height:2.4375rem;top:31.4375rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JnRkdZhCGHPgaDefg11zTcDR4a0MqMsR { width:20rem;height:13.30075rem;top:47.750001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8DmATqhXQVRV5FzzSCQbVP9wCF4wTcU { width:1.9375rem;height:0.8125rem;top:35.90625rem;left:15.049999773503rem;z-index:15250;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ClZtyv832XMhGespIXcNheEsCrtEKq81 { width:20rem;height:4.0486125rem;top:1.75rem;left:0rem;font-size:1.6875rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5zHxIW3AZGOVXBQfhEcwtLNMG0hsXsy { width:0.5625rem;height:0.5625rem;top:40.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty53nVFKQQWd34FKwh9Sc3CraBAcy0Du { width:0.5625rem;height:0.5625rem;top:43.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQtupHzw8ayvB1LM01DazmrzFVQ6g3ue { width:0.5625rem;height:0.5625rem;top:42.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW5Lhuomdp8sHsLf95rnPmAP7oENzk7a { top:8.1875rem;left:0rem;width:20rem;height:20rem;z-index:15254;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fkr9NRzu0U8LHpNwzV466MDq0xVTBvnk { width:20rem;height:1.70625rem;top:24.29829788208rem;left:0rem;font-size:1.3125rem;line-height:1.3;z-index:15255;display:block; }
 }@media only screen and (max-width: 763px) { #pWxPtgxeAgX1QTTipStc3xgWPRDPfTZu { width:20rem;height:2.92448125rem;top:62.067057296634rem;left:0rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t2rAlZpBiuOa5bEtRreAuZleQlvgP7dT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #2a2a2a);background-image: -moz-linear-gradient(180deg, #000000, #2a2a2a);background-image: -ms-linear-gradient(180deg, #000000, #2a2a2a);background-image: -o-linear-gradient(180deg, #000000, #2a2a2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2a2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2a2a2a' );";background-image: linear-gradient(180deg, #000000, #2a2a2a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#t2rAlZpBiuOa5bEtRreAuZleQlvgP7dT > .row .container { border-width: 0; border-radius: 0; }#t2rAlZpBiuOa5bEtRreAuZleQlvgP7dT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2rAlZpBiuOa5bEtRreAuZleQlvgP7dT > .row .container { width:20rem;height:74.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xKr3PCnbtBTwEyGL9rFQA6ZGibFJyeoO { width:1.5625rem;height:1.5625rem;top:18.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLfx9Ent2gQG2KTikFEvWEIcz5L7NALM { width:17.3125rem;height:2.625rem;top:34.0625rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEIk2NU5DTFSdTXUR0o1SHOtmN0CbTGi { display:block; }
 }@media only screen and (max-width: 763px) { #xIKAN87BmUauby88GXELpsLWc0TqLCZX { width:12.3125rem;height:0;top:45.375rem;left:5.25rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gfi8kKCcZoSMyRAG9huOELSQCliGioUz { width:7.6875rem;height:1.25rem;top:31.625rem;left:1.912109375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z71pNAzk5iHs2KR5zcTtJzTcayKlzzB0 { width:6.875rem;height:1.13671875rem;top:18.6875rem;left:8.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NHNDTrkT4iQvBprk55uk2XlwKDsq5a61 { width:10.5625rem;height:0;top:28.062500476837rem;left:7.750000834465rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLIhFTNUitiNrQnz8ctvylV4TMcTgmpE { width:16.1875rem;height:1.2744125rem;top:25rem;left:1.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #mSqZuDkxIc55cfaeRot3d0huV0ThvGhT { width:16.125rem;height:6.59765625rem;top:2.6044921875rem;left:3.03125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WJ5wiLdJypH4ZdBZNqrenq8IKpBTJLu8 { width:19.875rem;height:22.875rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKATQk9b8cWASqrcdCObr2ywnNP35y0N { width:15.75rem;height:3.5244125rem;top:21.5625rem;left:2.125rem;font-size:2.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qFPN7XclieaJIvvTrrLa4UxkSZDHd3lr { width:14.5625rem;height:1.3496125rem;top:12.5rem;left:2.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15272;display:block; }
 }@media only screen and (max-width: 763px) { #RP0xrvMT1GATbNwkvHhyyosNFoJI2yxS { width:12.25rem;height:0;top:60.991577148438rem;left:4.8708332777023rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e9e9eb;z-index:15164;display:none; }
 }@media only screen and (max-width: 763px) { #TvaQEvVRvwB5Q2Jp7TvVP5ycdFPQ2tUf { width:12.25rem;height:0;top:59.429166793823rem;left:8.8708332777025rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e9e9eb;z-index:15166;display:none; }
 }@media only screen and (max-width: 763px) { #y7c6GmKEt7lBskg5CGEdTvragWiB1uzW { width:8.625rem;height:0.125rem;top:46.304166793823rem;left:9.4958332777025rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e9e9eb;z-index:15167;display:none; }
 }@media only screen and (max-width: 763px) { #OxOpg8dDmEbzCKa9nsBQnwmw5Xwi1zgr { width:3.6875rem;height:1.625rem;top:29.8125rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWlv3INGu2rB7V3hUVQagTJSpIq2aOS8 { width:8.3125rem;height:2.5996125rem;top:29.3125rem;left:8.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OXOfTk1bzQtEv6vTlL3cow5aCaetXtHP { width:9rem;height:1.2744125rem;top:27.75rem;left:8rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #TTM7efgGhZuEg3iJ7NmFuJmLl56UTiaP { width:3rem;height:2.3994125rem;top:12rem;left:14.9375rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GKEacUGecwqvPIoTGqWxUTJNmhnP0JI2 { width:18.4375rem;height:2.8125rem;top:64.5625rem;left:0.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEydfPoFkb5KduEbWvJBOWErBC1zT8av { display:block; }
 }@media only screen and (max-width: 763px) { #LJlW68OHsNm3bkJVNr2ik5AxPtiLOfVP { width:10.5625rem;height:0;top:71.0234375rem;left:2.5rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XXZ7K7AiMvp5psmlZBOLfwict1i9MEzS { width:10.5625rem;height:0;top:71.0234375rem;left:9.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Z3HeLW2sPH2CG6RUHPi1xVIDStPwnV { width:19.875rem;height:22.875rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbHXcCpAgS6SPdTW3DXMTVbzxPFvWL67 { width:3.6875rem;height:1.625rem;top:60.5625rem;left:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH2Mz8OgGWu34FWNqpkFhgpFWRVkK3KV { width:8.8125rem;height:2.5996125rem;top:59.9375rem;left:8.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zo7Ox0TVKqbpGqrR42dEqa8RgmqmnHKo { width:8.875rem;height:1.2744125rem;top:58.6640625rem;left:8.03125rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #f0UbNZGbPNgLnxfHoZkpThE2CkxaFZLR { width:1.5625rem;height:1.5625rem;top:49.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I81lfQfDWgRdxHuNTLptin92OaqMfgvx { width:18.6875rem;height:1.5625rem;top:98.0859375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIdzBTyONv5zo3hbSh3H9HtH8PbawaQ6 { width:6.8125rem;height:1.13671875rem;top:49.4375rem;left:8.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mtsQbWdFmTJ1GB5maazMsHdN7STy8CDw { width:16.9375rem;height:1.2744125rem;top:55.796875rem;left:1.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #IrhBOkyggBi23neGK28kgzGGTPRxcpLD { width:15.75rem;height:3.5244125rem;top:52.2109375rem;left:2.125rem;font-size:2.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ee6b57hKEEO9FfWE6UKavH4XyuOegSJU { width:3rem;height:2.3994125rem;top:42.1875rem;left:16rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Wi3GRK4XFextyMoHR1Kyitw5wfO8aO0k { width:16rem;height:1.3496125rem;top:43.0625rem;left:1.625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zWHerxwbWu3VOKUOdNoaCIwBlmlbm4v0 { width:20rem;height:1.04980625rem;top:15.25rem;left:0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WnlvLpRTFHge9rOkTvpbgTuhoLEDgrrQ { width:19.875rem;height:26.5rem;top:11.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTsz1Lq1dTS8PNPKVX2gUu8CnJartm0h { width:19.875rem;height:28.25rem;top:41.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOQOS7kGzfg8s1trraOiyf2ZodQa9GGW { width:20rem;height:0;top:72.2734375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }