.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:254,255,205;--color-primary-1:253,255,104;--color-primary-2:252,255,4;--color-primary-3:252,255,2;--color-primary-4:50,51,1;--color-secondary-0:228,227,251;--color-secondary-1:166,161,241;--color-secondary-2:77,66,226;--color-secondary-3:39,33,113;--color-secondary-4:12,10,34;--color-tertiary-0:255,255,255;--color-tertiary-1:240,240,240;--color-tertiary-2:178,178,178;--color-tertiary-3:28,28,28;--color-tertiary-4:0,0,0;--headlines-font-family:"Mada";--paragraphs-font-family:"Mada"; }@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-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT { background-color:#212121;background-image:url("https://images.assets-landingi.com/uc/1a0f0857-9bc8-491b-85cc-840d43511ab8/backgroundimagepattern.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT.adaptive-delivery-prevent-bg, #uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT.lazyload, #uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT.lazyloading { background-image: none; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row .container { background-color: transparent; background-image: none; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row .container > .video-iframe-container { display: none; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row > .video-iframe-container { display: none; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .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); }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row .container { border-width: 0; border-radius: 0; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;overflow:visible;position:relative;display:block; }#HDHV2zVvqlX48cDU8icyzxa0Fpk6ycnP { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:21.125rem;top:3.8125rem;left:37rem;display:block; }
#x54iO930VOgR6SOooT2H7gPHtCMe8t1M { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:"vintage moon";font-size:1.5625rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:49.873044967651rem;left:55.936431884766rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#M2GfpFiRTKhFH1rFTDcTpdzuGyO0FQWD { 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:4.3125rem;width:3.9375rem;display:none; }
#Ll0x2SiitrolNDrzuwim2W0lEeATTXw5 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5611875rem;height:3.686525rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.906005859375rem;left:28.187866210938rem;display:block; }
#OTOIBh0B74Sdqdqh4kgQ4E70ynpNhJUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A8mecV7zq7VmghxUt0fl5GpOVEboqT8t { color:rgba(var(--color-tertiary-0),1);display:block;width:43.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:3.8125rem;left:14.9375rem;height:7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#g30tvcyTXf6UBN7zQHcamnFzDQ0bJR7L { color:rgba(var(--color-tertiary-0),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:14.435156822204rem;left:15.124218940735rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvgZTBA0i51nmTXgoaxdNBxvePA43bXq { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:29.375rem;left:28.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITOXwuvBAVlI1JxBrAP5AuiAn6rcccTK { position:absolute;display:block;z-index:14986;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:39.8736875rem;width:70.3125rem;top:26.1865234375rem;left:2.34375rem;overflow:hidden;display:block; }
#C4gS1TdrhoQDEXRP9X52rHEBXTIF4TaX { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:1.0625rem;left:0rem;overflow:hidden;display:none; }
#ckQ6M8M9cNsmqZZbkOaczngtnT7LaCAV { 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:16.5rem;width:45.625rem;display:none; }
#zU9Ji60HOAWS5UCAJHJBk2pIkR9RlAeC { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.625rem;top:50.5rem;left:5.5625rem;overflow:hidden;display:none; }
#GyXyqB883BRTTrdFwz9siEtd2RVlPAmA { box-sizing:content-box;height:13rem;width:18.4375rem;position:absolute;display:block;z-index:15118;background-color:rgba(var(--color-primary-3),1);background-image:none;top:43.186718940735rem;left:55.248436927796rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.27) ;display:block; }
#IW7NCyQtkwMiMD2mi1lcHBvJQEI6JBbT { position:absolute;display:block;z-index:15119;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:3.24921875rem;top:42.124219894409rem;left:57.289063453674rem;overflow:hidden;display:block; }
#goWDl1sdoSZVagmd7MCNM1RgInT07rdz { position:absolute;display:block;z-index:15125;height:5.875rem;width:10.5rem;top:0rem;left:64.50000190735rem;display:block; }
#oTR8eoN5XxOB5TmK3D0PTUfhrxGG9rl9 { position:absolute;display:block;z-index:15129;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:9.5605625rem;top:31.125rem;left:26.25rem;overflow:hidden;display:block; }
#i0n6PkraoTIFXTx6FAcnrTJ5EF7XAVfF { position:absolute;display:block;z-index:15130;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.3745125rem;width:1.3745125rem;top:31.8125rem;left:34.5rem;overflow:hidden;display:block; }
#c3K4PqHTw4TkRyAoybni63QgcOiUuuF6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6853125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:32.0625rem;left:36.0625rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tFUdpydkxHLJazDu121kOJ3oPqTG0n9a { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:31.0625rem;left:65.099999427794rem;overflow:hidden;display:none; }
#FJZh6B3uzkEmAVVt9KgfXWSCv6TMEyQi { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15124;line-height:1.1;letter-spacing:0;top:32.212501525879rem;left:69.599999427794rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BukyClEbK8L6V9IdfWZ0yJflsFr4UCQ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:46.1875rem;left:56.654686927796rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XgqhOpog19hyUeoAOI4zzEgIspZ0Idkn { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.75rem;left:56.654686927796rem;overflow:hidden;display:block; }
#Q06u4U9OEI3LIRObkTFIOB7EC9fDvEeh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15122;line-height:1.1;letter-spacing:0;top:50.66250038147rem;left:60.581254005432rem;height:2.8875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rWfxIlB7XGAdwPsgp5s1FfglPTks2b6b { box-sizing:content-box;height:6.5rem;width:6.5rem;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:15131;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:34.875rem;left:21.974999427796rem;display:block; }
#iHkt5vChc5bfCh7UQMXRqPVT9XFMyygQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15132;line-height:1.1;letter-spacing:0;top:36.950000762939rem;left:19.099999427796rem;height:2.6125rem;text-align:center;text-align-last:center;display:block; }
#k0N5Sp64fqWizk8qmUQa9J1lqIELKDlx { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0609375rem;position:absolute;font-family:"vintage moon";font-size:2rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:10.8125rem;left:42.798436164856rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL > .row .container { background-color: transparent; background-image: none; }#lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL > .row .container > .video-iframe-container { display: none; }#lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL > .row > .video-iframe-container { display: none; }#lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL > .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); }#lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL > .row .container { border-width: 0; border-radius: 0; }#lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL > .row .container { font-size:0.875rem;font-family:arial;height:98.0625rem;width:75rem;position:relative;display:block; }#eEonQOn0DRicMcxE2zyn5VZmgKiJUCby { color:rgba(var(--color-tertiary-4),1);display:block;width:39.12475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:8.2891845703125rem;left:17.936401367188rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6sIhJrRzGPCNbt2BWt10JX1vDGFeJrS { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:23rem;left:21.375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ONZd7Xxr1lEfE70ONP0Wnaog7VkcTeIA { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:26.075000286103rem;left:21.483593940735rem;height:5.77514375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xrbpilmo3f10NPz8qmfy2CMiXmLNZo2T { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:39.46249961853rem;left:21.374218940735rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P3I7z3H9cbN3nEa5ub4c85tAJVr5bJE2 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:59.224609375rem;left:21.3740234375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kdDixt9RGvTHfvrSLE3gkwR2UrAp39Ex { color:rgba(var(--color-tertiary-4),1);display:block;width:38.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:62.11767578125rem;left:21.375rem;height:4.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LWD3rbykK2tTCgsfU7Mlg1sM7oNO6nlJ { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:23rem;left:15.5rem;overflow:hidden;display:block; }
#wwRgw7M8ldI08mXKI0FENoKtwguzbFAI { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.9375rem;top:39.46249961853rem;left:15.530468940735rem;overflow:hidden;display:block; }
#R1ZS9Q2LKL3O10DK1JCL2idXIoQxwN86 { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.9375rem;top:59.224609375rem;left:15.5302734375rem;overflow:hidden;display:block; }
#KSDIoSSPKTpWcWyRh4smPhwza72vel7n { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0609375rem;position:absolute;font-family:"vintage moon";font-size:2.25rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;top:14.112500190735rem;left:47.562500953674rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tNTZ4XQNgwab7wfZ8bE3KfHeuyxTlkK0 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15095;line-height:1.2;letter-spacing:0;top:23.9375rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UtMGsyNLuk3COFoc16JEIADfNmoPWMrR { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:33.75rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xiRih0Ikgbpo1394ZwTkox3NuD2L57BH { position:absolute;display:block;z-index:15089;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-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:11.6875rem;top:32.4375rem;left:47.71875rem;display:none; }
#ZW3S38PTQzL00yTLcp9pWxqLunE1P2dn { position:absolute;display:block;z-index:15090;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-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:11.6875rem;top:35.75rem;left:43.21875rem;display:none; }
#KUEL2fTlsqVK7bqN8z2h9OusEIyxamux { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#dlmiAEqsZaLOCfQf0113bbGwzdg3U2kg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wXV7dfplTRuqRGNB5TupAzZhdS5LvG7O { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:28.375rem;left:5.75rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fgM5P2bQxWgTtAaOkW9mTEylJqhFOw7w { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:27.875rem;left:1rem;overflow:hidden;display:none; }
#MzCen5EVlPZHMirNy2T0TFDk0zsK8PD4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:30.9375rem;left:1.4375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SxSQiSAUm6siu9VKKhkIX1fZawP4WvI7 { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:4.5625rem;top:29.8125rem;left:10.125rem;overflow:hidden;display:none; }
#tsi6PiWHfnbKDUMuWvQwZepOm5y5TilT { box-sizing:content-box;height:13.25rem;width:15.8125rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.4375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#sxv71FOkdf4Ia6SNZQctovkWTJOaDVzA { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:73.125rem;left:33.3125rem;overflow:hidden;display:block; }
#RvxFJ53ACz9b4ITyX3PD9fCa8CKQ3Wix { box-sizing:content-box;height:28.0625rem;width:61.75rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:72.0625rem;left:6.625rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#bAdOJoTpKZ434qvJisZe1mT621V73taG { box-sizing:content-box;height:14.625rem;width:53.8125rem;position:absolute;display:block;z-index:14989;background-color:transparent;background-image:none;top:20rem;left:10.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#zGcF04sNZmQ8rLPoiKdBb7H3Juqd871W { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:42.624997615814rem;left:21.374218940735rem;height:7.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gw8ve1iSy54BQbxrpTMmu2le5UL28RQO { box-sizing:content-box;height:16.3125rem;width:53.8125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:36.875rem;left:10.44287109375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#eBzmlB0L8hObliVdaTrozLMebpmmNArG { box-sizing:content-box;height:14.625rem;width:53.8125rem;position:absolute;display:block;z-index:14988;background-color:transparent;background-image:none;top:55.3125rem;left:10.44287109375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#pTng92aLGpiRNJ7sTW2uWAFRHkXeB2U9 { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.5625rem;width:9.5625rem;top:28.450000762939rem;left:60.499222755432rem;overflow:hidden;display:block; }
#lzbccztQVkN2P0epH9Mz4hDhO5znBeZ3 { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.5625rem;width:13.125rem;top:48.91250038147rem;left:0rem;overflow:hidden;display:block; }
#CiJcwvoXH6WzFcRqI1UXpyeNPEFKkZ45 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15094;line-height:1.2;letter-spacing:0;top:83.4375rem;left:13.3125rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XCPQkZBqchKaAzReLdbTglc5h0D3JDpT { position:absolute;display:block;z-index:15089;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-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:31.9375rem;top:85.1875rem;left:30.6875rem;display:block; }
#Fg1TcySWZolPqOhowVguhdAyTTpNmqJR { position:absolute;display:block;z-index:15130;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:51.125rem;width:24.3125rem;top:46.812498092651rem;left:60.715737903658rem;overflow:hidden;display:block; }
#Dw0LkZuPbAVt0lTQ6wypTUgquCK64XDK { position:absolute;display:block;z-index:15088;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-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:27.5625rem;top:87.125rem;left:18.9375rem;display:block; }
#JEcyVTqihqPErJbl95cTAmAI6Rne4CKs { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:91.1875rem;left:20rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPRxko46esn70bZzxAMCTmXqZs25fwTM { position:absolute;display:block;z-index:15141;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:91.8125rem;left:40.0625rem;overflow:hidden;display:none; }
#V69Gyx4yQsXHvKomztOeryB0CDRDbTtt { position:absolute;display:block;z-index:15140;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.375rem;width:1.375rem;top:91.8125rem;left:38.6875rem;overflow:hidden;display:none; }
#i55ydP5iTBzn9fFDrBKe5QomKP6ReGON { position:absolute;display:block;z-index:15139;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.375rem;width:1.375rem;top:91.8125rem;left:37.3125rem;overflow:hidden;display:none; }
#VaNeO5UScsPDWGE27PDx0PAv8JSCzoDq { position:absolute;display:block;z-index:15138;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.375rem;width:1.375rem;top:91.8125rem;left:36rem;overflow:hidden;display:none; }
#TROH1v0ReV3HvLLQgSvT6SVs02MzGqrw { position:absolute;display:block;z-index:15137;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.375rem;width:1.375rem;top:91.8125rem;left:34.625rem;overflow:hidden;display:none; }
#yTNUGdKbNIcMV5nycTWLuFK90y91DZ9r { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:83.26172065735rem;left:20.924218177796rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RIokMmBvID46Udi5PpbPvFZESD9bfh5r { box-sizing:content-box;height:13.75rem;width:75rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;display:block; }
#Jw00TI6G5OQHdVs0TZmSgbzKthV1TGEx { color:rgba(var(--color-tertiary-0),1);display:block;width:36.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:93.375rem;left:19.375rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qywHrDrfdBWsgVrx4qXZX3TKEhfUe8Ft { position:absolute;display:block;z-index:15136;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.37421875rem;width:1.37421875rem;top:95.375rem;left:39.5625rem;overflow:hidden;display:block; }
#bXKwXkV28wu4ywUXsVeMfqUI0oyT8gKa { position:absolute;display:block;z-index:15135;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.37421875rem;width:1.37421875rem;top:95.375rem;left:38.25rem;overflow:hidden;display:block; }
#kRyfLN81w5If6OA6yap6XyykLSsrkMGQ { position:absolute;display:block;z-index:15134;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.37421875rem;width:1.37421875rem;top:95.375rem;left:36.875rem;overflow:hidden;display:block; }
#sdKSAgndduuKmLeERFB3xUkqJGrPvRTh { position:absolute;display:block;z-index:15133;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.37421875rem;width:1.37421875rem;top:95.375rem;left:35.5rem;overflow:hidden;display:block; }
#hXhWILiql1aylCSgQbNhTW8J0ygDEzVV { position:absolute;display:block;z-index:15132;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.37421875rem;width:1.37421875rem;top:95.375rem;left:34.1875rem;overflow:hidden;display:block; }
#xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 > .row .container { background-color: transparent; background-image: none; }#xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 > .row .container > .video-iframe-container { display: none; }#xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 > .row > .video-iframe-container { display: none; }#xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 > .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); }#xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 > .row .container { border-width: 0; border-radius: 0; }#xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 > .row .container { font-size:0.875rem;font-family:arial;height:96.875rem;width:75rem;position:relative;display:block; }#hn4cXmBzfKGaer3q0E1Adw2n7ImgH1nr { position:absolute;display:block;z-index:15106;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.3125rem;width:10.5625rem;top:45rem;left:10.59375rem;overflow:hidden;display:none; }
#d2PHCs1LItsxBBeMyTyowvzXqV69687z { position:absolute;display:block;z-index:15107;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.0625rem;width:11.0625rem;top:53.25rem;left:14.28125rem;overflow:hidden;display:none; }
#KaSXfMuL84PJoKZBTqItRZ4WHF4TAHAy { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.9995rem;top:4.8125rem;left:34rem;overflow:hidden;display:block; }
#Dn6XhDXGxOWMBfEK3G27wO91ygkmeXf0 { color:rgba(var(--color-tertiary-3),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:7.75rem;left:16.75rem;height:7.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wiLfhlKwTsrSAUvcqyaP8oIUvNQcuwPq { color:rgba(var(--color-tertiary-3),1);display:block;width:9.812rem;position:absolute;font-family:"vintage moon";font-size:3.25rem;font-weight:400;z-index:15034;line-height:1;letter-spacing:0;top:13.125rem;left:47.0625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CG8OoBLJKapWLxUZGMB0fXBXPPOXhmVJ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:18.125001907349rem;left:17.311718940735rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnqU33vZeegPn8BLN5JH163kOPdR4HhB { position:absolute;display:block;z-index:15108;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:25.874rem;width:31.12425rem;top:56.625rem;left:24.5rem;overflow:hidden;display:block; }
#Mbvgh6UKBX4xrcXwxcLdLhUfnreodS23 { box-sizing:content-box;height:3.3125rem;width:30.0625rem;position:absolute;display:block;z-index:15109;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:53.375rem;left:25.0625rem;display:block; }
#IfnC257rRwVthXe0uz089U6AST8O9Eyc { box-sizing:content-box;height:6.6875rem;width:12.5rem;position:absolute;display:block;z-index:15110;background-color:rgba(var(--color-primary-3),1);background-image:none;top:58.5rem;left:40.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.27) ;display:block; }
#fZu7L46aT7LpKmynnduq4uZbfetNWUXA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:59.0625rem;left:41.9375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#TuowkvRBrQoXko2MtuCH00VF87UZuDx0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15112;line-height:1.2;letter-spacing:0;top:62.5rem;left:41.8125rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwTHhNsRyOFGAUZl1KLLsdVN2iaJieob { position:absolute;display:block;z-index:15113;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:3rem;width:3.5rem;top:56.125rem;left:46.0625rem;overflow:hidden;display:block; }
#TlMyOmciV3Sfwc3pN3GfTfOnwL7B7L9k { box-sizing:content-box;height:5.625rem;width:10.4375rem;position:absolute;display:block;z-index:15111;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:63.875rem;left:47.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.27) ;display:block; }
#gnieuwSNmaDt0u8SJtBvqcHr7rHsn4Gr { position:absolute;display:block;z-index:15114;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.875rem;width:2.8125rem;top:62.5625rem;left:56rem;overflow:hidden;display:block; }
#zMGGnhUCXrDqdF8ASHEwtksZTLcWvCMc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15112;line-height:1.1;letter-spacing:0;top:64.875rem;left:48.75rem;height:3.91875rem;text-align:left;text-align-last:left;display:block; }
#dhZsfelyIXJNLueqT7ebTcsicskSKiM7 { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.4375rem;top:64.875rem;left:51.75rem;overflow:hidden;display:block; }
#tAQuXVx4avz3DB8tFq1tvTNU5n6IJQUd { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15113;line-height:1;letter-spacing:0;top:69.375rem;left:61.75rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tes6k03XoHU8sJaBPrvQ6E0Pi9arI0I0 { box-sizing:content-box;height:5.625rem;width:16.3125rem;position:absolute;display:block;z-index:15112;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:75rem;left:50.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.27) ;display:block; }
#NgPVvak20Wsxywef1kzhLQcLkzqW1xKB { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7.875rem;top:70.3125rem;left:46.4375rem;overflow:hidden;display:block; }
#MBNSeeixTAnmphN2OCtLDNrEN9yJTCMQ { color:rgba(var(--color-secondary-2),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:75.5625rem;left:54.25rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#w13ct46Ee7zxNJ6oJSsrLuLNILSCvebD { color:rgba(var(--color-tertiary-4),1);display:block;width:9.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15113;line-height:1.2;letter-spacing:0;top:78.6875rem;left:55.125rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mc5VqWwl29bRduJ6Kr8IoTl0ETF1ink0 { position:absolute;display:block;z-index:15117;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.3120125rem;width:1.62475625rem;top:76.25rem;left:51.875rem;overflow:hidden;display:block; }
#i1inTPa18iDPgEJdqL6nKxThg3tWniWm { position:absolute;display:block;z-index:15118;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.374025rem;width:3.374025rem;top:79.1875rem;left:63.0625rem;overflow:hidden;display:block; }
#L9GzMd20F73eHs292DQDIb5gSV6T1k5a { position:absolute;display:block;z-index:15119;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.125rem;width:3.125rem;top:75.625rem;left:16.5rem;overflow:hidden;display:block; }
#T0hgkOlF3ldNa0y2nGJ3HiChMkWIyAfM { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15114;line-height:1.1;letter-spacing:0;top:73.75rem;left:20.1875rem;height:4.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Me2DlZxEJ1f1AJ80K1FmFdda34cvxe3V { box-sizing:content-box;height:5.625rem;width:10.4375rem;position:absolute;display:block;z-index:15113;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:72.6875rem;left:18.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.27) ;display:block; }
#nITd0cmFce2K6s4TWt9hCFiKvOv1K3aq { box-sizing:content-box;height:4.625rem;width:12.9375rem;position:absolute;display:block;z-index:15113;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:66.1875rem;left:12.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.27) ;display:block; }
#OP00Ahs460NCJogvOzQp2Z1oiu8V2J7E { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15113;line-height:1.2;letter-spacing:0;top:67.25rem;left:15.1875rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hguytKPTnyLCuwRJNQINZICycXGuM8OA { position:absolute;display:block;z-index:15118;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.3125rem;width:1.625rem;top:67.5625rem;left:13.3125rem;overflow:hidden;display:block; }
#vx9iF48tcaVNo9TDhARZGRbnnTQvodMd { position:absolute;display:block;z-index:15027;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:14.1875rem;width:14.25rem;top:59.75rem;left:5.4375rem;overflow:hidden;display:block; }
#UAnmKCydTSa25lmJHmyokr09ra0NMTbw { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.8125rem;top:61.4375rem;left:20.8125rem;overflow:hidden;display:block; }
#UgNgGpKiI4IvH0W7IZDBpQ63p4rq1ef3 { position:absolute;display:block;z-index:15120;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.375rem;width:5.5625rem;top:57.1875rem;left:17.5625rem;overflow:hidden;display:block; }
#G4v8xxJzVcTAHVGPrdMbL90fOrCOqoRP { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.375rem;top:59.0625rem;left:17.4375rem;overflow:hidden;display:block; }
#dzGzH0No5zkHuKEiIJ7BXfZUlya9KE7Q { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15114;line-height:1;letter-spacing:0;top:55.875rem;left:18.125rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q2S6GoMhWtPxIgiXX931fQBrSdw8B70M { color:rgba(var(--color-tertiary-4),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:24.25rem;left:14.25rem;height:30.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HugIamdtslZPABWsyiUlHtST4z1p6rFK { position:absolute;display:block;z-index:15104;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.31225625rem;width:0.99975625rem;top:24.375rem;left:13.0625rem;overflow:hidden;display:block; }
#xysJIT3khkCIlcF5b7avzW9EoCA8qypi { position:absolute;display:block;z-index:15105;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.31225625rem;width:0.99975625rem;top:28.375rem;left:13.0625rem;overflow:hidden;display:block; }
#ATeT9ZXdvEWTrn4XxgXBEW7KBeGDQDfE { position:absolute;display:block;z-index:15106;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.31225625rem;width:0.99975625rem;top:32.1875rem;left:13.0625rem;overflow:hidden;display:block; }
#iGwZ3x9PsVvlDD5Ld5d8JDsUvcifTItB { position:absolute;display:block;z-index:15107;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.31171875rem;width:0.99921875rem;top:36.125rem;left:13rem;overflow:hidden;display:block; }
#Ea000xMnQnk8F9NEHRDyeTSiPOCIOlOq { position:absolute;display:block;z-index:15108;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.31171875rem;width:0.99921875rem;top:41.9375rem;left:13.125rem;overflow:hidden;display:block; }
#vsF734J1KF943iXdSDv5am30GNMVi675 { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15054;line-height:1.4;letter-spacing:0;top:84.9375rem;left:13.4375rem;height:7.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0PMmcKRWEFSfCqih4iffbVNvGJq2lKa { box-sizing:content-box;height:11.3125rem;width:56.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:82.5rem;left:9.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#EFUhOtLUW1tkQF54PERkiRfxHuPaL3D5 { 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.31171875rem;width:0.99921875rem;top:47.65625rem;left:13.249218940735rem;overflow:hidden;display:block; }
#izszciB2lTWFhL3HXop47KmgIrBXgtoT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#izszciB2lTWFhL3HXop47KmgIrBXgtoT > .row .container { background-color: transparent; background-image: none; }#izszciB2lTWFhL3HXop47KmgIrBXgtoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izszciB2lTWFhL3HXop47KmgIrBXgtoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izszciB2lTWFhL3HXop47KmgIrBXgtoT > .row .container > .video-iframe-container { display: none; }#izszciB2lTWFhL3HXop47KmgIrBXgtoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izszciB2lTWFhL3HXop47KmgIrBXgtoT > .row > .video-iframe-container { display: none; }#izszciB2lTWFhL3HXop47KmgIrBXgtoT > .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); }#izszciB2lTWFhL3HXop47KmgIrBXgtoT > .row .container { border-width: 0; border-radius: 0; }#izszciB2lTWFhL3HXop47KmgIrBXgtoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izszciB2lTWFhL3HXop47KmgIrBXgtoT > .row .container { font-size:0.875rem;font-family:arial;height:114.0625rem;width:75rem;position:relative;display:block; }#naooCQ62gHxT6n2J0sIR3IUf7z87f4Sb { color:rgba(var(--color-tertiary-3),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15086;line-height:1.1;letter-spacing:0;top:9.625rem;left:40.0625rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Px5ycPin4NuoGhSNwyNkXvaDRgIiKMbT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:17.125rem;left:39.968750953674rem;height:22.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UWCvXKS01xf8WCigg3PuyV1h2gLXprwG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:42.6875rem;left:40.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zFTosmLxtHZKE6AS4hS8so1glxPcZTkt { position:absolute;display:block;z-index:15027;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:17.125rem;top:42.3125rem;left:40.0625rem;display:block; }
#xV4XRHxooHUT6JFLyg6y79OFZTCxAiDv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:47.25rem;left:40.062500953674rem;height:17.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDUP33gWa3MPJ18DJxFWChAw45xxWr0k { color:rgba(var(--color-tertiary-3),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15087;line-height:1.1;letter-spacing:0;top:69.3125rem;left:40.0625rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Vc2wXd8UA5Ls6HFi0ytILiftkfkFDfmx { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:77rem;left:40.375rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bBTOU3vX1oAXKyfGOIMTMdqikEzlK2uy { position:absolute;display:block;z-index:15029;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.5rem;top:86rem;left:40.250000953674rem;display:block; }
#T2FLWTX3wg3Nu6K8tTCBzdwGckU4zErD { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:86.3125rem;left:40.562500953674rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mg5SpIhXRtrSTGH6o4bPMfakHHZx23ZT { position:absolute;display:block;z-index:15085;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:20.5625rem;width:20rem;top:78.125rem;left:12.4375rem;overflow:hidden;display:block; }
#AsWxTUoRZkSgWxpa6AcqvIhaEaodVS9A { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.125rem;width:17.0625rem;top:20.1875rem;left:5.875rem;overflow:hidden;display:block; }
#ZQNDn6uyuLp0EB6CdBeFJhZhuByOorFZ { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.8125rem;width:16.8125rem;top:30.25rem;left:11.4375rem;overflow:hidden;display:block; }
#EPrNK8DGzyy0ecGFhVboBWepNzkDCkFR { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13rem;width:20.4375rem;top:74.8125rem;left:6.875rem;overflow:hidden;display:block; }
#S9NCRmHlwRGodTDH0r1cMqbB5TNoG4Ra { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:87.0625rem;left:11.6875rem;overflow:hidden;display:block; }
#bD4bBfGhdrNw21HWd4GHzei6GKEgvI2N { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:44.8125rem;left:19.875rem;overflow:hidden;display:block; }
#vDhZ3ueL6525yHrboQu2lqkOIDln3AUI { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:91.9375rem;left:40.375000953674rem;height:15.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e2DEV5ypXa5fWTTbMoAOsvsWKQyXFvO4 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:7.15625rem;left:40.474999427796rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MSTa7pfqTTKlq0ifWwwcAuiGsU7ex3zm { box-sizing:content-box;height:2.0625rem;width:7.375rem;position:absolute;display:block;z-index:15153;background-color:transparent;background-image:none;top:6.550000190735rem;left:40.062500953674rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz > .row .container { background-color: transparent; background-image: none; }#SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz > .row .container > .video-iframe-container { display: none; }#SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz > .row > .video-iframe-container { display: none; }#SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz > .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); }#SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz > .row .container { border-width: 0; border-radius: 0; }#SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz > .row .container { font-size:0.875rem;font-family:arial;height:86.6875rem;width:75rem;position:relative;display:block; }#VsFrcpEUmqrmxOgMe4WMLshpapWTXxZ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:46.5rem;left:48.0625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#k3TG6CDyHavLTPmBiKNN4U8bVUN7trJW { color:rgba(var(--color-tertiary-3),1);display:block;width:33.062125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15087;line-height:1.1;letter-spacing:0;top:7.6873779296875rem;left:7.8125rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NzhuErpgw0H1gyC522xVEDgyPBTBpIWi { color:rgba(var(--color-tertiary-3),1);display:block;width:11.8125rem;position:absolute;font-family:"vintage moon";font-size:2.875rem;font-weight:400;z-index:15088;line-height:1.1;letter-spacing:0;top:10.3125rem;left:28rem;height:3.1625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Dm9irzGOBFWtidMclzN6s1figgOLUd21 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:26.875rem;left:11.249218940735rem;height:32.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OITUGsEudh54kqZIIF2t2y1uk4hznoW4 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:14.6875rem;left:7.8124990463256rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHQcsW8TmebPOpa1gb1LBV1IVim8G7T5 { position:absolute;display:block;z-index:15029;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:5.875rem;top:7.6875rem;left:15.375rem;display:block; }
#RvVu5hOWI5c79AaPJXBgdqXR0gmP1bTf { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:70.687255859375rem;left:37.62451171875rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#khTXWXvK0EJZwb5TqDDI0mtftOlASsEG { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.625rem;width:20.875rem;top:7.6866455078125rem;left:44.790623664856rem;overflow:hidden;display:block; }
#VRTxMZ6dumZZKvD7PxqDGBApSycU91W6 { position:absolute;display:block;z-index:15108;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:26.875rem;left:7.7867193222044rem;overflow:hidden;display:block; }
#C9nIMRNfFdcqxP7IUkThz8FSDc3BcGuT { 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:2.8125rem;width:2.8125rem;top:36.27499961853rem;left:7.7867193222044rem;overflow:hidden;display:block; }
#t81qvTa5n0zoV3WmGQ6Cg2iDD1QP05P9 { position:absolute;display:block;z-index:15110;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:45.77499961853rem;left:7.7867193222044rem;overflow:hidden;display:block; }
#zA2ibcr59tAeGO4Gg51EC1ahay8TmWCW { position:absolute;display:block;z-index:15111;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:53.46249961853rem;left:7.7867193222044rem;overflow:hidden;display:block; }
#tOadhaWudOBcXGcw7blohDvmKhnr9XOG { color:rgba(var(--color-tertiary-3),1);display:block;width:33.062125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15088;line-height:1.1;letter-spacing:0;top:63.375rem;left:37.875rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U1hCWKBJo5OupenS4Ksg0hccRHEnDAyT { position:absolute;display:block;z-index:15030;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7rem;top:66.125rem;left:37.375rem;display:block; }
#bGflxQL25bfI3rmoxOCk5IsPc8K6D1Rm { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.49975rem;width:22.1875rem;top:62.97607421875rem;left:9.124755859375rem;overflow:hidden;display:block; }
#qPXygOy1VQsOXsrRbvtwtsthfOKh1naw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#qPXygOy1VQsOXsrRbvtwtsthfOKh1naw > .row .container { background-color: transparent; background-image: none; }#qPXygOy1VQsOXsrRbvtwtsthfOKh1naw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPXygOy1VQsOXsrRbvtwtsthfOKh1naw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPXygOy1VQsOXsrRbvtwtsthfOKh1naw > .row .container > .video-iframe-container { display: none; }#qPXygOy1VQsOXsrRbvtwtsthfOKh1naw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPXygOy1VQsOXsrRbvtwtsthfOKh1naw > .row > .video-iframe-container { display: none; }#qPXygOy1VQsOXsrRbvtwtsthfOKh1naw > .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); }#qPXygOy1VQsOXsrRbvtwtsthfOKh1naw > .row .container { border-width: 0; border-radius: 0; }#qPXygOy1VQsOXsrRbvtwtsthfOKh1naw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qPXygOy1VQsOXsrRbvtwtsthfOKh1naw > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#TpP3Mb7IENGnIy27IQKcTSsewbI5O4l1 { color:rgba(var(--color-tertiary-3),1);display:block;width:49.624625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:4.8125rem;left:11.625rem;height:5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fOQ9QTtGJRb3paCei9m8uNNM3gHTIoko { position:absolute;display:block;z-index:15030;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:24.375rem;top:17.0625rem;left:24.25rem;display:block; }
#I4OXps5aXC4ypMsxJkqBPok6LUi16kBG { color:rgba(var(--color-tertiary-4),1);display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:11.9375rem;left:14.4375rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pc6u8yBTTThofd9ZsSl8Q0ws5rDytJg2 { box-sizing:content-box;height:25.5625rem;width:56.875rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:23.496875286103rem;left:9.061718940735rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.19) ;display:block; }
#KbRc160w9Ek7hqEaEh0NbC9rRHZ6i87P { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:24.78750038147rem;left:33.281250953674rem;overflow:hidden;display:block; }
#eBDGhx5V75NMq7N1VRno8RdCfS2pknOf { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:19.937125rem;top:6.9375rem;left:39.9375rem;overflow:hidden;display:block; }
#fXEtE9sCJzlsrUlZ8DIwFTe4h9TJkNB8 { position:absolute;display:block;z-index:15146;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.375rem;width:1.375rem;top:21.987500190735rem;left:12.162499427796rem;overflow:hidden;display:none; }
#wv7L2NzVe6ehhZoh02gDGcFEu8TbLibX { position:absolute;display:block;z-index:15145;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.375rem;width:1.375rem;top:21.987500190735rem;left:10.787499427796rem;overflow:hidden;display:none; }
#XetWRPfy5TZk6lUlShgzfHaW3Lf5Lg9O { position:absolute;display:block;z-index:15144;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.375rem;width:1.375rem;top:21.987500190735rem;left:9.4124994277956rem;overflow:hidden;display:none; }
#UGGrnA4GAbD6ML7DDm5DyoKnAEaArfHa { position:absolute;display:block;z-index:15143;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.375rem;width:1.375rem;top:21.987500190735rem;left:8.0999994277956rem;overflow:hidden;display:none; }
#vEZMq4ZIP4i5ThleBTydPxJkBW4xhvRa { position:absolute;display:block;z-index:15142;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.375rem;width:1.375rem;top:21.987500190735rem;left:6.7249994277956rem;overflow:hidden;display:none; }
#iCa8Fyco1r6CdvCnXKyDJw6QMWTO2P8u { position:absolute;display:block;z-index:15141;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:44.5625rem;left:39.5625rem;overflow:hidden;display:block; }
#KGHbpomROvT9wo10LK4QeMBpw49WTmmz { color:rgba(var(--color-tertiary-0),1);display:block;width:36.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.2;letter-spacing:0;top:42.6875rem;left:19.375rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OEJ0aFyM198SX9M5nMJDSh87CNbh0e2g { color:rgba(var(--color-tertiary-0),1);display:block;width:36.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:41.3125rem;left:19.375rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ds3hdHxX7LdcO8X0QeGBgBRKVunDuiqS { position:absolute;display:block;z-index:15140;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.3745125rem;width:1.3745125rem;top:44.5625rem;left:38.1875rem;overflow:hidden;display:block; }
#JFn5eXAtFhyzvcaOSgtVVCP8lWUoQIyA { position:absolute;display:block;z-index:15139;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.3745125rem;width:1.3745125rem;top:44.5625rem;left:36.8125rem;overflow:hidden;display:block; }
#LgeR0q65mv2uDQFSLex1pNi5F2JMTObe { position:absolute;display:block;z-index:15138;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.3745125rem;width:1.3745125rem;top:44.5625rem;left:35.5rem;overflow:hidden;display:block; }
#VzhcUMtem4mxT3HSfMur7TiJBGX5q6OW { position:absolute;display:block;z-index:15137;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.3745125rem;width:1.3745125rem;top:44.5625rem;left:34.125rem;overflow:hidden;display:block; }
#pPrt4RSUBRlqSqlRTXBgd8N3VXvspI6q { color:rgba(var(--color-tertiary-4),1);display:block;width:49.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15147;line-height:1.2;letter-spacing:0;top:33.96249961853rem;left:12.655468940735rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#igFweaH7hfoTJR5N5A9Gd9T5ITBgMo5P { position:absolute;display:block;z-index:15102;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:22.625rem;top:36.9375rem;left:12.9375rem;display:block; }
#gSavQmRnPH2uLbwksmrCbb1wmkeF7dfr { position:absolute;display:block;z-index:15101;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:26.0625rem;top:35.4375rem;left:35.9375rem;display:block; }
#CaqCtfqLlz1JTNBzheiwqfx1D4KAJsWM { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:14.85595703125rem;left:47.65576171875rem;height:4.14375rem;display:block; }
#li9SMuvffQ2ZTt1750Ci9NiQuOkowsmK { position:absolute;display:block;z-index:15102;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:22.625rem;top:36.9375rem;left:12.9375rem;display:none; }
#Pw06iLtG24qT8tUkLTXCCCzhKpgIFZTv { position:absolute;display:block;z-index:15102;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:22.625rem;top:36.9375rem;left:12.9375rem;display:none; }
#yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu > .row .container { background-color: transparent; background-image: none; }#yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu > .row .container > .video-iframe-container { display: none; }#yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu > .row > .video-iframe-container { display: none; }#yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu > .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); }#yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu > .row .container { border-width: 0; border-radius: 0; }#yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu > .row .container { font-size:0.875rem;font-family:arial;height:96.375rem;width:75rem;position:relative;display:block; }#VfGFIIDyC5iXbkpFw18tWlKsyzgeHwT9 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:9.5rem;left:32.625rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#u498MKJuDL8kAN88UF3eBR8c3gPtzCy1 { position:absolute;display:block;z-index:15027;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-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:31.6875rem;top:30.875rem;left:32.625rem;display:block; }
#W7cUHHguzXzTAohLox58oAKoxXezSqaO { color:rgba(var(--color-tertiary-3),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:17.25rem;left:32.625rem;height:28.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tacnaz0LsnS945Vl9g9fFp4c92hyiTpw { color:rgba(var(--color-tertiary-3),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:52.875rem;left:15.9375rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vXQ8S0iMTP6ThP0ckzVUE0p4mGMMdXf6 { position:absolute;display:block;z-index:15142;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:38.1875rem;width:25.6875rem;top:8.9375003576281rem;left:4.4375rem;overflow:hidden;display:block; }
#EAdQrKsbye7VEwTwiaiR0PPRiAiWX6mB { position:absolute;display:block;z-index:15028;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-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:32.8125rem;top:38.625rem;left:32.625rem;display:block; }
#KdNFJQzDUp2MVh1XAV77HymUQTHTtXvW { position:absolute;display:block;z-index:15029;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.875rem;top:36.5rem;left:65.1875rem;display:block; }
#PFu4F4JN1qQl4XyTLKGC6pwida0qy9Mw { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.6860625rem;width:33.75rem;top:60.625rem;left:21.375rem;overflow:hidden;display:block; }
#llxsFLhNl3dkkCRixbTUlL5kQgxKV8Fd { box-sizing:content-box;height:9.2486875rem;width:21.5625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:88.8125rem;left:44.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#GavJtxdLQGZJpWITAfGGZNwP5tc5X9la { color:rgba(var(--color-tertiary-1),1);display:block;width:16.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:71.0625rem;left:50.8125rem;height:6.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w8EzVGTROPhTT63qtVHqzOtU90aZ29OQ { position:absolute;display:block;z-index:15146;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:59rem;left:27.5rem;overflow:hidden;display:block; }
#BNHweDgkQa61TTKpSUkv4gJ61xHddTtE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.748875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15147;line-height:1.2;letter-spacing:0;top:62.1875rem;left:12.9375rem;height:4.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bprz3tcOaVRvbMQ1b2T3rpw5P0xA4Q2Z { box-sizing:content-box;height:8.062125rem;width:19.74975rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-3),1);background-image:none;top:60.4375rem;left:11.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#bXMg18XekJIZJTq7RKQTZtMbethC5oAc { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:67.6875rem;left:47.0625rem;overflow:hidden;display:block; }
#HClN4qwmCPKfalKxw5cKfHNOlEQ0Gode { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15149;line-height:1.2;letter-spacing:0;top:79.25rem;left:13.0625rem;height:6.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x89PPW61Kp0RhplFG45Jck6VBn57ddMb { box-sizing:content-box;height:9.43725rem;width:19.937125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:77.6875rem;left:10.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#Q5TCZJfvtXmNTLnxa7gQ0IxZTor5bidu { position:absolute;display:block;z-index:15150;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:85.4375rem;left:23.1875rem;overflow:hidden;display:block; }
#m74XAHO0SeAtUQrfK5BNwEx4yOQESnrd { box-sizing:content-box;height:9.187rem;width:20.874625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:69.5625rem;left:48.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#w6ZugEc2VEFO20oZ7mGF0i3trHAixshA { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:91.25rem;left:46.75rem;height:4.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IcdPEmGuee7o6bZFbkJveGSsVF1rwi3A { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:86.6875rem;left:61.125rem;overflow:hidden;display:block; }
#GC5KxTQRXSLwLIaceyUNiG541367Milm { position:absolute;display:block;z-index:15027;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-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:31.6875rem;top:30.875rem;left:32.625rem;display:none; }
#TdaXoKJu4VXMQdH7d6vNaOwV9oNCnvqo { position:absolute;display:block;z-index:15028;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-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:32.8125rem;top:38.625rem;left:32.625rem;display:none; }
#lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC > .row .container { background-color: transparent; background-image: none; }#lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC > .row .container > .video-iframe-container { display: none; }#lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC > .row > .video-iframe-container { display: none; }#lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC > .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); }#lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC > .row .container { border-width: 0; border-radius: 0; }#lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC > .row .container { font-size:0.875rem;font-family:arial;height:112.0625rem;width:75rem;position:relative;display:block; }#XnrfmXup4gTxkhp29QUnbIT5quqrwrUM { position:absolute;display:block;z-index:15028;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:35.75rem;top:9.875rem;left:5.0625rem;display:block; }
#PBkC4vlC6ZHsn3qkWHxssTLCVd3r9rXP { position:absolute;display:block;z-index:15052;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:12.25rem;left:62.5625rem;display:none; }
#WZvMkGS7XDsaGWVJnuhCdFryUkb6i31E { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:71.3125rem;left:36.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rgoVULe19fX2WDoN2oqPGmx7bUDAf2cy { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:16.3125rem;left:21.061718940735rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dbsRNFqBHtxp9bXVJDizpXW4oTMGQw4X { color:rgba(var(--color-tertiary-3),1);display:block;width:63.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:6.5625rem;left:5.5rem;height:6.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IVLho63OZLaeJfDB3XfLiCu23Ozqq97X { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15163;line-height:1.2;letter-spacing:0;top:24.6875rem;left:25.5rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hhk3yBSPPwvOUIVvhiw6lMHdnstrnGGz { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:27.1875rem;left:25.5rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m97ZxJrZk7Bs6822lFRpVCtcuWCX3uIx { box-sizing:content-box;height:12.125rem;width:46.875rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22.187500476837rem;left:22.000000953674rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EI6TOxqrsQBAlWTWTTXsJTNxzGzCQuxk { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15136;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.1875rem;left:6.125rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#tAr6dMKuWlWsFuNdfUdzmepTRs7VSfVf { position:absolute;display:block;z-index:15165;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.4375rem;width:2.5rem;top:41.630469799042rem;left:65.737504005431rem;overflow:hidden;display:block; }
#XNN2gT9dATR4vwzimGpage04k0xGeLrN { position:absolute;display:block;z-index:15139;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.4375rem;width:2.4375rem;top:56.5rem;left:7.4375rem;overflow:hidden;display:block; }
#eikbF7Kbvc4FVq5JTZp9dyV2dPtRTpma { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15138;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:40.875rem;left:65.125rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#DRyRHglEbmdD8MRlXScngcRnL2R2ktg7 { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:55.75rem;left:6.625rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#ZxHfH8JbDRLr8ha9TsLiTlIODZtyWiND { box-sizing:content-box;height:3.75rem;width:3.75rem;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:15154;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:75.125rem;left:64.8125rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#DpqOIThSeASgiJx53sWxtm1veEq1HO0A { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:75.9375rem;left:65.625rem;overflow:hidden;display:block; }
#eqchBHdsCFgTSsIrO02g1NxEIW1taiVZ { box-sizing:content-box;height:28.4375rem;width:51.1875rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:91.125rem;left:11.875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#V2ARk1QUMTSf1Kl8uTxAiBTPvqSPdi39 { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:92.8125rem;left:33.0625rem;overflow:hidden;display:block; }
#TbzAIWOkBSILaTifZVTHc5F4Zi57JPor { position:absolute;display:block;z-index:15028;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:35.75rem;top:9.875rem;left:5.0625rem;display:none; }
#diNzq7goxc9ZGSIKm0EoB3o1JCzlOnKF { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:86.75rem;left:58.849999427796rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hRfoXHl4FZxvl6al0fG1fEm8WRxm97bH { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15094;line-height:1.2;letter-spacing:0;top:88.125rem;left:58.849999427796rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qTwcxTZl11zf1DBVm4yZOQNWbWuTVypo { position:absolute;display:block;z-index:15161;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.375rem;width:1.375rem;top:89.75rem;left:93.662501335144rem;overflow:hidden;display:none; }
#ha6p1TGsSSvw0EnT7qEurEeA4KyiGF2i { position:absolute;display:block;z-index:15160;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.375rem;width:1.375rem;top:89.75rem;left:93.662501335144rem;overflow:hidden;display:block; }
#zw9hAtvihxc3THV04eN9z5rXPtGayipV { position:absolute;display:block;z-index:15159;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.375rem;width:1.375rem;top:89.75rem;left:93.662501335144rem;overflow:hidden;display:block; }
#Aq6kiMaqz5eT5WoFhOngefRnvc6PeIZi { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15123;line-height:1.2;letter-spacing:0;top:79.375rem;left:48.224999427796rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WhU2fKKw8N8HFoczE3nI1M949WRTkoMt { position:absolute;display:block;z-index:15122;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-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:17.9375rem;top:82.25rem;left:77.100001335144rem;display:none; }
#AxJizNzn2uagu5RlNQnkS9nyw54zIi3k { position:absolute;display:block;z-index:15158;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.375rem;width:1.375rem;top:89.75rem;left:93.662501335144rem;overflow:hidden;display:block; }
#KgmLRkiwKOR0huvdzC3hFL0TWVo5qT6U { position:absolute;display:block;z-index:15157;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.375rem;width:1.375rem;top:89.75rem;left:92.912501335144rem;overflow:hidden;display:none; }
#qxQvwkHoDb3d8Whuk7ycMVJ9QRfrfyl2 { position:absolute;display:block;z-index:15121;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-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:24.0625rem;top:79.3125rem;left:70.974999427794rem;display:none; }
#ZOkE7aROzsoJV4B4WctZhXGyukbvS1Qk { position:absolute;display:block;z-index:15156;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.375rem;width:1.375rem;top:105.6875rem;left:19.75rem;overflow:hidden;display:none; }
#e6XZNEBuFlQqkM2mokqvf8V6AO60hEy7 { position:absolute;display:block;z-index:15155;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.375rem;width:1.375rem;top:105.6875rem;left:18.375rem;overflow:hidden;display:none; }
#gCUaxuL2ZPM5NqelBqMVl0XG1zKn1C0w { position:absolute;display:block;z-index:15154;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.375rem;width:1.375rem;top:105.6875rem;left:17rem;overflow:hidden;display:none; }
#gEBrRKK94RzVb5u6X7QKInUhrzdtT4vg { position:absolute;display:block;z-index:15153;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.375rem;width:1.375rem;top:105.6875rem;left:15.6875rem;overflow:hidden;display:none; }
#quJVCnT76EPlTosXhSnewC1Wy3c2OUeu { position:absolute;display:block;z-index:15152;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.375rem;width:1.375rem;top:105.6875rem;left:14.3125rem;overflow:hidden;display:none; }
#h2WzZDxuJ2EaW576RyoUH3KzIhJyxzan { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:103.75rem;left:15.75rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARNdHgGxX7Ok3F6ks3KZJ2V6kThiWC4b { position:absolute;display:block;z-index:15162;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:28rem;top:24.0625rem;left:25.062500953674rem;display:block; }
#TM7rwtSTPxMTRQGLN6iTFoovronNNR5c { position:absolute;display:block;z-index:15027;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.375rem;width:12.25rem;top:27.875rem;left:9.8125rem;overflow:hidden;display:block; }
#oO2I8XOe4IrwJcR8cUVRE0K6BSNGFh33 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:12.25rem;top:42.6875rem;left:53.0625rem;overflow:hidden;display:block; }
#TGrbKNMMywCGOBNmFw0mTZvLQwNliWUw { box-sizing:content-box;height:14.9375rem;width:46.875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:36.874999523163rem;left:6.0617189407349rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#thKIVe5qDL7X8HD7X3XCJiQfBu3JtSZI { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:44.061721324921rem;left:9.249218940735rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#q9CDZtlvTVysKk89WQXnPX0VCcSBLpFJ { position:absolute;display:block;z-index:15166;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:38.1875rem;top:38.75rem;left:9.124218940735rem;display:block; }
#NILo9nUI5XanoBVpUzRq8TCynyTUxn54 { color:rgba(var(--color-tertiary-4),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15167;line-height:1.2;letter-spacing:0;top:39.375rem;left:9.5624990463256rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ddF1iCZJtz9Ns8DNod0hoaLcNCHOxPO3 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:12.25rem;top:57.4375rem;left:10.1875rem;overflow:hidden;display:block; }
#FOI3viAIyX3X8K7TmGNmHNUz0ZnDfemx { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:60.8125rem;left:24.625rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HhQHJOacW1UcuecFD73z3dg0Q872w9To { box-sizing:content-box;height:14.875rem;width:46.875rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.8125rem;left:21.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xTOdmX6DA97VX53A0FNBc2vw7Q4kNMh7 { position:absolute;display:block;z-index:15166;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:36.625rem;top:55.6875rem;left:24.5625rem;display:block; }
#o223K9Kz3UxB5xyEN8Lo3vrnBCaOv97b { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15176;line-height:1.2;letter-spacing:0;top:56.3125rem;left:25rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DRODpqTWwa4A2oatEdyDqQ4Ey3OEdxVX { position:absolute;display:block;z-index:15036;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.375rem;width:12.25rem;top:76.8125rem;left:53.1875rem;overflow:hidden;display:block; }
#uKQ5UDi1EoS7ltKNWK5pR7DyJiN6zmKL { box-sizing:content-box;height:11.75rem;width:46.875rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:71.25rem;left:6.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uPDkEIgAQo1xrvZQ2DRpeCzJrqbu1oJy { position:absolute;display:block;z-index:15174;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:33.125rem;top:73.125rem;left:9.4375rem;display:block; }
#hHT7Pf1Ni4N6CZAgzpSyhF0LesqPCq9s { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15175;line-height:1.2;letter-spacing:0;top:73.75rem;left:9.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nEbhL86vpRqXcxCQaqrF5Th0PyUUA0p6 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:76.25rem;left:9.875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#diAUeVhHfQqLqADy3WonHJxTatLXaTuu { position:absolute;display:block;z-index:15111;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-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:36.3125rem;top:107.3125rem;left:15.6875rem;display:block; }
#nD0QpHWoZBJflr7Wtr84tlUQqBISGDXd { position:absolute;display:block;z-index:15112;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:19.625rem;top:105.5rem;left:39.375rem;display:block; }
#xliIPAHgHQ0VaogtUNgFKfiRiy5n13v0 { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.9375rem;top:40.874221801757rem;left:9.249218940735rem;display:block; }
#GbZznusNlJVKUQFa9IPuSx5N3UTxziLW { position:absolute;display:block;z-index:15167;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:11.5625rem;top:57.8125rem;left:24.625rem;display:block; }
#CJgdA29Zzsm7ZuMFEnLBmKGwXFN6ZPXR { position:absolute;display:block;z-index:15152;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.0625rem;top:27.187499523163rem;left:7.0679693222044rem;overflow:hidden;display:block; }
#rKT3kVfZPTH5InWZud2e8eLWonr4vdUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#rKT3kVfZPTH5InWZud2e8eLWonr4vdUc > .row .container { background-color: transparent; background-image: none; }#rKT3kVfZPTH5InWZud2e8eLWonr4vdUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKT3kVfZPTH5InWZud2e8eLWonr4vdUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKT3kVfZPTH5InWZud2e8eLWonr4vdUc > .row .container > .video-iframe-container { display: none; }#rKT3kVfZPTH5InWZud2e8eLWonr4vdUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKT3kVfZPTH5InWZud2e8eLWonr4vdUc > .row > .video-iframe-container { display: none; }#rKT3kVfZPTH5InWZud2e8eLWonr4vdUc > .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); }#rKT3kVfZPTH5InWZud2e8eLWonr4vdUc > .row .container { border-width: 0; border-radius: 0; }#rKT3kVfZPTH5InWZud2e8eLWonr4vdUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKT3kVfZPTH5InWZud2e8eLWonr4vdUc > .row .container { font-size:0.875rem;font-family:arial;height:74.9375rem;width:75rem;position:relative;display:block; }#GS4tmsOwea7KPhs602VJWy1L8VDeXgqV { color:rgba(var(--color-tertiary-3),1);display:block;width:46.1859375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:13.5625rem;left:15.0625rem;height:2.625125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yTfqaIKKi4Aaw7l97elT5VZeaCd1i4OW { box-sizing:content-box;height:20.875rem;width:23.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.4375rem;left:51.3125rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#tWfNNttiDxmNplwEOGBKKK9w74qniU1S { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15072;line-height:1.2;letter-spacing:0;top:50.9375rem;left:53.9375rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#raBp7MyxhRDgKn8l5pwL0zIT5vopoTrM { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:62.125rem;left:53.375rem;overflow:hidden;display:block; }
#x7NdHap1h7inBBgmKlTWC0dN1xOuweDz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.2;letter-spacing:0;top:63.3125rem;left:58.8125rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T6b8BGIvV9As3zn3BLptGRohP7qN3csz { box-sizing:content-box;height:23.75rem;width:23.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.0625rem;left:25.625rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#O0bl2rZMqJV8VDKletJRbUONeBh2Cu3b { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15081;line-height:1.2;letter-spacing:0;top:24.5625rem;left:28.125rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HX3tmITkZBBniHE4kUV4rIR0BsVGy3IJ { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.5625rem;top:60.3125rem;left:58.25rem;display:block; }
#bOfF8tUr9NsWAxmSDOGxz9vUIpJitaFo { position:absolute;display:block;z-index:15025;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:18.6875rem;top:55.625rem;left:53.9375rem;display:block; }
#Urt7fOkgzXtZzknBQdiyExyG5XlMUxfT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15083;line-height:1.2;letter-spacing:0;top:39.3125rem;left:32.125rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IBcBl1lbVX1FXmox2W9k1QRAtlgrmeyB { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.4375rem;top:45.9375rem;left:53.9375rem;overflow:hidden;display:block; }
#NsyDRDIhwiOQHZkBnMC6DOmuvzq4OPif { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.4375rem;top:19.5625rem;left:28.125rem;overflow:hidden;display:block; }
#pm1Jr57wk57Iu5DNNLAGRUyn6fpSP1TJ { position:absolute;display:block;z-index:15024;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:7.75rem;top:26.1875rem;left:38.125rem;display:block; }
#RpEsWCxTOVTFKupAWhfz2dRthIrw9Rg1 { position:absolute;display:block;z-index:15025;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:3rem;top:27.75rem;left:28.1875rem;display:block; }
#D1iTNFSghGJUkU4xpkUkQywhPTeqaGZh { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:9.9375rem;top:33.75rem;left:37.1875rem;display:block; }
#rMUCimao7qP1TdqPmzcnlGbKTfW98Os0 { position:absolute;display:block;z-index:15027;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:5.4375rem;top:35.4375rem;left:28.125rem;display:block; }
#VSXZoMrHgtlMNZTpSP1D0uCdA1f7e1d5 { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.875rem;top:38rem;left:27.25rem;overflow:hidden;display:block; }
#VPWA7T39nkycHwJVy50vO9Ny0LWd3ccd { box-sizing:content-box;height:23.75rem;width:23.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.125rem;left:51.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#fFvipSN9hZr08ZEvOAlTWK8B3DlA6VIV { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15090;line-height:1.2;letter-spacing:0;top:24.625rem;left:53.5rem;height:12.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oMrDJRTKOeDFIl74RaI2lX2wwwoQkOyG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;top:39.3125rem;left:57.625rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dnDq3HvtfG12r5UqEbGzoHnVEAR8dnZJ { position:absolute;display:block;z-index:15035;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:5.0625rem;top:33.1875rem;left:65.25rem;display:block; }
#FyNF2qMMep9KKsQvQVOUCLTpW7LyAJKX { position:absolute;display:block;z-index:15036;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:19.5625rem;top:34.75rem;left:53.6875rem;display:block; }
#eKNpMlxlqJhu8ud1HL6vyFdCaHLl3c4M { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.875rem;top:38.0625rem;left:52.8125rem;overflow:hidden;display:block; }
#RuJ6XSJto54mEGLtc1akwqGA7PSAzAUK { position:absolute;display:block;z-index:15126;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.4375rem;top:19.625rem;left:53.6875rem;overflow:hidden;display:block; }
#T3tskyBvGbMwmW3bovqt4ythCTbqr2bX { position:absolute;display:block;z-index:15035;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:5.375rem;top:36rem;left:53.6875rem;display:block; }
#AREHZcD0P1AI2ziN5mTO1stybiKyMIs0 { box-sizing:content-box;height:20.6875rem;width:23rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.5rem;left:0.375rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ENgpiMCfypDnr6Z4cQbov17GEtxiRyIE { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.4375rem;top:46.0625rem;left:2.8125rem;overflow:hidden;display:block; }
#FnSoyPfKr0FtMBZnyl6KHoxiBiV6o3Oa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:51.6875rem;left:2.8125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fpKTbnIPX3KA6Xc67DhdvZ27lJEELbOm { position:absolute;display:block;z-index:15032;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:14.0625rem;top:56.5625rem;left:5.4375rem;display:block; }
#gXITKvS6PcNNNFReTQgtAyMaSy5T8kMt { position:absolute;display:block;z-index:15030;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.5625rem;top:58.0625rem;left:2.8125rem;display:block; }
#qLhBVZQopG31mobfAGN314Gre2w0WvwT { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.8125rem;top:60.4375rem;left:1.625rem;overflow:hidden;display:block; }
#rdsKHTVPCT5Vu0mcvxuAqbm5m9nEqJSh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15081;line-height:1.2;letter-spacing:0;top:61.5625rem;left:7.4375rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETlUZMitaLos8P4kJ2W2KFc1Mx0lGUmg { box-sizing:content-box;height:20.75rem;width:23.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.625rem;left:25.75rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#XPbw4IrcercXKJDOLwJUfVhG009QOpki { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15086;line-height:1.2;letter-spacing:0;top:53.375rem;left:28.6875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnxrTFrMGzSavsgSNhByAhxiph4WNZ3X { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.2;letter-spacing:0;top:62.3125rem;left:33.6875rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7TrcziiNGpZA5gC4em2Skpu9g6tXAAL { position:absolute;display:block;z-index:15037;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:7.0625rem;top:58rem;left:37.1875rem;display:block; }
#wm0rmNtaHzO5aQelknUvqE46qo67lMR6 { position:absolute;display:block;z-index:15120;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:60.5rem;left:27.8125rem;overflow:hidden;display:block; }
#e2vwUqIOOv9lJfgmJIQWQDTSZTm8tPUy { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.4375rem;top:46.1875rem;left:28.4375rem;overflow:hidden;display:block; }
#y6IdL3Dt0W1XNZlwvod7tr9TiShlzTgg { box-sizing:content-box;height:23.75rem;width:23rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.125rem;left:0.375rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#PvcG0EfmNZa0RSMJTFJeXJGhCrov8bt6 { position:absolute;display:block;z-index:15120;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:37.5rem;left:1.9375rem;overflow:hidden;display:block; }
#b7gXJXhiq6OHhAlCROzwDqgpIQOtzg0b { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.2;letter-spacing:0;top:38.875rem;left:7.4375rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JVHZK9v38aEGyP923GQ0xaf7EQ1miCfy { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15086;line-height:1.2;letter-spacing:0;top:25.0625rem;left:2.8125rem;height:9.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xnbvaIfiRbqGNRkSsJBcaR5MJ2KC8Nuw { position:absolute;display:block;z-index:15037;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-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:12.125rem;top:34.9375rem;left:2.8125rem;display:block; }
#QLeiuV0tgrUVeXNZRbCK4lJBZH2euJa7 { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.4375rem;top:19.6875rem;left:2.8125rem;overflow:hidden;display:block; }
#dT0tmUd9S6MW4T8qzXnGGMUXJLg4sRuI { position:absolute;display:block;z-index:15038;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:7.625rem;left:9.78125rem;display:none; }
#gUwImOuDJu4sXymKX8eBVK2bd9co9Tvl { position:absolute;display:block;z-index:15039;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:9.9375rem;left:9.9375rem;display:none; }
#ibJEWd9Htwz2WpqMKLJRbT1XgSOow4EB { position:absolute;display:block;z-index:15040;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:11.8125rem;left:9.9375rem;display:none; }
#EgtDyb2viffRHIGparXu05kwQp0O0fxI { position:absolute;display:block;z-index:15041;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:7.5625rem;left:5.65625rem;display:none; }
#rZTkSeEAyHKu47crBXxPE9umX6ptMPmQ { position:absolute;display:block;z-index:15042;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:8.0625rem;left:26.4375rem;display:none; }
#dS14UF99J64NM2lxZTGXOOi82afPJE3E { position:absolute;display:block;z-index:15045;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:8rem;left:22.3125rem;display:none; }
#x5MiuTgNPhmiJABOnPXwNTh1Dp3O6zJu { position:absolute;display:block;z-index:15043;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:10.375rem;left:26.5625rem;display:none; }
#KfVGZfpAinoNiboq0bsuXT82AadwL4yq { position:absolute;display:block;z-index:15046;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:8.0625rem;left:45.3125rem;display:none; }
#Oy9Dqb8L8pozEWX1FUkiuNHXKhKK5TZG { position:absolute;display:block;z-index:15049;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:8rem;left:41.1875rem;display:none; }
#XOLsIka67oQu1uUdbeE9fg4xz83JWB2N { position:absolute;display:block;z-index:15047;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:10.375rem;left:45.4375rem;display:none; }
#OIVbKrXy68zsODriGBLGxnePtLozi4Kv { position:absolute;display:block;z-index:15050;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:8.0625rem;left:62.4375rem;display:none; }
#FP03T25eutqOno0kTrRKKuh2zHVVzXyf { position:absolute;display:block;z-index:15053;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:8rem;left:58.3125rem;display:none; }
#uU4iUOpO6tbKKT0TgEVT3JnQqzS2dXFZ { position:absolute;display:block;z-index:15051;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:10.375rem;left:62.5625rem;display:none; }
#BLkiOng2ByyNvtOZJ7HuQARr2HdJrFwX { position:absolute;display:block;z-index:15052;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:11.0625rem;top:12.25rem;left:62.5625rem;display:none; }
#bERhmgACS0mTTPAFABZE9LLHAbOnaDyy { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:71.3125rem;left:36.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S2pDFo0wnpMrktk6wxfR0hxuxzoZyoLA { box-sizing:content-box;height:5.0625rem;width:5.0625rem;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:15132;background-color:rgba(var(--color-primary-3),1);background-image:none;top:63.4375rem;left:64.4375rem;display:none; }
#cTncUh49tq8QXHtVEwCIymk20uV1bqXu { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15083;line-height:1.2;letter-spacing:0;top:1.125rem;left:19.8125rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gu5XdGJ7HD3LVLwZUM2wuC7mTwrySVxO { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.2;letter-spacing:0;top:2.5rem;left:19.8125rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qI2ZpsJUcxik2ZP0STsTFgZONOaBe95Q { position:absolute;display:block;z-index:15151;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.375rem;width:1.375rem;top:4.125rem;left:40rem;overflow:hidden;display:block; }
#l6cSdVNw7AymfOhsUxETepKxrNqzThUX { position:absolute;display:block;z-index:15150;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.375rem;width:1.375rem;top:4.125rem;left:38.625rem;overflow:hidden;display:block; }
#POkwwCzyt6F1ud8WPh68PylxXCaU5HDb { position:absolute;display:block;z-index:15149;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.375rem;width:1.375rem;top:4.125rem;left:37.25rem;overflow:hidden;display:block; }
#Nnre4gze622HKsGtlfzU5bQoTkqCiE3Z { position:absolute;display:block;z-index:15148;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.375rem;width:1.375rem;top:4.125rem;left:35.9375rem;overflow:hidden;display:block; }
#UTXMw2iT2hGsXeCJBDvnhbeGoZvy7DFV { position:absolute;display:block;z-index:15147;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.375rem;width:1.375rem;top:4.125rem;left:34.5625rem;overflow:hidden;display:block; }
#rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT { 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; }#rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT > .row .container { background-color: transparent; background-image: none; }#rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT > .row .container > .video-iframe-container { display: none; }#rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT > .row > .video-iframe-container { display: none; }#rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT > .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); }#rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT > .row .container { border-width: 0; border-radius: 0; }#rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT > .row .container { font-size:0.875rem;font-family:arial;height:80.5rem;width:75rem;position:relative;display:block; }#S4rwLytS4D95Edk2Wf1pJlQr8GKQvLqf { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.18696875rem;width:4.1867875rem;top:46.6875rem;left:51.40625rem;overflow:hidden;display:none; }
#u5UskDHaTNKSBJfKnzJ5tAZLHsb1US7d { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:7.375rem;left:39.125rem;height:15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gfpGEBPa1TRAGvqWX96uFPiED6KOEqcO { position:absolute;display:block;z-index:15090;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.4375rem;width:8.625rem;top:3.9375019073486rem;left:39.125000953674rem;overflow:hidden;display:block; }
#meKqrVXyvQvGfCbWTnP2gFHC7oemLsrg { position:absolute;display:block;z-index:15029;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:30rem;top:12.5rem;left:39.125rem;display:block; }
#HptJ0Kz81alknUnrXw678wnswoH946Lm { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:24.629688642919rem;left:39.125000953674rem;height:12.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B02TqC4lDirdpeSufSuoqJxLi5ax0aZ5 { box-sizing:content-box;height:12.375rem;width:35.6875rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:38.5625rem;left:39.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.27) ;display:block; }
#nzTlJ5viGV1cRCPbCOVVPIqPwxXCcynG { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:40.5625rem;left:44.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uVVuwdMfeWhQrK6nNoXvFN1SoJM64WJA { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:44.1875rem;left:44.5rem;height:4.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ftoPKQOtmcRflv6Kr9K5Cm7CEDkR9RWk { box-sizing:content-box;height:10.8125rem;width:35.75rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:52.625rem;left:39.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.27) ;display:block; }
#vqlpeSSvMuP5zDdUdsnfBul1Hbs7Cfym { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:54.75rem;left:44.500000953674rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IGRgn8sV181c2NSsfkA6ZigdTaG9J52c { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:56.75rem;left:44.5rem;height:4.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kUOKERZyqsMb0fAKpVBdEXVSEJmwzn0P { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:70.187500953675rem;left:39.093750953674rem;display:none; }
#TULRUttOyIm4ptqaHNXybPTMMJWsFaLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x9T0cN73u6FrAGPgaSVr06UTw5LLfDhv { position:absolute;display:block;z-index:15119;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.125rem;width:3.125rem;top:40.5625rem;left:40.8125rem;overflow:hidden;display:block; }
#hFOxkLEx71uUb4N2QgZoypibHdS4LVzm { position:absolute;display:block;z-index:15120;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.125rem;width:3.125rem;top:54.75rem;left:40.8125rem;overflow:hidden;display:block; }
#I88NeA0M2TAfgMrSeBDaFT46t8K0v91i { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:4.5rem;left:65.625rem;overflow:hidden;display:block; }
#gsa0hPAo9f56wdVBELHAQ02vdzo5xq4v { position:absolute;display:block;z-index:15124;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:46.3125rem;width:39.0625rem;top:18.560791015625rem;left:0rem;overflow:hidden;display:block; }
#m06ryPWhiCC7X3DbAwpMNzT15tzFtaz9 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.4375rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:68.75rem;left:20.75rem;display:block; }
#WRCEWDagOmFawbpunVfBxIKO2cQ2R5Wk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTScn0zwXOlakLP2UoFLArdgGB0Ua18l { 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:4.6875rem;width:4.12421875rem;top:66.187500953675rem;left:56.562500953674rem;overflow:hidden;display:block; }
#X1tpDdTgZkrhaTkqKvnKrhImyQ1zptOQ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:73.75rem;left:26.5625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpCmSEnWQPbhXQwAQHubmDeN4sPxKTgM { box-sizing:content-box;height:1.4375rem;width:8.4375rem;position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.192187786103rem;left:15.099999427796rem;display:block; }
#oKPb6fAQ8glNFrbOLpiLHRSoBXSZMASK { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15127;line-height:1.2;letter-spacing:0;top:23.004687786103rem;left:16.224999427796rem;height:1.35rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N09LxD6wGM9DcwFxsrUTxmyvzE5PxApi { box-sizing:content-box;height:1.75rem;width:13.9375rem;position:absolute;display:block;z-index:15127;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.304687976837rem;left:16.224999427796rem;display:block; }
#thOWzTgX31LxiDBp3dUfox7BCX5Dm3Ea { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15128;line-height:1.2;letter-spacing:0;top:21.704687833786rem;left:16.224999427796rem;height:1.35rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 > .row .container { background-color: transparent; background-image: none; }#OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 > .row .container > .video-iframe-container { display: none; }#OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 > .row > .video-iframe-container { display: none; }#OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 > .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); }#OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 > .row .container { border-width: 0; border-radius: 0; }#OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 > .row .container { font-size:0.875rem;font-family:arial;height:341.125rem;width:75rem;position:relative;display:block; }#QEKpt7T9TqZCMekBNhQoXeL1TAX6KZ0E { box-sizing:content-box;height:21.125rem;width:68.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),1);background-image:none;top:27.4375rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#hhAqq1bIylwzhRVVActLcwLsfyOcuMTa { box-sizing:content-box;height:24.375rem;width:68.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:50.6875rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#rMOf0LULOlD5ZHLudTE0CbNTN1y6k79A { box-sizing:content-box;height:20.125rem;width:68.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:77.5rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#i3CUtlMWCJOvpeH30kxuWLeOkp9tEWRN { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:78.375rem;left:33.5625rem;overflow:hidden;display:block; }
#KLJU371pBGA0gkg0OmPaZBe4H66XOby0 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:92rem;left:19.375rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I4vmAd7LKsKbPlC23JdMeI6c7Vhn3nXX { color:rgba(var(--color-tertiary-0),1);display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:86.875rem;left:13.842968940735rem;height:4.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qlpnTB3pJ7a1VoH3ehzpqpvWqQaCeETb { box-sizing:content-box;height:21.125rem;width:68.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:99.4375rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#DwsWgxPs1Xp6Si7bQif8denIH6HmLarI { box-sizing:content-box;height:29.3125rem;width:68.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:122.75rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#XTLqZIOVUktZp8Ha1WIQ6Z7C8FA830Tp { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:8.125rem;left:17.4375rem;height:5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rAu3bJCxwVmw1THt818kp0X8CHQoMzQN { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:14.1875rem;left:22.8125rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XXCFBk5yMcn8IBPEyX3QlNSnpPdfnMFO { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9rem;top:4.1875rem;left:32.4375rem;overflow:hidden;display:block; }
#stpPKoVNw1SDEeX51r2SdOGumzt2REee { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:34.25rem;left:6.9375rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dqiG2GVQzEDsiPZmENgmD5qMpNQBEJIv { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:31.5625rem;left:6.9375rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ElCqoo5DFlCBWiLWqEfoA7Ta1MvPEwpe { position:absolute;display:block;z-index:15097;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:3.375rem;top:29.375rem;left:6.9375rem;overflow:hidden;display:block; }
#wxB1uv9dpAoMsAUcwaD9K9TxXnHPT5zn { position:absolute;display:block;z-index:15100;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:3.375rem;top:53.3125rem;left:35.25rem;overflow:hidden;display:block; }
#DGlJ1kl2gmT8sncRA3akGpWmoJeoq5E9 { position:absolute;display:block;z-index:15103;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:3.375rem;top:102.0625rem;left:6.9375rem;overflow:hidden;display:block; }
#GHMmCCvFidvDIqX3PwH752eNmQczVmW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:104.25rem;left:6.9375rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qcP2NtDo1tLgv7XTzSZyqOni1fNGkqXm { position:absolute;display:block;z-index:15103;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:3.375rem;top:126.25rem;left:38.6875rem;overflow:hidden;display:block; }
#yoXSVmMlKb834sPaAmU7a6f2leHXeGA3 { position:absolute;display:block;z-index:15106;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:3.375rem;top:198.9375rem;left:6.6875rem;overflow:hidden;display:block; }
#bVyBxOVFPf4F4CnSNx43bwlnhF5MX9HJ { position:absolute;display:block;z-index:15106;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:3.375rem;top:227.5625rem;left:35.125rem;overflow:hidden;display:block; }
#pTguT8LXbNUwrd1T8yrEc8yZJoBHLgUf { color:rgba(var(--color-tertiary-3),1);display:block;width:8.4375rem;position:absolute;font-family:"vintage moon";font-size:2.75rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:10.625rem;left:45.125rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZAdT4FpyXpwG6coK4nRUVzDDmiZQpczz { position:absolute;display:block;z-index:15030;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-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:29.8125rem;top:22.3125rem;left:22.625rem;display:block; }
#o6iZDKbCQRHOcMweUkE9QWo6sDa5L4Z2 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:22.75rem;left:22.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJVeinzmI5lwp6OgeypOofIaeVhtkb5m { position:absolute;display:block;z-index:15032;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:42.5rem;left:6.8125rem;display:block; }
#nbkUnzTzRTNVfIT7g90gTUv2A2BpQusS { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:29.4625rem;left:47.105468177796rem;overflow:hidden;display:block; }
#oTKm8SiJgOrVru8LRtElL7WM0SITWfWt { position:absolute;display:block;z-index:15136;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.6875rem;top:30.237500190735rem;left:52.800000190735rem;overflow:hidden;display:block; }
#qsgylcgl51wB0eoLr6qFA0h39xn1TBSV { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:55.9375rem;left:35.375rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JNN1LZ9tqLmuIXKizOcOhhVgRgRGMuoe { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:58.5625rem;left:35.375rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZtgMT8tUagpCuoT921mIOeJRKvmXJE82 { position:absolute;display:block;z-index:15035;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:66.8125rem;left:35.25rem;display:block; }
#ZcPQbzbTeWNVs9B2PC7pdOu8n1SfVZ8k { position:absolute;display:block;z-index:15137;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:14.875rem;width:27.125rem;top:57rem;left:6.5rem;overflow:hidden;display:block; }
#kMhehh1Ddyy1hgHcWenhcdz1e2gIHobe { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:5.625rem;top:66.8125rem;left:5.1875rem;overflow:hidden;display:block; }
#zQmH5yhdkFFJXk2nTG4Du1GpT207c6zg { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:107.05003547669rem;left:6.926562309265rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PnTPGwixNZBdSVLuNHbanVtUWpJ8DnNt { position:absolute;display:block;z-index:15036;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:113.6875rem;left:6.9375rem;display:block; }
#T3CuWq25n5EnGg0XPRw4kGqHmL5KAvCf { position:absolute;display:block;z-index:15038;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:144.8125rem;left:38.625rem;display:block; }
#zvVVaKPyJWeSNk5Z4LUG6sg35pXnL129 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:131.625rem;left:38.75rem;height:17.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tV9Wu9L2UTv3hsCTWONbZWMtvMgL4Rv8 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:129rem;left:38.75rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e8who6TTdkDKTRDg9sC2diKEhrC3mHNl { position:absolute;display:block;z-index:15142;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.1875rem;width:18.5625rem;top:129.06249904633rem;left:12.061718940735rem;overflow:hidden;display:block; }
#VCMqy3JeTpZVt9PA0Tly8NyzqEzFauCr { box-sizing:content-box;height:29.3125rem;width:68.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:154.5625rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#dRbVAVu2zz5hBIDFE05qJSdXG5n4Buqb { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:163.25rem;left:7.3125rem;height:17.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#goWQoRUVrQGp2ROE9UcOH58lfBdaMmX8 { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:176.4375rem;left:7.1875rem;display:block; }
#Uh2yenKctTXel9de6Hx1iA9I2uUAaT5f { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:160.625rem;left:7.3125rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6fDePSVV67HquxO0rBmsnWkibnldS6e { position:absolute;display:block;z-index:15104;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:3.375rem;top:157.8125rem;left:7.5625rem;overflow:hidden;display:block; }
#t4IKpw7ad6J22XOok2Dgm6mLVwPH81Vv { position:absolute;display:block;z-index:15145;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:18.0625rem;top:162.00000667572rem;left:48.467968940735rem;overflow:hidden;display:block; }
#e1Sq8mPuFif0Q88euRKf7sEK9p8TVA4W { position:absolute;display:block;z-index:15034;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-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:29.8125rem;top:191.5rem;left:21.9375rem;display:block; }
#elwzeMiEnDhOiJbXzrPXtE7TcWfv5TUN { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:191.9375rem;left:22.25rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VIx1BVwrLiHRS6n4qRhF2tf7hgtrnC5G { box-sizing:content-box;height:25rem;width:68.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:197.125rem;left:2.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#MGsFITwHPIlRsl0yQhFrTDkyu68EtQxG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:201.25rem;left:6.6875rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TM0qOVmvDdNCggEzUo6QTUtyXdcOOVOx { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:204rem;left:6.6874990463256rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xWk2W9baBEl6C4t4BPUqgmuPTE1y24ak { position:absolute;display:block;z-index:15037;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:215.625rem;left:6.6875rem;display:block; }
#HI8JIrihTLFhbHK4nFuLTarpJN2OGLUE { position:absolute;display:block;z-index:15148;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:16.625rem;top:201.31250667572rem;left:48.480469703674rem;overflow:hidden;display:block; }
#w3taK9gyTGZCKMltlGeODFLg94WifCAv { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;top:229.75rem;left:35.125rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oAyS0TxQaXLfmcQxxybcsNluyVOfctK3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:232.375rem;left:35.125rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mkthlIrCT6dPz7MEpBImBavLTpZter8T { position:absolute;display:block;z-index:15040;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.4375rem;top:244rem;left:34.9375rem;display:block; }
#vAftQlWmtSSsXll9RmzHlhwwkidFZsoV { box-sizing:content-box;height:26.75rem;width:68.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;top:224.5rem;left:2.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#Xnrd32dPkC8Lswb13Pb1LvuOicamlhVX { position:absolute;display:block;z-index:15151;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:14.5rem;width:26.5625rem;top:230.67500591278rem;left:5.1875rem;overflow:hidden;display:block; }
#MWydiCkx9MFJgF1A8hx21PGitudJSiH6 { position:absolute;display:block;z-index:15152;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:228.25000667572rem;left:6.936718940735rem;overflow:hidden;display:block; }
#mp9wxbglxBSsnZWm9CVEJdXDwFP6MNEA { box-sizing:content-box;height:22.6875rem;width:68.25rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:253.5625rem;left:2.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#cE9FIGMg7qow9bRSA7KzTQeQaqu2AEII { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:255.48750019074rem;left:32.687500953674rem;overflow:hidden;display:block; }
#z5RTZfcIiNR97hrNpNIhV2WrcSsaQhmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:263.98750305176rem;left:12.092968940735rem;height:4.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfyrJXOmuzfDoK9RGUG6pnOCgu0HxQNm { position:absolute;display:block;z-index:15146;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.375rem;width:1.375rem;top:94.625rem;left:39.562500953674rem;overflow:hidden;display:block; }
#c44hVxQv6QqW3in6i07SFlC8MZiNurrD { position:absolute;display:block;z-index:15145;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.375rem;width:1.375rem;top:94.625rem;left:38.187500953674rem;overflow:hidden;display:block; }
#OhkOG7qtnyNb84wXOO92dWA11vgLS0XX { position:absolute;display:block;z-index:15144;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.375rem;width:1.375rem;top:94.625rem;left:36.812500953674rem;overflow:hidden;display:block; }
#vWq0kLV7DRVeK9ohIqhtfHS6sCOX9wOC { position:absolute;display:block;z-index:15143;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.375rem;width:1.375rem;top:94.625rem;left:35.500000953674rem;overflow:hidden;display:block; }
#ERBcuv02ymUi58SIXmvhTa65fsqIsfyC { position:absolute;display:block;z-index:15142;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.375rem;width:1.375rem;top:94.625rem;left:34.125000953674rem;overflow:hidden;display:block; }
#JWkqTmcDbuTcIuD0MbNFgDUCrzT2nngO { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:269.875rem;left:18.842968940735rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fONyUiTXyCMHZ7Qqe02EAC1S8ATv0L5k { position:absolute;display:block;z-index:15152;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.375rem;width:1.375rem;top:273.0625rem;left:39rem;overflow:hidden;display:block; }
#aLSFhNQRSrTUca9F1hwlwgFubeQ6H0Qu { position:absolute;display:block;z-index:15151;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.375rem;width:1.375rem;top:273.0625rem;left:37.625rem;overflow:hidden;display:block; }
#EPCWo5Q84sH9NzGwAXcOxF3g8BRO200x { position:absolute;display:block;z-index:15150;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.375rem;width:1.375rem;top:273.0625rem;left:36.25rem;overflow:hidden;display:block; }
#RCKuAwFfqbbCyUCObx3tliuJZE6HGCBX { position:absolute;display:block;z-index:15149;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.375rem;width:1.375rem;top:273.0625rem;left:34.9375rem;overflow:hidden;display:block; }
#FvPtBOGXztUxypbEiTIeDhJm4G55Gw4m { position:absolute;display:block;z-index:15148;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.375rem;width:1.375rem;top:273.0625rem;left:33.5625rem;overflow:hidden;display:block; }
#merEG8KwW9vM15ZFQ84szix6w7tBMR1x { box-sizing:content-box;height:26.0625rem;width:68.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;top:278.125rem;left:2.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#d5zQWxwi7oxzknKqpN1WM2X2NkfPrXbk { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:282.5625rem;left:6.5625rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bmSRytnl7VDrvMrRrpB3bqHSnI5kb2Hh { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:285.31169319153rem;left:6.686718940735rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N8IJSg2yNlBJlRvU7etzovTC389ddmK1 { position:absolute;display:block;z-index:15042;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.25rem;top:298.4375rem;left:6.6875rem;display:block; }
#CFtn9giukrhyekDVqLK9kubLN1LQAzF0 { box-sizing:content-box;height:1.375rem;width:3.4375rem;position:absolute;display:block;z-index:15153;background-color:transparent;background-image:none;top:280.349609375rem;left:6.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#gH21Wi7ztCde60staOLyNxW94ciCVyG9 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:280.6875rem;left:6.0625rem;height:0.825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eQ8uyCMr0ymri9pzSI5rZKUTS31rhDiU { position:absolute;display:block;z-index:15155;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),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: none;height:11.6875rem;width:20.875rem;top:286.80000686646rem;left:43.375000953674rem;overflow:hidden;display:block; }
#g2TTvXyzKOgwar2le5oi8zn0SsPUFNgC { box-sizing:content-box;height:28.375rem;width:68.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:306.375rem;left:2.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#yWdw2wfQnePzgseAhuCmJuSRPDnvhDq6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:314.25rem;left:36.5625rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ga7JtG8VSfF34JlLOhAZXXgDOx5KgrQm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:311.375rem;left:36.5625rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O4fws0SduwVKglPUIryF5gnXawiGGUD1 { position:absolute;display:block;z-index:15045;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.4375rem;top:327.4375rem;left:36.4375rem;display:block; }
#alo3ebHTtE2cSNF9z1Qt9FDzxVDk7yTl { box-sizing:content-box;height:1.375rem;width:3.4375rem;position:absolute;display:block;z-index:15155;background-color:transparent;background-image:none;top:309.1875rem;left:36.625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#s62OvTiKtDP5zMToHHVlu9CLfJndoddR { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15062;line-height:1.2;letter-spacing:0;top:309.5625rem;left:36.0625rem;height:0.825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#snULAuaVbIOm1DrtrTpowv85ol8qE4ge { position:absolute;display:block;z-index:15159;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:24.125rem;top:315.52500724792rem;left:3.1613111221645rem;overflow:hidden;display:block; }
#MIt5ylTKnrMsvbSGkfMQAqnXJyMDwV4i { position:absolute;display:block;z-index:15166;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:15.75rem;width:19.0625rem;top:312.93750667572rem;left:7.311718940735rem;overflow:hidden;display:block; }
#PETIT1S11KpEKSiubUsdpa5bnlvsqt7M { position:absolute;display:block;z-index:15167;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:3.1875rem;top:323.23750686646rem;left:24.174218177796rem;overflow:hidden;display:block; }
#r1wrh4NByRie4xJDaGHkd2ApdW8ef5kp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:34.25rem;left:6.9375rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iXdToUT8NF4lFwHIJxM0xLSg1wfJTIuH { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:58.5625rem;left:35.375rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ANI3qhXR94PTJdCIFdvCiDJ3ZMa11hPe { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:107.05003547669rem;left:6.926562309265rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Xi58Xhr1ZuW1ePUNsfxTZTt0LN7HaItI { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:131.625rem;left:38.75rem;height:17.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nE9Loz9HOW7G4x3WhOSqHBgbOfJ6QV46 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:163.25rem;left:7.3125rem;height:17.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QKdHp1UiIidTBT6A4Rce1xbKTsSgyEZK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:204rem;left:6.6874990463256rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QFRKfkmTvTuyt6QsttgeNnUPu23tIITe { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:232.375rem;left:35.125rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xqMa5XWoC3rP6TQqnRs4T6ewtfFfGrnT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:285.31169319153rem;left:6.686718940735rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#M2VmrKa3zeeUPwDc3DvBUH6yy8CAGMcF { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:314.25rem;left:36.5625rem;height:17.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ti471JVKcnIk39tTBuq6Ueyg6xPiwPT9 { position:absolute;display:block;z-index:14996;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-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:8.0625rem;top:263.73750305176rem;left:54.812500953674rem;display:block; }
#yfhkHtcALXa5Z43rh5g6b7Nh1TuPQnoh { position:absolute;display:block;z-index:14997;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-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:34.5rem;top:265.53750419617rem;left:11.800000190735rem;display:block; }
#L4BCJ9HHrnbkuOA1AdSHDAwEkd6OTpKM { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:25.625rem;top:108.59374809265rem;left:43.980469703674rem;overflow:hidden;display:block; }
#bPghOGetPFGbiDSTtCQt64e547fp0mid { box-sizing:content-box;height:3.125rem;width:7.9375rem;position:absolute;display:block;z-index:15161;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:109.28749847412rem;left:44.925000190735rem;display:block; }
#Q1TvA9B4shdToGEvf5tbyhx98c5ZMU2t { color:#515151;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15162;line-height:1.2;letter-spacing:0;top:109.93749809265rem;left:45.468750953674rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IIE4N7IaPJHn8lsntxzAAdF4mx1msiR4 { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:1.6875rem;top:283.58750724792rem;left:62.712502479556rem;overflow:hidden;display:block; }
#THkyth3u1zfpBoSZ5R2e2T0nHqxWOdkx { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.8125rem;top:284.87344360351rem;left:64.717972755431rem;overflow:hidden;display:block; }
#qA8m6C2USNJl3yebucFqqhZt9LxPn5ER { position:absolute;display:block;z-index:15165;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.375rem;width:2.5rem;top:287.43594360351rem;left:65.105469703675rem;overflow:hidden;display:block; }
#SNBhkaVXqVXUx4EZNWaEOJDPIxib9LqT { box-sizing:content-box;height:3.8125rem;width:12.5rem;position:absolute;display:block;z-index:15169;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:68.5625rem;left:7.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WWPR42VyopcsCRl5F6Qi2UQc4oymckGH { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:69.3125rem;left:10.9375rem;height:2.6rem;display:block; }
#okO2vGEwlCIrzHr7fb8Dbz5gD91Ey0ER { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15173;line-height:1.3;letter-spacing:0;top:105.90003108978rem;left:53.562500953674rem;height:2.6rem;display:block; }
#TMUki2XvhS5MvCtlQFyKvd5S9fNNTwRV { box-sizing:content-box;height:3.8125rem;width:12.625rem;position:absolute;display:block;z-index:15172;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:105.4375rem;left:51.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hknb44TRrZHRm9VMAXvaRKtT4IAATQxp { position:absolute;display:block;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:5.625rem;top:103.31253051757rem;left:61.780472755432rem;overflow:hidden;display:block; }
#nXOW82CuaCvbAJ9RgOkC5wbGay4OAme1 { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:4.8125rem;top:142.78124809265rem;left:6.936718940735rem;overflow:hidden;display:block; }
#SdxK4lyaFcidP32xkIWyZN7JXQJSSHu1 { box-sizing:content-box;height:3.8125rem;width:13.6875rem;position:absolute;display:block;z-index:15174;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:144.1875rem;left:10.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FgoQUGDveKUwLZ6oAyohpIePe8pkI3Wq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:144.81249809265rem;left:12.186718940735rem;height:2.6rem;display:block; }
#zSTL8lbg51AOxEIfV9rDALlRWMImyO0D { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15173;line-height:1.3;letter-spacing:0;top:169.8125rem;left:54.4375rem;height:2.6rem;display:block; }
#iPge09mmhILb2qsRHl6InrWx2B7xSwA1 { box-sizing:content-box;height:3.8125rem;width:12.5rem;position:absolute;display:block;z-index:15172;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:169.1875rem;left:52.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rHTOEq12CIUxLSWF6iD1H0ceVAE4BMxn { position:absolute;display:block;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:5.625rem;top:166.90625572204rem;left:60.780472755432rem;overflow:hidden;display:block; }
#iD887Mc839BzTiV6PUpVfRenprbrpdq7 { box-sizing:content-box;height:3.8125rem;width:11.75rem;position:absolute;display:block;z-index:15177;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:243.375rem;left:8.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#vHLQan2ew6Q8kkO3d3vwqAVttSeQWT3D { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15178;line-height:1.3;letter-spacing:0;top:244rem;left:10.4375rem;height:2.6rem;display:block; }
#sORBqeEUvWVKd3LFzRcOaEXy4PhHIRBk { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:4.8125rem;top:241.9375rem;left:5.1875rem;overflow:hidden;display:block; }
#MwhXUzF8sHOgn2cMDCeZg1lTNmkQvXC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15176;line-height:1.3;letter-spacing:0;top:284.5rem;left:47.875rem;height:2.6rem;display:block; }
#rTI6PRWpMiy9ISI86GAJD0gBps8iTyIv { box-sizing:content-box;height:3.8125rem;width:12.625rem;position:absolute;display:block;z-index:15175;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:283.875rem;left:46.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PkysTAaGDIzr5NR7AxKtrqyAmsr9XOdB { position:absolute;display:block;z-index:15180;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:6rem;width:6rem;top:282.31249427796rem;left:55.830468177796rem;overflow:hidden;display:block; }
#WR9OS28yWIpCsrSzqCukiTm29JeZscJy { position:absolute;display:block;z-index:14996;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-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:8.0625rem;top:263.73750305176rem;left:54.812500953674rem;display:none; }
#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt { 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/2688c40e-71f2-4543-b70e-b8ce5e33855c/Vector.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt.adaptive-delivery-prevent-bg, #qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt.lazyload, #qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt.lazyloading { background-image: none; }#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt > .row .container { background-color: transparent; background-image: none; }#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt > .row .container > .video-iframe-container { display: none; }#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt > .row > .video-iframe-container { display: none; }#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt > .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); }#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt > .row .container { border-width: 0; border-radius: 0; }#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#Twv0HTOPWMH82BGbHyhGLkTg0ZyLZUF3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14rem;width:24.9375rem;top:5.0625rem;left:15.375rem;overflow:hidden;display:block; }
#MfK3fGswdIe51ROBqka6lGPcqSgf3W07 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.75rem;width:19.375rem;top:10.499218940735rem;left:37.937500953674rem;overflow:hidden;display:block; }
#hyfJRTZRlCBytd3yzxTeVZuDgUa43CPR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.999875rem;width:20.874625rem;top:7.5rem;left:6.75rem;overflow:hidden;display:block; }
#iPbhsV6IOUdlQS1THT0J1xuK3pn80KVf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:14.75rem;top:14.4375rem;left:55.0625rem;overflow:hidden;display:block; }
#PQgLWtWoTo81P8amBgKvTT5TBGcFFwNF { color:rgba(var(--color-tertiary-0),1);display:block;width:35.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:27.727661132812rem;left:19.352416992188rem;height:8.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uDQfT0aSHIROwQIbLQDJH6OmyJdQ972b { position:absolute;display:block;z-index:15029;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.437375rem;width:7.312rem;top:35.203002929688rem;left:39.874145507812rem;display:block; }
#wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i > .row .container { background-color: transparent; background-image: none; }#wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i > .row .container > .video-iframe-container { display: none; }#wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i > .row > .video-iframe-container { display: none; }#wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i > .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); }#wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i > .row .container { border-width: 0; border-radius: 0; }#wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#nLIlxcp6VNcGr3s83idRDtFrAndoqk1u { position:absolute;display:block;z-index:15000;height:33.1875rem;width:74.875rem;top:2.6367188692093rem;left:0rem;display:block; }
#bWRzhUECP6Vl01gGWk4olBUqigUhJuOS { position:relative;display:block; }#bWRzhUECP6Vl01gGWk4olBUqigUhJuOS { background-color: transparent; background-image: none; }#bWRzhUECP6Vl01gGWk4olBUqigUhJuOS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWRzhUECP6Vl01gGWk4olBUqigUhJuOS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWRzhUECP6Vl01gGWk4olBUqigUhJuOS > .row .container > .video-iframe-container { display: none; }#bWRzhUECP6Vl01gGWk4olBUqigUhJuOS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWRzhUECP6Vl01gGWk4olBUqigUhJuOS > .row > .video-iframe-container { display: none; }#bWRzhUECP6Vl01gGWk4olBUqigUhJuOS > .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); }#bWRzhUECP6Vl01gGWk4olBUqigUhJuOS { border-width: 0; border-radius: 0; }#bWRzhUECP6Vl01gGWk4olBUqigUhJuOS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bWRzhUECP6Vl01gGWk4olBUqigUhJuOS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:93.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IbogV8MG1F835pIUpQypTRV9NqJXKkkv { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:87.875rem;left:25.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nt2NBnTJS4SMDTUXd2w26ENHTOFrtZsI { box-sizing:content-box;height:63.25rem;width:62.625rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.5625rem;left:6.1242189407349rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.27) ;display:block; }
#gr42AqKuI4wn1t0Neqz91NZzkCKCscTn { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:24.8125rem;left:51.9375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VM42O44OACtk6A7yfdrDiWuMZ7FJ66c6 { color:rgba(var(--color-secondary-2),1);display:block;width:21.1859375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:26.375rem;left:11.25rem;height:2.6001rem;text-align:left;text-align-last:left;display:block; }
#dsNgB7s8Oi9WbTMvFaMJafXlTw2tinNM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:40.72998046875rem;left:13.7890625rem;height:1.7875rem;display:block; }
#FBeTKqnx5T1h2bx1LPzEmoC0SAvUx01P { color:rgba(var(--color-tertiary-4),1);display:block;width:37.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:31.166381835938rem;left:13.7890625rem;height:1.7875rem;display:block; }
#o0rm8DuZS7qpn2ViKRxnm8CSbrwGDWiS { position:absolute;display:block;z-index:15105;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.1234125rem;width:1.5625rem;top:30.999145507812rem;left:11.25rem;overflow:hidden;display:block; }
#x0OUAIVr3Xflu6mFlyudgbIruO7keSl8 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:33.121337890625rem;left:13.75rem;height:1.4625rem;display:block; }
#nzVRsQDz8vLHXAPMohbhv7ynAhwAKJV2 { position:absolute;display:block;z-index:15106;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.1234125rem;width:1.5625rem;top:35.43701171875rem;left:11.25rem;overflow:hidden;display:block; }
#ev5FvHtMMdCnUxoVWLGRuu4rCF7LVwNa { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:35.623046875rem;left:13.75rem;height:1.7875rem;display:block; }
#vVspVDRTfCRLGGXtp0RNrxX9znlhaVoR { color:rgba(var(--color-tertiary-2),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:37.49609375rem;left:13.789061546326rem;height:1.4625rem;display:block; }
#Tdlq4hBkCutymdFEPKnTCRFfhqnLwaRt { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1845625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:45.249755859375rem;left:13.600952148438rem;height:5.3625rem;display:block; }
#mGwJNdJDqar53OkhhdWcychklkbgfhix { position:absolute;display:block;z-index:15107;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.1234125rem;width:1.5625rem;top:40.562133789062rem;left:11.25rem;overflow:hidden;display:block; }
#lTUwqw7WOA4unn2ICkZv5it3fiZXEFB9 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15110;line-height:1.4;letter-spacing:0;top:42.51708984375rem;left:13.601684570312rem;height:1.575rem;display:block; }
#c6NC9nmIpc161kEfunFClEIsAGExOTca { position:absolute;display:block;z-index:15108;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.1234125rem;width:1.5625rem;top:44.749755859375rem;left:11.25rem;overflow:hidden;display:block; }
#WwFRM8bo6q9aC1KsnIkgx5SC1gtdR8bB { 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:2.1234125rem;width:1.5625rem;top:48.526611328125rem;left:11.25rem;overflow:hidden;display:block; }
#TwxnUE2Uq7Rl6Bty1VZVqdkRd6BDnaPZ { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.624875rem;height:5.56213125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:81.5625rem;left:17.5625rem;display:block; }
#WVMMEO5VpFdEdTfJMOtGAOrwAScHToWd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BkQ7NPb1V7XpVdkvzuxtwVJZLTyCvTeE { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.4;letter-spacing:0;top:16.5625rem;left:21.842651367188rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEhADaeEfnLyahpoRvIPVFZBKKHk3HXl { color:rgba(var(--color-tertiary-0),1);display:block;width:10.748875rem;position:absolute;font-family:"vintage moon";font-size:2.1875rem;font-weight:400;z-index:15040;line-height:1;letter-spacing:0;top:13.5625rem;left:44rem;height:4.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Mt08HT0Lxm54CMNEdEcEv2FSw0KE7t36 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:6.8125rem;left:20.3125rem;height:6.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AngS1iMMM3tEOkD9uFISdaqvizuLaQRD { box-sizing:content-box;height:2.75rem;width:10.9375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.9375rem;left:32.625rem;display:block; }
#HMndZg0kQ7LGN6y6tFawVJTTnJLtw77d { position:absolute;display:block;z-index:15167;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.812125rem;width:21.875rem;top:33.217163085938rem;left:51.224975585938rem;overflow:hidden;display:block; }
#I9stXILNbnZQEILhK9ckDpdxapVuT7ZE { position:absolute;display:block;z-index:15178;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06225625rem;width:3.5620125rem;top:77.8125rem;left:58.625rem;overflow:hidden;display:block; }
#uqJUUzdgtKrtCd3pwJMJGmhkbUWSpu64 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.624875rem;height:5.56213125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:54.374389648438rem;left:18.18603515625rem;display:none; }
#XmtEbvS7XqFVzX3MVvn8cWaST7r6dPLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NzGTMBMTTsK7gV2l4IvIKdTJKckmPNMm { position:absolute;display:block;z-index:15168;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.4375rem;top:27.3125rem;left:50.562500953674rem;overflow:hidden;display:block; }
#peUb1LHmLIeCC5P4wm7cHbbXzuu0RGLB { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:caveat;font-size:1.375rem;font-weight:400;z-index:15139;line-height:1.3;letter-spacing:0;top:29.99062538147rem;left:57.411721229553rem;height:3.575rem;font-style:normal;display:block; }
#gDc8InCB6Gx2ivAT4BssW83pURrZg8SR { position:absolute;display:block;z-index:15140;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.2484375rem;width:3.2484375rem;top:27.301563262939rem;left:61.625000953674rem;overflow:hidden;display:block; }
#FSleIHd7FDNEvAB9iI2GTW79eIoSBWSv { position:absolute;display:block;z-index:15180;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.3125rem;width:1.5625rem;top:62.5625rem;left:13.8125rem;overflow:hidden;display:block; }
#rm4Ag41Fuh8LsAeQIB2KrPmtnbkZulg1 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:62.65625rem;left:16.405468940735rem;height:1.625rem;display:block; }
#hzDcs932dbOMnyg7LsSaTGlBXbBGZThp { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1859375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:56.9375rem;left:13.8125rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#Anv3x5DkXnJw2zddukRWiSzwlOSneUoJ { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:56.5rem;left:28.875rem;overflow:hidden;display:block; }
#cUMIuVDZ3HhlXX3IyvquTRAgm54WhKiu { color:rgba(var(--color-tertiary-4),1);display:block;width:25.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:52.625rem;left:38.5625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rki2LOWlblC6KkR0oRF11iXWlvoHlQc7 { box-sizing:content-box;height:9.0625rem;width:21.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;top:52.0625rem;left:40.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;display:block; }
#XLuN9cJHiXRuqT65BUyTrzF88mVn08O7 { box-sizing:content-box;height:21.6875rem;width:54rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:54.5625rem;left:10.8125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;display:block; }
#S2vgDqqpDd3FAkdQNNeZ7o94JxWJJtKs { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:66.75rem;left:16.25rem;height:4.875rem;display:block; }
#ESSXTPfew2yLC4lLZS1Wmn98f16vkg9n { position:absolute;display:block;z-index:15188;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:11.8125rem;top:59.5625rem;left:2.6875rem;overflow:hidden;display:block; }
#LU8rE9ugk5HKTC4nKdEtZXgprR3wsLe8 { 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:2.3125rem;width:1.5625rem;top:67.25rem;left:13.8125rem;overflow:hidden;display:block; }
#E44TfISfttvzS4k17XAySxplo5Kh1S3a { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:57.125rem;left:48rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f > .row .container { background-color: transparent; background-image: none; }#k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f > .row .container > .video-iframe-container { display: none; }#k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f > .row > .video-iframe-container { display: none; }#k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f > .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); }#k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f > .row .container { border-width: 0; border-radius: 0; }#k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f > .row .container { font-size:0.875rem;font-family:arial;height:207.625rem;width:75rem;position:relative;display:block; }#DWIhiIZ9QPpn67Z2kIfkVZoNeOf7RIkT { color:rgba(var(--color-tertiary-3),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:38.5rem;left:13.75rem;height:5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ysTXHPT3kyfotWqM7OTkL3i9vfka7gxU { position:absolute;display:block;z-index:15028;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:26.25rem;top:38.4375rem;left:17.4375rem;display:block; }
#TwTrxynQlnW7xZpWaQtUBKyIb3CGoJ4p { box-sizing:content-box;height:35.5625rem;width:33.9375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.625rem;left:1.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#VF1CgwE69E076G4ZTeurKyiobyAdWCWT { color:rgba(var(--color-tertiary-3),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:47.375rem;left:3.0625rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vX7gZ1hW17NdCl9bGNhLnr3ThHKt0oUN { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:51.9375rem;left:5.125rem;height:24rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bfG8U3oEN3TI4pkdLTdMpnHiHCGdSd7S { box-sizing:content-box;height:29rem;width:34.0625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.625rem;left:39.062500953674rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#NeGyDOwaeA8X37DMutVRlCTnnmOFLN5y { color:rgba(var(--color-tertiary-3),1);display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:47.375rem;left:41.25rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#b82GlMXeqM4Pm3z9u9asf0WTSkE7RiAM { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:52rem;left:43.3125rem;height:13.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cJ2mJAUXVkUWM1P27PKFVAix8eb50kK7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15061;line-height:1.2;letter-spacing:0;top:67.06250190735rem;left:43.500000953674rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ElZu5wDXawZvMn0F0ziutHu7yUIbxvND { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:78.875rem;left:28.125rem;overflow:hidden;display:block; }
#bvQMAKO6rn6CGIuwQp0ZHDTv2TX0Gpe3 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:71.237501144406rem;left:67.112504005431rem;overflow:hidden;display:block; }
#wzmtIWqzcie4I4RRFnRQ4p5cL4Xsp8PB { position:absolute;display:block;z-index:15064;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.375rem;width:1.3125rem;top:51.8125rem;left:3.0625rem;overflow:hidden;display:block; }
#TQL9T1n7swVTw0tEl5T1oTPirNqt9m8U { position:absolute;display:block;z-index:15066;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.375rem;width:1.3125rem;top:55.5625rem;left:3.0625rem;overflow:hidden;display:block; }
#t9D0WefDbsoQb98EuU89Hlq1XH54X4B2 { position:absolute;display:block;z-index:15067;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.375rem;width:1.3125rem;top:59.3125rem;left:3.0625rem;overflow:hidden;display:block; }
#JhTytqF4Gik5z9PAOs8DvDxrviPMLL6t { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.3125rem;top:66.5rem;left:3.0625rem;overflow:hidden;display:block; }
#pvauMKI9x7v1th2Tqiwrme7resLgnanb { position:absolute;display:block;z-index:15068;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.375rem;width:1.3125rem;top:62.875rem;left:3.0625rem;overflow:hidden;display:block; }
#iTkMwXSEbJPvPfyMem5ChRytHQA96ODC { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.3125rem;top:73.6875rem;left:3.0625rem;overflow:hidden;display:block; }
#IoAGq5XFTmcB8KEAsTPgUdoisGc87aSu { position:absolute;display:block;z-index:15070;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.375rem;width:1.3125rem;top:70rem;left:3.0625rem;overflow:hidden;display:block; }
#vWQSdy8zpovVcwy6v9aFMBzB4FmkppBX { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.3125rem;top:51.9375rem;left:41.25rem;overflow:hidden;display:block; }
#cFzQwsHiGGEo1NFti2zmTd69G6sFALQ5 { position:absolute;display:block;z-index:15073;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.3745125rem;width:1.31225625rem;top:55.6875rem;left:41.25rem;overflow:hidden;display:block; }
#LUsnRhy5TyzKFRcnGW0pDS6aQR5g77Vy { position:absolute;display:block;z-index:15074;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.3745125rem;width:1.31225625rem;top:58rem;left:41.25rem;overflow:hidden;display:block; }
#QJMKfebChSruSoBf8sHiIwdNAHITMImJ { position:absolute;display:block;z-index:15076;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.375rem;width:1.3125rem;top:60.25rem;left:41.25rem;overflow:hidden;display:block; }
#k2zzqak0y8adz4MiXpq2D0hXxP7VdqKV { color:rgba(var(--color-tertiary-3),1);display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:88rem;left:14.125rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ichbb8HncmBTih5fKJqnyPOBTQUB0Mvl { position:absolute;display:block;z-index:15077;height:59.8125rem;width:75rem;top:93.6875rem;left:0rem;display:block; }
#Ps11vwKJaTTuunTr323v9e3QorXGHIel { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.684375rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:198.1875rem;left:31.657811164856rem;display:block; }
#LOFMXrfKEoy88GfPLiplFdxLVchc5eUb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OcwNDmJkPWvtWdiSyAzffHevHQobkS11 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.2;letter-spacing:0;top:23.25rem;left:19.375rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxZh1TRhaaikz9ZsMBVHmyu35sf2dumR { position:absolute;display:block;z-index:15089;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-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:23.375rem;top:16.125rem;left:29.875rem;display:block; }
#WDmsbUf4NE6DxhOrCR6ku5TEZ6IJGgsD { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15091;line-height:1.2;letter-spacing:0;top:16.125000953674rem;left:14.092968940735rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQAVeTWOLlep6LGIfygMFViDT0fQ1SRR { box-sizing:content-box;height:27.8125rem;width:54.0625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:3.5625rem;left:10.467968940735rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#T06ypaJpKL7Fhy2ZHJOoO9PSaEbsXdTk { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:6rem;left:32.8125rem;overflow:hidden;display:block; }
#MzATsZ5bIDFBeb3zVToSD6ApnPvfGn9R { position:absolute;display:block;z-index:15155;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.375rem;width:1.375rem;top:25.9375rem;left:38.1875rem;overflow:hidden;display:block; }
#okE1osV6HpTTwJA361eO81l8TR1CUbga { position:absolute;display:block;z-index:15156;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.375rem;width:1.375rem;top:25.9375rem;left:39.5625rem;overflow:hidden;display:block; }
#WSfrA4JRLxm7VfSlMNQPlWStEyX8KoCy { position:absolute;display:block;z-index:15154;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.375rem;width:1.375rem;top:25.9375rem;left:36.8125rem;overflow:hidden;display:block; }
#EbwUvmOvV3KA40LXxLgfAf9WqJEXoM8K { position:absolute;display:block;z-index:15153;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.375rem;width:1.375rem;top:25.9375rem;left:35.5rem;overflow:hidden;display:block; }
#STqFGAeBG0BNioTWOVnx9v1x4KaxpUXW { position:absolute;display:block;z-index:15152;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.375rem;width:1.375rem;top:25.9375rem;left:34.125rem;overflow:hidden;display:block; }
#fb80JqTVPHOu0d0Qwd10OJQXtEUX9fy2 { position:absolute;display:block;z-index:15028;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:26.25rem;top:42.1875rem;left:17.8125rem;display:none; }
#NTz1dyWU4O30lFWRWnHsNxFzmty5018l { position:absolute;display:block;z-index:15090;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-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:23.375rem;top:9.324999809265rem;left:51.625000953674rem;display:none; }
#Je65BvP1eLotdEFBx2Ju83ozSaptXG7S { position:absolute;display:block;z-index:15077;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.375rem;width:1.3125rem;top:62.87500190735rem;left:41.250000953674rem;overflow:hidden;display:block; }
#Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ > .row .container { background-color: transparent; background-image: none; }#Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ > .row .container > .video-iframe-container { display: none; }#Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ > .row > .video-iframe-container { display: none; }#Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ > .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); }#Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ > .row .container { border-width: 0; border-radius: 0; }#Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:75rem;position:relative;display:block; }#TggdkfcWQJKez3mUwTFCWS1TKZOnkJRR { box-sizing:content-box;height:57.0625rem;width:71.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:2.6875rem;left:1.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#mZNSNHcWexRRxHEIOT3GrDhtNd5PbfHW { color:rgba(var(--color-tertiary-0),1);display:block;width:42.9984375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15055;line-height:1;letter-spacing:0;top:6.25rem;left:15.875rem;height:5.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rXBailnhCHoEdhQuyZbi3HcF3IFQBDJe { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.687375rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.62451171875rem;left:21.15478515625rem;display:block; }
#wPxEmiPTDcxOwfq1875PHlCrUfU3FrVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTt4J5T89NepWG3i9LJHeFipROLuh2G7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15050;line-height:1.8;letter-spacing:0;top:27.686767578125rem;left:22.593383789062rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CNBz17PnPkFkM6BBgUdkKHyUk5LoL1JT { color:rgba(var(--color-tertiary-0),1);display:block;width:43.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:13.062133789062rem;left:15.498657226562rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZCn4xLcESm6IbINqTs6N92A6n9W3ZwiZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60.249625rem;width:69.6875rem;top:0rem;left:2.65625rem;overflow:hidden;display:block; }
#RhumSLsgWzAHuLeL1xwwiOgE226Mrydy { box-sizing:content-box;height:3.125rem;width:10.0625rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6rem;left:39.75rem;display:block; }
#HEFfZsxhqeLxMP1QstGTBL15pqad0CM0 { box-sizing:content-box;height:11.125rem;width:17.9375rem;position:absolute;display:block;z-index:15121;background-color:rgba(var(--color-primary-3),1);background-image:none;top:36.376953125rem;left:7.3736572265625rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#zZl5JPvSmJcRCNOTRQvuaMyT0d80lHn0 { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.2495125rem;top:35.003051757812rem;left:8.91357421875rem;overflow:hidden;display:block; }
#r1DRoM87bXTT2FAZnzmZmPZ5qO8n8KMo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:38.871459960938rem;left:8.85107421875rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DPRRbKbDtXCnHAkTN61ACzHv4xt15N9q { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15123;line-height:1.1;letter-spacing:0;top:44.005615234375rem;left:8.94384765625rem;height:1.92505rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#srXGdw98bsAGGKwtlCxLLr7KboKCtE2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#srXGdw98bsAGGKwtlCxLLr7KboKCtE2E > .row .container { background-color: transparent; background-image: none; }#srXGdw98bsAGGKwtlCxLLr7KboKCtE2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srXGdw98bsAGGKwtlCxLLr7KboKCtE2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srXGdw98bsAGGKwtlCxLLr7KboKCtE2E > .row .container > .video-iframe-container { display: none; }#srXGdw98bsAGGKwtlCxLLr7KboKCtE2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srXGdw98bsAGGKwtlCxLLr7KboKCtE2E > .row > .video-iframe-container { display: none; }#srXGdw98bsAGGKwtlCxLLr7KboKCtE2E > .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); }#srXGdw98bsAGGKwtlCxLLr7KboKCtE2E > .row .container { border-width: 0; border-radius: 0; }#srXGdw98bsAGGKwtlCxLLr7KboKCtE2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srXGdw98bsAGGKwtlCxLLr7KboKCtE2E > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#i7qgKhCwSVWpbFI6903atQdILXLk1eTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#i7qgKhCwSVWpbFI6903atQdILXLk1eTn > .row .container { background-color: transparent; background-image: none; }#i7qgKhCwSVWpbFI6903atQdILXLk1eTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7qgKhCwSVWpbFI6903atQdILXLk1eTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7qgKhCwSVWpbFI6903atQdILXLk1eTn > .row .container > .video-iframe-container { display: none; }#i7qgKhCwSVWpbFI6903atQdILXLk1eTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7qgKhCwSVWpbFI6903atQdILXLk1eTn > .row > .video-iframe-container { display: none; }#i7qgKhCwSVWpbFI6903atQdILXLk1eTn > .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); }#i7qgKhCwSVWpbFI6903atQdILXLk1eTn > .row .container { border-width: 0; border-radius: 0; }#i7qgKhCwSVWpbFI6903atQdILXLk1eTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7qgKhCwSVWpbFI6903atQdILXLk1eTn > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#II8ztEohE1uK5F2Tr684M1zs6J5bp49R { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:6rem;left:16.875rem;display:block; }
#cukfGUw6ml2MJyny6Wak0EKvSGu4LDJ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:7.0625rem;left:54.5625rem; }
#lB3yqsB5S7E9lvwigfNJQAT0G7LxfuQt { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:7.4375rem;left:18.687501907349rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WDRzqTRt7Iuo1Oqbf2zgTkCe8IUuJxQm { color:rgba(var(--color-tertiary-3),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:0rem;left:16.875rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QluVcWVEvqzTUONSJNwklgNUVCWp187z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#QluVcWVEvqzTUONSJNwklgNUVCWp187z > .row .container { background-color: transparent; background-image: none; }#QluVcWVEvqzTUONSJNwklgNUVCWp187z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QluVcWVEvqzTUONSJNwklgNUVCWp187z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QluVcWVEvqzTUONSJNwklgNUVCWp187z > .row .container > .video-iframe-container { display: none; }#QluVcWVEvqzTUONSJNwklgNUVCWp187z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QluVcWVEvqzTUONSJNwklgNUVCWp187z > .row > .video-iframe-container { display: none; }#QluVcWVEvqzTUONSJNwklgNUVCWp187z > .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); }#QluVcWVEvqzTUONSJNwklgNUVCWp187z > .row .container { border-width: 0; border-radius: 0; }#QluVcWVEvqzTUONSJNwklgNUVCWp187z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QluVcWVEvqzTUONSJNwklgNUVCWp187z > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#HvRlmPKg8r4uC32MGyGugZS8PSTxeIAP { color:rgba(var(--color-tertiary-4),1);display:block;width:39.874875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:1.500244140625rem;left:17.56103515625rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr > .row .container { background-color: transparent; background-image: none; }#MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr > .row .container > .video-iframe-container { display: none; }#MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr > .row > .video-iframe-container { display: none; }#MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr > .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); }#MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr > .row .container { border-width: 0; border-radius: 0; }#MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#a1OEysXflPLl4lySCaDJwdqvBLnufaq4 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#huTRX3OCTWIdlTyBb8DvonRsLglv5TLW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#PMQ40ilJdhsMuBRr87cEDA7Xel4hF7NM { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:0.95623779296875rem;left:18.562499046326rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 > .row .container { background-color: transparent; background-image: none; }#XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 > .row .container > .video-iframe-container { display: none; }#XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 > .row > .video-iframe-container { display: none; }#XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 > .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); }#XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 > .row .container { border-width: 0; border-radius: 0; }#XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#hFGOhrJkzWOTsNEmSyZDNMZoGd3aXfin { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:2.6259765625rem;left:17.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI > .row .container { background-color: transparent; background-image: none; }#PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI > .row .container > .video-iframe-container { display: none; }#PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI > .row > .video-iframe-container { display: none; }#PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI > .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); }#PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI > .row .container { border-width: 0; border-radius: 0; }#PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#NQKTecXzkI1Fryp7yG5bO4q2yxxDaWQT { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#IviJh2ZV3wMUBuMCqrACzSaZh2Ux5VDi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#OoBwNdgerkJDvhSlbiFr7sm7THBUVbG2 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:0.95546722412112rem;left:18.499218940735rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cvU95wbG79It5lGGz3yHUeDbbXKpbGoP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#cvU95wbG79It5lGGz3yHUeDbbXKpbGoP > .row .container { background-color: transparent; background-image: none; }#cvU95wbG79It5lGGz3yHUeDbbXKpbGoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvU95wbG79It5lGGz3yHUeDbbXKpbGoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvU95wbG79It5lGGz3yHUeDbbXKpbGoP > .row .container > .video-iframe-container { display: none; }#cvU95wbG79It5lGGz3yHUeDbbXKpbGoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvU95wbG79It5lGGz3yHUeDbbXKpbGoP > .row > .video-iframe-container { display: none; }#cvU95wbG79It5lGGz3yHUeDbbXKpbGoP > .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); }#cvU95wbG79It5lGGz3yHUeDbbXKpbGoP > .row .container { border-width: 0; border-radius: 0; }#cvU95wbG79It5lGGz3yHUeDbbXKpbGoP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvU95wbG79It5lGGz3yHUeDbbXKpbGoP > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#DMH612M4Fo9ePK0FHWrtk2osULkC4AEc { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:2.6259765625rem;left:17.5625rem;height:9.45rem;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; }
#KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat > .row .container { background-color: transparent; background-image: none; }#KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat > .row .container > .video-iframe-container { display: none; }#KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat > .row > .video-iframe-container { display: none; }#KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat > .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); }#KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat > .row .container { border-width: 0; border-radius: 0; }#KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#FVhmAH9Aon6ngxqIaRDPpXZNTmKcBgHs { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#AodmKIPkdcXoHSNt7xPdfuc5prX6xcz1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#evZSyu7m6hoHcBLQwAiRs1bKgIUCxWmU { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.75rem;left:18.6875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BchN4TDMJK599g3I3rrQplofkSnCmJI0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#BchN4TDMJK599g3I3rrQplofkSnCmJI0 > .row .container { background-color: transparent; background-image: none; }#BchN4TDMJK599g3I3rrQplofkSnCmJI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BchN4TDMJK599g3I3rrQplofkSnCmJI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BchN4TDMJK599g3I3rrQplofkSnCmJI0 > .row .container > .video-iframe-container { display: none; }#BchN4TDMJK599g3I3rrQplofkSnCmJI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BchN4TDMJK599g3I3rrQplofkSnCmJI0 > .row > .video-iframe-container { display: none; }#BchN4TDMJK599g3I3rrQplofkSnCmJI0 > .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); }#BchN4TDMJK599g3I3rrQplofkSnCmJI0 > .row .container { border-width: 0; border-radius: 0; }#BchN4TDMJK599g3I3rrQplofkSnCmJI0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BchN4TDMJK599g3I3rrQplofkSnCmJI0 > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#cqgmhg5VebN3VngAok19FRJJL8bmu7eF { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.6259765625rem;left:17.5625rem;height:16.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL > .row .container { background-color: transparent; background-image: none; }#GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL > .row .container > .video-iframe-container { display: none; }#GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL > .row > .video-iframe-container { display: none; }#GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL > .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); }#GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL > .row .container { border-width: 0; border-radius: 0; }#GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#npVTtbvmT59gWAMalu7H1dXgxBHIFcT7 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#hIqsNfa5nsxDpIEB7n0Bz86fKIukWgS8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#B2Difaq19wMus3eg9M5ImUJ5zfNtdEsA { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.75rem;left:18.6875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW > .row .container { background-color: transparent; background-image: none; }#shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW > .row .container > .video-iframe-container { display: none; }#shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW > .row > .video-iframe-container { display: none; }#shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW > .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); }#shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW > .row .container { border-width: 0; border-radius: 0; }#shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#QqfWPoEOTEtHTkSuU4BQ2cTeflm4LfoN { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.6259765625rem;left:17.5625rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB > .row .container { background-color: transparent; background-image: none; }#aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB > .row .container > .video-iframe-container { display: none; }#aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB > .row > .video-iframe-container { display: none; }#aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB > .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); }#aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB > .row .container { border-width: 0; border-radius: 0; }#aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#SXb4BJkfKevClv2pKUXzbNyh1AK6Cxcs { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#vIeWioc2P2bFWNHDMGT62euRnUySa0bH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#y207TJ88x74PmyChTuWvlDDnWmZLKzTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.75rem;left:18.687499046326rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z8P9OxfB136szVSQNkdTay4D7pQWMVAA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#z8P9OxfB136szVSQNkdTay4D7pQWMVAA > .row .container { background-color: transparent; background-image: none; }#z8P9OxfB136szVSQNkdTay4D7pQWMVAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8P9OxfB136szVSQNkdTay4D7pQWMVAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8P9OxfB136szVSQNkdTay4D7pQWMVAA > .row .container > .video-iframe-container { display: none; }#z8P9OxfB136szVSQNkdTay4D7pQWMVAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8P9OxfB136szVSQNkdTay4D7pQWMVAA > .row > .video-iframe-container { display: none; }#z8P9OxfB136szVSQNkdTay4D7pQWMVAA > .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); }#z8P9OxfB136szVSQNkdTay4D7pQWMVAA > .row .container { border-width: 0; border-radius: 0; }#z8P9OxfB136szVSQNkdTay4D7pQWMVAA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8P9OxfB136szVSQNkdTay4D7pQWMVAA > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#OP8Ti57Of7CnLn7aTEdS9wqWSZlPsQM4 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.6257801055908rem;left:17.562499046326rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#imovwmIJ88ffwrJ2zednqTNQTPNeiOwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#imovwmIJ88ffwrJ2zednqTNQTPNeiOwF > .row .container { background-color: transparent; background-image: none; }#imovwmIJ88ffwrJ2zednqTNQTPNeiOwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imovwmIJ88ffwrJ2zednqTNQTPNeiOwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imovwmIJ88ffwrJ2zednqTNQTPNeiOwF > .row .container > .video-iframe-container { display: none; }#imovwmIJ88ffwrJ2zednqTNQTPNeiOwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imovwmIJ88ffwrJ2zednqTNQTPNeiOwF > .row > .video-iframe-container { display: none; }#imovwmIJ88ffwrJ2zednqTNQTPNeiOwF > .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); }#imovwmIJ88ffwrJ2zednqTNQTPNeiOwF > .row .container { border-width: 0; border-radius: 0; }#imovwmIJ88ffwrJ2zednqTNQTPNeiOwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imovwmIJ88ffwrJ2zednqTNQTPNeiOwF > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#RiMJ0ZvWqmsi4BKDekMDMfWnKpmfVzRg { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#khWK5cfTiNzz7M1KAs7hUqAPiGW0HAxO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#UBc5mxMrHTF9ZzmC9BaJDL2Hti7fVLU1 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.0375003814698rem;left:18.624218940735rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 > .row .container { background-color: transparent; background-image: none; }#ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 > .row .container > .video-iframe-container { display: none; }#ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 > .row > .video-iframe-container { display: none; }#ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 > .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); }#ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 > .row .container { border-width: 0; border-radius: 0; }#ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#JlzhGpaeG0N6XIf8F1EmPDWM4MZLLTmP { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.6257801055908rem;left:17.562499046326rem;height:30.7125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV > .row .container { background-color: transparent; background-image: none; }#qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV > .row .container > .video-iframe-container { display: none; }#qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV > .row > .video-iframe-container { display: none; }#qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV > .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); }#qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV > .row .container { border-width: 0; border-radius: 0; }#qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#DuQ1eJNzN7HibADSsa2LKeVzptHKofiX { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#mKXPgOi9Q8BbVOWiRZg6knmyQ7hhOuGc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#mTtdy8vnBoTvSuQgdOPRoxrkPF5x2zUp { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.7679696083069rem;left:18.624218940735rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS > .row .container { background-color: transparent; background-image: none; }#NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS > .row .container > .video-iframe-container { display: none; }#NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS > .row > .video-iframe-container { display: none; }#NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS > .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); }#NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS > .row .container { border-width: 0; border-radius: 0; }#NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#q7w4hL2Qi3lLT9O1xCKpwg75JgXPWAnd { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.625732421875rem;left:17.562255859375rem;height:10.2375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM > .row .container { background-color: transparent; background-image: none; }#MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM > .row .container > .video-iframe-container { display: none; }#MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM > .row > .video-iframe-container { display: none; }#MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM > .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); }#MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM > .row .container { border-width: 0; border-radius: 0; }#MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#MQJIs5CqoP5uHWJ9VT0Sat7PHqUKq7nW { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#EiLrquegoTSpWe9ELKMfACQtg1Hpx1wS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#SbT4ZcwgepeUbfpmDxRrFrREq3MeLkuQ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.0367183685302rem;left:18.436718940735rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf > .row .container { background-color: transparent; background-image: none; }#zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf > .row .container > .video-iframe-container { display: none; }#zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf > .row > .video-iframe-container { display: none; }#zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf > .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); }#zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf > .row .container { border-width: 0; border-radius: 0; }#zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#y6B4XzLqAt9pmyQtlOPxooWLABXFBOTP { color:rgba(var(--color-tertiary-4),1);display:block;width:43.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.625rem;left:17.561718940735rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 > .row .container { background-color: transparent; background-image: none; }#BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 > .row .container > .video-iframe-container { display: none; }#BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 > .row > .video-iframe-container { display: none; }#BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 > .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); }#BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 > .row .container { border-width: 0; border-radius: 0; }#BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#IoN9mzME6Ha964MMfS4bXmWms3uquiIK { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.375rem;width:41.25rem;top:0.3125rem;left:16.875rem;display:block; }
#FGzdsm3ZLECIEPBohuviiPFMiDRUgzuG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:54.5625rem; }
#NI1kG2xuz6n49Hr1fSGskth2vFTKhwWc { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.7679686546326rem;left:18.374218940735rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT > .row .container { background-color: transparent; background-image: none; }#xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT > .row .container > .video-iframe-container { display: none; }#xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT > .row > .video-iframe-container { display: none; }#xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT > .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); }#xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT > .row .container { border-width: 0; border-radius: 0; }#xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#bvTIc0s4Wq592TN7tkT0GJUcyRidCSBO { color:rgba(var(--color-tertiary-4),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.62451171875rem;left:17.561645507812rem;height:13.1625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR > .row .container { background-color: transparent; background-image: none; }#dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR > .row .container > .video-iframe-container { display: none; }#dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR > .row > .video-iframe-container { display: none; }#dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR > .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); }#dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR > .row .container { border-width: 0; border-radius: 0; }#dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI { 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; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container { background-color: transparent; background-image: none; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container > .video-iframe-container { display: none; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row > .video-iframe-container { display: none; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .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); }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container { border-width: 0; border-radius: 0; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#zxTnViZHcDKRLa3RTxQ7NrGwHgkR6LlU { 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:3.9375rem;width:7rem;top:1.6875rem;left:34rem;overflow:hidden;display:block; }
#bZUvatE8gMmFNdFd9T1f03MDKTmtMrf5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:3.087158203125rem;left:57.686767578125rem;height:1.1375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TZ1oXOcIJghaPkJIAC1nfkVRed3aXa2H { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.6875rem;left:1.9375rem;overflow:hidden;display:block; }
#yN180H3tGrpx5ts90hFDBhFEi1Bez995 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.6875rem;left:4.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT { display:block; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDHV2zVvqlX48cDU8icyzxa0Fpk6ycnP { top:3.8125rem;left:23.375rem;width:21.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x54iO930VOgR6SOooT2H7gPHtCMe8t1M { width:17.375rem;height:4.0625rem;top:49.8125rem;left:30.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2GfpFiRTKhFH1rFTDcTpdzuGyO0FQWD { width:3.9375rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ll0x2SiitrolNDrzuwim2W0lEeATTXw5 { width:19.5rem;height:3.625rem;top:24.875rem;left:14.562866210938rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTOIBh0B74Sdqdqh4kgQ4E70ynpNhJUu { display:block; }
 }@media only screen and (max-width: 763px) { #A8mecV7zq7VmghxUt0fl5GpOVEboqT8t { width:43.875rem;height:7rem;top:3.8125rem;left:1.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g30tvcyTXf6UBN7zQHcamnFzDQ0bJR7L { width:45.6875rem;height:9rem;top:14.375rem;left:1.4992189407349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvgZTBA0i51nmTXgoaxdNBxvePA43bXq { width:18.5625rem;height:1.0625rem;top:29.375rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITOXwuvBAVlI1JxBrAP5AuiAn6rcccTK { top:26.125rem;left:0rem;width:47.75rem;height:27.078664222222rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4gS1TdrhoQDEXRP9X52rHEBXTIF4TaX { top:1.0625rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckQ6M8M9cNsmqZZbkOaczngtnT7LaCAV { width:30.6875rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zU9Ji60HOAWS5UCAJHJBk2pIkR9RlAeC { top:50.5rem;left:0rem;width:4.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyXyqB883BRTTrdFwz9siEtd2RVlPAmA { top:43.125rem;left:29.3125rem;width:18.4375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW7NCyQtkwMiMD2mi1lcHBvJQEI6JBbT { top:42.0625rem;left:43.664063453674rem;width:3.1875rem;height:2.7590767011301rem;display:block; }
 }@media only screen and (max-width: 763px) { #goWDl1sdoSZVagmd7MCNM1RgInT07rdz { top:0rem;left:37.25rem;width:10.5rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTR8eoN5XxOB5TmK3D0PTUfhrxGG9rl9 { top:31.125rem;left:12.625rem;width:9.5rem;height:2.7946838902rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0n6PkraoTIFXTx6FAcnrTJ5EF7XAVfF { top:31.8125rem;left:20.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3K4PqHTw4TkRyAoybni63QgcOiUuuF6 { width:13.625rem;height:1.1875rem;top:32rem;left:22.43701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFUdpydkxHLJazDu121kOJ3oPqTG0n9a { top:31.6875rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJZh6B3uzkEmAVVt9KgfXWSCv6TMEyQi { width:14.0625rem;height:2.1875rem;top:32.8125rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BukyClEbK8L6V9IdfWZ0yJflsFr4UCQ8 { width:15.625rem;height:2.875rem;top:46.1875rem;left:32.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgqhOpog19hyUeoAOI4zzEgIspZ0Idkn { top:49.75rem;left:43.029686927796rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q06u4U9OEI3LIRObkTFIOB7EC9fDvEeh { width:11.875rem;height:1.875rem;top:50.625rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWfxIlB7XGAdwPsgp5s1FfglPTks2b6b { top:34.875rem;left:8.3499994277956rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHkt5vChc5bfCh7UQMXRqPVT9XFMyygQ { top:36.9375rem;left:5.4749994277954rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0N5Sp64fqWizk8qmUQa9J1lqIELKDlx { width:17rem;height:2rem;top:10.8125rem;left:29.173436164856rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL { display:block; }#lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEonQOn0DRicMcxE2zyn5VZmgKiJUCby { width:39.0625rem;height:5.4375rem;top:8.25rem;left:4.3114013671875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6sIhJrRzGPCNbt2BWt10JX1vDGFeJrS { width:31.5rem;height:1.9375rem;top:23rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONZd7Xxr1lEfE70ONP0Wnaog7VkcTeIA { width:35.625rem;height:5.75rem;top:26.0625rem;left:7.858154296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrbpilmo3f10NPz8qmfy2CMiXmLNZo2T { width:39.125rem;height:1.9375rem;top:39.4375rem;left:7.749218940735rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3I7z3H9cbN3nEa5ub4c85tAJVr5bJE2 { width:33.375rem;height:1.9375rem;top:59.1875rem;left:7.7490234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdDixt9RGvTHfvrSLE3gkwR2UrAp39Ex { width:38.75rem;height:4.9375rem;top:62.0625rem;left:7.74951171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWD3rbykK2tTCgsfU7Mlg1sM7oNO6nlJ { top:23rem;left:1.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwRgw7M8ldI08mXKI0FENoKtwguzbFAI { top:39.4375rem;left:1.9054689407349rem;width:4.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ZS9Q2LKL3O10DK1JCL2idXIoQxwN86 { top:59.1875rem;left:1.9052734375rem;width:4.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSDIoSSPKTpWcWyRh4smPhwza72vel7n { width:17rem;height:2.25rem;top:14.0625rem;left:30.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNTZ4XQNgwab7wfZ8bE3KfHeuyxTlkK0 { width:39.75rem;height:8.1875rem;top:23.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtMGsyNLuk3COFoc16JEIADfNmoPWMrR { width:36.1875rem;height:2.6875rem;top:33.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiRih0Ikgbpo1394ZwTkox3NuD2L57BH { top:33.0625rem;left:34.71875rem;width:11.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW3S38PTQzL00yTLcp9pWxqLunE1P2dn { top:36.375rem;left:30.21875rem;width:11.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUEL2fTlsqVK7bqN8z2h9OusEIyxamux { display:none; }
 }@media only screen and (max-width: 763px) { #dlmiAEqsZaLOCfQf0113bbGwzdg3U2kg { display:none; }
 }@media only screen and (max-width: 763px) { #wXV7dfplTRuqRGNB5TupAzZhdS5LvG7O { width:8rem;height:2.6875rem;top:28.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgM5P2bQxWgTtAaOkW9mTEylJqhFOw7w { top:27.875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzCen5EVlPZHMirNy2T0TFDk0zsK8PD4 { width:13.1875rem;height:4.75rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxSQiSAUm6siu9VKKhkIX1fZawP4WvI7 { top:29.8125rem;left:0rem;width:4.5625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsi6PiWHfnbKDUMuWvQwZepOm5y5TilT { top:22.4375rem;left:0rem;width:15.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxv71FOkdf4Ia6SNZQctovkWTJOaDVzA { top:73.125rem;left:19.6875rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvxFJ53ACz9b4ITyX3PD9fCa8CKQ3Wix { top:72.0625rem;left:0rem;width:47.75rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAdOJoTpKZ434qvJisZe1mT621V73taG { top:20rem;left:0rem;width:47.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGcF04sNZmQ8rLPoiKdBb7H3Juqd871W { width:34.4375rem;height:7.6875rem;top:42.5625rem;left:7.749218940735rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw8ve1iSy54BQbxrpTMmu2le5UL28RQO { top:36.875rem;left:0rem;width:47.375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBzmlB0L8hObliVdaTrozLMebpmmNArG { top:55.3125rem;left:0rem;width:47.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTng92aLGpiRNJ7sTW2uWAFRHkXeB2U9 { top:28.4375rem;left:36.6875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzbccztQVkN2P0epH9Mz4hDhO5znBeZ3 { top:48.875rem;left:0rem;width:13.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiJcwvoXH6WzFcRqI1UXpyeNPEFKkZ45 { width:47.75rem;height:5.375rem;top:83.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCPQkZBqchKaAzReLdbTglc5h0D3JDpT { top:85.1875rem;left:15.8125rem;width:31.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg1TcySWZolPqOhowVguhdAyTTpNmqJR { top:46.75rem;left:22.0625rem;width:24.3125rem;height:51.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw0LkZuPbAVt0lTQ6wypTUgquCK64XDK { top:87.125rem;left:5.3125rem;width:27.5625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEcyVTqihqPErJbl95cTAmAI6Rne4CKs { width:36.1875rem;height:1.5rem;top:91.1875rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPRxko46esn70bZzxAMCTmXqZs25fwTM { top:91.8125rem;left:26.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V69Gyx4yQsXHvKomztOeryB0CDRDbTtt { top:91.8125rem;left:25.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i55ydP5iTBzn9fFDrBKe5QomKP6ReGON { top:91.8125rem;left:23.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaNeO5UScsPDWGE27PDx0PAv8JSCzoDq { top:91.8125rem;left:22.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TROH1v0ReV3HvLLQgSvT6SVs02MzGqrw { top:91.8125rem;left:21rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTNUGdKbNIcMV5nycTWLuFK90y91DZ9r { width:36.1875rem;height:1.3125rem;top:83.25rem;left:7.2992181777956rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIokMmBvID46Udi5PpbPvFZESD9bfh5r { top:0rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw00TI6G5OQHdVs0TZmSgbzKthV1TGEx { width:36.125rem;height:1.3125rem;top:93.375rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qywHrDrfdBWsgVrx4qXZX3TKEhfUe8Ft { top:95.375rem;left:25.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXKwXkV28wu4ywUXsVeMfqUI0oyT8gKa { top:95.375rem;left:24.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRyfLN81w5If6OA6yap6XyykLSsrkMGQ { top:95.375rem;left:23.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdKSAgndduuKmLeERFB3xUkqJGrPvRTh { top:95.375rem;left:21.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXhWILiql1aylCSgQbNhTW8J0ygDEzVV { top:95.375rem;left:20.5625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 { display:block; }#xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hn4cXmBzfKGaer3q0E1Adw2n7ImgH1nr { top:45rem;left:0rem;width:10.5625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2PHCs1LItsxBBeMyTyowvzXqV69687z { top:53.25rem;left:0.65625rem;width:11.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaSXfMuL84PJoKZBTqItRZ4WHF4TAHAy { top:4.8125rem;left:20.375rem;width:6.9375rem;height:2.1682010572561rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn6XhDXGxOWMBfEK3G27wO91ygkmeXf0 { width:41.625rem;height:7.875rem;top:7.75rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLfhlKwTsrSAUvcqyaP8oIUvNQcuwPq { width:9.75rem;height:3.25rem;top:13.125rem;left:33.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG8OoBLJKapWLxUZGMB0fXBXPPOXhmVJ { width:40.3125rem;height:4.5rem;top:18.125rem;left:3.6867189407349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnqU33vZeegPn8BLN5JH163kOPdR4HhB { top:56.625rem;left:10.875rem;width:31.0625rem;height:25.822156878593rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbvgh6UKBX4xrcXwxcLdLhUfnreodS23 { top:53.375rem;left:11.4375rem;width:30.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfnC257rRwVthXe0uz089U6AST8O9Eyc { top:58.5rem;left:26.9375rem;width:12.5rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZu7L46aT7LpKmynnduq4uZbfetNWUXA { top:59.0625rem;left:28.3125rem;width:8.4375rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuowkvRBrQoXko2MtuCH00VF87UZuDx0 { width:9.9375rem;height:1.3125rem;top:62.5rem;left:28.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTHhNsRyOFGAUZl1KLLsdVN2iaJieob { top:56.125rem;left:32.4375rem;width:3.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlMyOmciV3Sfwc3pN3GfTfOnwL7B7L9k { top:63.875rem;left:33.5625rem;width:10.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnieuwSNmaDt0u8SJtBvqcHr7rHsn4Gr { top:62.5625rem;left:42.375rem;width:2.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMGGnhUCXrDqdF8ASHEwtksZTLcWvCMc { top:64.875rem;left:35.125rem;width:8.4375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhZsfelyIXJNLueqT7ebTcsicskSKiM7 { top:64.875rem;left:35.3125rem;width:12.4375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAQuXVx4avz3DB8tFq1tvTNU5n6IJQUd { width:4.625rem;height:2.25rem;top:69.375rem;left:43.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tes6k03XoHU8sJaBPrvQ6E0Pi9arI0I0 { top:75rem;left:31.4375rem;width:16.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgPVvak20Wsxywef1kzhLQcLkzqW1xKB { top:70.3125rem;left:32.8125rem;width:7.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBNSeeixTAnmphN2OCtLDNrEN9yJTCMQ { top:75.5625rem;left:37.25rem;width:10.5rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w13ct46Ee7zxNJ6oJSsrLuLNILSCvebD { width:9.875rem;height:1.3125rem;top:78.6875rem;left:37.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc5VqWwl29bRduJ6Kr8IoTl0ETF1ink0 { top:76.25rem;left:38.25rem;width:1.5625rem;height:2.2238756613757rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1inTPa18iDPgEJdqL6nKxThg3tWniWm { top:79.1875rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9GzMd20F73eHs292DQDIb5gSV6T1k5a { top:75.625rem;left:2.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0hgkOlF3ldNa0y2nGJ3HiChMkWIyAfM { top:73.75rem;left:6.5625rem;width:8rem;height:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me2DlZxEJ1f1AJ80K1FmFdda34cvxe3V { top:72.6875rem;left:4.9375rem;width:10.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nITd0cmFce2K6s4TWt9hCFiKvOv1K3aq { top:66.1875rem;left:0rem;width:12.9375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP00Ahs460NCJogvOzQp2Z1oiu8V2J7E { width:9.9375rem;height:2.6875rem;top:67.25rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hguytKPTnyLCuwRJNQINZICycXGuM8OA { top:67.5625rem;left:0rem;width:1.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx9iF48tcaVNo9TDhARZGRbnnTQvodMd { top:59.75rem;left:0rem;width:14.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAnmKCydTSa25lmJHmyokr09ra0NMTbw { top:61.4375rem;left:7.1875rem;width:8.8125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgNgGpKiI4IvH0W7IZDBpQ63p4rq1ef3 { top:57.1875rem;left:3.9375rem;width:5.5625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4v8xxJzVcTAHVGPrdMbL90fOrCOqoRP { top:59.0625rem;left:3.8125rem;width:9.375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzGzH0No5zkHuKEiIJ7BXfZUlya9KE7Q { width:4.625rem;height:0.9375rem;top:55.875rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2S6GoMhWtPxIgiXX931fQBrSdw8B70M { width:47.6875rem;height:30.75rem;top:24.25rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HugIamdtslZPABWsyiUlHtST4z1p6rFK { top:24.375rem;left:0rem;width:0.9375rem;height:1.2306978107897rem;display:block; }
 }@media only screen and (max-width: 763px) { #xysJIT3khkCIlcF5b7avzW9EoCA8qypi { top:28.375rem;left:0rem;width:0.9375rem;height:1.2306978107897rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATeT9ZXdvEWTrn4XxgXBEW7KBeGDQDfE { top:32.1875rem;left:0rem;width:0.9375rem;height:1.2306978107897rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGwZ3x9PsVvlDD5Ld5d8JDsUvcifTItB { top:36.125rem;left:0rem;width:0.9375rem;height:1.2306978107897rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea000xMnQnk8F9NEHRDyeTSiPOCIOlOq { top:41.9375rem;left:0rem;width:0.9375rem;height:1.2306978107897rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsF734J1KF943iXdSDv5am30GNMVi675 { width:47.75rem;height:7.3125rem;top:84.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0PMmcKRWEFSfCqih4iffbVNvGJq2lKa { top:82.5rem;left:0rem;width:47.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFUhOtLUW1tkQF54PERkiRfxHuPaL3D5 { top:47.625rem;left:0rem;width:0.9375rem;height:1.2306978107897rem;display:block; }
 }@media only screen and (max-width: 763px) { #izszciB2lTWFhL3HXop47KmgIrBXgtoT { display:block; }#izszciB2lTWFhL3HXop47KmgIrBXgtoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naooCQ62gHxT6n2J0sIR3IUf7z87f4Sb { width:31.3125rem;height:5.5rem;top:9.625rem;left:16.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px5ycPin4NuoGhSNwyNkXvaDRgIiKMbT { width:31.5rem;height:22.75rem;top:17.125rem;left:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWCvXKS01xf8WCigg3PuyV1h2gLXprwG { width:17.5rem;height:1.5rem;top:42.6875rem;left:26.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFTosmLxtHZKE6AS4hS8so1glxPcZTkt { top:42.3125rem;left:26.4375rem;width:17.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV4XRHxooHUT6JFLyg6y79OFZTCxAiDv { width:32.3125rem;height:17.5rem;top:47.25rem;left:15.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDUP33gWa3MPJ18DJxFWChAw45xxWr0k { width:30.8125rem;height:5.5rem;top:69.3125rem;left:16.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc2wXd8UA5Ls6HFi0ytILiftkfkFDfmx { width:32.5625rem;height:7rem;top:77rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBTOU3vX1oAXKyfGOIMTMdqikEzlK2uy { top:86rem;left:26.625000953674rem;width:12.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2FLWTX3wg3Nu6K8tTCBzdwGckU4zErD { width:31.9375rem;height:3rem;top:86.3125rem;left:15.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg5SpIhXRtrSTGH6o4bPMfakHHZx23ZT { top:78.125rem;left:0rem;width:20rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsWxTUoRZkSgWxpa6AcqvIhaEaodVS9A { top:20.1875rem;left:0rem;width:17.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQNDn6uyuLp0EB6CdBeFJhZhuByOorFZ { top:30.25rem;left:0rem;width:16.8125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPrNK8DGzyy0ecGFhVboBWepNzkDCkFR { top:74.8125rem;left:0rem;width:20.4375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9NCRmHlwRGodTDH0r1cMqbB5TNoG4Ra { top:87.0625rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD4bBfGhdrNw21HWd4GHzei6GKEgvI2N { top:44.8125rem;left:6.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDhZ3ueL6525yHrboQu2lqkOIDln3AUI { width:33.1875rem;height:17.5rem;top:91.9375rem;left:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2DEV5ypXa5fWTTbMoAOsvsWKQyXFvO4 { width:6.75rem;height:1rem;top:7.125rem;left:26.849999427796rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSTa7pfqTTKlq0ifWwwcAuiGsU7ex3zm { top:6.5rem;left:26.437500953674rem;width:7.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz { display:block; }#SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsFrcpEUmqrmxOgMe4WMLshpapWTXxZ3 { width:13.4375rem;height:2.0625rem;top:46.5rem;left:34.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3TG6CDyHavLTPmBiKNN4U8bVUN7trJW { width:33rem;height:5.4375rem;top:7.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzhuErpgw0H1gyC522xVEDgyPBTBpIWi { width:11.8125rem;height:3.1875rem;top:10.3125rem;left:14.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm9irzGOBFWtidMclzN6s1figgOLUd21 { width:47.75rem;height:32.6875rem;top:26.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OITUGsEudh54kqZIIF2t2y1uk4hznoW4 { width:32.625rem;height:10.5rem;top:14.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHQcsW8TmebPOpa1gb1LBV1IVim8G7T5 { top:7.6875rem;left:1.75rem;width:5.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvVu5hOWI5c79AaPJXBgdqXR0gmP1bTf { width:33.125rem;height:10.4375rem;top:70.625rem;left:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khTXWXvK0EJZwb5TqDDI0mtftOlASsEG { top:7.625rem;left:25.75rem;width:20.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRTxMZ6dumZZKvD7PxqDGBApSycU91W6 { top:26.875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9nIMRNfFdcqxP7IUkThz8FSDc3BcGuT { top:36.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t81qvTa5n0zoV3WmGQ6Cg2iDD1QP05P9 { top:45.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA2ibcr59tAeGO4Gg51EC1ahay8TmWCW { top:53.4375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOadhaWudOBcXGcw7blohDvmKhnr9XOG { width:33rem;height:5.4375rem;top:63.375rem;left:14.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1hCWKBJo5OupenS4Ksg0hccRHEnDAyT { top:66.125rem;left:23.75rem;width:6.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGflxQL25bfI3rmoxOCk5IsPc8K6D1Rm { top:62.9375rem;left:0rem;width:22.1875rem;height:18.49975rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPXygOy1VQsOXsrRbvtwtsthfOKh1naw { display:block; }#qPXygOy1VQsOXsrRbvtwtsthfOKh1naw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpP3Mb7IENGnIy27IQKcTSsewbI5O4l1 { width:47.75rem;height:5rem;top:4.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOQ9QTtGJRb3paCei9m8uNNM3gHTIoko { top:17.0625rem;left:10.625rem;width:24.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4OXps5aXC4ypMsxJkqBPok6LUi16kBG { width:44rem;height:7rem;top:11.9375rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc6u8yBTTThofd9ZsSl8Q0ws5rDytJg2 { top:23.4375rem;left:0rem;width:47.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbRc160w9Ek7hqEaEh0NbC9rRHZ6i87P { top:24.75rem;left:19.656250953674rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBDGhx5V75NMq7N1VRno8RdCfS2pknOf { top:6.9375rem;left:26.3125rem;width:19.875rem;height:0.93457870680953rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXEtE9sCJzlsrUlZ8DIwFTe4h9TJkNB8 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv7L2NzVe6ehhZoh02gDGcFEu8TbLibX { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XetWRPfy5TZk6lUlShgzfHaW3Lf5Lg9O { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGGrnA4GAbD6ML7DDm5DyoKnAEaArfHa { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEZMq4ZIP4i5ThleBTydPxJkBW4xhvRa { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCa8Fyco1r6CdvCnXKyDJw6QMWTO2P8u { top:44.5625rem;left:25.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGHbpomROvT9wo10LK4QeMBpw49WTmmz { width:36.125rem;height:1.3125rem;top:42.6875rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEJ0aFyM198SX9M5nMJDSh87CNbh0e2g { width:36.125rem;height:1.3125rem;top:41.3125rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds3hdHxX7LdcO8X0QeGBgBRKVunDuiqS { top:44.5625rem;left:24.5625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFn5eXAtFhyzvcaOSgtVVCP8lWUoQIyA { top:44.5625rem;left:23.1875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgeR0q65mv2uDQFSLex1pNi5F2JMTObe { top:44.5625rem;left:21.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzhcUMtem4mxT3HSfMur7TiJBGX5q6OW { top:44.5625rem;left:20.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPrt4RSUBRlqSqlRTXBgd8N3VXvspI6q { width:47.75rem;height:6rem;top:33.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igFweaH7hfoTJR5N5A9Gd9T5ITBgMo5P { top:36.9375rem;left:0rem;width:22.625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSavQmRnPH2uLbwksmrCbb1wmkeF7dfr { top:35.4375rem;left:21.6875rem;width:26.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaqCtfqLlz1JTNBzheiwqfx1D4KAJsWM { top:14.8125rem;left:34.03076171875rem;width:4.625rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #li9SMuvffQ2ZTt1750Ci9NiQuOkowsmK { top:36.9375rem;left:0rem;width:22.625rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pw06iLtG24qT8tUkLTXCCCzhKpgIFZTv { top:36.9375rem;left:0rem;width:22.625rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu { display:block; }#yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfGFIIDyC5iXbkpFw18tWlKsyzgeHwT9 { width:26.25rem;height:5.625rem;top:9.5rem;left:19rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u498MKJuDL8kAN88UF3eBR8c3gPtzCy1 { top:30.875rem;left:16.0625rem;width:31.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7cUHHguzXzTAohLox58oAKoxXezSqaO { width:36.875rem;height:28.875rem;top:17.25rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tacnaz0LsnS945Vl9g9fFp4c92hyiTpw { width:44.6875rem;height:4.1875rem;top:52.875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXQ8S0iMTP6ThP0ckzVUE0p4mGMMdXf6 { top:8.9375rem;left:0rem;width:25.6875rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAdQrKsbye7VEwTwiaiR0PPRiAiWX6mB { top:38.625rem;left:14.9375rem;width:32.8125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdNFJQzDUp2MVh1XAV77HymUQTHTtXvW { top:36.5rem;left:44.875rem;width:2.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFu4F4JN1qQl4XyTLKGC6pwida0qy9Mw { top:60.625rem;left:7.75rem;width:33.75rem;height:35.6859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llxsFLhNl3dkkCRixbTUlL5kQgxKV8Fd { top:88.8125rem;left:25.9375rem;width:21.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GavJtxdLQGZJpWITAfGGZNwP5tc5X9la { width:16.875rem;height:6.5625rem;top:71.0625rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8EzVGTROPhTT63qtVHqzOtU90aZ29OQ { top:59rem;left:13.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNHweDgkQa61TTKpSUkv4gJ61xHddTtE { width:15.6875rem;height:4.9375rem;top:62.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bprz3tcOaVRvbMQ1b2T3rpw5P0xA4Q2Z { top:60.4375rem;left:0rem;width:19.6875rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXMg18XekJIZJTq7RKQTZtMbethC5oAc { top:67.6875rem;left:33.4375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HClN4qwmCPKfalKxw5cKfHNOlEQ0Gode { width:15.6875rem;height:6.5625rem;top:79.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x89PPW61Kp0RhplFG45Jck6VBn57ddMb { top:77.6875rem;left:0rem;width:19.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5TCZJfvtXmNTLnxa7gQ0IxZTor5bidu { top:85.4375rem;left:9.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m74XAHO0SeAtUQrfK5BNwEx4yOQESnrd { top:69.5625rem;left:26.6875rem;width:20.8125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ZugEc2VEFO20oZ7mGF0i3trHAixshA { width:16.875rem;height:4.9375rem;top:91.25rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcdPEmGuee7o6bZFbkJveGSsVF1rwi3A { top:86.6875rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC5KxTQRXSLwLIaceyUNiG541367Milm { top:30.875rem;left:16.0625rem;width:31.625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdaXoKJu4VXMQdH7d6vNaOwV9oNCnvqo { top:38.625rem;left:14.9375rem;width:32.8125rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC { display:block; }#lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnrfmXup4gTxkhp29QUnbIT5quqrwrUM { top:9.875rem;left:0rem;width:35.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBkC4vlC6ZHsn3qkWHxssTLCVd3r9rXP { top:12.25rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZvMkGS7XDsaGWVJnuhCdFryUkb6i31E { width:36.1875rem;height:2.6875rem;top:71.3125rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgoVULe19fX2WDoN2oqPGmx7bUDAf2cy { width:33.75rem;height:1.75rem;top:16.3125rem;left:7.436718940735rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbsRNFqBHtxp9bXVJDizpXW4oTMGQw4X { width:47.75rem;height:6.25rem;top:6.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVLho63OZLaeJfDB3XfLiCu23Ozqq97X { width:27.4375rem;height:1.75rem;top:24.6875rem;left:11.875000953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhk3yBSPPwvOUIVvhiw6lMHdnstrnGGz { width:42.3125rem;height:4.875rem;top:27.1875rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m97ZxJrZk7Bs6822lFRpVCtcuWCX3uIx { top:22.1875rem;left:0.875rem;width:46.875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI6TOxqrsQBAlWTWTTXsJTNxzGzCQuxk { top:26.1875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAr6dMKuWlWsFuNdfUdzmepTRs7VSfVf { top:41.625rem;left:45.25rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNN2gT9dATR4vwzimGpage04k0xGeLrN { top:56.5rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eikbF7Kbvc4FVq5JTZp9dyV2dPtRTpma { top:40.875rem;left:43.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRyRHglEbmdD8MRlXScngcRnL2R2ktg7 { top:55.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxHfH8JbDRLr8ha9TsLiTlIODZtyWiND { top:75.125rem;left:43.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpqOIThSeASgiJx53sWxtm1veEq1HO0A { top:75.9375rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqchBHdsCFgTSsIrO02g1NxEIW1taiVZ { top:91.125rem;left:0rem;width:47.75rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2ARk1QUMTSf1Kl8uTxAiBTPvqSPdi39 { top:92.8125rem;left:19.4375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbzAIWOkBSILaTifZVTHc5F4Zi57JPor { top:9.875rem;left:0rem;width:35.75rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #diNzq7goxc9ZGSIKm0EoB3o1JCzlOnKF { width:36.1875rem;height:1.3125rem;top:87.375rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRfoXHl4FZxvl6al0fG1fEm8WRxm97bH { width:36.1875rem;height:1.3125rem;top:88.75rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTwcxTZl11zf1DBVm4yZOQNWbWuTVypo { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha6p1TGsSSvw0EnT7qEurEeA4KyiGF2i { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw9hAtvihxc3THV04eN9z5rXPtGayipV { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq6kiMaqz5eT5WoFhOngefRnvc6PeIZi { width:17.5625rem;height:12.125rem;top:167.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhU2fKKw8N8HFoczE3nI1M949WRTkoMt { top:82.875rem;left:29.8125rem;width:17.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxJizNzn2uagu5RlNQnkS9nyw54zIi3k { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgmLRkiwKOR0huvdzC3hFL0TWVo5qT6U { top:90.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxQvwkHoDb3d8Whuk7ycMVJ9QRfrfyl2 { top:79.9375rem;left:23.6875rem;width:24.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOkE7aROzsoJV4B4WctZhXGyukbvS1Qk { top:105.6875rem;left:6.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6XZNEBuFlQqkM2mokqvf8V6AO60hEy7 { top:105.6875rem;left:4.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCUaxuL2ZPM5NqelBqMVl0XG1zKn1C0w { top:105.6875rem;left:3.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEBrRKK94RzVb5u6X7QKInUhrzdtT4vg { top:105.6875rem;left:2.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quJVCnT76EPlTosXhSnewC1Wy3c2OUeu { top:105.6875rem;left:0.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2WzZDxuJ2EaW576RyoUH3KzIhJyxzan { width:43.3125rem;height:6.8125rem;top:103.75rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARNdHgGxX7Ok3F6ks3KZJ2V6kThiWC4b { top:24.0625rem;left:11.437500953674rem;width:28rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM7rwtSTPxMTRQGLN6iTFoovronNNR5c { top:27.875rem;left:0rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO2I8XOe4IrwJcR8cUVRE0K6BSNGFh33 { top:42.6875rem;left:35.5rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGrbKNMMywCGOBNmFw0mTZvLQwNliWUw { top:36.8125rem;left:0rem;width:46.875rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thKIVe5qDL7X8HD7X3XCJiQfBu3JtSZI { width:40.4375rem;height:4.875rem;top:44rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9CDZtlvTVysKk89WQXnPX0VCcSBLpFJ { top:38.75rem;left:0rem;width:38.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NILo9nUI5XanoBVpUzRq8TCynyTUxn54 { width:47.75rem;height:3.5625rem;top:39.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddF1iCZJtz9Ns8DNod0hoaLcNCHOxPO3 { top:57.4375rem;left:0rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOI3viAIyX3X8K7TmGNmHNUz0ZnDfemx { width:40.125rem;height:6.5rem;top:60.8125rem;left:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhQHJOacW1UcuecFD73z3dg0Q872w9To { top:53.8125rem;left:0.875rem;width:46.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTOdmX6DA97VX53A0FNBc2vw7Q4kNMh7 { top:55.6875rem;left:10.9375rem;width:36.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o223K9Kz3UxB5xyEN8Lo3vrnBCaOv97b { width:36.0625rem;height:3.5625rem;top:56.3125rem;left:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRODpqTWwa4A2oatEdyDqQ4Ey3OEdxVX { top:76.8125rem;left:35.5rem;width:12.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKQ5UDi1EoS7ltKNWK5pR7DyJiN6zmKL { top:71.25rem;left:0rem;width:46.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPDkEIgAQo1xrvZQ2DRpeCzJrqbu1oJy { top:73.125rem;left:0rem;width:33.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHT7Pf1Ni4N6CZAgzpSyhF0LesqPCq9s { width:36.3125rem;height:1.75rem;top:73.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEbhL86vpRqXcxCQaqrF5Th0PyUUA0p6 { width:37.5625rem;height:4.875rem;top:76.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diAUeVhHfQqLqADy3WonHJxTatLXaTuu { top:107.3125rem;left:2.0625rem;width:36.3125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD0QpHWoZBJflr7Wtr84tlUQqBISGDXd { top:105.5rem;left:25.75rem;width:19.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xliIPAHgHQ0VaogtUNgFKfiRiy5n13v0 { top:40.8125rem;left:0rem;width:11.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbZznusNlJVKUQFa9IPuSx5N3UTxziLW { top:57.8125rem;left:11rem;width:11.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJgdA29Zzsm7ZuMFEnLBmKGwXFN6ZPXR { top:27.125rem;left:0rem;width:2.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKT3kVfZPTH5InWZud2e8eLWonr4vdUc { display:block; }#rKT3kVfZPTH5InWZud2e8eLWonr4vdUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GS4tmsOwea7KPhs602VJWy1L8VDeXgqV { width:46.125rem;height:2.625rem;top:13.5625rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTfqaIKKi4Aaw7l97elT5VZeaCd1i4OW { top:47.4375rem;left:24.5625rem;width:23.1875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWfNNttiDxmNplwEOGBKKK9w74qniU1S { width:19.1875rem;height:10.5rem;top:50.9375rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raBp7MyxhRDgKn8l5pwL0zIT5vopoTrM { top:62.125rem;left:39.75rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7NdHap1h7inBBgmKlTWC0dN1xOuweDz { width:11.875rem;height:2.375rem;top:63.3125rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6b8BGIvV9As3zn3BLptGRohP7qN3csz { top:21.0625rem;left:12rem;width:23.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0bl2rZMqJV8VDKletJRbUONeBh2Cu3b { width:20.0625rem;height:12rem;top:24.5625rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX3tmITkZBBniHE4kUV4rIR0BsVGy3IJ { top:60.3125rem;left:39.1875rem;width:8.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOfF8tUr9NsWAxmSDOGxz9vUIpJitaFo { top:55.625rem;left:29.0625rem;width:18.6875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urt7fOkgzXtZzknBQdiyExyG5XlMUxfT { width:12.9375rem;height:2.375rem;top:39.3125rem;left:18.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBcBl1lbVX1FXmox2W9k1QRAtlgrmeyB { top:45.9375rem;left:40.3125rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsyDRDIhwiOQHZkBnMC6DOmuvzq4OPif { top:19.5625rem;left:14.5rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm1Jr57wk57Iu5DNNLAGRUyn6fpSP1TJ { top:26.1875rem;left:24.5rem;width:7.75rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpEsWCxTOVTFKupAWhfz2dRthIrw9Rg1 { top:27.75rem;left:14.5625rem;width:3rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1iTNFSghGJUkU4xpkUkQywhPTeqaGZh { top:33.75rem;left:23.5625rem;width:9.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMUCimao7qP1TdqPmzcnlGbKTfW98Os0 { top:35.4375rem;left:14.5rem;width:5.4375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSXZoMrHgtlMNZTpSP1D0uCdA1f7e1d5 { top:38rem;left:13.625rem;width:4.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPWA7T39nkycHwJVy50vO9Ny0LWd3ccd { top:21.125rem;left:24.375rem;width:23.375rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFvipSN9hZr08ZEvOAlTWK8B3DlA6VIV { width:20.0625rem;height:12.8125rem;top:24.625rem;left:27.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMrDJRTKOeDFIl74RaI2lX2wwwoQkOyG { width:14.8125rem;height:2.375rem;top:39.3125rem;left:32.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnDq3HvtfG12r5UqEbGzoHnVEAR8dnZJ { top:33.1875rem;left:42.6875rem;width:5.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyNF2qMMep9KKsQvQVOUCLTpW7LyAJKX { top:34.75rem;left:28.1875rem;width:19.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKNpMlxlqJhu8ud1HL6vyFdCaHLl3c4M { top:38.0625rem;left:39.1875rem;width:4.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuJ6XSJto54mEGLtc1akwqGA7PSAzAUK { top:19.625rem;left:40.0625rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3tskyBvGbMwmW3bovqt4ythCTbqr2bX { top:36rem;left:40.0625rem;width:5.375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AREHZcD0P1AI2ziN5mTO1stybiKyMIs0 { top:47.5rem;left:0rem;width:23rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENgpiMCfypDnr6Z4cQbov17GEtxiRyIE { top:46.0625rem;left:0rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnSoyPfKr0FtMBZnyl6KHoxiBiV6o3Oa { width:19.1875rem;height:7.5rem;top:51.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpKTbnIPX3KA6Xc67DhdvZ27lJEELbOm { top:56.5625rem;left:0rem;width:14.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXITKvS6PcNNNFReTQgtAyMaSy5T8kMt { top:58.0625rem;left:0rem;width:8.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLhBVZQopG31mobfAGN314Gre2w0WvwT { top:60.4375rem;left:0rem;width:5.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdsKHTVPCT5Vu0mcvxuAqbm5m9nEqJSh { width:13.625rem;height:3.5625rem;top:61.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETlUZMitaLos8P4kJ2W2KFc1Mx0lGUmg { top:47.625rem;left:12.125rem;width:23.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPbw4IrcercXKJDOLwJUfVhG009QOpki { width:19.1875rem;height:6rem;top:53.375rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnxrTFrMGzSavsgSNhByAhxiph4WNZ3X { width:13.625rem;height:2.375rem;top:62.3125rem;left:20.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7TrcziiNGpZA5gC4em2Skpu9g6tXAAL { top:58rem;left:23.5625rem;width:7.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm0rmNtaHzO5aQelknUvqE46qo67lMR6 { top:60.5rem;left:14.1875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2vwUqIOOv9lJfgmJIQWQDTSZTm8tPUy { top:46.1875rem;left:14.8125rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6IdL3Dt0W1XNZlwvod7tr9TiShlzTgg { top:21.125rem;left:0rem;width:23rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcG0EfmNZa0RSMJTFJeXJGhCrov8bt6 { top:37.5rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7gXJXhiq6OHhAlCROzwDqgpIQOtzg0b { width:13.625rem;height:2.375rem;top:38.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHZK9v38aEGyP923GQ0xaf7EQ1miCfy { width:19rem;height:11.5rem;top:25.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnbvaIfiRbqGNRkSsJBcaR5MJ2KC8Nuw { top:34.9375rem;left:0rem;width:12.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLeiuV0tgrUVeXNZRbCK4lJBZH2euJa7 { top:19.6875rem;left:0rem;width:3.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT0tmUd9S6MW4T8qzXnGGMUXJLg4sRuI { top:8.25rem;left:0rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUwImOuDJu4sXymKX8eBVK2bd9co9Tvl { top:9.9375rem;left:0rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibJEWd9Htwz2WpqMKLJRbT1XgSOow4EB { top:11.8125rem;left:0rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgtDyb2viffRHIGparXu05kwQp0O0fxI { top:8.1875rem;left:0rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZTkSeEAyHKu47crBXxPE9umX6ptMPmQ { top:8.0625rem;left:12.8125rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS14UF99J64NM2lxZTGXOOi82afPJE3E { top:8rem;left:8.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5MiuTgNPhmiJABOnPXwNTh1Dp3O6zJu { top:10.375rem;left:12.9375rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfVGZfpAinoNiboq0bsuXT82AadwL4yq { top:8.0625rem;left:31.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy9Dqb8L8pozEWX1FUkiuNHXKhKK5TZG { top:8rem;left:27.5625rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOLsIka67oQu1uUdbeE9fg4xz83JWB2N { top:10.375rem;left:31.8125rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIVbKrXy68zsODriGBLGxnePtLozi4Kv { top:8.0625rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP03T25eutqOno0kTrRKKuh2zHVVzXyf { top:8rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU4iUOpO6tbKKT0TgEVT3JnQqzS2dXFZ { top:10.375rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLkiOng2ByyNvtOZJ7HuQARr2HdJrFwX { top:12.25rem;left:36.6875rem;width:11.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bERhmgACS0mTTPAFABZE9LLHAbOnaDyy { width:36.1875rem;height:2.6875rem;top:71.3125rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2pDFo0wnpMrktk6wxfR0hxuxzoZyoLA { top:63.4375rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTncUh49tq8QXHtVEwCIymk20uV1bqXu { width:36.1875rem;height:1.3125rem;top:1.125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu5XdGJ7HD3LVLwZUM2wuC7mTwrySVxO { width:36.1875rem;height:1.3125rem;top:2.5rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI2ZpsJUcxik2ZP0STsTFgZONOaBe95Q { top:4.125rem;left:26.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6cSdVNw7AymfOhsUxETepKxrNqzThUX { top:4.125rem;left:25rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkwwCzyt6F1ud8WPh68PylxXCaU5HDb { top:4.125rem;left:23.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnre4gze622HKsGtlfzU5bQoTkqCiE3Z { top:4.125rem;left:22.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTXMw2iT2hGsXeCJBDvnhbeGoZvy7DFV { top:4.125rem;left:20.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT { display:block; }#rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4rwLytS4D95Edk2Wf1pJlQr8GKQvLqf { top:47.3125rem;left:38.40625rem;width:4.125rem;height:1.1690878771774rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5UskDHaTNKSBJfKnzJ5tAZLHsb1US7d { width:33.125rem;height:15rem;top:7.375rem;left:14.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfpGEBPa1TRAGvqWX96uFPiED6KOEqcO { top:3.9375rem;left:25.500000953674rem;width:8.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meKqrVXyvQvGfCbWTnP2gFHC7oemLsrg { top:12.5rem;left:17.75rem;width:30rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HptJ0Kz81alknUnrXw678wnswoH946Lm { width:34.4375rem;height:12.25rem;top:24.625rem;left:13.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B02TqC4lDirdpeSufSuoqJxLi5ax0aZ5 { top:38.5625rem;left:12.0625rem;width:35.6875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzTlJ5viGV1cRCPbCOVVPIqPwxXCcynG { width:24.0625rem;height:3rem;top:40.5625rem;left:23.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVVuwdMfeWhQrK6nNoXvFN1SoJM64WJA { width:28.25rem;height:4.6875rem;top:44.1875rem;left:19.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftoPKQOtmcRflv6Kr9K5Cm7CEDkR9RWk { top:52.625rem;left:12rem;width:35.75rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqlpeSSvMuP5zDdUdsnfBul1Hbs7Cfym { width:24.375rem;height:1.5rem;top:54.75rem;left:23.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGRgn8sV181c2NSsfkA6ZigdTaG9J52c { width:26.3125rem;height:4.6875rem;top:56.75rem;left:21.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUOKERZyqsMb0fAKpVBdEXVSEJmwzn0P { width:24.125rem;height:3.125rem;top:70.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TULRUttOyIm4ptqaHNXybPTMMJWsFaLD { display:block; }
 }@media only screen and (max-width: 763px) { #x9T0cN73u6FrAGPgaSVr06UTw5LLfDhv { top:40.5625rem;left:27.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFOxkLEx71uUb4N2QgZoypibHdS4LVzm { top:54.75rem;left:27.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I88NeA0M2TAfgMrSeBDaFT46t8K0v91i { top:4.5rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsa0hPAo9f56wdVBELHAQ02vdzo5xq4v { top:18.5rem;left:0rem;width:39.0625rem;height:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m06ryPWhiCC7X3DbAwpMNzT15tzFtaz9 { width:33.4375rem;height:4.375rem;top:68.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRCEWDagOmFawbpunVfBxIKO2cQ2R5Wk { display:block; }
 }@media only screen and (max-width: 763px) { #NTScn0zwXOlakLP2UoFLArdgGB0Ua18l { top:66.1875rem;left:42.937500953674rem;width:4.0625rem;height:4.6173517711688rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1tpDdTgZkrhaTkqKvnKrhImyQ1zptOQ { width:21.875rem;height:0.9375rem;top:73.75rem;left:12.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpCmSEnWQPbhXQwAQHubmDeN4sPxKTgM { top:23.1875rem;left:1.4749994277954rem;width:8.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKPb6fAQ8glNFrbOLpiLHRSoBXSZMASK { top:23rem;left:2.5999994277954rem;width:8.8125rem;height:1.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09LxD6wGM9DcwFxsrUTxmyvzE5PxApi { top:21.25rem;left:2.5999994277954rem;width:13.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #thOWzTgX31LxiDBp3dUfox7BCX5Dm3Ea { top:21.6875rem;left:2.5999994277954rem;width:13.0625rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 { display:block; }#OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEKpt7T9TqZCMekBNhQoXeL1TAX6KZ0E { top:27.4375rem;left:0rem;width:47.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhAqq1bIylwzhRVVActLcwLsfyOcuMTa { top:50.6875rem;left:0rem;width:47.25rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMOf0LULOlD5ZHLudTE0CbNTN1y6k79A { top:77.5rem;left:0rem;width:47.25rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3CUtlMWCJOvpeH30kxuWLeOkp9tEWRN { top:78.375rem;left:19.9375rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLJU371pBGA0gkg0OmPaZBe4H66XOby0 { width:36.1875rem;height:2.375rem;top:92rem;left:5.7499990463257rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4vmAd7LKsKbPlC23JdMeI6c7Vhn3nXX { width:47.75rem;height:4.6875rem;top:86.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlpnTB3pJ7a1VoH3ehzpqpvWqQaCeETb { top:99.4375rem;left:0rem;width:47.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwsWgxPs1Xp6Si7bQif8denIH6HmLarI { top:122.75rem;left:0rem;width:47.25rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLqZIOVUktZp8Ha1WIQ6Z7C8FA830Tp { width:38.9375rem;height:5rem;top:8.125rem;left:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAu3bJCxwVmw1THt818kp0X8CHQoMzQN { width:29.375rem;height:3.25rem;top:14.1875rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXCFBk5yMcn8IBPEyX3QlNSnpPdfnMFO { top:4.1875rem;left:18.8125rem;width:8.9375rem;height:2.1723995444255rem;display:block; }
 }@media only screen and (max-width: 763px) { #stpPKoVNw1SDEeX51r2SdOGumzt2REee { width:33.1875rem;height:12.9375rem;top:34.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqiG2GVQzEDsiPZmENgmD5qMpNQBEJIv { width:25.6875rem;height:1.625rem;top:31.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElCqoo5DFlCBWiLWqEfoA7Ta1MvPEwpe { top:29.375rem;left:0rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxB1uv9dpAoMsAUcwaD9K9TxXnHPT5zn { top:53.3125rem;left:21.625rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGlJ1kl2gmT8sncRA3akGpWmoJeoq5E9 { top:102.0625rem;left:0rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHMmCCvFidvDIqX3PwH752eNmQczVmW5 { width:25.6875rem;height:1.625rem;top:104.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcP2NtDo1tLgv7XTzSZyqOni1fNGkqXm { top:126.25rem;left:25.0625rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoXSVmMlKb834sPaAmU7a6f2leHXeGA3 { top:198.9375rem;left:0rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVyBxOVFPf4F4CnSNx43bwlnhF5MX9HJ { top:227.5625rem;left:21.5rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTguT8LXbNUwrd1T8yrEc8yZJoBHLgUf { width:8.4375rem;height:2.75rem;top:10.625rem;left:31.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAdT4FpyXpwG6coK4nRUVzDDmiZQpczz { top:22.3125rem;left:9rem;width:29.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6iZDKbCQRHOcMweUkE9QWo6sDa5L4Z2 { width:29.375rem;height:2.1875rem;top:22.75rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVeinzmI5lwp6OgeypOofIaeVhtkb5m { top:42.5rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbkUnzTzRTNVfIT7g90gTUv2A2BpQusS { top:29.4375rem;left:28.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKm8SiJgOrVru8LRtElL7WM0SITWfWt { top:30.1875rem;left:39.175000190735rem;width:3.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsgylcgl51wB0eoLr6qFA0h39xn1TBSV { width:25.6875rem;height:1.625rem;top:55.9375rem;left:21.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNN1LZ9tqLmuIXKizOcOhhVgRgRGMuoe { width:33.3125rem;height:14.625rem;top:58.5625rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtgMT8tUagpCuoT921mIOeJRKvmXJE82 { top:66.8125rem;left:21.625rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcPQbzbTeWNVs9B2PC7pdOu8n1SfVZ8k { top:57rem;left:0rem;width:27.0625rem;height:14.840806266907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMhehh1Ddyy1hgHcWenhcdz1e2gIHobe { top:66.8125rem;left:0rem;width:5.625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQmH5yhdkFFJXk2nTG4Du1GpT207c6zg { width:34.375rem;height:9.75rem;top:107rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnTPGwixNZBdSVLuNHbanVtUWpJ8DnNt { top:113.6875rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3CuWq25n5EnGg0XPRw4kGqHmL5KAvCf { top:144.8125rem;left:25rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvVVaKPyJWeSNk5Z4LUG6sg35pXnL129 { width:30.0625rem;height:17.8125rem;top:131.625rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV9Wu9L2UTv3hsCTWONbZWMtvMgL4Rv8 { width:33.75rem;height:1.625rem;top:129rem;left:13.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8who6TTdkDKTRDg9sC2diKEhrC3mHNl { top:129rem;left:0rem;width:18.5625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCMqy3JeTpZVt9PA0Tly8NyzqEzFauCr { top:154.5625rem;left:0rem;width:47.25rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRbVAVu2zz5hBIDFE05qJSdXG5n4Buqb { width:33.125rem;height:17.8125rem;top:163.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goWQoRUVrQGp2ROE9UcOH58lfBdaMmX8 { top:176.4375rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yenKctTXel9de6Hx1iA9I2uUAaT5f { width:33.75rem;height:1.625rem;top:160.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fDePSVV67HquxO0rBmsnWkibnldS6e { top:157.8125rem;left:0rem;width:3.3125rem;height:1.594842422598rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4IKpw7ad6J22XOok2Dgm6mLVwPH81Vv { top:162rem;left:29.6875rem;width:18.0625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Sq8mPuFif0Q88euRKf7sEK9p8TVA4W { top:191.5rem;left:8.3125rem;width:29.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #elwzeMiEnDhOiJbXzrPXtE7TcWfv5TUN { width:29.375rem;height:2.1875rem;top:191.9375rem;left:8.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIx1BVwrLiHRS6n4qRhF2tf7hgtrnC5G { top:197.125rem;left:0rem;width:47.25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGsFITwHPIlRsl0yQhFrTDkyu68EtQxG { width:25.6875rem;height:1.625rem;top:201.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM0qOVmvDdNCggEzUo6QTUtyXdcOOVOx { width:33.1875rem;height:16.1875rem;top:204rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWk2W9baBEl6C4t4BPUqgmuPTE1y24ak { top:215.625rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI8JIrihTLFhbHK4nFuLTarpJN2OGLUE { top:201.3125rem;left:31.125rem;width:16.625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3taK9gyTGZCKMltlGeODFLg94WifCAv { width:25.6875rem;height:1.625rem;top:229.75rem;left:21.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAyS0TxQaXLfmcQxxybcsNluyVOfctK3 { width:31.875rem;height:16.25rem;top:232.375rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkthlIrCT6dPz7MEpBImBavLTpZter8T { top:244rem;left:21.3125rem;width:5.375rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAftQlWmtSSsXll9RmzHlhwwkidFZsoV { top:224.5rem;left:0rem;width:47.25rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnrd32dPkC8Lswb13Pb1LvuOicamlhVX { top:230.625rem;left:0rem;width:26.5625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWydiCkx9MFJgF1A8hx21PGitudJSiH6 { top:228.25rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp9wxbglxBSsnZWm9CVEJdXDwFP6MNEA { top:253.5625rem;left:0rem;width:47.25rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE9FIGMg7qow9bRSA7KzTQeQaqu2AEII { top:255.4375rem;left:19.062500953674rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5RTZfcIiNR97hrNpNIhV2WrcSsaQhmQ { width:47.75rem;height:4.6875rem;top:263.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfyrJXOmuzfDoK9RGUG6pnOCgu0HxQNm { top:94.625rem;left:25.937500953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c44hVxQv6QqW3in6i07SFlC8MZiNurrD { top:94.625rem;left:24.562500953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhkOG7qtnyNb84wXOO92dWA11vgLS0XX { top:94.625rem;left:23.187500953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWq0kLV7DRVeK9ohIqhtfHS6sCOX9wOC { top:94.625rem;left:21.875000953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERBcuv02ymUi58SIXmvhTa65fsqIsfyC { top:94.625rem;left:20.500000953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWkqTmcDbuTcIuD0MbNFgDUCrzT2nngO { width:36.1875rem;height:2.375rem;top:269.875rem;left:5.2179689407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fONyUiTXyCMHZ7Qqe02EAC1S8ATv0L5k { top:273.0625rem;left:25.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLSFhNQRSrTUca9F1hwlwgFubeQ6H0Qu { top:273.0625rem;left:24rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPCWo5Q84sH9NzGwAXcOxF3g8BRO200x { top:273.0625rem;left:22.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCKuAwFfqbbCyUCObx3tliuJZE6HGCBX { top:273.0625rem;left:21.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvPtBOGXztUxypbEiTIeDhJm4G55Gw4m { top:273.0625rem;left:19.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #merEG8KwW9vM15ZFQ84szix6w7tBMR1x { top:278.125rem;left:0rem;width:47.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5zQWxwi7oxzknKqpN1WM2X2NkfPrXbk { width:25.6875rem;height:1.625rem;top:282.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmSRytnl7VDrvMrRrpB3bqHSnI5kb2Hh { width:33.25rem;height:16.25rem;top:285.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8IJSg2yNlBJlRvU7etzovTC389ddmK1 { top:298.4375rem;left:0rem;width:5.1875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFtn9giukrhyekDVqLK9kubLN1LQAzF0 { top:280.3125rem;left:0rem;width:3.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH21Wi7ztCde60staOLyNxW94ciCVyG9 { width:4.5rem;height:0.8125rem;top:280.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ8uyCMr0ymri9pzSI5rZKUTS31rhDiU { top:286.75rem;left:26.875rem;width:20.875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2TTvXyzKOgwar2le5oi8zn0SsPUFNgC { top:306.375rem;left:0rem;width:47.25rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWdw2wfQnePzgseAhuCmJuSRPDnvhDq6 { width:32.6875rem;height:17.8125rem;top:314.25rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga7JtG8VSfF34JlLOhAZXXgDOx5KgrQm { width:25.6875rem;height:1.625rem;top:311.375rem;left:22.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4fws0SduwVKglPUIryF5gnXawiGGUD1 { top:327.4375rem;left:22.8125rem;width:5.375rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alo3ebHTtE2cSNF9z1Qt9FDzxVDk7yTl { top:309.1875rem;left:23rem;width:3.4375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s62OvTiKtDP5zMToHHVlu9CLfJndoddR { width:4.5rem;height:0.8125rem;top:309.5625rem;left:22.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snULAuaVbIOm1DrtrTpowv85ol8qE4ge { top:315.5rem;left:0rem;width:24.125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIt5ylTKnrMsvbSGkfMQAqnXJyMDwV4i { top:312.9375rem;left:0rem;width:19.0625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETIT1S11KpEKSiubUsdpa5bnlvsqt7M { top:323.1875rem;left:10.549218177796rem;width:3.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1wrh4NByRie4xJDaGHkd2ApdW8ef5kp { width:16.375rem;height:15.5625rem;top:30.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXdToUT8NF4lFwHIJxM0xLSg1wfJTIuH { width:17.0625rem;height:15.5625rem;top:65.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANI3qhXR94PTJdCIFdvCiDJ3ZMa11hPe { width:15.625rem;height:14.25rem;top:124.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xi58Xhr1ZuW1ePUNsfxTZTt0LN7HaItI { width:17.125rem;height:18.1875rem;top:157.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nE9Loz9HOW7G4x3WhOSqHBgbOfJ6QV46 { width:16.4375rem;height:19.5rem;top:200.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKdHp1UiIidTBT6A4Rce1xbKTsSgyEZK { width:15.9375rem;height:20.75rem;top:250.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFRKfkmTvTuyt6QsttgeNnUPu23tIITe { width:16.375rem;height:18.1875rem;top:298.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqMa5XWoC3rP6TQqnRs4T6ewtfFfGrnT { width:16.8125rem;height:19.5rem;top:367rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2VmrKa3zeeUPwDc3DvBUH6yy8CAGMcF { width:16.0625rem;height:19.5rem;top:410.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ti471JVKcnIk39tTBuq6Ueyg6xPiwPT9 { top:263.6875rem;left:38.6875rem;width:8.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfhkHtcALXa5Z43rh5g6b7Nh1TuPQnoh { top:265.5rem;left:0rem;width:34.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4BCJ9HHrnbkuOA1AdSHDAwEkd6OTpKM { top:108.5625rem;left:22.125rem;width:25.625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPghOGetPFGbiDSTtCQt64e547fp0mid { top:109.25rem;left:31.300000190735rem;width:7.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1TvA9B4shdToGEvf5tbyhx98c5ZMU2t { width:7.75rem;height:2.375rem;top:109.875rem;left:31.843750953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIE4N7IaPJHn8lsntxzAAdF4mx1msiR4 { top:283.5625rem;left:46.0625rem;width:1.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkyth3u1zfpBoSZ5R2e2T0nHqxWOdkx { top:284.8125rem;left:45.9375rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA8m6C2USNJl3yebucFqqhZt9LxPn5ER { top:287.375rem;left:45.25rem;width:2.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNBhkaVXqVXUx4EZNWaEOJDPIxib9LqT { top:68.5625rem;left:0rem;width:12.5rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWPR42VyopcsCRl5F6Qi2UQc4oymckGH { top:69.3125rem;left:0rem;width:9.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okO2vGEwlCIrzHr7fb8Dbz5gD91Ey0ER { top:105.875rem;left:38.25rem;width:9.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMUki2XvhS5MvCtlQFyKvd5S9fNNTwRV { top:105.4375rem;left:33.3125rem;width:12.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hknb44TRrZHRm9VMAXvaRKtT4IAATQxp { top:103.3125rem;left:42.125rem;width:5.625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXOW82CuaCvbAJ9RgOkC5wbGay4OAme1 { top:142.75rem;left:0rem;width:4.8125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdxK4lyaFcidP32xkIWyZN7JXQJSSHu1 { top:144.1875rem;left:0rem;width:13.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgoQUGDveKUwLZ6oAyohpIePe8pkI3Wq { top:144.75rem;left:0rem;width:10.875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSTL8lbg51AOxEIfV9rDALlRWMImyO0D { top:169.8125rem;left:38.25rem;width:9.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPge09mmhILb2qsRHl6InrWx2B7xSwA1 { top:169.1875rem;left:35.25rem;width:12.5rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTOEq12CIUxLSWF6iD1H0ceVAE4BMxn { top:166.875rem;left:42.125rem;width:5.625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD887Mc839BzTiV6PUpVfRenprbrpdq7 { top:243.375rem;left:0rem;width:11.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHLQan2ew6Q8kkO3d3vwqAVttSeQWT3D { top:244rem;left:0rem;width:10.875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sORBqeEUvWVKd3LFzRcOaEXy4PhHIRBk { top:241.9375rem;left:0rem;width:4.8125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwhXUzF8sHOgn2cMDCeZg1lTNmkQvXC7 { top:284.5rem;left:34.25rem;width:9.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTI6PRWpMiy9ISI86GAJD0gBps8iTyIv { top:283.875rem;left:33.125rem;width:12.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkysTAaGDIzr5NR7AxKtrqyAmsr9XOdB { top:282.25rem;left:41.75rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR9OS28yWIpCsrSzqCukiTm29JeZscJy { top:263.6875rem;left:38.6875rem;width:8.0625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt { display:block; }#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twv0HTOPWMH82BGbHyhGLkTg0ZyLZUF3 { top:5.0625rem;left:1.75rem;width:24.9375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfK3fGswdIe51ROBqka6lGPcqSgf3W07 { top:10.4375rem;left:24.312500953674rem;width:19.375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyfJRTZRlCBytd3yzxTeVZuDgUa43CPR { top:7.5rem;left:0rem;width:20.8125rem;height:2.9909470679114rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPbhsV6IOUdlQS1THT0J1xuK3pn80KVf { top:14.4375rem;left:33rem;width:14.6875rem;height:2.6760331742911rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQgLWtWoTo81P8amBgKvTT5TBGcFFwNF { width:35.6875rem;height:8.875rem;top:27.6875rem;left:5.7274169921875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDQfT0aSHIROwQIbLQDJH6OmyJdQ972b { top:35.1875rem;left:26.249145507812rem;width:7.25rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i { display:block; }#wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLIlxcp6VNcGr3s83idRDtFrAndoqk1u { top:2.625rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWRzhUECP6Vl01gGWk4olBUqigUhJuOS { display:block; }#bWRzhUECP6Vl01gGWk4olBUqigUhJuOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbogV8MG1F835pIUpQypTRV9NqJXKkkv { width:21.875rem;height:0.9375rem;top:87.875rem;left:12.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt2NBnTJS4SMDTUXd2w26ENHTOFrtZsI { top:21.5625rem;left:0rem;width:47.75rem;height:63.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr42AqKuI4wn1t0Neqz91NZzkCKCscTn { top:24.8125rem;left:38.0625rem;width:9.6875rem;height:5.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM42O44OACtk6A7yfdrDiWuMZ7FJ66c6 { top:26.375rem;left:0rem;width:21.125rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsNgB7s8Oi9WbTMvFaMJafXlTw2tinNM { top:40.6875rem;left:0.1640625rem;width:24.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBeTKqnx5T1h2bx1LPzEmoC0SAvUx01P { top:31.125rem;left:0.1640625rem;width:37.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0rm8DuZS7qpn2ViKRxnm8CSbrwGDWiS { top:30.9375rem;left:0rem;width:1.5625rem;height:2.1234125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0OUAIVr3Xflu6mFlyudgbIruO7keSl8 { top:33.0625rem;left:0.125rem;width:30.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzVRsQDz8vLHXAPMohbhv7ynAhwAKJV2 { top:35.375rem;left:0rem;width:1.5625rem;height:2.1234125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev5FvHtMMdCnUxoVWLGRuu4rCF7LVwNa { top:35.5625rem;left:0.125rem;width:33.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVspVDRTfCRLGGXtp0RNrxX9znlhaVoR { top:37.4375rem;left:0.16406154632568rem;width:36.375rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdlq4hBkCutymdFEPKnTCRFfhqnLwaRt { top:45.1875rem;left:0rem;width:24.125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwJNdJDqar53OkhhdWcychklkbgfhix { top:40.5rem;left:0rem;width:1.5625rem;height:2.1234125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTUwqw7WOA4unn2ICkZv5it3fiZXEFB9 { top:42.5rem;left:0rem;width:34.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6NC9nmIpc161kEfunFClEIsAGExOTca { top:44.6875rem;left:0rem;width:1.5625rem;height:2.1234125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwFRM8bo6q9aC1KsnIkgx5SC1gtdR8bB { top:48.5rem;left:0rem;width:1.5625rem;height:2.1234125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwxnUE2Uq7Rl6Bty1VZVqdkRd6BDnaPZ { width:38.5625rem;height:5.5rem;top:81.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVMMEO5VpFdEdTfJMOtGAOrwAScHToWd { display:block; }
 }@media only screen and (max-width: 763px) { #BkQ7NPb1V7XpVdkvzuxtwVJZLTyCvTeE { width:30rem;height:3.4375rem;top:16.5625rem;left:8.2176513671875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEhADaeEfnLyahpoRvIPVFZBKKHk3HXl { width:10.6875rem;height:2.1875rem;top:13.5625rem;left:30.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt08HT0Lxm54CMNEdEcEv2FSw0KE7t36 { width:31.125rem;height:6.125rem;top:6.8125rem;left:6.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AngS1iMMM3tEOkD9uFISdaqvizuLaQRD { top:6.9375rem;left:19rem;width:10.9375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMndZg0kQ7LGN6y6tFawVJTTnJLtw77d { top:33.1875rem;left:25.875rem;width:21.875rem;height:16.812125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9stXILNbnZQEILhK9ckDpdxapVuT7ZE { top:77.8125rem;left:44.25rem;width:3.5rem;height:4.9740074577758rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqJUUzdgtKrtCd3pwJMJGmhkbUWSpu64 { width:38.5625rem;height:5.5rem;top:54.3125rem;left:4.56103515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmtEbvS7XqFVzX3MVvn8cWaST7r6dPLa { display:block; }
 }@media only screen and (max-width: 763px) { #NzGTMBMTTsK7gV2l4IvIKdTJKckmPNMm { top:27.3125rem;left:35.3125rem;width:12.4375rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peUb1LHmLIeCC5P4wm7cHbbXzuu0RGLB { top:29.9375rem;left:38.25rem;width:9.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDc8InCB6Gx2ivAT4BssW83pURrZg8SR { top:27.25rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSleIHd7FDNEvAB9iI2GTW79eIoSBWSv { top:62.5625rem;left:0.1875rem;width:1.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm4Ag41Fuh8LsAeQIB2KrPmtnbkZulg1 { top:62.625rem;left:2.7804689407349rem;width:42.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzDcs932dbOMnyg7LsSaTGlBXbBGZThp { top:56.9375rem;left:0.1875rem;width:21.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anv3x5DkXnJw2zddukRWiSzwlOSneUoJ { top:56.5rem;left:15.25rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUMIuVDZ3HhlXX3IyvquTRAgm54WhKiu { top:52.625rem;left:22.0625rem;width:25.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rki2LOWlblC6KkR0oRF11iXWlvoHlQc7 { top:52.0625rem;left:26.0625rem;width:21.6875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLuN9cJHiXRuqT65BUyTrzF88mVn08O7 { top:54.5625rem;left:0rem;width:47.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2vgDqqpDd3FAkdQNNeZ7o94JxWJJtKs { top:66.75rem;left:2.625rem;width:38.3125rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESSXTPfew2yLC4lLZS1Wmn98f16vkg9n { top:59.5625rem;left:0rem;width:11.8125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU8rE9ugk5HKTC4nKdEtZXgprR3wsLe8 { top:67.25rem;left:0.1875rem;width:1.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E44TfISfttvzS4k17XAySxplo5Kh1S3a { top:57.125rem;left:26.625rem;width:21.125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f { display:block; }#k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWIhiIZ9QPpn67Z2kIfkVZoNeOf7RIkT { width:46.75rem;height:2.5rem;top:38.5rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysTXHPT3kyfotWqM7OTkL3i9vfka7gxU { top:38.4375rem;left:3.8125rem;width:26.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwTrxynQlnW7xZpWaQtUBKyIb3CGoJ4p { top:44.625rem;left:0rem;width:33.9375rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF1CgwE69E076G4ZTeurKyiobyAdWCWT { width:31.5625rem;height:2.5rem;top:47.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX7gZ1hW17NdCl9bGNhLnr3ThHKt0oUN { width:26.8125rem;height:25.1875rem;top:51.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfG8U3oEN3TI4pkdLTdMpnHiHCGdSd7S { top:44.625rem;left:13.4375rem;width:34.0625rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeGyDOwaeA8X37DMutVRlCTnnmOFLN5y { width:28.6875rem;height:2.5rem;top:47.375rem;left:19.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b82GlMXeqM4Pm3z9u9asf0WTSkE7RiAM { width:28.5rem;height:13.1875rem;top:52rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ2mJAUXVkUWM1P27PKFVAix8eb50kK7 { width:26.625rem;height:3.5625rem;top:67.0625rem;left:21.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElZu5wDXawZvMn0F0ziutHu7yUIbxvND { top:78.875rem;left:14.5rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvQMAKO6rn6CGIuwQp0ZHDTv2TX0Gpe3 { top:71.1875rem;left:43rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzmtIWqzcie4I4RRFnRQ4p5cL4Xsp8PB { top:51.8125rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQL9T1n7swVTw0tEl5T1oTPirNqt9m8U { top:55.5625rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9D0WefDbsoQb98EuU89Hlq1XH54X4B2 { top:59.3125rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhTytqF4Gik5z9PAOs8DvDxrviPMLL6t { top:66.5rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvauMKI9x7v1th2Tqiwrme7resLgnanb { top:62.875rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTkMwXSEbJPvPfyMem5ChRytHQA96ODC { top:73.6875rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoAGq5XFTmcB8KEAsTPgUdoisGc87aSu { top:70rem;left:0rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWQSdy8zpovVcwy6v9aFMBzB4FmkppBX { top:51.9375rem;left:27.625rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFzQwsHiGGEo1NFti2zmTd69G6sFALQ5 { top:55.6875rem;left:27.625rem;width:1.25rem;height:1.3095592614652rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUsnRhy5TyzKFRcnGW0pDS6aQR5g77Vy { top:58rem;left:27.625rem;width:1.25rem;height:1.3095592614652rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJMKfebChSruSoBf8sHiIwdNAHITMImJ { top:60.25rem;left:27.625rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2zzqak0y8adz4MiXpq2D0hXxP7VdqKV { width:47.75rem;height:2.5rem;top:88rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ichbb8HncmBTih5fKJqnyPOBTQUB0Mvl { top:93.6875rem;left:0rem;width:47.75rem;height:59.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps11vwKJaTTuunTr323v9e3QorXGHIel { width:11.625rem;height:2.8125rem;top:198.1875rem;left:18.032811164856rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOFMXrfKEoy88GfPLiplFdxLVchc5eUb { display:block; }
 }@media only screen and (max-width: 763px) { #OcwNDmJkPWvtWdiSyAzffHevHQobkS11 { width:36.1875rem;height:2.6875rem;top:23.25rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxZh1TRhaaikz9ZsMBVHmyu35sf2dumR { top:16.125rem;left:16.25rem;width:23.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDmsbUf4NE6DxhOrCR6ku5TEZ6IJGgsD { width:46.8125rem;height:4.5rem;top:16.125rem;left:0.46796894073486rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQAVeTWOLlep6LGIfygMFViDT0fQ1SRR { top:3.5625rem;left:0rem;width:47.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T06ypaJpKL7Fhy2ZHJOoO9PSaEbsXdTk { top:6rem;left:19.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzATsZ5bIDFBeb3zVToSD6ApnPvfGn9R { top:25.9375rem;left:24.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okE1osV6HpTTwJA361eO81l8TR1CUbga { top:25.9375rem;left:25.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSfrA4JRLxm7VfSlMNQPlWStEyX8KoCy { top:25.9375rem;left:23.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbwUvmOvV3KA40LXxLgfAf9WqJEXoM8K { top:25.9375rem;left:21.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STqFGAeBG0BNioTWOVnx9v1x4KaxpUXW { top:25.9375rem;left:20.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb80JqTVPHOu0d0Qwd10OJQXtEUX9fy2 { top:42.1875rem;left:4.1875rem;width:26.25rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTz1dyWU4O30lFWRWnHsNxFzmty5018l { top:9.3125rem;left:24.375rem;width:23.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je65BvP1eLotdEFBx2Ju83ozSaptXG7S { top:62.875rem;left:27.625000953674rem;width:1.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ { display:block; }#Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TggdkfcWQJKez3mUwTFCWS1TKZOnkJRR { top:2.6875rem;left:0rem;width:47.25rem;height:57.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZNSNHcWexRRxHEIOT3GrDhtNd5PbfHW { width:42.9375rem;height:5.3125rem;top:6.25rem;left:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXBailnhCHoEdhQuyZbi3HcF3IFQBDJe { width:32.625rem;height:4.375rem;top:22.5625rem;left:7.52978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxEmiPTDcxOwfq1875PHlCrUfU3FrVq { display:block; }
 }@media only screen and (max-width: 763px) { #yTt4J5T89NepWG3i9LJHeFipROLuh2G7 { width:29.75rem;height:3.8125rem;top:27.625rem;left:8.9683837890625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNBz17PnPkFkM6BBgUdkKHyUk5LoL1JT { width:43.9375rem;height:5.9375rem;top:13rem;left:1.8736572265625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCn4xLcESm6IbINqTs6N92A6n9W3ZwiZ { top:0rem;left:0rem;width:47.75rem;height:41.283151121076rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhumSLsgWzAHuLeL1xwwiOgE226Mrydy { top:6rem;left:26.125rem;width:10rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEFfZsxhqeLxMP1QstGTBL15pqad0CM0 { top:36.375rem;left:0rem;width:17.9375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZl5JPvSmJcRCNOTRQvuaMyT0d80lHn0 { top:35rem;left:0rem;width:3.1875rem;height:2.7588272856313rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1DRoM87bXTT2FAZnzmZmPZ5qO8n8KMo { width:16.5625rem;height:4.375rem;top:38.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPRRbKbDtXCnHAkTN61ACzHv4xt15N9q { width:11.875rem;height:1.875rem;top:44rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srXGdw98bsAGGKwtlCxLLr7KboKCtE2E { display:block; }#srXGdw98bsAGGKwtlCxLLr7KboKCtE2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7qgKhCwSVWpbFI6903atQdILXLk1eTn { display:block; }#i7qgKhCwSVWpbFI6903atQdILXLk1eTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #II8ztEohE1uK5F2Tr684M1zs6J5bp49R { top:6rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cukfGUw6ml2MJyny6Wak0EKvSGu4LDJ9 { top:7.0625rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB3yqsB5S7E9lvwigfNJQAT0G7LxfuQt { top:7.4375rem;left:5.0624990463257rem;width:30.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDRzqTRt7Iuo1Oqbf2zgTkCe8IUuJxQm { width:40.625rem;height:2.5rem;top:0rem;left:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QluVcWVEvqzTUONSJNwklgNUVCWp187z { display:block; }#QluVcWVEvqzTUONSJNwklgNUVCWp187z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvRlmPKg8r4uC32MGyGugZS8PSTxeIAP { width:39.8125rem;height:14.625rem;top:1.5rem;left:3.9359378814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr { display:block; }#MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1OEysXflPLl4lySCaDJwdqvBLnufaq4 { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTRX3OCTWIdlTyBb8DvonRsLglv5TLW { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMQ40ilJdhsMuBRr87cEDA7Xel4hF7NM { top:0.9375rem;left:4.9374990463257rem;width:29.375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 { display:block; }#XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFGOhrJkzWOTsNEmSyZDNMZoGd3aXfin { width:39.875rem;height:2.6875rem;top:2.625rem;left:3.9375019073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI { display:block; }#PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQKTecXzkI1Fryp7yG5bO4q2yxxDaWQT { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IviJh2ZV3wMUBuMCqrACzSaZh2Ux5VDi { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoBwNdgerkJDvhSlbiFr7sm7THBUVbG2 { top:0.9375rem;left:4.8742189407349rem;width:34.8125rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvU95wbG79It5lGGz3yHUeDbbXKpbGoP { display:block; }#cvU95wbG79It5lGGz3yHUeDbbXKpbGoP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMH612M4Fo9ePK0FHWrtk2osULkC4AEc { width:39.8125rem;height:10.75rem;top:2.625rem;left:3.937255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat { display:block; }#KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVhmAH9Aon6ngxqIaRDPpXZNTmKcBgHs { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AodmKIPkdcXoHSNt7xPdfuc5prX6xcz1 { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZSyu7m6hoHcBLQwAiRs1bKgIUCxWmU { top:1.6875rem;left:5.0621337890625rem;width:23.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BchN4TDMJK599g3I3rrQplofkSnCmJI0 { display:block; }#BchN4TDMJK599g3I3rrQplofkSnCmJI0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqgmhg5VebN3VngAok19FRJJL8bmu7eF { width:39.8125rem;height:16.0625rem;top:2.625rem;left:3.937255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL { display:block; }#GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npVTtbvmT59gWAMalu7H1dXgxBHIFcT7 { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIqsNfa5nsxDpIEB7n0Bz86fKIukWgS8 { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Difaq19wMus3eg9M5ImUJ5zfNtdEsA { top:1.75rem;left:5.0624990463257rem;width:23.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW { display:block; }#shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqfWPoEOTEtHTkSuU4BQ2cTeflm4LfoN { width:39.875rem;height:4.375rem;top:2.625rem;left:3.9374990463257rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB { display:block; }#aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXb4BJkfKevClv2pKUXzbNyh1AK6Cxcs { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIeWioc2P2bFWNHDMGT62euRnUySa0bH { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y207TJ88x74PmyChTuWvlDDnWmZLKzTJ { top:1.75rem;left:5.0624990463257rem;width:34.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8P9OxfB136szVSQNkdTay4D7pQWMVAA { display:block; }#z8P9OxfB136szVSQNkdTay4D7pQWMVAA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OP8Ti57Of7CnLn7aTEdS9wqWSZlPsQM4 { width:41.5625rem;height:2.875rem;top:2.625rem;left:3.9374990463257rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imovwmIJ88ffwrJ2zednqTNQTPNeiOwF { display:block; }#imovwmIJ88ffwrJ2zednqTNQTPNeiOwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiMJ0ZvWqmsi4BKDekMDMfWnKpmfVzRg { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khWK5cfTiNzz7M1KAs7hUqAPiGW0HAxO { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBc5mxMrHTF9ZzmC9BaJDL2Hti7fVLU1 { top:1rem;left:4.9992189407349rem;width:35.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 { display:block; }#ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlzhGpaeG0N6XIf8F1EmPDWM4MZLLTmP { width:41.5625rem;height:30.6875rem;top:2.625rem;left:3.937255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV { display:block; }#qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuQ1eJNzN7HibADSsa2LKeVzptHKofiX { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKXPgOi9Q8BbVOWiRZg6knmyQ7hhOuGc { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTtdy8vnBoTvSuQgdOPRoxrkPF5x2zUp { top:1.75rem;left:4.9992189407349rem;width:35.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS { display:block; }#NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7w4hL2Qi3lLT9O1xCKpwg75JgXPWAnd { width:40.5rem;height:10.1875rem;top:2.625rem;left:3.9367189407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM { display:block; }#MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQJIs5CqoP5uHWJ9VT0Sat7PHqUKq7nW { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiLrquegoTSpWe9ELKMfACQtg1Hpx1wS { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbT4ZcwgepeUbfpmDxRrFrREq3MeLkuQ { top:1rem;left:4.8117189407349rem;width:22.9375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf { display:block; }#zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6B4XzLqAt9pmyQtlOPxooWLABXFBOTP { width:43.5625rem;height:1.4375rem;top:2.5625rem;left:3.9366455078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 { display:block; }#BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoN9mzME6Ha964MMfS4bXmWms3uquiIK { top:0.3125rem;left:3.25rem;width:41.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGzdsm3ZLECIEPBohuviiPFMiDRUgzuG { top:1.375rem;left:40.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI1kG2xuz6n49Hr1fSGskth2vFTKhwWc { top:1.75rem;left:4.7492189407349rem;width:34.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT { display:block; }#xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvTIc0s4Wq592TN7tkT0GJUcyRidCSBO { width:40.9375rem;height:13.125rem;top:2.5625rem;left:3.9366455078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR { display:block; }#dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI { display:block; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxTnViZHcDKRLa3RTxQ7NrGwHgkR6LlU { top:1.6875rem;left:20.375rem;width:7rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZUvatE8gMmFNdFd9T1f03MDKTmtMrf5 { width:15.75rem;height:1.125rem;top:3.0625rem;left:32rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1oXOcIJghaPkJIAC1nfkVRed3aXa2H { top:2.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN180H3tGrpx5ts90hFDBhFEi1Bez995 { top:2.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT { background-color:#212121;background-image:url("https://images.assets-landingi.com/uc/1a0f0857-9bc8-491b-85cc-840d43511ab8/backgroundimagepattern.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !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; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT.adaptive-delivery-prevent-bg, #uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT.lazyload, #uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT.lazyloading { background-image: none; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row .container { background-color: transparent; background-image: none; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row .container > .video-iframe-container { display: none; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row > .video-iframe-container { display: none; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .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); }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row .container { border-width: 0; border-radius: 0; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uwmBPTaiMmDSagkgGxVxLvqu2fOaolVT > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDHV2zVvqlX48cDU8icyzxa0Fpk6ycnP { width:11.875rem;height:2.1875rem;top:2.9249999523163rem;left:4.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #x54iO930VOgR6SOooT2H7gPHtCMe8t1M { width:17.3745rem;height:0;top:104.55168305054rem;left:-0.62553405761719rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2GfpFiRTKhFH1rFTDcTpdzuGyO0FQWD { top:54.061546875rem;left:0rem;width:3.9375rem;height:4.3125rem;z-index:15070;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Ll0x2SiitrolNDrzuwim2W0lEeATTXw5 { width:20rem;height:3.4375rem;top:30.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTOIBh0B74Sdqdqh4kgQ4E70ynpNhJUu { display:block; }
 }@media only screen and (max-width: 763px) { #A8mecV7zq7VmghxUt0fl5GpOVEboqT8t { width:13.25rem;height:5.8125rem;top:1.1125000715256rem;left:3.3750000596046rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #g30tvcyTXf6UBN7zQHcamnFzDQ0bJR7L { width:19.4375rem;height:14.85rem;top:8.95024394989rem;left:0.28046876192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvgZTBA0i51nmTXgoaxdNBxvePA43bXq { width:20rem;height:1.05rem;top:34.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITOXwuvBAVlI1JxBrAP5AuiAn6rcccTK { width:20rem;height:11.3125rem;top:22.1875rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #C4gS1TdrhoQDEXRP9X52rHEBXTIF4TaX { width:9.1875rem;height:9.1875rem;top:0rem;left:5.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckQ6M8M9cNsmqZZbkOaczngtnT7LaCAV { top:28rem;left:0rem;width:20rem;height:7rem;z-index:15087;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zU9Ji60HOAWS5UCAJHJBk2pIkR9RlAeC { width:4.625rem;height:4.25rem;top:36.21875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyXyqB883BRTTrdFwz9siEtd2RVlPAmA { width:17.625rem;height:17.5rem;top:45.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW7NCyQtkwMiMD2mi1lcHBvJQEI6JBbT { width:4rem;height:3.4375rem;top:44.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #goWDl1sdoSZVagmd7MCNM1RgInT07rdz { width:10.5rem;height:5.875rem;top:50.25rem;left:5.1875rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #oTR8eoN5XxOB5TmK3D0PTUfhrxGG9rl9 { width:9.875rem;height:2.875rem;top:38rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0n6PkraoTIFXTx6FAcnrTJ5EF7XAVfF { width:1.1875rem;height:1.1875rem;top:40.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3K4PqHTw4TkRyAoybni63QgcOiUuuF6 { width:13.6875rem;height:1.2rem;top:40.8125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFUdpydkxHLJazDu121kOJ3oPqTG0n9a { width:5.75rem;height:5.75rem;top:53.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJZh6B3uzkEmAVVt9KgfXWSCv6TMEyQi { width:13.8125rem;height:2.2rem;top:58.9375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BukyClEbK8L6V9IdfWZ0yJflsFr4UCQ8 { width:15.25rem;height:4.875rem;top:48.3125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgqhOpog19hyUeoAOI4zzEgIspZ0Idkn { width:4.5rem;height:4.5rem;top:80.437507629394rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q06u4U9OEI3LIRObkTFIOB7EC9fDvEeh { width:9.5rem;height:2.8875rem;top:86.187507629394rem;left:5.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWfxIlB7XGAdwPsgp5s1FfglPTks2b6b { width:4.375rem;height:4.375rem;top:23.25rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHkt5vChc5bfCh7UQMXRqPVT9XFMyygQ { width:5.125rem;height:1.65rem;top:24.8125rem;left:14.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0N5Sp64fqWizk8qmUQa9J1lqIELKDlx { width:11.4375rem;height:1.375rem;top:6.875rem;left:8.4375000596044rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL { display:block; }#lmcFRWGeAJEw4fZ2EM8cksvlDTiTfdqL > .row .container { width:20rem;height:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEonQOn0DRicMcxE2zyn5VZmgKiJUCby { width:17.0625rem;height:5.15625rem;top:2.5124998092651rem;left:1.4687500596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6sIhJrRzGPCNbt2BWt10JX1vDGFeJrS { width:13.1875rem;height:3rem;top:12.425000190735rem;left:5.7742186188698rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONZd7Xxr1lEfE70ONP0Wnaog7VkcTeIA { width:13.375rem;height:9.45rem;top:16.60000038147rem;left:5.6804686188698rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrbpilmo3f10NPz8qmfy2CMiXmLNZo2T { width:13.875rem;height:4.5rem;top:31.5625rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3I7z3H9cbN3nEa5ub4c85tAJVr5bJE2 { width:14.125rem;height:3rem;top:57.375rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdDixt9RGvTHfvrSLE3gkwR2UrAp39Ex { width:13.1875rem;height:9.45rem;top:61.625rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWD3rbykK2tTCgsfU7Mlg1sM7oNO6nlJ { width:4.0625rem;height:4.0625rem;top:12.09375rem;left:0.73750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwRgw7M8ldI08mXKI0FENoKtwguzbFAI { width:4.0625rem;height:4.0625rem;top:31.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ZS9Q2LKL3O10DK1JCL2idXIoQxwN86 { width:4.0625rem;height:4.0625rem;top:57.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSDIoSSPKTpWcWyRh4smPhwza72vel7n { width:9.49925rem;height:1.75rem;top:7.824999809265rem;left:10.500000536442rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #tNTZ4XQNgwab7wfZ8bE3KfHeuyxTlkK0 { width:15.25rem;height:0;top:80.4375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtMGsyNLuk3COFoc16JEIADfNmoPWMrR { width:17.125rem;height:0;top:94.5625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xiRih0Ikgbpo1394ZwTkox3NuD2L57BH { width:14.875rem;height:1.4375rem;top:90.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW3S38PTQzL00yTLcp9pWxqLunE1P2dn { width:9.9375rem;height:1.375rem;top:86.25rem;left:1.0500000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUEL2fTlsqVK7bqN8z2h9OusEIyxamux { top:9.4375rem;left:5.5625rem;width:10.6875rem;height:1.125rem;z-index:14992;background-color:#fcff02;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #dlmiAEqsZaLOCfQf0113bbGwzdg3U2kg { top:10.5625rem;left:3.5rem;width:4rem;height:1.125rem;z-index:14990;background-color:#fcff02;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #wXV7dfplTRuqRGNB5TupAzZhdS5LvG7O { width:8rem;height:0;top:13.375rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgM5P2bQxWgTtAaOkW9mTEylJqhFOw7w { width:3.75rem;height:3.75rem;top:12.5rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzCen5EVlPZHMirNy2T0TFDk0zsK8PD4 { width:13.1875rem;height:0;top:7rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxSQiSAUm6siu9VKKhkIX1fZawP4WvI7 { width:4.1875rem;height:5.4375rem;top:1.6125011444092rem;left:11.905468523503rem;display:none; }
 }@media only screen and (max-width: 763px) { #tsi6PiWHfnbKDUMuWvQwZepOm5y5TilT { width:15.8125rem;height:13.25rem;top:4.5625rem;left:2.125rem;z-index:14989;display:none; }
 }@media only screen and (max-width: 763px) { #sxv71FOkdf4Ia6SNZQctovkWTJOaDVzA { width:7.25rem;height:7.25rem;top:78.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvxFJ53ACz9b4ITyX3PD9fCa8CKQ3Wix { width:20rem;height:28rem;top:77.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAdOJoTpKZ434qvJisZe1mT621V73taG { width:19.6875rem;height:16.5rem;top:11.075004577637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGcF04sNZmQ8rLPoiKdBb7H3Juqd871W { width:14rem;height:12.6rem;top:37.0625rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw8ve1iSy54BQbxrpTMmu2le5UL28RQO { width:19.8125rem;height:22.875rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBzmlB0L8hObliVdaTrozLMebpmmNArG { width:19.75rem;height:18.1875rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTng92aLGpiRNJ7sTW2uWAFRHkXeB2U9 { width:4.8125rem;height:4.8125rem;top:26rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzbccztQVkN2P0epH9Mz4hDhO5znBeZ3 { width:6.9375rem;height:5rem;top:50.5625rem;left:11.513575268817rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiJcwvoXH6WzFcRqI1UXpyeNPEFKkZ45 { width:17.1875rem;height:9.45rem;top:86.625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCPQkZBqchKaAzReLdbTglc5h0D3JDpT { width:14.1875rem;height:1.25rem;top:93.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg1TcySWZolPqOhowVguhdAyTTpNmqJR { width:20rem;height:41.9945rem;top:66.125rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #Dw0LkZuPbAVt0lTQ6wypTUgquCK64XDK { width:15.6875rem;height:1.625rem;top:92.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEcyVTqihqPErJbl95cTAmAI6Rne4CKs { width:20rem;height:1.35rem;top:98.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPRxko46esn70bZzxAMCTmXqZs25fwTM { width:1.375rem;height:1.375rem;top:101.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V69Gyx4yQsXHvKomztOeryB0CDRDbTtt { width:1.375rem;height:1.375rem;top:101.5rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i55ydP5iTBzn9fFDrBKe5QomKP6ReGON { width:1.375rem;height:1.375rem;top:101.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaNeO5UScsPDWGE27PDx0PAv8JSCzoDq { width:1.375rem;height:1.375rem;top:101.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TROH1v0ReV3HvLLQgSvT6SVs02MzGqrw { width:1.375rem;height:1.375rem;top:101.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTNUGdKbNIcMV5nycTWLuFK90y91DZ9r { width:20rem;height:1.05rem;top:100.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIokMmBvID46Udi5PpbPvFZESD9bfh5r { width:20rem;height:10.875rem;top:90.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw00TI6G5OQHdVs0TZmSgbzKthV1TGEx { width:20rem;height:0;top:106.725rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qywHrDrfdBWsgVrx4qXZX3TKEhfUe8Ft { width:1.375rem;height:1.375rem;top:106.3rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXKwXkV28wu4ywUXsVeMfqUI0oyT8gKa { width:1.375rem;height:1.375rem;top:103.675rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRyfLN81w5If6OA6yap6XyykLSsrkMGQ { width:1.375rem;height:1.375rem;top:101.05rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdKSAgndduuKmLeERFB3xUkqJGrPvRTh { width:1.375rem;height:1.375rem;top:98.425rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXhWILiql1aylCSgQbNhTW8J0ygDEzVV { width:1.375rem;height:1.375rem;top:95.8rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 { display:block; }#xSpsGZoe5yu4gdxrqfs1NNqBJNS5o4A1 > .row .container { width:20rem;height:104.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hn4cXmBzfKGaer3q0E1Adw2n7ImgH1nr { width:10.5625rem;height:17.3125rem;top:63.265625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2PHCs1LItsxBBeMyTyowvzXqV69687z { width:11.125rem;height:17.125rem;top:91.203125rem;left:4.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KaSXfMuL84PJoKZBTqItRZ4WHF4TAHAy { width:7rem;height:2.1875rem;top:1.9375rem;left:6.5000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn6XhDXGxOWMBfEK3G27wO91ygkmeXf0 { width:19.625rem;height:6.25rem;top:4.6875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLfhlKwTsrSAUvcqyaP8oIUvNQcuwPq { width:4.0625rem;height:1.875rem;top:9.25rem;left:13.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG8OoBLJKapWLxUZGMB0fXBXPPOXhmVJ { width:16.25rem;height:7rem;top:12.375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnqU33vZeegPn8BLN5JH163kOPdR4HhB { width:20rem;height:16.626rem;top:73.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbvgh6UKBX4xrcXwxcLdLhUfnreodS23 { width:20rem;height:3.25rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfnC257rRwVthXe0uz089U6AST8O9Eyc { width:6.625rem;height:5.25rem;top:67.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZu7L46aT7LpKmynnduq4uZbfetNWUXA { width:4.5625rem;height:1.7875rem;top:67.75rem;left:14.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TuowkvRBrQoXko2MtuCH00VF87UZuDx0 { width:6.875rem;height:2.1rem;top:69.3125rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTHhNsRyOFGAUZl1KLLsdVN2iaJieob { width:2.875rem;height:2.4375rem;top:65.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlMyOmciV3Sfwc3pN3GfTfOnwL7B7L9k { width:8.25rem;height:5.125rem;top:73.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnieuwSNmaDt0u8SJtBvqcHr7rHsn4Gr { width:2.5rem;height:2.5625rem;top:72.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMGGnhUCXrDqdF8ASHEwtksZTLcWvCMc { width:6rem;height:3.09375rem;top:74.1875rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhZsfelyIXJNLueqT7ebTcsicskSKiM7 { width:5.5625rem;height:5.5rem;top:76.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAQuXVx4avz3DB8tFq1tvTNU5n6IJQUd { width:3.625rem;height:1.75rem;top:78.75rem;left:16.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tes6k03XoHU8sJaBPrvQ6E0Pi9arI0I0 { width:9.625rem;height:4.0625rem;top:83.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgPVvak20Wsxywef1kzhLQcLkzqW1xKB { width:4.375rem;height:3.875rem;top:81.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBNSeeixTAnmphN2OCtLDNrEN9yJTCMQ { width:6.1875rem;height:1.7875rem;top:84.25rem;left:12.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w13ct46Ee7zxNJ6oJSsrLuLNILSCvebD { width:6.25rem;height:0.9rem;top:86rem;left:12.125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc5VqWwl29bRduJ6Kr8IoTl0ETF1ink0 { width:1.3125rem;height:1.9375rem;top:84.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1inTPa18iDPgEJdqL6nKxThg3tWniWm { width:2.3125rem;height:2.3125rem;top:86.0625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9GzMd20F73eHs292DQDIb5gSV6T1k5a { width:2rem;height:2rem;top:82.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0hgkOlF3ldNa0y2nGJ3HiChMkWIyAfM { width:5.25rem;height:2.475rem;top:84.4375rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me2DlZxEJ1f1AJ80K1FmFdda34cvxe3V { width:6.5rem;height:3.625rem;top:83.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nITd0cmFce2K6s4TWt9hCFiKvOv1K3aq { width:10.5625rem;height:4.3125rem;top:67.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP00Ahs460NCJogvOzQp2Z1oiu8V2J7E { width:7.1875rem;height:2.1rem;top:68.375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hguytKPTnyLCuwRJNQINZICycXGuM8OA { width:1.125rem;height:1.625rem;top:68.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx9iF48tcaVNo9TDhARZGRbnnTQvodMd { width:6.75rem;height:6.75rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAnmKCydTSa25lmJHmyokr09ra0NMTbw { width:5.5625rem;height:5.125rem;top:71.4375rem;left:0rem;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #UgNgGpKiI4IvH0W7IZDBpQ63p4rq1ef3 { width:4.0625rem;height:0.9375rem;top:63.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4v8xxJzVcTAHVGPrdMbL90fOrCOqoRP { width:6.3125rem;height:0.8125rem;top:65.125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzGzH0No5zkHuKEiIJ7BXfZUlya9KE7Q { width:4.625rem;height:0.875rem;top:62.9375rem;left:9.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2S6GoMhWtPxIgiXX931fQBrSdw8B70M { width:18rem;height:44.1rem;top:20.762499809265rem;left:2.0000000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HugIamdtslZPABWsyiUlHtST4z1p6rFK { width:1rem;height:1.3125rem;top:20.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xysJIT3khkCIlcF5b7avzW9EoCA8qypi { width:1rem;height:1.3125rem;top:25.75rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATeT9ZXdvEWTrn4XxgXBEW7KBeGDQDfE { width:1rem;height:1.3125rem;top:32rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGwZ3x9PsVvlDD5Ld5d8JDsUvcifTItB { width:1rem;height:1.3125rem;top:36.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea000xMnQnk8F9NEHRDyeTSiPOCIOlOq { width:1rem;height:1.3125rem;top:46.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsF734J1KF943iXdSDv5am30GNMVi675 { width:16.1875rem;height:7.4375rem;top:92.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0PMmcKRWEFSfCqih4iffbVNvGJq2lKa { width:19.5rem;height:11.75rem;top:90.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFUhOtLUW1tkQF54PERkiRfxHuPaL3D5 { width:0.9375rem;height:1.3125rem;top:53.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izszciB2lTWFhL3HXop47KmgIrBXgtoT { display:block; }#izszciB2lTWFhL3HXop47KmgIrBXgtoT > .row .container { width:20rem;height:157.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naooCQ62gHxT6n2J0sIR3IUf7z87f4Sb { width:16.9375rem;height:5.15625rem;top:5.1875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px5ycPin4NuoGhSNwyNkXvaDRgIiKMbT { width:19.25rem;height:26.775rem;top:11.75rem;left:0.37421876192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWCvXKS01xf8WCigg3PuyV1h2gLXprwG { width:17.5625rem;height:1.5rem;top:41.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFTosmLxtHZKE6AS4hS8so1glxPcZTkt { width:17.3125rem;height:1.875rem;top:41.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV4XRHxooHUT6JFLyg6y79OFZTCxAiDv { width:19.375rem;height:20.475rem;top:66.875rem;left:0.31171876192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDUP33gWa3MPJ18DJxFWChAw45xxWr0k { width:15.0625rem;height:3.4375rem;top:107.0625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc2wXd8UA5Ls6HFi0ytILiftkfkFDfmx { width:18.75rem;height:9.45rem;top:112.5625rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBTOU3vX1oAXKyfGOIMTMdqikEzlK2uy { width:12.5rem;height:1.875rem;top:124.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2FLWTX3wg3Nu6K8tTCBzdwGckU4zErD { width:17.3125rem;height:6rem;top:124.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg5SpIhXRtrSTGH6o4bPMfakHHZx23ZT { width:13.5rem;height:13.875rem;top:93.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsWxTUoRZkSgWxpa6AcqvIhaEaodVS9A { width:13.125rem;height:9.3125rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQNDn6uyuLp0EB6CdBeFJhZhuByOorFZ { width:10.3125rem;height:10.3125rem;top:52.75rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPrNK8DGzyy0ecGFhVboBWepNzkDCkFR { width:15.1875rem;height:9.6875rem;top:90.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9NCRmHlwRGodTDH0r1cMqbB5TNoG4Ra { width:3.875rem;height:3.875rem;top:99.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD4bBfGhdrNw21HWd4GHzei6GKEgvI2N { width:2.125rem;height:2.125rem;top:8.1875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDhZ3ueL6525yHrboQu2lqkOIDln3AUI { width:19.4375rem;height:20.475rem;top:132.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2DEV5ypXa5fWTTbMoAOsvsWKQyXFvO4 { width:6.75rem;height:1.05rem;top:2.625rem;left:6.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSTa7pfqTTKlq0ifWwwcAuiGsU7ex3zm { width:7.375rem;height:2.0625rem;top:2.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz { display:block; }#SzqxPqR4rbC2b91aGJQDtdwfT7Vvuraz > .row .container { width:20rem;height:130.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsFrcpEUmqrmxOgMe4WMLshpapWTXxZ3 { width:13.4375rem;height:0;top:140.1376953125rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3TG6CDyHavLTPmBiKNN4U8bVUN7trJW { width:17.25rem;height:3.4375rem;top:2.1984376907349rem;left:1.3750000596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzhuErpgw0H1gyC522xVEDgyPBTBpIWi { width:20rem;height:2.2rem;top:5.5867176055908rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm9irzGOBFWtidMclzN6s1figgOLUd21 { width:17.75rem;height:61.25rem;top:32.5rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OITUGsEudh54kqZIIF2t2y1uk4hznoW4 { width:17.875rem;height:11.025rem;top:20.411719322204rem;left:1.0617187619209rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHQcsW8TmebPOpa1gb1LBV1IVim8G7T5 { width:3.5625rem;height:1.5625rem;top:2.1984376907349rem;left:6.3000002503394rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvVu5hOWI5c79AaPJXBgdqXR0gmP1bTf { width:19.8125rem;height:12.6rem;top:114.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khTXWXvK0EJZwb5TqDDI0mtftOlASsEG { width:12.9375rem;height:9.6875rem;top:9.1859374046325rem;left:3.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRTxMZ6dumZZKvD7PxqDGBApSycU91W6 { width:2.1875rem;height:2.1875rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9nIMRNfFdcqxP7IUkThz8FSDc3BcGuT { width:2.1875rem;height:2.1875rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t81qvTa5n0zoV3WmGQ6Cg2iDD1QP05P9 { width:2.1875rem;height:2.1875rem;top:65.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA2ibcr59tAeGO4Gg51EC1ahay8TmWCW { width:2.1875rem;height:2.1875rem;top:81.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOadhaWudOBcXGcw7blohDvmKhnr9XOG { width:20rem;height:3.4375rem;top:109.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1hCWKBJo5OupenS4Ksg0hccRHEnDAyT { width:4.3125rem;height:1.8125rem;top:111.17500019074rem;left:4.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGflxQL25bfI3rmoxOCk5IsPc8K6D1Rm { width:13.8125rem;height:11.5rem;top:95.625rem;left:3.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPXygOy1VQsOXsrRbvtwtsthfOKh1naw { display:block; }#qPXygOy1VQsOXsrRbvtwtsthfOKh1naw > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpP3Mb7IENGnIy27IQKcTSsewbI5O4l1 { width:19.4375rem;height:6.25rem;top:2.2593750953674rem;left:0.28046876192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOQ9QTtGJRb3paCei9m8uNNM3gHTIoko { width:20rem;height:3.4375rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4OXps5aXC4ypMsxJkqBPok6LUi16kBG { width:18.6875rem;height:12.6rem;top:10.999218463898rem;left:0.65546876192094rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc6u8yBTTThofd9ZsSl8Q0ws5rDytJg2 { width:20rem;height:29.125rem;top:29.625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #KbRc160w9Ek7hqEaEh0NbC9rRHZ6i87P { width:9.375rem;height:9.375rem;top:25.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBDGhx5V75NMq7N1VRno8RdCfS2pknOf { width:20rem;height:0.3125rem;top:7.0726561546325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXEtE9sCJzlsrUlZ8DIwFTe4h9TJkNB8 { width:1.375rem;height:1.375rem;top:55.25rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv7L2NzVe6ehhZoh02gDGcFEu8TbLibX { width:1.375rem;height:1.375rem;top:55.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XetWRPfy5TZk6lUlShgzfHaW3Lf5Lg9O { width:1.375rem;height:1.375rem;top:55.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGGrnA4GAbD6ML7DDm5DyoKnAEaArfHa { width:1.375rem;height:1.375rem;top:55.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEZMq4ZIP4i5ThleBTydPxJkBW4xhvRa { width:1.375rem;height:1.375rem;top:55.25rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCa8Fyco1r6CdvCnXKyDJw6QMWTO2P8u { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGHbpomROvT9wo10LK4QeMBpw49WTmmz { width:20rem;height:1.05rem;top:53.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEJ0aFyM198SX9M5nMJDSh87CNbh0e2g { width:20rem;height:1.35rem;top:51.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds3hdHxX7LdcO8X0QeGBgBRKVunDuiqS { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFn5eXAtFhyzvcaOSgtVVCP8lWUoQIyA { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgeR0q65mv2uDQFSLex1pNi5F2JMTObe { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzhcUMtem4mxT3HSfMur7TiJBGX5q6OW { width:1.3125rem;height:1.3125rem;top:44.5625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPrt4RSUBRlqSqlRTXBgd8N3VXvspI6q { width:17.6875rem;height:14.85rem;top:34.937499523163rem;left:1.2179687619209rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #igFweaH7hfoTJR5N5A9Gd9T5ITBgMo5P { width:17.3125rem;height:1.375rem;top:40.467969894409rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSavQmRnPH2uLbwksmrCbb1wmkeF7dfr { width:2.3125rem;height:1.5rem;top:38.967971801757rem;left:15.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaqCtfqLlz1JTNBzheiwqfx1D4KAJsWM { width:2.5rem;height:2.6rem;top:22.374999523163rem;left:12.237499773503rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #li9SMuvffQ2ZTt1750Ci9NiQuOkowsmK { width:17.5rem;height:1.375rem;top:41.675003051757rem;left:1.3117187619209rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #Pw06iLtG24qT8tUkLTXCCCzhKpgIFZTv { width:8.1875rem;height:1.375rem;top:43.050003051757rem;left:1.8929687142372rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu { display:block; }#yiz6kRAhxOU4SKUmaImJo4OL8KgBoaQu > .row .container { width:20rem;height:151.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfGFIIDyC5iXbkpFw18tWlKsyzgeHwT9 { width:17.4375rem;height:3.75rem;top:2.5617189407349rem;left:1.2812500596046rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #u498MKJuDL8kAN88UF3eBR8c3gPtzCy1 { width:6.125rem;height:1.3125rem;top:28.362500190735rem;left:6.5312500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7cUHHguzXzTAohLox58oAKoxXezSqaO { width:19.125rem;height:37.8rem;top:7.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tacnaz0LsnS945Vl9g9fFp4c92hyiTpw { width:18.5rem;height:7rem;top:77.875rem;left:0.74921876192094rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXQ8S0iMTP6ThP0ckzVUE0p4mGMMdXf6 { width:19rem;height:28.4375rem;top:47.6875rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAdQrKsbye7VEwTwiaiR0PPRiAiWX6mB { width:17.8125rem;height:1.4375rem;top:35.93515586853rem;left:0.78046876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdNFJQzDUp2MVh1XAV77HymUQTHTtXvW { width:6.0625rem;height:1.6875rem;top:24.85000038147rem;left:12.125000059604rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFu4F4JN1qQl4XyTLKGC6pwida0qy9Mw { width:20rem;height:21.1479375rem;top:130.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llxsFLhNl3dkkCRixbTUlL5kQgxKV8Fd { width:19.75rem;height:8.5rem;top:87.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GavJtxdLQGZJpWITAfGGZNwP5tc5X9la { width:16.9375rem;height:6rem;top:89.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8EzVGTROPhTT63qtVHqzOtU90aZ29OQ { width:3.125rem;height:3.125rem;top:86.4375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNHweDgkQa61TTKpSUkv4gJ61xHddTtE { width:15.75rem;height:4.5rem;top:110.625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bprz3tcOaVRvbMQ1b2T3rpw5P0xA4Q2Z { width:19.75rem;height:7.375rem;top:109.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXMg18XekJIZJTq7RKQTZtMbethC5oAc { width:3.125rem;height:3.125rem;top:107.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HClN4qwmCPKfalKxw5cKfHNOlEQ0Gode { width:15.75rem;height:6rem;top:99.625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x89PPW61Kp0RhplFG45Jck6VBn57ddMb { width:19.75rem;height:8.375rem;top:98.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5TCZJfvtXmNTLnxa7gQ0IxZTor5bidu { width:3.125rem;height:3.125rem;top:97.125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m74XAHO0SeAtUQrfK5BNwEx4yOQESnrd { width:19.75rem;height:8.3125rem;top:118.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ZugEc2VEFO20oZ7mGF0i3trHAixshA { width:16.9375rem;height:4.5rem;top:120.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcdPEmGuee7o6bZFbkJveGSsVF1rwi3A { width:3.125rem;height:3.125rem;top:117.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC5KxTQRXSLwLIaceyUNiG541367Milm { width:16.25rem;height:1.3125rem;top:26.78750038147rem;left:1.2812500596046rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #TdaXoKJu4VXMQdH7d6vNaOwV9oNCnvqo { width:13.5rem;height:1.4375rem;top:37.49765586853rem;left:2.7804687619209rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC { display:block; }#lTQMl8NrwUvJvKTQQBbbF91GMAJStnfC > .row .container { width:20rem;height:155.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnrfmXup4gTxkhp29QUnbIT5quqrwrUM { width:7.625rem;height:1.75rem;top:7.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBkC4vlC6ZHsn3qkWHxssTLCVd3r9rXP { width:11.0625rem;height:1.1875rem;top:12.25rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZvMkGS7XDsaGWVJnuhCdFryUkb6i31E { width:18.0625rem;height:0;top:149.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #rgoVULe19fX2WDoN2oqPGmx7bUDAf2cy { width:13.5625rem;height:3rem;top:12.75rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dbsRNFqBHtxp9bXVJDizpXW4oTMGQw4X { width:17.0625rem;height:9.0625rem;top:2.4375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVLho63OZLaeJfDB3XfLiCu23Ozqq97X { width:17.625rem;height:2.7rem;top:23.087500095367rem;left:1.1867187619209rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhk3yBSPPwvOUIVvhiw6lMHdnstrnGGz { width:17.5625rem;height:10.2375rem;top:27.0625rem;left:1.2179687619209rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m97ZxJrZk7Bs6822lFRpVCtcuWCX3uIx { width:19.75rem;height:22rem;top:19.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI6TOxqrsQBAlWTWTTXsJTNxzGzCQuxk { width:3.75rem;height:3.75rem;top:17.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAr6dMKuWlWsFuNdfUdzmepTRs7VSfVf { width:2.5rem;height:2.4375rem;top:42.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNN2gT9dATR4vwzimGpage04k0xGeLrN { width:2.4375rem;height:2.4375rem;top:68.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eikbF7Kbvc4FVq5JTZp9dyV2dPtRTpma { width:3.75rem;height:3.75rem;top:42.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRyRHglEbmdD8MRlXScngcRnL2R2ktg7 { width:3.75rem;height:3.75rem;top:67.8125rem;left:8.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ZxHfH8JbDRLr8ha9TsLiTlIODZtyWiND { width:3.75rem;height:3.75rem;top:96.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpqOIThSeASgiJx53sWxtm1veEq1HO0A { width:2.375rem;height:2.375rem;top:97.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqchBHdsCFgTSsIrO02g1NxEIW1taiVZ { width:20rem;height:27rem;top:126.5rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #V2ARk1QUMTSf1Kl8uTxAiBTPvqSPdi39 { width:6.875rem;height:6.875rem;top:123.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbzAIWOkBSILaTifZVTHc5F4Zi57JPor { width:12.8125rem;height:1.75rem;top:6.0625rem;left:5.4375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #diNzq7goxc9ZGSIKm0EoB3o1JCzlOnKF { width:20rem;height:1.35rem;top:145.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#f0f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #hRfoXHl4FZxvl6al0fG1fEm8WRxm97bH { width:20rem;height:1.2rem;top:147.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#f0f0f0;display:block; }
 }@media only screen and (max-width: 763px) { #qTwcxTZl11zf1DBVm4yZOQNWbWuTVypo { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ha6p1TGsSSvw0EnT7qEurEeA4KyiGF2i { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zw9hAtvihxc3THV04eN9z5rXPtGayipV { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aq6kiMaqz5eT5WoFhOngefRnvc6PeIZi { width:17.5625rem;height:12.15rem;top:132.125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WhU2fKKw8N8HFoczE3nI1M949WRTkoMt { width:13.9375rem;height:1.375rem;top:132.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxJizNzn2uagu5RlNQnkS9nyw54zIi3k { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgmLRkiwKOR0huvdzC3hFL0TWVo5qT6U { width:1.375rem;height:1.375rem;top:90.375rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxQvwkHoDb3d8Whuk7ycMVJ9QRfrfyl2 { width:17rem;height:1.625rem;top:142.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOkE7aROzsoJV4B4WctZhXGyukbvS1Qk { width:1.375rem;height:1.375rem;top:149.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6XZNEBuFlQqkM2mokqvf8V6AO60hEy7 { width:1.375rem;height:1.375rem;top:149.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCUaxuL2ZPM5NqelBqMVl0XG1zKn1C0w { width:1.375rem;height:1.375rem;top:149.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEBrRKK94RzVb5u6X7QKInUhrzdtT4vg { width:1.375rem;height:1.375rem;top:149.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quJVCnT76EPlTosXhSnewC1Wy3c2OUeu { width:1.375rem;height:1.375rem;top:149.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2WzZDxuJ2EaW576RyoUH3KzIhJyxzan { width:20rem;height:0;top:176.575rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARNdHgGxX7Ok3F6ks3KZJ2V6kThiWC4b { width:18.125rem;height:3.25rem;top:22.75rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM7rwtSTPxMTRQGLN6iTFoovronNNR5c { width:12.25rem;height:0.375rem;top:26.5125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oO2I8XOe4IrwJcR8cUVRE0K6BSNGFh33 { width:12.25rem;height:0.375rem;top:56.1625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGrbKNMMywCGOBNmFw0mTZvLQwNliWUw { width:20rem;height:22.0625rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thKIVe5qDL7X8HD7X3XCJiQfBu3JtSZI { width:15.6875rem;height:10.2375rem;top:53.5rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9CDZtlvTVysKk89WQXnPX0VCcSBLpFJ { width:17.8125rem;height:4.5rem;top:47.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NILo9nUI5XanoBVpUzRq8TCynyTUxn54 { width:16.3125rem;height:4.05rem;top:48.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddF1iCZJtz9Ns8DNod0hoaLcNCHOxPO3 { width:12.25rem;height:0.375rem;top:68.1875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOI3viAIyX3X8K7TmGNmHNUz0ZnDfemx { width:16.5625rem;height:11.7rem;top:80rem;left:1.7187500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhQHJOacW1UcuecFD73z3dg0Q872w9To { width:20rem;height:25.125rem;top:69.6875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #xTOdmX6DA97VX53A0FNBc2vw7Q4kNMh7 { width:16.75rem;height:5.0625rem;top:72.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o223K9Kz3UxB5xyEN8Lo3vrnBCaOv97b { width:15rem;height:4.05rem;top:73.506250381469rem;left:2.5000000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRODpqTWwa4A2oatEdyDqQ4Ey3OEdxVX { width:12.25rem;height:0.375rem;top:157.125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKQ5UDi1EoS7ltKNWK5pR7DyJiN6zmKL { width:20rem;height:20.75rem;top:97.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPDkEIgAQo1xrvZQ2DRpeCzJrqbu1oJy { width:14.5625rem;height:3.625rem;top:102.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHT7Pf1Ni4N6CZAgzpSyhF0LesqPCq9s { width:15.4375rem;height:2.7rem;top:103.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEbhL86vpRqXcxCQaqrF5Th0PyUUA0p6 { width:16.5rem;height:8.775rem;top:107.1875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diAUeVhHfQqLqADy3WonHJxTatLXaTuu { width:20rem;height:1.625rem;top:180.1375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nD0QpHWoZBJflr7Wtr84tlUQqBISGDXd { width:20rem;height:1.875rem;top:178.325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xliIPAHgHQ0VaogtUNgFKfiRiy5n13v0 { width:18.625rem;height:2.1875rem;top:189.8125rem;left:1.3750000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbZznusNlJVKUQFa9IPuSx5N3UTxziLW { width:19.1875rem;height:1.3125rem;top:75.4375rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJgdA29Zzsm7ZuMFEnLBmKGwXFN6ZPXR { width:2.0625rem;height:2.375rem;top:18.162499904633rem;left:9.0937505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKT3kVfZPTH5InWZud2e8eLWonr4vdUc { display:block; }#rKT3kVfZPTH5InWZud2e8eLWonr4vdUc > .row .container { width:20rem;height:135.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GS4tmsOwea7KPhs602VJWy1L8VDeXgqV { width:15rem;height:3.125rem;top:2.4375rem;left:2.5000000596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTfqaIKKi4Aaw7l97elT5VZeaCd1i4OW { width:20rem;height:20.125rem;top:111.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWfNNttiDxmNplwEOGBKKK9w74qniU1S { width:16.3125rem;height:10.8rem;top:114.0625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raBp7MyxhRDgKn8l5pwL0zIT5vopoTrM { width:4.875rem;height:4.875rem;top:125.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7NdHap1h7inBBgmKlTWC0dN1xOuweDz { width:11.875rem;height:2.25rem;top:127rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6b8BGIvV9As3zn3BLptGRohP7qN3csz { width:20rem;height:18.8125rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0bl2rZMqJV8VDKletJRbUONeBh2Cu3b { width:16.5625rem;height:10.8rem;top:30.25rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX3tmITkZBBniHE4kUV4rIR0BsVGy3IJ { width:8.5625rem;height:1.1875rem;top:148rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOfF8tUr9NsWAxmSDOGxz9vUIpJitaFo { width:18.6875rem;height:1.1875rem;top:143.3125rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Urt7fOkgzXtZzknBQdiyExyG5XlMUxfT { width:12.9375rem;height:2.25rem;top:42.6875rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBcBl1lbVX1FXmox2W9k1QRAtlgrmeyB { width:3.4375rem;height:2.9375rem;top:109.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsyDRDIhwiOQHZkBnMC6DOmuvzq4OPif { width:3.4375rem;height:2.9375rem;top:26.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm1Jr57wk57Iu5DNNLAGRUyn6fpSP1TJ { width:7.75rem;height:1.1875rem;top:40.25rem;left:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpEsWCxTOVTFKupAWhfz2dRthIrw9Rg1 { width:3rem;height:1.1875rem;top:41.8125rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1iTNFSghGJUkU4xpkUkQywhPTeqaGZh { width:9.9375rem;height:1.1875rem;top:47.8125rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMUCimao7qP1TdqPmzcnlGbKTfW98Os0 { width:5.4375rem;height:1.1875rem;top:49.5rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSXZoMrHgtlMNZTpSP1D0uCdA1f7e1d5 { width:4.875rem;height:4.8125rem;top:41.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPWA7T39nkycHwJVy50vO9Ny0LWd3ccd { width:20rem;height:22.4375rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFvipSN9hZr08ZEvOAlTWK8B3DlA6VIV { width:16.6875rem;height:13.5rem;top:51.625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMrDJRTKOeDFIl74RaI2lX2wwwoQkOyG { width:14.0625rem;height:2.1rem;top:67rem;left:5.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnDq3HvtfG12r5UqEbGzoHnVEAR8dnZJ { width:5.0625rem;height:1.1875rem;top:72.25rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyNF2qMMep9KKsQvQVOUCLTpW7LyAJKX { width:19.5625rem;height:1.1875rem;top:73.75rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKNpMlxlqJhu8ud1HL6vyFdCaHLl3c4M { width:4.875rem;height:4.8125rem;top:65.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuJ6XSJto54mEGLtc1akwqGA7PSAzAUK { width:3.4375rem;height:2.9375rem;top:47.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3tskyBvGbMwmW3bovqt4ythCTbqr2bX { width:5.375rem;height:1.1875rem;top:75rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AREHZcD0P1AI2ziN5mTO1stybiKyMIs0 { width:20rem;height:16.3125rem;top:74.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENgpiMCfypDnr6Z4cQbov17GEtxiRyIE { width:3.4375rem;height:2.9375rem;top:73.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnSoyPfKr0FtMBZnyl6KHoxiBiV6o3Oa { width:17.125rem;height:6.75rem;top:76.9375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpKTbnIPX3KA6Xc67DhdvZ27lJEELbOm { width:14.0625rem;height:1.1875rem;top:94.1875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXITKvS6PcNNNFReTQgtAyMaSy5T8kMt { width:8.5625rem;height:1.1875rem;top:95.6875rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLhBVZQopG31mobfAGN314Gre2w0WvwT { width:5.8125rem;height:5.75rem;top:84.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdsKHTVPCT5Vu0mcvxuAqbm5m9nEqJSh { width:13.625rem;height:3.375rem;top:85.3125rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETlUZMitaLos8P4kJ2W2KFc1Mx0lGUmg { width:20rem;height:14.75rem;top:93.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPbw4IrcercXKJDOLwJUfVhG009QOpki { width:16.125rem;height:5.4rem;top:96.25rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnxrTFrMGzSavsgSNhByAhxiph4WNZ3X { width:13.625rem;height:2.25rem;top:103.6875rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7TrcziiNGpZA5gC4em2Skpu9g6tXAAL { width:7.0625rem;height:1.1875rem;top:120.5rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wm0rmNtaHzO5aQelknUvqE46qo67lMR6 { width:5.75rem;height:5.75rem;top:101.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2vwUqIOOv9lJfgmJIQWQDTSZTm8tPUy { width:3.4375rem;height:2.9375rem;top:92.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6IdL3Dt0W1XNZlwvod7tr9TiShlzTgg { width:20rem;height:16.5625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcG0EfmNZa0RSMJTFJeXJGhCrov8bt6 { width:4.5625rem;height:4.5625rem;top:19.9853515625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7gXJXhiq6OHhAlCROzwDqgpIQOtzg0b { width:8.5625rem;height:2.25rem;top:21.16015625rem;left:5.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHZK9v38aEGyP923GQ0xaf7EQ1miCfy { width:16.25rem;height:8.1rem;top:11.9501953125rem;left:2rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnbvaIfiRbqGNRkSsJBcaR5MJ2KC8Nuw { width:10.125rem;height:1.1875rem;top:18.7353515625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLeiuV0tgrUVeXNZRbCK4lJBZH2euJa7 { width:3.4375rem;height:2.9375rem;top:7.4375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT0tmUd9S6MW4T8qzXnGGMUXJLg4sRuI { width:3.375rem;height:1.1875rem;top:33rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUwImOuDJu4sXymKX8eBVK2bd9co9Tvl { width:6.375rem;height:1.1875rem;top:100.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibJEWd9Htwz2WpqMKLJRbT1XgSOow4EB { width:4.5625rem;height:1.1875rem;top:123.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgtDyb2viffRHIGparXu05kwQp0O0fxI { width:7rem;height:1.1875rem;top:31.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZTkSeEAyHKu47crBXxPE9umX6ptMPmQ { width:8.0625rem;height:1.1875rem;top:82.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS14UF99J64NM2lxZTGXOOi82afPJE3E { width:17.1875rem;height:1.1875rem;top:62.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5MiuTgNPhmiJABOnPXwNTh1Dp3O6zJu { width:3.875rem;height:1.1875rem;top:122.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfVGZfpAinoNiboq0bsuXT82AadwL4yq { width:12.375rem;height:1.1875rem;top:80.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy9Dqb8L8pozEWX1FUkiuNHXKhKK5TZG { width:5.375rem;height:1.1875rem;top:61rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOLsIka67oQu1uUdbeE9fg4xz83JWB2N { width:6.5rem;height:1.1875rem;top:119.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIVbKrXy68zsODriGBLGxnePtLozi4Kv { width:7.75rem;height:1.1875rem;top:63.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP03T25eutqOno0kTrRKKuh2zHVVzXyf { width:13.3125rem;height:1.1875rem;top:39.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU4iUOpO6tbKKT0TgEVT3JnQqzS2dXFZ { width:10.5625rem;height:1.1875rem;top:118.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLkiOng2ByyNvtOZJ7HuQARr2HdJrFwX { width:11.0625rem;height:1.1875rem;top:12.25rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bERhmgACS0mTTPAFABZE9LLHAbOnaDyy { width:18.0625rem;height:0;top:148.6123046875rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2pDFo0wnpMrktk6wxfR0hxuxzoZyoLA { width:5.0625rem;height:5.0625rem;top:159.375rem;left:13.53125rem;z-index:15133;display:none; }
 }@media only screen and (max-width: 763px) { #cTncUh49tq8QXHtVEwCIymk20uV1bqXu { width:20rem;height:auto;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gu5XdGJ7HD3LVLwZUM2wuC7mTwrySVxO { width:20rem;height:auto;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qI2ZpsJUcxik2ZP0STsTFgZONOaBe95Q { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6cSdVNw7AymfOhsUxETepKxrNqzThUX { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #POkwwCzyt6F1ud8WPh68PylxXCaU5HDb { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nnre4gze622HKsGtlfzU5bQoTkqCiE3Z { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTXMw2iT2hGsXeCJBDvnhbeGoZvy7DFV { width:1.375rem;height:1.375rem;top:4.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT { display:block; }#rM1iZeWkbP5dOdpqLvKz8UfwTAfGTqpT > .row .container { width:20rem;height:101.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4rwLytS4D95Edk2Wf1pJlQr8GKQvLqf { width:4.124025rem;height:1.16796875rem;top:96.37109375rem;left:12.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5UskDHaTNKSBJfKnzJ5tAZLHsb1US7d { width:20rem;height:9.375rem;top:6.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfpGEBPa1TRAGvqWX96uFPiED6KOEqcO { width:7.5rem;height:2.1875rem;top:3.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #meKqrVXyvQvGfCbWTnP2gFHC7oemLsrg { width:18.875rem;height:1.375rem;top:9.4375rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HptJ0Kz81alknUnrXw678wnswoH946Lm { width:19.5rem;height:13.3875rem;top:16.91250038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B02TqC4lDirdpeSufSuoqJxLi5ax0aZ5 { width:20rem;height:18.875rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzTlJ5viGV1cRCPbCOVVPIqPwxXCcynG { width:12.5625rem;height:4.5rem;top:52.623438835144rem;left:3.7187500596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVVuwdMfeWhQrK6nNoXvFN1SoJM64WJA { width:14.75rem;height:9.45rem;top:58.036720275879rem;left:3.7187500596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftoPKQOtmcRflv6Kr9K5Cm7CEDkR9RWk { width:20rem;height:17rem;top:71.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqlpeSSvMuP5zDdUdsnfBul1Hbs7Cfym { width:12.3125rem;height:3rem;top:74.43750190735rem;left:3.8437500596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGRgn8sV181c2NSsfkA6ZigdTaG9J52c { width:14.1875rem;height:7.875rem;top:78.68750190735rem;left:3.7187500596046rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUOKERZyqsMb0fAKpVBdEXVSEJmwzn0P { width:20rem;height:3.375rem;top:90.9375rem;left:0rem;font-size:1.125rem;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #TULRUttOyIm4ptqaHNXybPTMMJWsFaLD { display:block; }
 }@media only screen and (max-width: 763px) { #x9T0cN73u6FrAGPgaSVr06UTw5LLfDhv { width:2.8125rem;height:2.8125rem;top:52.624219894409rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFOxkLEx71uUb4N2QgZoypibHdS4LVzm { width:2.8125rem;height:2.8125rem;top:74.530469894406rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #I88NeA0M2TAfgMrSeBDaFT46t8K0v91i { width:2.375rem;height:2.375rem;top:2.2625002861023rem;left:16.281249582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsa0hPAo9f56wdVBELHAQ02vdzo5xq4v { width:19.9375rem;height:23.6875rem;top:30.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m06ryPWhiCC7X3DbAwpMNzT15tzFtaz9 { width:19rem;height:4.375rem;top:68.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRCEWDagOmFawbpunVfBxIKO2cQ2R5Wk { display:block; }
 }@media only screen and (max-width: 763px) { #NTScn0zwXOlakLP2UoFLArdgGB0Ua18l { width:5.6875rem;height:6.4375rem;top:96.4375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1tpDdTgZkrhaTkqKvnKrhImyQ1zptOQ { width:20rem;height:0.9rem;top:95.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpCmSEnWQPbhXQwAQHubmDeN4sPxKTgM { width:6.4375rem;height:1.1875rem;top:31.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKPb6fAQ8glNFrbOLpiLHRSoBXSZMASK { width:8.8125rem;height:0.675rem;top:32.5625rem;left:8.3125rem;font-size:0.5625rem;font-weight:400;font-style:normal;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #N09LxD6wGM9DcwFxsrUTxmyvzE5PxApi { width:3.8125rem;height:0.8125rem;top:32.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thOWzTgX31LxiDBp3dUfox7BCX5Dm3Ea { width:8.1875rem;height:0.75rem;top:31.75rem;left:8.3125rem;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 { display:block; }#OCRqxN1R9iMs3bgZrVOQ9q9NtpqncsT5 > .row .container { width:20rem;height:503.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEKpt7T9TqZCMekBNhQoXeL1TAX6KZ0E { width:19.5rem;height:39.25rem;top:20.875rem;left:0rem;background-color:#fcff02;background-image:none;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #hhAqq1bIylwzhRVVActLcwLsfyOcuMTa { width:19.5rem;height:43.25rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMOf0LULOlD5ZHLudTE0CbNTN1y6k79A { width:19.5rem;height:20.375rem;top:107.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3CUtlMWCJOvpeH30kxuWLeOkp9tEWRN { width:6.0625rem;height:6.0625rem;top:109.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLJU371pBGA0gkg0OmPaZBe4H66XOby0 { width:20rem;height:2.1rem;top:123.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4vmAd7LKsKbPlC23JdMeI6c7Vhn3nXX { width:16.125rem;height:8.4rem;top:115.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlpnTB3pJ7a1VoH3ehzpqpvWqQaCeETb { width:19.5rem;height:41.5rem;top:130.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwsWgxPs1Xp6Si7bQif8denIH6HmLarI { width:19.5rem;height:48.6875rem;top:174.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLqZIOVUktZp8Ha1WIQ6Z7C8FA830Tp { width:19.25rem;height:4.6875rem;top:4.4375rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAu3bJCxwVmw1THt818kp0X8CHQoMzQN { width:14.9375rem;height:4.05rem;top:10.687500953674rem;left:2.5312500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXCFBk5yMcn8IBPEyX3QlNSnpPdfnMFO { width:9rem;height:2.1875rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #stpPKoVNw1SDEeX51r2SdOGumzt2REee { width:16.375rem;height:0;top:29.912501335144rem;left:1.8125000596046rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15161;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #dqiG2GVQzEDsiPZmENgmD5qMpNQBEJIv { width:16.125rem;height:1.5rem;top:25.125rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElCqoo5DFlCBWiLWqEfoA7Ta1MvPEwpe { width:3.375rem;height:1.625rem;top:22.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxB1uv9dpAoMsAUcwaD9K9TxXnHPT5zn { width:3.375rem;height:1.625rem;top:64.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGlJ1kl2gmT8sncRA3akGpWmoJeoq5E9 { width:3.375rem;height:1.625rem;top:132.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHMmCCvFidvDIqX3PwH752eNmQczVmW5 { width:17.6875rem;height:3rem;top:135.3125rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcP2NtDo1tLgv7XTzSZyqOni1fNGkqXm { width:3.375rem;height:1.625rem;top:176.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoXSVmMlKb834sPaAmU7a6f2leHXeGA3 { width:3.375rem;height:1.625rem;top:283.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVyBxOVFPf4F4CnSNx43bwlnhF5MX9HJ { width:3.375rem;height:1.625rem;top:331.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTguT8LXbNUwrd1T8yrEc8yZJoBHLgUf { width:10.75rem;height:2.125rem;top:7.6875123977663rem;left:4.6250000596046rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAdT4FpyXpwG6coK4nRUVzDDmiZQpczz { width:20rem;height:2.4375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6iZDKbCQRHOcMweUkE9QWo6sDa5L4Z2 { width:20rem;height:1.5rem;top:17rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVeinzmI5lwp6OgeypOofIaeVhtkb5m { width:4.625rem;height:1.125rem;top:40.192969322204rem;left:1.5500000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbkUnzTzRTNVfIT7g90gTUv2A2BpQusS { width:11.125rem;height:11.125rem;top:49.224999427796rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKm8SiJgOrVru8LRtElL7WM0SITWfWt { width:2.375rem;height:2.625rem;top:49.225001335144rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsgylcgl51wB0eoLr6qFA0h39xn1TBSV { width:13.75rem;height:1.5rem;top:67.25rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNN1LZ9tqLmuIXKizOcOhhVgRgRGMuoe { width:17.0625rem;height:0;top:65.6875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtgMT8tUagpCuoT921mIOeJRKvmXJE82 { width:4.625rem;height:1.125rem;top:74.75rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZcPQbzbTeWNVs9B2PC7pdOu8n1SfVZ8k { width:17.5rem;height:9.5rem;top:93.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMhehh1Ddyy1hgHcWenhcdz1e2gIHobe { width:4.5625rem;height:5.9375rem;top:89.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQmH5yhdkFFJXk2nTG4Du1GpT207c6zg { width:15.625rem;height:0;top:124.1875038147rem;left:2.0625000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnTPGwixNZBdSVLuNHbanVtUWpJ8DnNt { width:4.25rem;height:1.125rem;top:133.5rem;left:1.8000000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3CuWq25n5EnGg0XPRw4kGqHmL5KAvCf { width:4.6875rem;height:1.125rem;top:171.1875rem;left:1.7687500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvVVaKPyJWeSNk5Z4LUG6sg35pXnL129 { width:17.125rem;height:0;top:158rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tV9Wu9L2UTv3hsCTWONbZWMtvMgL4Rv8 { width:15.9375rem;height:1.5rem;top:179.4375rem;left:2rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8who6TTdkDKTRDg9sC2diKEhrC3mHNl { width:12.3125rem;height:11.4375rem;top:207.31250953674rem;left:2.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCMqy3JeTpZVt9PA0Tly8NyzqEzFauCr { width:19.5rem;height:49.125rem;top:225.00000953674rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRbVAVu2zz5hBIDFE05qJSdXG5n4Buqb { width:16.4375rem;height:0;top:200.375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #goWQoRUVrQGp2ROE9UcOH58lfBdaMmX8 { width:4.5rem;height:1.125rem;top:213.625rem;left:1.5500000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uh2yenKctTXel9de6Hx1iA9I2uUAaT5f { width:14.8125rem;height:1.5rem;top:230.25rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fDePSVV67HquxO0rBmsnWkibnldS6e { width:3.375rem;height:1.625rem;top:227.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4IKpw7ad6J22XOok2Dgm6mLVwPH81Vv { width:12.3125rem;height:11.6875rem;top:260.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Sq8mPuFif0Q88euRKf7sEK9p8TVA4W { width:20rem;height:2.25rem;top:277.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elwzeMiEnDhOiJbXzrPXtE7TcWfv5TUN { width:20rem;height:1.5rem;top:278.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIx1BVwrLiHRS6n4qRhF2tf7hgtrnC5G { width:19.5rem;height:44.375rem;top:281.875rem;left:0rem;background-color:#fcff02;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MGsFITwHPIlRsl0yQhFrTDkyu68EtQxG { width:12.9375rem;height:1.5rem;top:286.75rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM0qOVmvDdNCggEzUo6QTUtyXdcOOVOx { width:15.9375rem;height:0;top:251.62500286102rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWk2W9baBEl6C4t4BPUqgmuPTE1y24ak { width:4.25rem;height:1.0625rem;top:266.0546875rem;left:1.8625000119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #HI8JIrihTLFhbHK4nFuLTarpJN2OGLUE { width:11rem;height:11.3125rem;top:313.42499351501rem;left:4.9054690003395rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3taK9gyTGZCKMltlGeODFLg94WifCAv { width:15rem;height:1.5rem;top:334.4375rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAyS0TxQaXLfmcQxxybcsNluyVOfctK3 { width:16.375rem;height:0;top:298.82501792907rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkthlIrCT6dPz7MEpBImBavLTpZter8T { width:4.375rem;height:1.125rem;top:312.06251811981rem;left:1.8937500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAftQlWmtSSsXll9RmzHlhwwkidFZsoV { width:19.5rem;height:47.9375rem;top:328.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnrd32dPkC8Lswb13Pb1LvuOicamlhVX { width:17.9375rem;height:9.75rem;top:364rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWydiCkx9MFJgF1A8hx21PGitudJSiH6 { width:4.25rem;height:4.25rem;top:361.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp9wxbglxBSsnZWm9CVEJdXDwFP6MNEA { width:19.5rem;height:23.25rem;top:378.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE9FIGMg7qow9bRSA7KzTQeQaqu2AEII { width:8rem;height:8rem;top:379.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5RTZfcIiNR97hrNpNIhV2WrcSsaQhmQ { width:17rem;height:7.2rem;top:387.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfyrJXOmuzfDoK9RGUG6pnOCgu0HxQNm { width:1.375rem;height:1.375rem;top:125.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c44hVxQv6QqW3in6i07SFlC8MZiNurrD { width:1.375rem;height:1.375rem;top:125.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhkOG7qtnyNb84wXOO92dWA11vgLS0XX { width:1.375rem;height:1.375rem;top:125.6875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWq0kLV7DRVeK9ohIqhtfHS6sCOX9wOC { width:1.375rem;height:1.375rem;top:125.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERBcuv02ymUi58SIXmvhTa65fsqIsfyC { width:1.375rem;height:1.375rem;top:125.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWkqTmcDbuTcIuD0MbNFgDUCrzT2nngO { width:20rem;height:2.1rem;top:396.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fONyUiTXyCMHZ7Qqe02EAC1S8ATv0L5k { width:1.375rem;height:1.375rem;top:399rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLSFhNQRSrTUca9F1hwlwgFubeQ6H0Qu { width:1.375rem;height:1.375rem;top:399rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPCWo5Q84sH9NzGwAXcOxF3g8BRO200x { width:1.375rem;height:1.375rem;top:399rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCKuAwFfqbbCyUCObx3tliuJZE6HGCBX { width:1.375rem;height:1.375rem;top:399rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvPtBOGXztUxypbEiTIeDhJm4G55Gw4m { width:1.375rem;height:1.375rem;top:399rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #merEG8KwW9vM15ZFQ84szix6w7tBMR1x { width:19.5rem;height:49.6875rem;top:404rem;left:0rem;background-color:#fcff02;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d5zQWxwi7oxzknKqpN1WM2X2NkfPrXbk { width:13rem;height:3rem;top:408.375rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmSRytnl7VDrvMrRrpB3bqHSnI5kb2Hh { width:16.8125rem;height:0;top:367.68751859665rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8IJSg2yNlBJlRvU7etzovTC389ddmK1 { width:4.5625rem;height:1.125rem;top:383.50001907349rem;left:1.7687500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFtn9giukrhyekDVqLK9kubLN1LQAzF0 { width:3.4375rem;height:1.375rem;top:406.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH21Wi7ztCde60staOLyNxW94ciCVyG9 { width:4.5625rem;height:0.825rem;top:406.4375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ8uyCMr0ymri9pzSI5rZKUTS31rhDiU { width:15.5rem;height:8.6875rem;top:442.85624504089rem;left:2.2000001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2TTvXyzKOgwar2le5oi8zn0SsPUFNgC { width:19.5rem;height:45.125rem;top:455.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWdw2wfQnePzgseAhuCmJuSRPDnvhDq6 { width:16.0625rem;height:0;top:411.03751850128rem;left:1.9687500596046rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ga7JtG8VSfF34JlLOhAZXXgDOx5KgrQm { width:13.375rem;height:1.5rem;top:461.375rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4fws0SduwVKglPUIryF5gnXawiGGUD1 { width:4.25rem;height:1.125rem;top:425.61250305176rem;left:1.8937500119209rem;display:none; }
 }@media only screen and (max-width: 763px) { #alo3ebHTtE2cSNF9z1Qt9FDzxVDk7yTl { width:3.4375rem;height:1.375rem;top:458.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s62OvTiKtDP5zMToHHVlu9CLfJndoddR { width:3.625rem;height:0.825rem;top:458.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snULAuaVbIOm1DrtrTpowv85ol8qE4ge { width:14.9375rem;height:6.4375rem;top:488.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIt5ylTKnrMsvbSGkfMQAqnXJyMDwV4i { width:13.5rem;height:11.125rem;top:488.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETIT1S11KpEKSiubUsdpa5bnlvsqt7M { width:2.5625rem;height:3.4375rem;top:491.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1wrh4NByRie4xJDaGHkd2ApdW8ef5kp { width:16.375rem;height:20.475rem;top:27.500001430511rem;left:1.8125000596046rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15162;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iXdToUT8NF4lFwHIJxM0xLSg1wfJTIuH { width:17.0625rem;height:20.475rem;top:69.4375rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #ANI3qhXR94PTJdCIFdvCiDJ3ZMa11hPe { width:15.625rem;height:19.0125rem;top:139.5rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #Xi58Xhr1ZuW1ePUNsfxTZTt0LN7HaItI { width:17.125rem;height:23.4rem;top:181.625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #nE9Loz9HOW7G4x3WhOSqHBgbOfJ6QV46 { width:16.4375rem;height:26.325rem;top:232.4375rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #QKdHp1UiIidTBT6A4Rce1xbKTsSgyEZK { width:15.875rem;height:24.8625rem;top:288.5625rem;left:2rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #QFRKfkmTvTuyt6QsttgeNnUPu23tIITe { width:16.375rem;height:23.4rem;top:337.0625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #xqMa5XWoC3rP6TQqnRs4T6ewtfFfGrnT { width:16.8125rem;height:24.8625rem;top:412.43749403954rem;left:1.6562500596046rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #M2VmrKa3zeeUPwDc3DvBUH6yy8CAGMcF { width:16.0625rem;height:23.4rem;top:463.6875rem;left:2rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #ti471JVKcnIk39tTBuq6Ueyg6xPiwPT9 { width:16.5625rem;height:1.1875rem;top:391.43749427796rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfhkHtcALXa5Z43rh5g6b7Nh1TuPQnoh { width:2.4375rem;height:1.625rem;top:392.62499427796rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4BCJ9HHrnbkuOA1AdSHDAwEkd6OTpKM { width:18.75rem;height:8.8125rem;top:163.41175rem;left:0.60629797859059rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPghOGetPFGbiDSTtCQt64e547fp0mid { width:7.9375rem;height:3.125rem;top:163.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1TvA9B4shdToGEvf5tbyhx98c5ZMU2t { width:7.75rem;height:2.1rem;top:164.13750934601rem;left:1.8125000596046rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIE4N7IaPJHn8lsntxzAAdF4mx1msiR4 { width:1.6875rem;height:2.5rem;top:441.23749351501rem;left:16.425000727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkyth3u1zfpBoSZ5R2e2T0nHqxWOdkx { width:1.8125rem;height:2.125rem;top:443.73749351501rem;left:17.468749582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA8m6C2USNJl3yebucFqqhZt9LxPn5ER { width:2.5rem;height:1.375rem;top:446.56249427796rem;left:17.499999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNBhkaVXqVXUx4EZNWaEOJDPIxib9LqT { width:11.375rem;height:3.8125rem;top:91.5625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWPR42VyopcsCRl5F6Qi2UQc4oymckGH { width:9.5rem;height:2.275rem;top:92.3125rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okO2vGEwlCIrzHr7fb8Dbz5gD91Ey0ER { width:9.5rem;height:2.275rem;top:161.3125rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMUki2XvhS5MvCtlQFyKvd5S9fNNTwRV { width:12.625rem;height:3.8125rem;top:160.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hknb44TRrZHRm9VMAXvaRKtT4IAATQxp { width:5.0625rem;height:6.5rem;top:158.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXOW82CuaCvbAJ9RgOkC5wbGay4OAme1 { width:4.25rem;height:4.5625rem;top:216rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdxK4lyaFcidP32xkIWyZN7JXQJSSHu1 { width:13.6875rem;height:3.8125rem;top:217.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgoQUGDveKUwLZ6oAyohpIePe8pkI3Wq { width:10.875rem;height:2.275rem;top:218.1875rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSTL8lbg51AOxEIfV9rDALlRWMImyO0D { width:5.8125rem;height:2.275rem;top:265.0625rem;left:10.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPge09mmhILb2qsRHl6InrWx2B7xSwA1 { width:8.4375rem;height:3.375rem;top:264.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTOEq12CIUxLSWF6iD1H0ceVAE4BMxn { width:4.25rem;height:5.4375rem;top:263.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD887Mc839BzTiV6PUpVfRenprbrpdq7 { width:10.875rem;height:3.8125rem;top:368.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHLQan2ew6Q8kkO3d3vwqAVttSeQWT3D { width:7.9375rem;height:2.275rem;top:369.25rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sORBqeEUvWVKd3LFzRcOaEXy4PhHIRBk { width:4.25rem;height:4.625rem;top:367.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwhXUzF8sHOgn2cMDCeZg1lTNmkQvXC7 { width:8.0625rem;height:2.275rem;top:440.625rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTI6PRWpMiy9ISI86GAJD0gBps8iTyIv { width:10.4375rem;height:3.8125rem;top:439.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkysTAaGDIzr5NR7AxKtrqyAmsr9XOdB { width:5.0625rem;height:5.0625rem;top:438.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR9OS28yWIpCsrSzqCukiTm29JeZscJy { width:13.5rem;height:1.375rem;top:390.06249427796rem;left:4.6250000596046rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt { display:block; }#qqGwxyT7VuxHW1Ug6OTDWFboW6TwiOzt > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twv0HTOPWMH82BGbHyhGLkTg0ZyLZUF3 { width:16.125rem;height:9.0625rem;top:3.75rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfK3fGswdIe51ROBqka6lGPcqSgf3W07 { width:14.375rem;height:10.9375rem;top:14.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyfJRTZRlCBytd3yzxTeVZuDgUa43CPR { width:17rem;height:2.25rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPbhsV6IOUdlQS1THT0J1xuK3pn80KVf { width:14.75rem;height:2.6875rem;top:14.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQgLWtWoTo81P8amBgKvTT5TBGcFFwNF { width:18.75rem;height:8.775rem;top:28.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDQfT0aSHIROwQIbLQDJH6OmyJdQ972b { width:5.9375rem;height:1.4375rem;top:35.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i { display:block; }#wnmn63WGzoe3kTTTdstsPiJBnqKC1G1i > .row .container { width:20rem;height:129.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLIlxcp6VNcGr3s83idRDtFrAndoqk1u { width:20rem;height:33.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWRzhUECP6Vl01gGWk4olBUqigUhJuOS { display:block; }#bWRzhUECP6Vl01gGWk4olBUqigUhJuOS > .row .container { width:20rem;height:108.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbogV8MG1F835pIUpQypTRV9NqJXKkkv { width:20rem;height:0.9rem;top:104.62421894074rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt2NBnTJS4SMDTUXd2w26ENHTOFrtZsI { width:20rem;height:86.6875rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr42AqKuI4wn1t0Neqz91NZzkCKCscTn { width:9.6875rem;height:3.25rem;top:16.75rem;left:5.1562500596046rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM42O44OACtk6A7yfdrDiWuMZ7FJ66c6 { width:20rem;height:2.275rem;top:23.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsNgB7s8Oi9WbTMvFaMJafXlTw2tinNM { width:14.6875rem;height:1.625rem;top:43.768751144409rem;left:3.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBeTKqnx5T1h2bx1LPzEmoC0SAvUx01P { width:16.375rem;height:3.25rem;top:27.362501144409rem;left:3.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0rm8DuZS7qpn2ViKRxnm8CSbrwGDWiS { width:1.25rem;height:1.6875rem;top:27.75rem;left:1.4875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0OUAIVr3Xflu6mFlyudgbIruO7keSl8 { width:15.0625rem;height:2.925rem;top:30.737501144409rem;left:3.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzVRsQDz8vLHXAPMohbhv7ynAhwAKJV2 { width:1.25rem;height:1.6875rem;top:35.487501144409rem;left:1.4875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev5FvHtMMdCnUxoVWLGRuu4rCF7LVwNa { width:15.5rem;height:3.25rem;top:35.487501144409rem;left:3.2187500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVspVDRTfCRLGGXtp0RNrxX9znlhaVoR { width:15.4375rem;height:4.3875rem;top:39.06875038147rem;left:3.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdlq4hBkCutymdFEPKnTCRFfhqnLwaRt { width:10.4375rem;height:6.5rem;top:50.550001144409rem;left:3.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwJNdJDqar53OkhhdWcychklkbgfhix { width:1.25rem;height:1.6875rem;top:43.737501144409rem;left:1.4875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTUwqw7WOA4unn2ICkZv5it3fiZXEFB9 { width:14.125rem;height:3.15rem;top:45.456249237061rem;left:3.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6NC9nmIpc161kEfunFClEIsAGExOTca { width:1.25rem;height:1.6875rem;top:50.550001144409rem;left:1.4875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwFRM8bo6q9aC1KsnIkgx5SC1gtdR8bB { width:1.375rem;height:1.875rem;top:55.22500038147rem;left:1.4250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwxnUE2Uq7Rl6Bty1VZVqdkRd6BDnaPZ { width:19.75rem;height:3.125rem;top:109.6625rem;left:0.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVMMEO5VpFdEdTfJMOtGAOrwAScHToWd { display:block; }
 }@media only screen and (max-width: 763px) { #BkQ7NPb1V7XpVdkvzuxtwVJZLTyCvTeE { width:13.4375rem;height:4.725rem;top:8.875rem;left:3.2812500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MEhADaeEfnLyahpoRvIPVFZBKKHk3HXl { width:7.75rem;height:1.625rem;top:6.1875rem;left:11.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt08HT0Lxm54CMNEdEcEv2FSw0KE7t36 { width:16.0625rem;height:3.4375rem;top:2.75rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AngS1iMMM3tEOkD9uFISdaqvizuLaQRD { width:5.625rem;height:1.75rem;top:2.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMndZg0kQ7LGN6y6tFawVJTTnJLtw77d { width:14.5rem;height:11.125rem;top:85.375rem;left:1.4875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9stXILNbnZQEILhK9ckDpdxapVuT7ZE { width:2.5625rem;height:3.625rem;top:94.725000381469rem;left:15.925000727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqJUUzdgtKrtCd3pwJMJGmhkbUWSpu64 { width:16.75rem;height:4.875rem;top:99.125rem;left:1.6250000596046rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #XmtEbvS7XqFVzX3MVvn8cWaST7r6dPLa { display:block; }
 }@media only screen and (max-width: 763px) { #NzGTMBMTTsK7gV2l4IvIKdTJKckmPNMm { width:12.5rem;height:0.4375rem;top:17.831249952316rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #peUb1LHmLIeCC5P4wm7cHbbXzuu0RGLB { width:9.5rem;height:1.625rem;top:20rem;left:10.500000536442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDc8InCB6Gx2ivAT4BssW83pURrZg8SR { width:3.1875rem;height:3.1875rem;top:16.78125rem;left:13.987499773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSleIHd7FDNEvAB9iI2GTW79eIoSBWSv { width:1.5625rem;height:2.3125rem;top:69.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm4Ag41Fuh8LsAeQIB2KrPmtnbkZulg1 { width:14.3125rem;height:1.3rem;top:70.1875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzDcs932dbOMnyg7LsSaTGlBXbBGZThp { width:13.1875rem;height:2.1125rem;top:63.875rem;left:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anv3x5DkXnJw2zddukRWiSzwlOSneUoJ { width:1.6875rem;height:1.6875rem;top:64rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUMIuVDZ3HhlXX3IyvquTRAgm54WhKiu { width:8.3125rem;height:2.275rem;top:59.25rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rki2LOWlblC6KkR0oRF11iXWlvoHlQc7 { width:10.3125rem;height:3.5rem;top:58.6875rem;left:7.125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLuN9cJHiXRuqT65BUyTrzF88mVn08O7 { width:17.625rem;height:22.3125rem;top:62.1875rem;left:1.1875rem;background-color:#000000;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2vgDqqpDd3FAkdQNNeZ7o94JxWJJtKs { width:13.375rem;height:7.8rem;top:73.375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESSXTPfew2yLC4lLZS1Wmn98f16vkg9n { width:5.4375rem;height:8.4375rem;top:78.3125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU8rE9ugk5HKTC4nKdEtZXgprR3wsLe8 { width:1.5625rem;height:2.3125rem;top:73.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E44TfISfttvzS4k17XAySxplo5Kh1S3a { width:9.8125rem;height:1.3rem;top:65.987501144406rem;left:5.0937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f { display:block; }#k9Wisyp0vCUPSKC2brqQvGIdsTMM9f1f > .row .container { width:20rem;height:485.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWIhiIZ9QPpn67Z2kIfkVZoNeOf7RIkT { width:20rem;height:6rem;top:35.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysTXHPT3kyfotWqM7OTkL3i9vfka7gxU { width:6.1875rem;height:2.0625rem;top:34.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwTrxynQlnW7xZpWaQtUBKyIb3CGoJ4p { width:19.8125rem;height:38.9375rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF1CgwE69E076G4ZTeurKyiobyAdWCWT { width:15.06225rem;height:1.5rem;top:45.125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX7gZ1hW17NdCl9bGNhLnr3ThHKt0oUN { width:16.375rem;height:30rem;top:48.625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfG8U3oEN3TI4pkdLTdMpnHiHCGdSd7S { width:19.75rem;height:32.3125rem;top:85.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeGyDOwaeA8X37DMutVRlCTnnmOFLN5y { width:16.4984375rem;height:1.5rem;top:88.5rem;left:1.7507813572884rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b82GlMXeqM4Pm3z9u9asf0WTSkE7RiAM { width:16.625rem;height:18rem;top:91.4375rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ2mJAUXVkUWM1P27PKFVAix8eb50kK7 { width:15.75rem;height:4.2rem;top:110.75rem;left:2.1250000596046rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElZu5wDXawZvMn0F0ziutHu7yUIbxvND { width:4.0625rem;height:4.0625rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvQMAKO6rn6CGIuwQp0ZHDTv2TX0Gpe3 { width:3.3125rem;height:3.3125rem;top:84.6875rem;left:5.9875002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzmtIWqzcie4I4RRFnRQ4p5cL4Xsp8PB { width:1.3125rem;height:1.375rem;top:48.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQL9T1n7swVTw0tEl5T1oTPirNqt9m8U { width:1.3125rem;height:1.375rem;top:53.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9D0WefDbsoQb98EuU89Hlq1XH54X4B2 { width:1.3125rem;height:1.375rem;top:58.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhTytqF4Gik5z9PAOs8DvDxrviPMLL6t { width:1.3125rem;height:1.375rem;top:65.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvauMKI9x7v1th2Tqiwrme7resLgnanb { width:1.3125rem;height:1.375rem;top:61.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTkMwXSEbJPvPfyMem5ChRytHQA96ODC { width:1.3125rem;height:1.375rem;top:73.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoAGq5XFTmcB8KEAsTPgUdoisGc87aSu { width:1.3125rem;height:1.375rem;top:70rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWQSdy8zpovVcwy6v9aFMBzB4FmkppBX { width:1.3125rem;height:1.375rem;top:91.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFzQwsHiGGEo1NFti2zmTd69G6sFALQ5 { width:1.3125rem;height:1.375rem;top:96.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUsnRhy5TyzKFRcnGW0pDS6aQR5g77Vy { width:1.3125rem;height:1.375rem;top:99.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJMKfebChSruSoBf8sHiIwdNAHITMImJ { width:1.3125rem;height:1.375rem;top:103.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2zzqak0y8adz4MiXpq2D0hXxP7VdqKV { width:15.625rem;height:3.375rem;top:120.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ichbb8HncmBTih5fKJqnyPOBTQUB0Mvl { width:20rem;height:48.125rem;top:126.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps11vwKJaTTuunTr323v9e3QorXGHIel { width:11.684375rem;height:2.8125rem;top:477.9375rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOFMXrfKEoy88GfPLiplFdxLVchc5eUb { display:block; }
 }@media only screen and (max-width: 763px) { #OcwNDmJkPWvtWdiSyAzffHevHQobkS11 { width:20rem;height:2.4rem;top:23.812500178814rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxZh1TRhaaikz9ZsMBVHmyu35sf2dumR { width:11.8125rem;height:1.3125rem;top:12.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDmsbUf4NE6DxhOrCR6ku5TEZ6IJGgsD { width:13.625rem;height:10.8rem;top:10.937500178814rem;left:3.1875000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #fQAVeTWOLlep6LGIfygMFViDT0fQ1SRR { width:20rem;height:28.8125rem;top:3.3125rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #T06ypaJpKL7Fhy2ZHJOoO9PSaEbsXdTk { width:6.9375rem;height:6.9375rem;top:4rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzATsZ5bIDFBeb3zVToSD6ApnPvfGn9R { width:1.375rem;height:1.375rem;top:27.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okE1osV6HpTTwJA361eO81l8TR1CUbga { width:1.375rem;height:1.375rem;top:27.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSfrA4JRLxm7VfSlMNQPlWStEyX8KoCy { width:1.375rem;height:1.375rem;top:27.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbwUvmOvV3KA40LXxLgfAf9WqJEXoM8K { width:1.375rem;height:1.375rem;top:27.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STqFGAeBG0BNioTWOVnx9v1x4KaxpUXW { width:1.375rem;height:1.375rem;top:27.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb80JqTVPHOu0d0Qwd10OJQXtEUX9fy2 { width:15.25rem;height:1.9375rem;top:37.1875rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #NTz1dyWU4O30lFWRWnHsNxFzmty5018l { width:10.4375rem;height:1.3125rem;top:13.750000476837rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je65BvP1eLotdEFBx2Ju83ozSaptXG7S { width:1.3125rem;height:1.375rem;top:105.81171894074rem;left:1.0500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ { display:block; }#Ea7VkqNDF0qleoVk31Od6uKAExAk7RPQ > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TggdkfcWQJKez3mUwTFCWS1TKZOnkJRR { width:19.5rem;height:36.6875rem;top:2.4375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #mZNSNHcWexRRxHEIOT3GrDhtNd5PbfHW { width:15.3125rem;height:4.6875rem;top:4.75rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXBailnhCHoEdhQuyZbi3HcF3IFQBDJe { width:18.375rem;height:2.625rem;top:29.8125rem;left:0.8125rem;font-size:1rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #wPxEmiPTDcxOwfq1875PHlCrUfU3FrVq { display:block; }
 }@media only screen and (max-width: 763px) { #yTt4J5T89NepWG3i9LJHeFipROLuh2G7 { width:20rem;height:2.7rem;top:33.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNBz17PnPkFkM6BBgUdkKHyUk5LoL1JT { width:17.6875rem;height:9.45rem;top:11.625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCn4xLcESm6IbINqTs6N92A6n9W3ZwiZ { width:20rem;height:17.291479820628rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhumSLsgWzAHuLeL1xwwiOgE226Mrydy { width:5.875rem;height:1.4375rem;top:6.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEFfZsxhqeLxMP1QstGTBL15pqad0CM0 { width:17.9375rem;height:11.3125rem;top:40.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZl5JPvSmJcRCNOTRQvuaMyT0d80lHn0 { width:3.1875rem;height:2.7588272856313rem;top:39.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1DRoM87bXTT2FAZnzmZmPZ5qO8n8KMo { width:16.5625rem;height:4.3875rem;top:42.75rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DPRRbKbDtXCnHAkTN61ACzHv4xt15N9q { width:11.875rem;height:1.925rem;top:48.8125rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srXGdw98bsAGGKwtlCxLLr7KboKCtE2E { display:block; }#srXGdw98bsAGGKwtlCxLLr7KboKCtE2E > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7qgKhCwSVWpbFI6903atQdILXLk1eTn { display:block; }#i7qgKhCwSVWpbFI6903atQdILXLk1eTn > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #II8ztEohE1uK5F2Tr684M1zs6J5bp49R { width:20rem;height:4.375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cukfGUw6ml2MJyny6Wak0EKvSGu4LDJ9 { display:flex;width:2.25rem;height:2.25rem;top:5.1875rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #lB3yqsB5S7E9lvwigfNJQAT0G7LxfuQt { width:14.125rem;height:2.6rem;top:5.092969417572rem;left:1.4375000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WDRzqTRt7Iuo1Oqbf2zgTkCe8IUuJxQm { width:20rem;height:1.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QluVcWVEvqzTUONSJNwklgNUVCWp187z { display:block; }#QluVcWVEvqzTUONSJNwklgNUVCWp187z > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvRlmPKg8r4uC32MGyGugZS8PSTxeIAP { width:17.8125rem;height:23.4rem;top:2.607421875rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr { display:block; }#MqxWhwKPKNTDTWiGKBphJMmtKyyb77Cr > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1OEysXflPLl4lySCaDJwdqvBLnufaq4 { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTRX3OCTWIdlTyBb8DvonRsLglv5TLW { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #PMQ40ilJdhsMuBRr87cEDA7Xel4hF7NM { width:17.125rem;height:2.6rem;top:2.1375007629394rem;left:1.4375000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 { display:block; }#XC99GF0u1x9JIfTk0AZJDiv0NvDPUUk0 > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFGOhrJkzWOTsNEmSyZDNMZoGd3aXfin { width:18.875rem;height:4.8rem;top:1.2554683685302rem;left:0.56171876192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI { display:block; }#PUikzB2mS8rpDCUBw8vygbMmXJdAOWvI > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQKTecXzkI1Fryp7yG5bO4q2yxxDaWQT { width:20rem;height:8rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IviJh2ZV3wMUBuMCqrACzSaZh2Ux5VDi { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #OoBwNdgerkJDvhSlbiFr7sm7THBUVbG2 { width:16.6875rem;height:5.2rem;top:2.8117198944092rem;left:1.6562500596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cvU95wbG79It5lGGz3yHUeDbbXKpbGoP { display:block; }#cvU95wbG79It5lGGz3yHUeDbbXKpbGoP > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMH612M4Fo9ePK0FHWrtk2osULkC4AEc { width:17.9375rem;height:15.6rem;top:2.10546875rem;left:1.0304687619209rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat { display:block; }#KIIITUHCFk9QEDqqzMLHiqTswh3J3Tat > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVhmAH9Aon6ngxqIaRDPpXZNTmKcBgHs { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AodmKIPkdcXoHSNt7xPdfuc5prX6xcz1 { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #evZSyu7m6hoHcBLQwAiRs1bKgIUCxWmU { width:12.8125rem;height:1.3rem;top:2.7867202758789rem;left:1.3750000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BchN4TDMJK599g3I3rrQplofkSnCmJI0 { display:block; }#BchN4TDMJK599g3I3rrQplofkSnCmJI0 > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqgmhg5VebN3VngAok19FRJJL8bmu7eF { width:18.625rem;height:23.4rem;top:2.0804686546326rem;left:0.68671876192094rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL { display:block; }#GQouOxssFgCA5Mn66VoiTIDSNTZaoDGL > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npVTtbvmT59gWAMalu7H1dXgxBHIFcT7 { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIqsNfa5nsxDpIEB7n0Bz86fKIukWgS8 { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #B2Difaq19wMus3eg9M5ImUJ5zfNtdEsA { width:18.8125rem;height:1.3rem;top:2.6875rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW { display:block; }#shg1kcOfaW8TJdhzc4il4Ho5k2sqsZmW > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqfWPoEOTEtHTkSuU4BQ2cTeflm4LfoN { width:18.625rem;height:7.8rem;top:1.2562484741211rem;left:0.68671876192094rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB { display:block; }#aSgDPpsKGsfcclUIxDbvnc3tHoLcVQQB > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXb4BJkfKevClv2pKUXzbNyh1AK6Cxcs { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIeWioc2P2bFWNHDMGT62euRnUySa0bH { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #y207TJ88x74PmyChTuWvlDDnWmZLKzTJ { width:15.3125rem;height:2.6rem;top:2.2179698944092rem;left:0.99999994039537rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z8P9OxfB136szVSQNkdTay4D7pQWMVAA { display:block; }#z8P9OxfB136szVSQNkdTay4D7pQWMVAA > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OP8Ti57Of7CnLn7aTEdS9wqWSZlPsQM4 { width:18.625rem;height:5.2rem;top:1.3062496185302rem;left:0.68671876192094rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imovwmIJ88ffwrJ2zednqTNQTPNeiOwF { display:block; }#imovwmIJ88ffwrJ2zednqTNQTPNeiOwF > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiMJ0ZvWqmsi4BKDekMDMfWnKpmfVzRg { width:20rem;height:7.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khWK5cfTiNzz7M1KAs7hUqAPiGW0HAxO { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #UBc5mxMrHTF9ZzmC9BaJDL2Hti7fVLU1 { width:16.125rem;height:5.2rem;top:2.3117198944092rem;left:1.2179687619209rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 { display:block; }#ynX3JgpWsTu6b1HpPiSabUWOIDeH8LG8 > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlzhGpaeG0N6XIf8F1EmPDWM4MZLLTmP { width:18.0625rem;height:49.4rem;top:1.9609375rem;left:0.96796876192094rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV { display:block; }#qAIic9BTDpWNLmIIuLeFJJUU3SEv6LZV > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuQ1eJNzN7HibADSsa2LKeVzptHKofiX { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKXPgOi9Q8BbVOWiRZg6knmyQ7hhOuGc { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #mTtdy8vnBoTvSuQgdOPRoxrkPF5x2zUp { width:16.5rem;height:1.3rem;top:2.828125rem;left:1.2992187142372rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS { display:block; }#NfXEBRfDuodyfpgrxwAQEibl2zLgh4oS > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7w4hL2Qi3lLT9O1xCKpwg75JgXPWAnd { width:18.625rem;height:14.3rem;top:1.962890625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM { display:block; }#MVtXdm0LxLspVRBBwpkhfuRpgPLBfbUM > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQJIs5CqoP5uHWJ9VT0Sat7PHqUKq7nW { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiLrquegoTSpWe9ELKMfACQtg1Hpx1wS { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #SbT4ZcwgepeUbfpmDxRrFrREq3MeLkuQ { width:15.625rem;height:3.9rem;top:2.078125rem;left:1.2492187619209rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf { display:block; }#zF1FBZbZzJEF8fsVnsJHgkoI4sVQ3Fgf > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6B4XzLqAt9pmyQtlOPxooWLABXFBOTP { width:18.625rem;height:2.6rem;top:1.962890625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 { display:block; }#BS9mDRGcCxKpxfWTxHVS3byFqlVWoSe2 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoN9mzME6Ha964MMfS4bXmWms3uquiIK { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGzdsm3ZLECIEPBohuviiPFMiDRUgzuG { display:flex;width:2.25rem;height:2.25rem;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #NI1kG2xuz6n49Hr1fSGskth2vFTKhwWc { width:15.0625rem;height:2.6rem;top:2.21875rem;left:0.99999994039537rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT { display:block; }#xl54ZUum1MoT2W4uTXdeV56sMDWwkSPT > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvTIc0s4Wq592TN7tkT0GJUcyRidCSBO { width:18.625rem;height:18.2rem;top:1.962890625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR { display:block; }#dBDGQ0ALvksMmof2JxvsqHcVMFVwwEnR > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI { display:block; }#kxBmFmt7wdg4sS50gqQFedE5I6hC0JnI > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxTnViZHcDKRLa3RTxQ7NrGwHgkR6LlU { width:6.3125rem;height:3.125rem;top:1.9375rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZUvatE8gMmFNdFd9T1f03MDKTmtMrf5 { width:12.0625rem;height:0.8125rem;top:8.875rem;left:7.9375rem;text-align:right;text-align-last:right;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1oXOcIJghaPkJIAC1nfkVRed3aXa2H { width:1.5625rem;height:1.5625rem;top:8.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN180H3tGrpx5ts90hFDBhFEi1Bez995 { width:1.5625rem;height:1.5625rem;top:8.5rem;left:0.625rem;display:block; }
 }