.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:243,235,225;--color-primary-1:215,190,154;--color-primary-2:174,124,52;--color-primary-3:87,62,26;--color-primary-4:26,19,8;--color-secondary-0:218,219,223;--color-secondary-1:133,134,149;--color-secondary-2:11,13,42;--color-secondary-3:6,7,21;--color-secondary-4:2,2,6;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),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); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0d2a;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; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container { background-color: transparent; background-image: none; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container > .video-iframe-container { display: none; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row > .video-iframe-container { display: none; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .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); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container { border-width: 0; border-radius: 0; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:60rem;position:relative;display:block; }#egBi4xh9vt3xm0ItumKv0yNk65zl2aGe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:0.4375rem;left:57.75rem;overflow:hidden;display:block; }
#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0d2a;background-image:url("https://images.assets-landingi.com/uc/dbb578a3-8686-4795-a96f-354c094d8690/KV960x361PL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.adaptive-delivery-prevent-bg, #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.lazyload, #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.lazyloading { background-image: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { background-color: transparent; background-image: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container > .video-iframe-container { display: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container { display: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .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); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { border-width: 0; border-radius: 0; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.5625rem;width:60rem;position:relative;display:block; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O { 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; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { background-color: transparent; background-image: none; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container > .video-iframe-container { display: none; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row > .video-iframe-container { display: none; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .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); }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { border-width: 0; border-radius: 0; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16rem;width:60rem;position:relative;display:block; }#O6V50Z0T7KanMMVXMkOoucnyu4UdAyrs { color:#101010;display:block;width:51.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.75rem;left:4.34375rem;height:10.12075rem;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; }
#s3Tq2xaRuRnobinId9WdUI673Do96y5y { 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; }#s3Tq2xaRuRnobinId9WdUI673Do96y5y > .row .container { background-color: transparent; background-image: none; }#s3Tq2xaRuRnobinId9WdUI673Do96y5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3Tq2xaRuRnobinId9WdUI673Do96y5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3Tq2xaRuRnobinId9WdUI673Do96y5y > .row .container > .video-iframe-container { display: none; }#s3Tq2xaRuRnobinId9WdUI673Do96y5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3Tq2xaRuRnobinId9WdUI673Do96y5y > .row > .video-iframe-container { display: none; }#s3Tq2xaRuRnobinId9WdUI673Do96y5y > .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); }#s3Tq2xaRuRnobinId9WdUI673Do96y5y > .row .container { border-width: 0; border-radius: 0; }#s3Tq2xaRuRnobinId9WdUI673Do96y5y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3Tq2xaRuRnobinId9WdUI673Do96y5y > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:18.5rem;width:60rem;position:relative;display:block; }#n5HzWGAl9n2aVr8O6ld6RnPTyQTyGg4g { color:#ae7c34;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:2.4375rem;left:0rem;height:2.0625rem;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; }
#a4amIrgKNEDJ9wJfbMsEG6u38JGLVtvU { position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.25rem;left:11.25rem;display:block; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0d2a;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:#ffffff;padding-top:0.86125rem;padding-right:0.766875rem;padding-bottom:0.86125rem;padding-left:0.766875rem;display:block;align-items:center;width:4.6025rem;min-width:4.6025rem;height:4.63rem;position:relative;font-family:var(--paragraphs-font-family);font-size:3.445625rem;font-weight:700;line-height:74.08px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n .widget-text.counter-label { background-color:;background-image:none;color:#0b0d2a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.538125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.13625rem;height:1.830625rem;position:relative;font-family:arial;font-size:1.291875rem;font-weight:700;line-height:29.29px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:28.5618125rem;height:8.7206875rem;padding-top:0.1075rem;padding-right:0.109375rem;padding-bottom:0.1075rem;padding-left:0.109375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.3979044556619rem;left:15.607242584229rem;z-index:15012; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #JL2kZMnqfHISTEPXwG1VZZGeX25q4DVA { display:flex;position:relative;top:0rem;left:0rem; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #l5eSVKFawV9KLVSZyHQLUUTRWFmFqXT5 { width:auto; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #UTMwi6PPCTOoEOq6Mpuzq8zrZkqSyF4F {  }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #Dy13Rx7lKekHngTgZ5Ma1LeQR20HK0Hl { display:flex;position:relative;top:0rem;left:0rem; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #uKzBZth7Zv7ZVTULuPOg0bMhToSTIM2S {  }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #G0OnM2eyXvTWh303MX661qIFotV3AUgR {  }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #F7aJw3A1IHTliFZ6f1CbGb3y1MuTwxhV { display:flex;position:relative;top:0rem;left:0rem; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #g2mrPHC84wZzk3WyumNkhU3OhyIWDgr8 {  }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #TPytIUqT0wX9503ZUdlDXKE6XVcxKAz1 {  }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #f6gZlGiaegtCsXuieQuBVHDcBruZn6pa { display:flex;position:relative;top:0rem;left:0rem; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #XgFntSvq1iVZ18T6VqVOHBEh2XRI3RQW {  }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #h7Crc0MgtsRqywehp7ueFm1yE5r3y2ZM {  }
#QwVxnF8DBCECe2DXiewpdUuVzbmc0Q3J { 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:none; }#QwVxnF8DBCECe2DXiewpdUuVzbmc0Q3J > .row .container { border-width: 0; border-radius: 0; }#QwVxnF8DBCECe2DXiewpdUuVzbmc0Q3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwVxnF8DBCECe2DXiewpdUuVzbmc0Q3J > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.1875rem;width:60rem;position:relative;display:none; }#TVSLp7PgpSIMD1FFzTrbDBVpl9EEEx89 { background-color:#0b0d2a;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:24.124625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.3734016418457rem;left:17.935901641846rem;display:block; }
#ZUmxEaCrq8U6w7HKUmVnPeyMlOGceROQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 { 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; }#oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 > .row .container { background-color: transparent; background-image: none; }#oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 > .row .container > .video-iframe-container { display: none; }#oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 > .row > .video-iframe-container { display: none; }#oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 > .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); }#oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 > .row .container { border-width: 0; border-radius: 0; }#oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:38.9375rem;width:60rem;position:relative;display:block; }#yEJV2ZSGShHFBg2AsM9JFDyLTbvwIb25 { background-color:#ae7c34;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:18.187125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.749471664429rem;left:20.904651641846rem;display:block; }
#wzgOzyB8QAdIw5OcJlmgs7B1FS55TpWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NOdNwl3DbGvD0wQqe8vc0McqR804hryO { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:7.5rem;left:10rem;display:block; }
#JMTPxbyZI45PQX9UZCuTJBw2Nwwg21vT { position:absolute;display:block;z-index:15057;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:2.0009765625rem;left:11.25rem;display:block; }
#OfQgoJ6uBZlzH436N7wif8Hn8WRRQTED { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.1875rem;left:0rem;height:2.0625rem;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; }
#pJgs7B0FlQN6sNN5TWy2PUXT1vkLUoyy { 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:none; }#pJgs7B0FlQN6sNN5TWy2PUXT1vkLUoyy > .row .container { border-width: 0; border-radius: 0; }#pJgs7B0FlQN6sNN5TWy2PUXT1vkLUoyy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJgs7B0FlQN6sNN5TWy2PUXT1vkLUoyy > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:15.6875rem;width:60rem;position:relative;display:none; }#zSHOlFNXwiubnTZ01NETGpmaTAP1mmqS { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:12.562125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.3726909160613rem;left:7.216796875rem;display:block; }
#sfAZvbg5vQlaQk4VDIfukvoS2JrELeGC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KlLoZyNARUT1qbKoUiMfv7wi0uCFD1a5 { position:absolute;display:block;z-index:15057;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:2.0009765625rem;left:11.25rem;display:block; }
#gUoaGvw2vdudzpZ3IkMI6tb5C1yfqSSJ { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.1875rem;left:0rem;height:2.062325rem;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; }
#gVgGRE2xFAg25zdJ1CNlzkpTLolni3fp { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:12.6243125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.3744668960569rem;left:39.90234375rem;display:block; }
#dSxTCGLmAHA1GzbVhK6ocOFCIX3fAPIC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GQpwfPxIkd6N2gok8122m8oUx1Voz8K5 { background-color:#0b0d2a;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:12.562125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.3744668960569rem;left:23.717151641846rem;display:block; }
#BHeSwfLatI68u6qsRQAsJrWByB51lhHk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C1IBMumGydpKUZ2lXpl17IyThMqXZPBl { 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:none; }#C1IBMumGydpKUZ2lXpl17IyThMqXZPBl > .row .container { border-width: 0; border-radius: 0; }#C1IBMumGydpKUZ2lXpl17IyThMqXZPBl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C1IBMumGydpKUZ2lXpl17IyThMqXZPBl > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#qVcyfn8piVDlODTXd0nApeRbLTCZnP7c { 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:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q { 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; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container { background-color: transparent; background-image: none; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container > .video-iframe-container { display: none; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row > .video-iframe-container { display: none; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .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); }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container { border-width: 0; border-radius: 0; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#W0VHZ75bdbrRycvUmlu65GTcBIk1Ci2M { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.875rem;left:0rem;height:2.062325rem;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; }
#yauEnTcGO9zXyUGAUglutopmkWqARvVE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.5625rem;left:9.8125rem; }
#ysZpkmK7ig5qndKVlWFhizVJFZanCSmJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.0625rem;left:9.375rem;height:1.38139375rem;text-align:center;text-align-last:center;display:block; }
#JWFFMIn6Rnu6MwkxJIsLtgknBdCt3rOK { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.4375rem;left:33rem; }
#faHwItbSTGT9THq2WKXJn7GL1qx1fCSl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:34.8125rem;height:1.38139375rem;text-align:center;text-align-last:center;display:block; }
#Gai6thOhVo43e26iZ28cfGBRgZlgnr2B { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9.75rem;left:22.3125rem; }
#vTzsxAlh9rDyucGuvcBeKpChPOTRS0Jc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:21.1875rem;height:1.38139375rem;text-align:center;text-align-last:center;display:block; }
#bPFiKHiIa9ITf54PHc4n3KC9TzMeNu19 { position:absolute;display:block;z-index:15056;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:3.5rem;left:11.25rem;display:block; }
#ioQyLqSnUOHEkp3TT733P126pxWbx9EB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.963955879211rem;left:21.623756408691rem;height:1.2180375rem;text-align:center;text-align-last:center;display:block; }
#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row .container { border-width: 0; border-radius: 0; }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#xSBMfaoAVO36RL7O0wuEpCklbvl4TzKM { 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:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA { 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; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container { background-color: transparent; background-image: none; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container > .video-iframe-container { display: none; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row > .video-iframe-container { display: none; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .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); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container { border-width: 0; border-radius: 0; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:60rem;position:relative;display:block; }#EJB64mXIJ7JZ8zhDGQIS0mRhdIzQ7Uyp { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:0.125rem;top:3.4172582626342rem;left:10.684482574463rem;display:block; }
#GFnv3ATawDBTO3wyT5x4zehIB5JqhVKJ { color:rgba(var(--color-secondary-2),1);display:block;width:6.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:3.061767578125rem;left:1.436767578125rem;height:1.62464375rem;text-align:left;text-align-last:left;display:block; }
#Rq1XiWL8LkXSifxuzTznqiF8qwAbgDkH { 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-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:2.5625rem;left:9.249267578125rem;display:block; }
#hBz49Qn3XioFqOEWmJJUoZkTFomTEmog { color:rgba(var(--color-secondary-2),1);display:block;width:21.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:3.1400861740113rem;left:13.748226165771rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GItyJtzgFJNIyxJWMeWBbW50gkq9V042 { 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:15047;opacity:1;top:2.875rem;left:9.718017578125rem; }
#Hd4ZTSwhWquUPaTWiZ5KUeHxg7vZCOTA { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:1.5625rem;top:7.3740234375rem;left:10rem;overflow:hidden;display:block; }
#fma97VS8BTPzBpk1u7m8qLOsauRvZOiU { 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-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:6.6865234375rem;left:9.3115234375rem;display:block; }
#gI8e9JlO9WWm8pLmmlZAXDKEM6INylFw { color:rgba(var(--color-secondary-2),1);display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:7.3740234375rem;left:13.75rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#assTT51m8DSQwZ63JhOBmGhsemHHon9q { color:rgba(var(--color-secondary-2),1);display:block;width:6.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:7.3740234375rem;left:1.4365234375rem;height:1.62464375rem;text-align:left;text-align-last:left;display:block; }
#pOIFTkZEfnJO2RWAbQZQLmDzRXBAChOu { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:1.5625rem;top:11.8740234375rem;left:10rem;overflow:hidden;display:block; }
#XrahKDdDd3UkzhFn5IO4eQsuKCA1nrtn { color:rgba(var(--color-secondary-2),1);display:block;width:6.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:11.8740234375rem;left:1.4365234375rem;height:1.62464375rem;text-align:left;text-align-last:left;display:block; }
#TKTma1qtRlDrAt83TSa2Tx9WPcTMsA5z { 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-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:11.1865234375rem;left:9.3115234375rem;display:block; }
#fSonPGKuZGUvzcs519nN2ANMMwJlxqMw { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:16.3115234375rem;left:10rem;overflow:hidden;display:block; }
#Cea5wTefDmA9OkzddwNNibt495tByBCx { color:rgba(var(--color-secondary-2),1);display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:16.3115234375rem;left:1.4365234375rem;height:1.62464375rem;text-align:left;text-align-last:left;display:block; }
#CPNK1x7q8MqICkiXTKvTr1meAQ5PTJ0G { 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-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:15.625rem;left:9.3115234375rem;display:block; }
#huOcp7TMsbCxwlEnh1ycKX8k1pgQaa6Q { color:rgba(var(--color-secondary-2),1);display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:21.0615234375rem;left:13.75rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zv8ufw6ivWc9LFBZCs9iue6PCAwPp9sk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:20.916014671326rem;left:10.057529449463rem; }
#uHSLEVGTawpX3bAGuCi3v6JnIDWXyPT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:0.4375rem;left:25.5rem;height:0;display:none; }
#ABVwF0AkFfREVVwMF0v4LVCstSuqNTcv { color:rgba(var(--color-secondary-2),1);display:block;width:40.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:15.7998046875rem;left:13.75rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XA66ZBAseACLNPIFVyTesI1REIthwAyO { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:20.1865234375rem;left:9.3115234375rem;display:block; }
#GMt6K8BnNJdWqOQkpilFeD4v2uJUdzTp { color:rgba(var(--color-secondary-2),1);display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:20.8740234375rem;left:1.4365234375rem;height:1.62464375rem;text-align:left;text-align-last:left;display:block; }
#f1DC8Ce77mt9yaKgLppbOqqC65FCBTNc { color:rgba(var(--color-secondary-2),1);display:block;width:33.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:11.922945976258rem;left:13.96484375rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PO8k436p51F6Vyt9DlPMaa3Kl9ZEyuRf { color:rgba(var(--color-secondary-2),1);display:block;width:41.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:24.8125rem;left:13.75rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tBIyFvBaHyl4CZoMAv4xmwzT3cptL0TF { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:24.6875rem;left:9.3125rem;display:block; }
#VoSiuKfoG9iTm4kylTTBviCOOHFhWmea { 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:1.5625rem;width:1.5625rem;top:25.375rem;left:10rem;overflow:hidden;display:block; }
#Su4vTA4Bfl1iQ7bAO4fWwDV1uEbBMLTn { color:rgba(var(--color-secondary-2),1);display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:25.375rem;left:1.4375rem;height:1.62464375rem;text-align:left;text-align-last:left;display:block; }
#AKHWLU6rVnmtoBbnbxml7xwTskT0Eyuo { color:rgba(var(--color-secondary-2),1);display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:29.625rem;left:1.4375rem;height:1.62464375rem;text-align:left;text-align-last:left;display:block; }
#sLdcXz0yy9rzaoSdIzaCBEPCyQITUHRb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:29.625rem;left:10.0625rem; }
#ieWgit4xUmRsmg4JdwpZpihB6mMZwaFs { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:28.9375rem;left:9.3125rem;display:block; }
#AtuJX8DsLTEPnvXmBMCVZ63HiyePzD0H { color:rgba(var(--color-secondary-2),1);display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:29.8125rem;left:13.75rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mW6ETAm0erKRyGcvuROb3s0bEB7XNgaW { color:rgba(var(--color-secondary-2),1);display:block;width:40.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:33.125rem;left:13.75rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D6IccvvixsUH51lgvyQcvW8tlrofqBCT { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:33.625rem;left:10rem;overflow:hidden;display:block; }
#Bn3VoGapyZZTJOldzqNTGtEEx37Ib6Zm { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:32.9375rem;left:9.3125rem;display:block; }
#N8LCnC9qWJbzS5XKaoOSP7mxlT6szSXC { color:rgba(var(--color-secondary-2),1);display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:33.625rem;left:1.4375rem;height:1.62464375rem;text-align:left;text-align-last:left;display:block; }
#F6ouL9ni6IZZudbl4bW33vxSw3CXWTes { color:rgba(var(--color-secondary-2),1);display:block;width:40.7493125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:38.143637657166rem;left:13.747337341309rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fuKwrsHIuUdOV10OFEtODg7rTFQIVIJe { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:37.375rem;left:9.25rem;display:block; }
#zrHKSSTOWA0Dlvl4wlKIIqqheVv0HlVl { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:38.0625rem;left:9.9375rem;overflow:hidden;display:block; }
#fOgRwG1ou6RbSPMNhqxHHMNsVbbZII4g { color:rgba(var(--color-secondary-2),1);display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:38.008522987366rem;left:1.435546875rem;height:1.62464375rem;text-align:left;text-align-last:left;display:block; }
#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row .container { border-width: 0; border-radius: 0; }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#SoBhrFkcWaafQ9XsZQvlIC9U1sOPoGya { 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:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u { 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:none; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container { border-width: 0; border-radius: 0; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;position:relative;display:none; }#gHoawRTCDbWoHGAnF4NFchhx2BMTMTH1 { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:0.062255875rem;top:2.1875rem;left:10.6875rem;display:block; }
#HRTrAZoMtcT0T0wk2M0uqG2Xxnem9Le4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:0.4375rem;left:25.5rem;height:0;display:none; }
#vUfmzA336LfpkvAOSRysTHfBwB8Gte2w { color:#050b26;display:block;width:41.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:1.375rem;left:13.75rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qGJfJSRO7rfpOgxhclNTCKAzukrHyHC4 { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:1.3125rem;left:9.3125rem;display:block; }
#r4wJX4Zkqmp3qqkJDOmsExWBfyMmK9K3 { 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:1.5625rem;width:1.5625rem;top:2rem;left:10rem;overflow:hidden;display:block; }
#x9KhIz7NJxmAoQBIdpsd7FLF0EJnTmoT { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:2rem;left:1.4375rem;height:1.62525rem;text-align:left;text-align-last:left;display:block; }
#dkZmS5sKaTwNC5aUnmNvr7QWX2Or6Cmv { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.4375rem;height:1.62525rem;text-align:left;text-align-last:left;display:block; }
#AmJefEEn50hn2606bUXd1v9lAA49lOw2 { 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.5625rem;width:1.5625rem;top:6.4375rem;left:10rem;overflow:hidden;display:block; }
#Ny4KLkQFDZ8BhsTbBqVln89lOvzWh3hG { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:5.75rem;left:9.3125rem;display:block; }
#ODNg1LqIGbOtSPHWRZfuqPg7VxIqfs8C { color:#050b26;display:block;width:40.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:6.4375rem;left:13.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mUWPeqwMhvFS3wlBHcmZAxb4II84ch2y { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:10.875rem;left:1.4375rem;height:1.62525rem;text-align:left;text-align-last:left;display:block; }
#GB9ThDzQT1Ca6IxspgQBkMQ3WUIBLQGp { 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.5625rem;width:1.5625rem;top:10.875rem;left:10rem;overflow:hidden;display:block; }
#D3x4WgKxpGgVbKC5NpZqgP70Snqrs6Nn { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:10.1875rem;left:9.3125rem;display:block; }
#nA4NR4GrM4fST5PwWM5U3J3hznytfWqx { color:#050b26;display:block;width:42.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:10.1875rem;left:13.75rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nGCXMcV9QaNIEQrKLbhvTWoB6xRQxFm3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:19.0625rem;left:9.75rem; }
#Z9CEqzItWVHXFJq5CA61RWp0PLpbf83d { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:18.5625rem;left:9.25rem;display:block; }
#oIfd3kdGWmAiFkbLtfsEegbGnuoA2W0s { color:rgba(var(--color-primary-2),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:19.375rem;left:13.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ty7qHJtCRt5TWJKCSW8OwM1XqAonZNiF { color:rgba(var(--color-primary-2),1);display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:19.375rem;left:1.4375rem;height:1.62525rem;text-align:left;text-align-last:left;display:block; }
#scsmxoWgMwM3pemtRI9xfRuFxOLiOy4m { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:27.5625rem;left:1.4375rem;height:1.62525rem;text-align:left;text-align-last:left;display:block; }
#kt3QVmMFPc7xXZlw4rahAhUHXUapHsWZ { 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.5625rem;width:1.5625rem;top:27.5625rem;left:10rem;overflow:hidden;display:block; }
#POmtao6gKdOu79TnLBznChkgpXfZBkik { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:26.875rem;left:9.3125rem;display:block; }
#UDsVgJNcHWGmWMoGRtu1RiO8p1TUzMHQ { color:#050b26;display:block;width:42.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:27rem;left:13.75rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MZJJbQK43aBGl28RgwyOx1P0RCBbPodH { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:32.125rem;left:1.4375rem;height:1.62525rem;text-align:left;text-align-last:left;display:block; }
#NF9LQTcH1rTZztHddABbTH7G26KTEsZ2 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:1.5625rem;top:32.125rem;left:10rem;overflow:hidden;display:block; }
#tNaf4mH4X5BnUruuegCGqKLQyOyyJTcH { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:31.4375rem;left:9.3125rem;display:block; }
#FthLLXxCa4QWh2UMl0JswFiuuyyBZSbE { color:#050b26;display:block;width:42.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:31.4375rem;left:13.75rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gceE6pB5w8s2mV3S4XCadNvTKQPrbKfC { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:36.8125rem;left:10.1875rem;overflow:hidden;display:block; }
#ywxT1IOgQPwoAWq8JDFmHa5PHdbuoXxh { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:36.3125rem;left:9.625rem;display:block; }
#TA5uPkA7rvNWUKAEi5Oc4a2llgaSaJup { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:36.8125rem;left:1.4375rem;height:1.62525rem;text-align:left;text-align-last:left;display:block; }
#HKP0qmikPfBOoz6JtcFb00ASHtMypcIl { color:#050b26;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:36.875rem;left:13.8125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JuwHPFuVqLn5LBZkbuy8N4IMkVItL372 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:1.25rem;left:56rem; }
#JuwHPFuVqLn5LBZkbuy8N4IMkVItL372 > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#Liw2nUhGtLI1Fwi3PFbAbWOq2hJ1G5C4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:6.71875rem;left:55.0009765625rem; }
#Liw2nUhGtLI1Fwi3PFbAbWOq2hJ1G5C4 > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#V9tyAkNZ2bSPBQlQOaUkPDvdqi9kG0NF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:11.8125rem;left:28.1259765625rem; }
#V9tyAkNZ2bSPBQlQOaUkPDvdqi9kG0NF > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#ci3DwNxTGbTXNN9neyM7HXTOayRTJrbH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:28.5625rem;left:39.9384765625rem; }
#ci3DwNxTGbTXNN9neyM7HXTOayRTJrbH > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#yPxTMAmwnm9IIBlG2xugXpEVQTivOyFs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:33.1875rem;left:20.6259765625rem; }
#yPxTMAmwnm9IIBlG2xugXpEVQTivOyFs > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#yn97FtBCFMFGX3MV6Zi0LTfUFaEK7nU6 { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:15.5rem;left:1.4375rem;height:1.62525rem;text-align:left;text-align-last:left;display:block; }
#HT3xKFFFmu59sOGytKTrQT8q5GTl18C7 { 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.5625rem;width:1.5625rem;top:15.4375rem;left:10rem;overflow:hidden;display:block; }
#xfRX4AakIC7d9MUzHK0ehkus2oNKMCdJ { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:14.75rem;left:9.3125rem;display:block; }
#JoTAFbn2r25sJJ9lhhG7spvlxoJVVFkP { color:#050b26;display:block;width:45.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:14.875rem;left:13.75rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#paTn8byw46u48VgVoFO9KZ6z3XKLInLM { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:23.25rem;left:1.4375rem;height:1.62525rem;text-align:left;text-align-last:left;display:block; }
#rdAcgkyhrDxsT4k93vIhwkkqVCzNVQSK { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:1.5625rem;top:23.25rem;left:10rem;overflow:hidden;display:block; }
#qdIX8Lk8IB6Zbvcqwsf7Vmd8tR0E0d9J { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:22.5625rem;left:9.3125rem;display:block; }
#MMLvu4qQNXBhWzbknKMiMRSbI8TcGtQT { color:#050b26;display:block;width:33.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:22.5rem;left:13.75rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZHMkxBkZAh75IZKIodPKP5JciWV965Db { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row .container { border-width: 0; border-radius: 0; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#TBAF39VNEpxG52eiVaQBRATbrF97rgIL { 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:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 { 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:none; }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row .container { border-width: 0; border-radius: 0; }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:none; }#cEIiTA9EyCA3tXdolGkusHXNuTMhHK70 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:;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; }
#hdKsrXXXGdPNwMV6mu2BWI4KIzHaWTyI { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW { 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:none; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row .container { border-width: 0; border-radius: 0; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:none; }#IT2bRrKaQOHTrLwdaSm6nLzNLWyshosg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.9375rem;top:1.875rem;left:24.46875rem;overflow:hidden;display:block; }
#mLoJNT76rcruAgu4HB6lZViEiLNdynfa { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5625rem;left:19.9375rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD { 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:none; }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row .container { border-width: 0; border-radius: 0; }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:none; }#TrfFFhI6ilFMPmB7yZN6TIAw9h51HwNg { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:;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; }
#dFhyNiQrUcGLGShmT0ITTH9oH3Q9ael7 { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh { 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:none; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row .container { border-width: 0; border-radius: 0; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#OuS5EzdQAkvQi1lIS7CyxlC0iFbpNdAL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:25rem;overflow:hidden;display:block; }
#cqEz99m9ifZiQOpKtPrFDKaNfoSgV1d9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:44.5rem;overflow:hidden;display:block; }
#T1z3IgNw0HvamvXkabOcItnhZn6wavvU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0625rem;left:20rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QRJgD1wQbFKxCbRUFGJgK7QMH3d1UeKh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.9375rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z390XpTtyQu0cwJ1ZWk6ZynSQ9d39cMx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sSn4zSQGyQsAyQp5I1S3guXWZeXOKPdW { position:absolute;display:block;z-index:15015;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:0.125rem;width:3.125rem;top:18.5625rem;left:28.4375rem;display:block; }
#cdP4mzSiRIoaTHwAWPlvM6JqSoQtzh8w { position:absolute;display:block;z-index:15016;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:0.125rem;width:3.125rem;top:18.5625rem;left:48.4375rem;display:block; }
#EDeOaIRRp7WTgTzAgU3zcTN6kxZTonKh { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#V5kZrc4GTt9vnw6Wmm3p9IFfvGAJu2wr { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vhMTRZz194TJdqa66Ve2TLg4kPC8HCGv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#X3vEFkQhA3eoNmBnRWupCiu4KZpWtd0s { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#l0O0lEJfailqKcrQnczGFygFy1SQMele { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dImt3GodiCWAW8Jk1DOuPWaykxENbGCS { position:absolute;display:block;z-index:15020;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:0.125rem;width:3.125rem;top:18.5625rem;left:8.5625rem;display:block; }
#v9bGTiJxMXbDbR2bspkOFS5SPbTvvLBA { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0.125rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZZnAT7ucm1TDRLJfDbgdsFgQpz2Rtnu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.375rem;left:5.125rem;overflow:hidden;display:block; }
#QhSSiiFyiisb9RCeJem9SIPOz923Wrdh { 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:none; }#QhSSiiFyiisb9RCeJem9SIPOz923Wrdh > .row .container { border-width: 0; border-radius: 0; }#QhSSiiFyiisb9RCeJem9SIPOz923Wrdh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QhSSiiFyiisb9RCeJem9SIPOz923Wrdh > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#T3PBLCcZgiWRveLCe7AUmr8D8keIcxHw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:4.5625rem;overflow:hidden;display:block; }
#X3kIcskwFmFIKF2UUrtxAqWr4UWbwlzU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxhihA696RPOXiGPAU3q7XZqVefDBIFL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EWZAN6fClR7oWtBM1g6EbimT5VV5rX4t { position:absolute;display:block;z-index:15016;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:0.125rem;width:3.125rem;top:18.5625rem;left:8.5rem;display:block; }
#Q73mLV5m8V2LQXcnOrQQVKmTbuGQvadg { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#mATNkNJVT0RKTimqv9Q5kLMvhcwIieEd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.4375rem;left:25rem;overflow:hidden;display:block; }
#uDeLSWScTLxtasTTVSPqC8DnZNncibGG { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.125rem;left:20rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfUJFG8EDselzU8ThnaPu2GudvLlBwlu { position:absolute;display:block;z-index:15015;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:0.125rem;width:3.125rem;top:18.625rem;left:28.4375rem;display:block; }
#rMBFdpHZAzKsA22a4iBFV9OdvBXayR4l { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.375rem;left:22.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#uFG6SFrP62mCRbnTBI8XmQZ64Drq5K7x { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#bUwafUD9PivVpMneqHx0f08XBpoffWK1 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.0625rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#eo4fTkOE9EeAC3mTMdJhN5qlT5oLd2OI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.375rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#r6U7e8lrZNTrgGh9qFTnCilsmWGr1KOD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.125rem;left:39.875rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQHxHWeqHUURmlPP75yxbH01tDEnbmTS { position:absolute;display:block;z-index:15016;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:0.125rem;width:3.125rem;top:18.625rem;left:48.375rem;display:block; }
#zr4iTXfPfSbU7cO4Hw9TlUGQDw9FomxS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.4375rem;left:44.4375rem;overflow:hidden;display:block; }
#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof { 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:none; }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row .container { border-width: 0; border-radius: 0; }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:none; }#eEmTwowMsSnQ5ThoDWTpSUis6E6nGSzi { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.25rem;left:20rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a0u3LFQmtZCmyWwTe93RyTXF6dsLG68P { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.5625rem;left:25rem;overflow:hidden;display:block; }
#BN4c4bQiVh7bx7s6Gz7DTyaT6O0Jv0T8 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.1875rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qfM7U0fMyxuLz4hVMHIKaL8PUZfaCiNX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.5rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#r4mJiWDdb1DwTmDFV3tZuCBTkh6kVbcB { position:absolute;display:block;z-index:15020;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:0.125rem;width:3.125rem;top:18.75rem;left:28.4375rem;display:block; }
#UgioUiAfLlOqVHGbrLhuXKfdDmsg1JL2 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:21.1875rem;left:2rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ZW1EN9C2aic0Z4VL5n3pN52p8ANZAAEA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.5rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#kM4Cct6RpOITM9bs1Qm1hJKkICJt8Wzp { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.25rem;left:0rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ni2d36pREnET6acqrP0q4ATRkTFu9Z3i { 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:0.125rem;width:3.125rem;top:18.75rem;left:8.4375rem;display:block; }
#cuISPnH7Ph6MFbwdkQihwFTJOtRZsTuD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.5625rem;left:5rem;overflow:hidden;display:block; }
#NZybfPoN1gb5NrwtT9uNzSubLxgvdPrb { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.125rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FgtMh94eemF1QDiiAdhvUfCL6CosX2Og { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.5rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LnM9zJkroiIDI4cVIr4PoSEMrvy9WF1I { position:absolute;display:block;z-index:15020;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:0.125rem;width:3.125rem;top:18.75rem;left:48.4375rem;display:block; }
#p3oshv1fWPoRga0R8eMVUprUP7idTEb6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.25rem;left:40rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d2qqs7aeRJ7BOsQXN5nbUT9Pn4qdrAnQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.5625rem;left:45rem;overflow:hidden;display:block; }
#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC { 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:none; }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row .container { border-width: 0; border-radius: 0; }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:none; }#eVDVr7fXBdgBwDJE0zE1p3DueC7Nl2F6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.6875rem;left:5rem;overflow:hidden;display:block; }
#OTRqULgHvG1NugPdya5ukwEBMk9Hpb4L { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.6875rem;left:24.5rem;overflow:hidden;display:block; }
#Wu4rRxMZQPXIUe5qSOgG0HEbt0fPTiEk { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lwxHpfcHEyBPCqwdSx52Z2TwpulV5UZ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.375rem;left:19.9375rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsNecQ2UTHlscJ2gA7DVqF3UK90y6r99 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.625rem;left:20.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NGyQGPdQhbHa3iXDyiUUcLh4pPn5ieqD { position:absolute;display:block;z-index:15015;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:0.125rem;width:3.125rem;top:18.875rem;left:8.4375rem;display:block; }
#pa3oIQKRTNNtJZ8IhVpoXZsgkZXqkzc4 { position:absolute;display:block;z-index:15016;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:0.125rem;width:3.125rem;top:18.875rem;left:28.4375rem;display:block; }
#F3zfxx1qA2VVOAkivS69fnw6Ff6aNdBR { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.3125rem;left:22.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#szeZuuZuTwu186tJ1JGRLCc8l89LOPok { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.25rem;left:2rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ebTf6MwiWLq3HdG8uKioS54hpPu38xos { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.625rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#rSOUCcg2sTMULt2u1lL17TvbPv07nNwv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.6875rem;left:44.4375rem;overflow:hidden;display:block; }
#E2knAbhTcgyD7vTfPyZTq6gxS2nVik7n { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.375rem;left:39.875rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z3NdmixwQ0kXFcyqAW8gLgu8Pkz4WiPs { position:absolute;display:block;z-index:15016;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:0.125rem;width:3.125rem;top:18.875rem;left:48.375rem;display:block; }
#yyQmEvGOCKLTkUObqRgadus2InVdGoaf { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.625rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BwXoL0cpRWK8vgnyaGgXZRuQCPGVVF5J { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.3125rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N { 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:none; }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row .container { border-width: 0; border-radius: 0; }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:none; }#yS4TdzTGLrG8VdCBW9DHzOQPCAvTfOAh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.6875rem;left:24.875rem;overflow:hidden;display:block; }
#w466Hh0eCyyPtyDSNebQ16dLTKkJ2id8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.375rem;left:19.875rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmXoxM4OBhqkCGuCeb9dhbz0byBRLSIb { position:absolute;display:block;z-index:15015;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:0.125rem;width:3.125rem;top:18.875rem;left:28.3125rem;display:block; }
#qVnZrFDDTThdB4py7gXEicAf3nxpkqJR { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.25rem;left:21.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#r1I7lKC47WTHmUU3cMbieZigxZkxsClh { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.625rem;left:19.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vk1yVkE9tu2nv6Bqhs6CM5qQ21qafIev { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.3125rem;left:2rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#x8AXRUXhi7i1G7f2yEPm35OA3IGfdP1E { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.625rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#WS8e7RdFvrRd3UI8PTGP8U7B2Uqf67mH { position:absolute;display:block;z-index:15020;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:0.125rem;width:3.125rem;top:18.875rem;left:8.4375rem;display:block; }
#meMzBWEgMskwu7o931NaKHyIkWRmTzy8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJWQ0xHIvKURtZCIeURDtFeg9UmobNhU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.6875rem;left:5rem;overflow:hidden;display:block; }
#n8RGDPexsJm40VwQek1zfaesbrhMdWS7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.6875rem;left:44.4375rem;overflow:hidden;display:block; }
#lVN57iwc1c44WmK3R4HrIevVts7loTln { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.375rem;left:39.875rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WyS3vaBRUQ798WJsMDMh2yGTQEWUdDQe { position:absolute;display:block;z-index:15016;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:0.125rem;width:3.125rem;top:18.875rem;left:48.375rem;display:block; }
#Prghn92rOGTZ0CxTEVaDrVoSWurBDH1N { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.625rem;left:40rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#irBIKJ1GpWcsGXsx5Ztqz6aaGBKxonwT { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.9375rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VzdHTrs5HzRTTsuv0Wv0cZGOw5ZRzJUP { 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:none; }#VzdHTrs5HzRTTsuv0Wv0cZGOw5ZRzJUP > .row .container { border-width: 0; border-radius: 0; }#VzdHTrs5HzRTTsuv0Wv0cZGOw5ZRzJUP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzdHTrs5HzRTTsuv0Wv0cZGOw5ZRzJUP > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:none; }#Vq2TvzTxd9L8nEXX8MM6TaS7S28Wy5IL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.4375rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DHS3vnA8sJkFUIiBa8u04wixrO9wQSzF { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.125rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LpK0xEtvKT1bgdHsBPs8JZXDah0kOPK9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:17.1875rem;left:0rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ln1CHQl0TZ3GygPmTbUL9PGpISGak9Sg { position:absolute;display:block;z-index:15021;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:0.125rem;width:3.125rem;top:19.6875rem;left:8.5rem;display:block; }
#VZHhoQxDG5N3EUxfZce4aS1O4rZ4hVAG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:3.5rem;left:4.5625rem;overflow:hidden;display:block; }
#UHyiLTywZlo2lIA8vezaTxdzB5qTJdbA { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.875rem;left:22.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#klP8EGsT5HncLc97HH9zWk0GwiOx6EWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.1875rem;left:20.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#PyRVWB4icABsSkfvKtQUac51mMtkI5tP { 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:0.125rem;width:3.125rem;top:19.4375rem;left:28.875rem;display:block; }
#QboI1HOvrW3UNsEQLdEQxnCFqzGc17CB { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.9375rem;left:20.4375rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I1JM3fy4r00PuA6leEmLAR0kXOpdKSDD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:3.25rem;left:25.4375rem;overflow:hidden;display:block; }
#waa5337nGQHSw9MopwNlwiRLq8I64TKN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:3.375rem;left:45rem;overflow:hidden;display:block; }
#JnrWb6dQ3Kt2OucUc37TwukuZ5nU9KVO { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.0625rem;left:40rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFKW02opxbBaPVULPgqGM0rccHJ6hs8d { position:absolute;display:block;z-index:15020;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:0.125rem;width:3.125rem;top:19.5625rem;left:48.4375rem;display:block; }
#GOHc9Ce3FBfO0feM2Z2wzdrGaJTres34 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.3125rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#P9D3Caoo1QNDuPEItgrXWE0aIs8kwC0C { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm { 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:none; }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row .container { border-width: 0; border-radius: 0; }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:none; }#tOMeeZifRxoeweNU2NAe2sli1QPehwWT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.0625rem;left:4.5625rem;overflow:hidden;display:block; }
#T1hTRT33U14QmoeylPmHyZ1Dp7yzfhcp { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.75rem;left:0rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mc8I6sPOC7ETSkhbLzCNxhyIL9SqTkBM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#kg8JcaND52lfHLmlpdvZmQWQigTuNoTT { position:absolute;display:block;z-index:15016;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:0.125rem;width:3.125rem;top:18.25rem;left:8.5rem;display:block; }
#R56TxT0RTytfvO1GzwStI2dpK0xypki3 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.6875rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cHJ3F7gvwto3pKV9erXFwnGVmvTizKhE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.0625rem;left:25.0625rem;overflow:hidden;display:block; }
#mOH3WNW0tZ26AomgG1WX67F9BEUtosEg { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.75rem;left:20.0625rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nU9ofXzFVPTaid7ecapKoSotH6lKG0TF { position:absolute;display:block;z-index:15020;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:0.125rem;width:3.125rem;top:18.25rem;left:28.5rem;display:block; }
#KtZLXvsJPwnHuQkuiq8l2qCaaSuulPUg { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19rem;left:20.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TOzzupK9xzt0XgVb24TVWmIEcagPqVFK { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.6875rem;left:22.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ZTHcFogeXDVOShUJUBIW5MZiaN3GMkhe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.0625rem;left:45rem;overflow:hidden;display:block; }
#SmBXJ72UV2sfTlqzxm4BmTHvviBdLwmJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.75rem;left:40rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukSVrfTmy5aCRQwIf2sGyS3TQHKkzTCu { position:absolute;display:block;z-index:15015;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:0.125rem;width:3.125rem;top:18.25rem;left:48.4375rem;display:block; }
#BeomLx9zfkR4CqVBLJPiXhxNxG7vneCV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19rem;left:41.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#tb2hwquWTVsIwR07AfRFHlX0JIzGSZAe { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.1875rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Nu1bueipXnT4O445B2VAwXS7n13N58Ul { 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:none; }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row .container { border-width: 0; border-radius: 0; }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:none; }#U4JWl4Zuq5P7wKDwdeclnWJmMri66bTP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.6875rem;left:4.5625rem;overflow:hidden;display:block; }
#DiXIforu04RR7dBaeTnfVqbGydpPZTgk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FflBxDTIw120DRF22f4Po0aqQxG3QiTb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.625rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#CWsFs6RWin5RyUK9SiK10WzJrEWf1giu { position:absolute;display:block;z-index:15016;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:0.125rem;width:3.125rem;top:18.875rem;left:8.5rem;display:block; }
#pWp8bTuQ9pHF7LAeGmmOfogggA2szBwt { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.3125rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MAqSKJCli1f0y05UsuFP5stdyv2kmhv4 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.3125rem;left:22.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wxXzNx4hmr4Vkpbkm0CTwETRALTe9Lft { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:19.625rem;left:20.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nhCMEyQOze01E8kZK9uMr6Bfv9fPFkP5 { 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:0.125rem;width:3.125rem;top:18.875rem;left:28.5rem;display:block; }
#Ard8xtFkpSv1z46oysEG7RU8BtNkWlTH { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.375rem;left:20.0625rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DEPhpqfVpirFeB9INxy3ru2ymJC8GDAK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.6875rem;left:25.0625rem;overflow:hidden;display:block; }
#r5mLzg94uMH3SdKWvpH0sMuWT1ec6AHH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.6875rem;left:45rem;overflow:hidden;display:block; }
#QE0ZBEOxksUdtZxfZE1oVIec4Hd7P6yP { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.375rem;left:40rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xs5Ry05fVJEbTXarXnG0atCDCocQFJXC { position:absolute;display:block;z-index:15020;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:0.125rem;width:3.125rem;top:18.875rem;left:48.4375rem;display:block; }
#kb6UnAOe4UCfDxMzQ6Htl8FWyorF08K3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.625rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tmQCeuWHnvinCGWgOA23WIGIhq7llOqM { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.3125rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#eb2JMSpVzx6VVcTr2mVDk6gV5De2UCRF { 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:none; }#eb2JMSpVzx6VVcTr2mVDk6gV5De2UCRF > .row .container { border-width: 0; border-radius: 0; }#eb2JMSpVzx6VVcTr2mVDk6gV5De2UCRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eb2JMSpVzx6VVcTr2mVDk6gV5De2UCRF > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:none; }#O4MkRcUeUhOAFRcO570T9aDfPW2FmkU1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.3125rem;left:5rem;overflow:hidden;display:block; }
#Ch6x1TtGXt5bmrm9utMMg3TrklBWGBUw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.3125rem;left:24.5rem;overflow:hidden;display:block; }
#CxSfghBf3h2FXtbepWTeCHiHWKArCUiK { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16rem;left:0rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AwrNEF3tFLAiFVEX3ywoXyZ1tD9s8DFW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16rem;left:19.9375rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQmz3F6pZI9ngMuWMWlMAtfytFXdfKDm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.25rem;left:20.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UuHlPq2xwekkVOprzsHC4WaSti4quCqS { position:absolute;display:block;z-index:15015;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:0.125rem;width:3.125rem;top:18.5rem;left:8.4375rem;display:block; }
#dhMQNg7gEDAeqmlqWF011CXT9ks2O43e { position:absolute;display:block;z-index:15016;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:0.125rem;width:3.125rem;top:18.5rem;left:28.4375rem;display:block; }
#kON5mJPJGu8bJkk9xVxO2DopyoZ6L8rN { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.9375rem;left:22.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#uuC7NFcEFeWcXHOo7972WV4XvZSFK7wJ { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.8125rem;left:2rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nNMVbThBTvwg3w0f2nlMKRr3RHTLp0pu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.25rem;left:1.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#CPPpBaTSt03nkPWfKDnhsIXoDnHVbqSX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.3125rem;left:45rem;overflow:hidden;display:block; }
#C52Xb6y0B8OJdMtIKq11vErbvdy55TJd { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16rem;left:40rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHNwnboDT5KuIUCqA9eLJpbFNSaEL63x { position:absolute;display:block;z-index:15020;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:0.125rem;width:3.125rem;top:18.5rem;left:48.4375rem;display:block; }
#TwLGJu7OZUpe2iz4zuZNFZw5A1OfQZLt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.25rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ReszGS8tqVGyOwqrAk7WGhzAzBTk5TCS { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.9375rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP { 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:none; }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row .container { border-width: 0; border-radius: 0; }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:none; }#yBGzuVq32RSyPUXJk9e2pAXQdoxwFJ9x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.5rem;left:5rem;overflow:hidden;display:block; }
#kOhe1uPIP8S2maUgnr1Q7Nw2G4MTQ7G8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.5rem;left:24.5rem;overflow:hidden;display:block; }
#VlCCnAgaoIWg5ORJJ9qzKAszoOR3lzd2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.1875rem;left:0rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giO9TzuNyeQMnTLPAciIcxHxhf81ETU8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.1875rem;left:19.9375rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kV1RWPZoovPArQVWds4B2SVdsxV5MRcb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5rem;left:21.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#QA2JvrvLFLv6xnqOstHJ1xIrxQhlhM5l { position:absolute;display:block;z-index:15015;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:0.125rem;width:3.125rem;top:18.6875rem;left:8.4375rem;display:block; }
#PdBggXGKEtbTyk4PyMTiLwI7tq8RaDGW { position:absolute;display:block;z-index:15016;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:0.125rem;width:3.125rem;top:18.75rem;left:28.4375rem;display:block; }
#pmNLJTCCJiW61lCm5x8P1liyQTd2ufv5 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.9375rem;left:22.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BLi9ykkWT8nu7DJENWsiZ567PTG7GAml { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21rem;left:2rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dpXePxEhLqLCesuIKrNKbmyVbDxTTcNI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.4375rem;left:1.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QMTch0W42DXCdTR6ocJz3GXO4OonlBaI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.5rem;left:45rem;overflow:hidden;display:block; }
#Hvh6P89loVTSCddurxEPRmKCTJh4ikTf { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.4375rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#lJsMin3wyepypXaiA2zeigXTsFuyxPfC { position:absolute;display:block;z-index:15020;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:0.125rem;width:3.125rem;top:18.6875rem;left:48.4375rem;display:block; }
#uJZaPPuJC4VHL0iBMOaLBtKZ7cElkya4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.1875rem;left:40rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCsNTUVUA13KViZTyOlZWZRCxZnmXR1e { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.125rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vOh95AggZaG7mh13HPSTq2gQsIbT6tev { 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:none; }#vOh95AggZaG7mh13HPSTq2gQsIbT6tev > .row .container { border-width: 0; border-radius: 0; }#vOh95AggZaG7mh13HPSTq2gQsIbT6tev > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOh95AggZaG7mh13HPSTq2gQsIbT6tev > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:none; }#S0rOvfNzw9WSkJO6GhRUaETBu7gnqf7C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:3.0625rem;left:5rem;overflow:hidden;display:block; }
#O1OsmqDQrSh2Ogxw8eGEDMRPM2Hmebb6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:3.0625rem;left:24.5rem;overflow:hidden;display:block; }
#dS8zG37LE8PzuC5WHSOooPTnQ2wxKSwi { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.75rem;left:0rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VpAqQgMuNNzXIEZD9Iz7L5XQoU4En1Ed { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.75rem;left:19.9375rem;height:1.869rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Thr783Uqha9skTEqTtVTfVlezJ2T987v { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.9375rem;left:21.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#WyUq1cLsDnrxAK5nbJBJuWzD5X2bB76e { position:absolute;display:block;z-index:15015;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:0.125rem;width:3.125rem;top:21.1875rem;left:8.4375rem;display:block; }
#xkpEtQrRsIbsrndVTXtTBz2GlKbyZGfr { position:absolute;display:block;z-index:15016;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:0.125rem;width:3.125rem;top:19.1875rem;left:28.4375rem;display:block; }
#cKBuCivoTb8c5STtczak1sJA4kxTOT7D { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.8125rem;left:22.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VyznxkvAOQIotSkwOUnRGtcLkTEL9Eqm { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.125rem;left:2rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Sc1K9sizMsaDPEExTbDn8D1fLDpNfntS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.9375rem;left:1.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DAD4utIT27q7lumPdoTzyzbWzLs2be5h { 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:none; }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row .container { border-width: 0; border-radius: 0; }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.875rem;width:60rem;position:relative;display:none; }#VCq2ssgbvm9uurVB4vx6cFMXvOZ4yJhS { background-color:#94836c;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.1875rem;left:20.15625rem;display:block; }
#OKMDTgECgnF7ohcrwCk5gwOnQWDCU49B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW { 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; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container { background-color: transparent; background-image: none; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container > .video-iframe-container { display: none; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row > .video-iframe-container { display: none; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .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); }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container { border-width: 0; border-radius: 0; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#oJaPTmWoHLVV7nT92VwM78x9u3nrP68E { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:2.0625rem;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; }
#LVroWNGzTdE75faySQUPBhdzW1SGBs0n { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN { 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; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container { background-color: transparent; background-image: none; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container > .video-iframe-container { display: none; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row > .video-iframe-container { display: none; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .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); }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container { border-width: 0; border-radius: 0; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#Qwv00wn57zKuvSLphzsJiMcSqo0uAftO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:14.5rem;top:2.59375rem;left:5.625rem;overflow:hidden;display:block; }
#auTWXgUXMTrvDGSS28e3gcndUNEfcgWE { 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:5.8125rem;width:10.125rem;top:2.84375rem;left:24.9375rem;overflow:hidden;display:block; }
#eIr5UoMbdockEDA0I5hgmBI8NdxgMacJ { 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:6rem;width:12.6875rem;top:2.75rem;left:39.75rem;overflow:hidden;display:block; }
#q7TaQyTHgbcnHJWAPpa2e9fPquOEs9HB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:37.625rem;display:none; }
#v5ugm8tNNWg37fQ9QmOEVyDATND4ZDvq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:43.75rem;display:none; }
#ukcTAedqO7edb0tUbKSuqiiGQkkI0ZKT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:60rem;display:none; }
#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm { 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; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container { background-color: transparent; background-image: none; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container > .video-iframe-container { display: none; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row > .video-iframe-container { display: none; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .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); }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container { border-width: 0; border-radius: 0; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#tdyssrVVDCzZtR6UPB6lfotw9FFJiZFW { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:2.062325rem;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; }
#NzWXovI7Iy67Ql0EoZnDbvIWbLItOiqQ { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#HTxEPodwQSotZA00fcXDdhT7cvBIngfe { 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; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container { background-color: transparent; background-image: none; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container > .video-iframe-container { display: none; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row > .video-iframe-container { display: none; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .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); }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container { border-width: 0; border-radius: 0; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#tCH02tA8RnpIeVGzDyW2k7i3yQZcpBMy { 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.1875rem;width:10.8125rem;top:3.625rem;left:6.375rem;overflow:hidden;display:block; }
#cKVZtreqKpFWsz6DuwfriFXz58xQOtuq { 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:4.125rem;width:12.875rem;top:3.4375rem;left:23.6875rem;overflow:hidden;display:block; }
#hF5VglT7iz3fs34nBdUugE0N79Aug83F { 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.5625rem;width:13.0625rem;top:3.90625rem;left:41.8642578125rem;overflow:hidden;display:block; }
#U5dHoWsdbmwqUZdJIsP3nFTguB2K4VDG { 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:5.4375rem;width:12.4375rem;top:11.7177734375rem;left:14.34375rem;overflow:hidden;display:block; }
#Hm5LPGOfLBTlhdm8U6ty4UPtvwl7HQdE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:11.1875rem;top:10.7177734375rem;left:33.2802734375rem;overflow:hidden;display:block; }
#ptiMridfT0ZDo10sO10XzDfOW9rH5saT { 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; }#ptiMridfT0ZDo10sO10XzDfOW9rH5saT > .row .container { background-color: transparent; background-image: none; }#ptiMridfT0ZDo10sO10XzDfOW9rH5saT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptiMridfT0ZDo10sO10XzDfOW9rH5saT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptiMridfT0ZDo10sO10XzDfOW9rH5saT > .row .container > .video-iframe-container { display: none; }#ptiMridfT0ZDo10sO10XzDfOW9rH5saT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptiMridfT0ZDo10sO10XzDfOW9rH5saT > .row > .video-iframe-container { display: none; }#ptiMridfT0ZDo10sO10XzDfOW9rH5saT > .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); }#ptiMridfT0ZDo10sO10XzDfOW9rH5saT > .row .container { border-width: 0; border-radius: 0; }#ptiMridfT0ZDo10sO10XzDfOW9rH5saT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptiMridfT0ZDo10sO10XzDfOW9rH5saT > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#aRDQ0sq6hK9ZhaRVDrMr4sq54pTGVygR { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:2.062325rem;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; }
#IIv7bGKFD530VXzmbneX0IhLxvStxVNF { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b { 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; }#nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b > .row .container { background-color: transparent; background-image: none; }#nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b > .row .container > .video-iframe-container { display: none; }#nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b > .row > .video-iframe-container { display: none; }#nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b > .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); }#nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b > .row .container { border-width: 0; border-radius: 0; }#nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#wcMxcVk3lADfetbfvdHZpiCgqs8LxIys { 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:4.1875rem;width:10.625rem;top:2.8125rem;left:24.3125rem;overflow:hidden;display:block; }
#AToko4CMUIL4VnnP3tfpLRgg0GMm7rRp { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:16.25rem;top:4rem;left:40.287109375rem;overflow:hidden;display:block; }
#QLlUL7JfUuM6uI7HnPpeMZehxhx0IWs0 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:11.25rem;top:3.375rem;left:5.28125rem;overflow:hidden;display:block; }
#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW { 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; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container { background-color: transparent; background-image: none; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container > .video-iframe-container { display: none; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row > .video-iframe-container { display: none; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .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); }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container { border-width: 0; border-radius: 0; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#ztHaJLKcR3T24H02PMHn5uHuTzHlSOeT { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:2.062325rem;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; }
#GHLwLpgbdQUfenB0KP9kU3pTR67ZTInr { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w { 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; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container { background-color: transparent; background-image: none; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container > .video-iframe-container { display: none; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row > .video-iframe-container { display: none; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .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); }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container { border-width: 0; border-radius: 0; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#U19QtKLauCZ5nIJg4MUGuVTdlJbEICbA { 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:9.4375rem;width:13.6875rem;top:0rem;left:23.15625rem;overflow:hidden;display:block; }
#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT { 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:none; }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row .container { border-width: 0; border-radius: 0; }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:none; }#h0FxC6qaFNtXrHvhDqnl0XfQP0l9T2CG { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:;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; }
#WmKSrcyXnDAF6QvCPfxXTIhQRkf3UT0e { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB { 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:none; }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row .container { border-width: 0; border-radius: 0; }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:none; }#xaJ1DQDCWGhz62BaR67pBd0LpD992dkc { 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:6.9375rem;width:15.5rem;top:1.53125rem;left:22.25rem;overflow:hidden;display:block; }
#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL { 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; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container { background-color: transparent; background-image: none; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container > .video-iframe-container { display: none; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row > .video-iframe-container { display: none; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .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); }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container { border-width: 0; border-radius: 0; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#QzdHmeLI4aSUfQXOlVDwGBOmQmlp41mZ { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:;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; }
#H8aTXAvtnKdlqbrJHhQGsq1cKA6fmD6e { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT { 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; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container { background-color: transparent; background-image: none; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container > .video-iframe-container { display: none; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row > .video-iframe-container { display: none; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .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); }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container { border-width: 0; border-radius: 0; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#RTnlJmy4eQdyrMyoQkhT8orCVL7uspAa { 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:3.75rem;width:13.75rem;top:1.90625rem;left:23.125rem;overflow:hidden;display:block; }
#T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B { 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; }#T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B > .row .container { background-color: transparent; background-image: none; }#T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B > .row .container > .video-iframe-container { display: none; }#T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B > .row > .video-iframe-container { display: none; }#T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B > .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); }#T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B > .row .container { border-width: 0; border-radius: 0; }#T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#kkibgufu2POevBzgw2DzWbEsLWrmp8Ml { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:2.0625rem;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; }
#BHpes0wGDUIobkCpDc1hnZdudfGvFSiw { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#gThkU8FsacybgvB2fetmvvyrO9vXxCST { 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; }#gThkU8FsacybgvB2fetmvvyrO9vXxCST > .row .container { background-color: transparent; background-image: none; }#gThkU8FsacybgvB2fetmvvyrO9vXxCST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gThkU8FsacybgvB2fetmvvyrO9vXxCST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gThkU8FsacybgvB2fetmvvyrO9vXxCST > .row .container > .video-iframe-container { display: none; }#gThkU8FsacybgvB2fetmvvyrO9vXxCST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gThkU8FsacybgvB2fetmvvyrO9vXxCST > .row > .video-iframe-container { display: none; }#gThkU8FsacybgvB2fetmvvyrO9vXxCST > .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); }#gThkU8FsacybgvB2fetmvvyrO9vXxCST > .row .container { border-width: 0; border-radius: 0; }#gThkU8FsacybgvB2fetmvvyrO9vXxCST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gThkU8FsacybgvB2fetmvvyrO9vXxCST > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;position:relative;display:block; }#I7xA8F6nT9PaDkaICkxiE65lRBzBiEtg { 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:6.625rem;width:11.8125rem;top:9.2427215576175rem;left:42.180572509766rem;overflow:hidden;display:block; }
#QMPoRRGRnHbWiJqOxJcFc1GTo7U5qu0D { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:16.8101875rem;top:19.559658050537rem;left:21.592685699463rem;overflow:hidden;display:block; }
#ebvIDAS7AMbWG6sLy3yTKeQ2Py3HMbEL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:16.5625rem;top:17.777875900269rem;left:40.647193908691rem;overflow:hidden;display:block; }
#inOBDktPmKPcQdBPKbyQM7Nkq0P1ogFB { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43536875rem;width:11.622875rem;top:10.369318008423rem;left:4.9795818328858rem;overflow:hidden;display:block; }
#QWr5aAXOCrXvLMuLqAOVQpK209z4sgSm { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:13.18625rem;top:1.9300727844238rem;left:23.404651641846rem;overflow:hidden;display:block; }
#OquHISrTcUVBhJx0qoy74TZVLJ1RexbI { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31196875rem;width:10.99875rem;top:26.898080825806rem;left:13.435726165771rem;overflow:hidden;display:block; }
#NZTMcokcwlnPdhwBnfnwGXUfX44aT07q { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.2484rem;width:10.8114375rem;top:27.428089141846rem;left:33.586647033691rem;overflow:hidden;display:block; }
#KSMTSSOVnQ4y97HEfPhR9FRefJd4uJ1p { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:12.6243125rem;top:8.3673648834231rem;left:23.270595550537rem;overflow:hidden;display:block; }
#pvcATgXAENwJ21zxiXSufQVdoJasNVTB { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.187325rem;width:10.4998125rem;top:1.9939632415771rem;left:5.5406608581543rem;overflow:hidden;display:block; }
#JPhyaqsPraz1vTopdWv8LU4cvfT5S3rL { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:12.9998125rem;top:2.9296875rem;left:42.078300476074rem;overflow:hidden;display:block; }
#oauhgP13R1JaqmFKAc3m260Ve96GC4xq { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:12.4369375rem;top:19.652875900269rem;left:4.5720882415771rem;overflow:hidden;display:block; }
#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp { 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:none; }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row .container { border-width: 0; border-radius: 0; }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:none; }#L6aEwQ91wx7eJ5lzz9o0XwvqrhggnKKP { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:;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; }
#KBnu8GSq3tN0VyF84q5izu6q6KhD8DTa { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G { 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:none; }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row .container { border-width: 0; border-radius: 0; }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:60rem;position:relative;display:none; }#IQS5y7i7y6yBinMdHuJOlEiWyVhMFF7c { 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.8125rem;width:9.9375rem;top:3.6875rem;left:26.125rem;overflow:hidden;display:block; }
#R484spI27NOq6q93aCSGggoonvnhWFSt { 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.3125rem;width:12.8125rem;top:4.4375rem;left:42.0625rem;overflow:hidden;display:block; }
#QKZI7y6I7KIacPWvR78WpTGzamu5VQkH { 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:5.9375rem;width:14.8125rem;top:13.107421875rem;left:6.3740234375rem;overflow:hidden;display:block; }
#K3RydEIHG6LCAadgtRUJmD5NKTxyfpwM { 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:9.4355625rem;width:16.6230625rem;top:38.25rem;left:23.21875rem;overflow:hidden;display:block; }
#hGbeo7zQfuM9iEUk6mutrgFncwshXDKl { 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:3.999025rem;width:12.6865rem;top:13.107421875rem;left:26.03125rem;overflow:hidden;display:block; }
#LlZfBn6k16ICobN1zb56aSvcuMI7cdLe { 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:5.4375rem;width:12.6875rem;top:21.46875rem;left:6.3740234375rem;overflow:hidden;display:block; }
#Tu44lvQuz6LClOtblXdUSQKb6LMr0acx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:13.4375rem;top:12.2939453125rem;left:43rem;overflow:hidden;display:block; }
#RcmRvQSvJxMta4E0t0bmEnfgPS9Zgy9d { 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:3.499025rem;width:13.75rem;top:30.75rem;left:42.625rem;overflow:hidden;display:block; }
#m6TIWgxuSVznsRXMIezC7R9EXgGQHIr0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.061525rem;width:12.3105625rem;top:30.75rem;left:25.375rem;overflow:hidden;display:block; }
#xLD7c4poNspKQcCniz4TQDa9hBwEf4BW { 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:7.6875rem;width:18.375rem;top:29.5rem;left:4.625rem;overflow:hidden;display:block; }
#mZercRUuhPS7Qbccu0fdWytNIT7DftcP { 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:5.4375rem;width:17.0625rem;top:21.46875rem;left:41.1875rem;overflow:hidden;display:block; }
#ZKBk32WPlN76wsKfxHIw2tlwuIZfM13D { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:16.125rem;top:21.46875rem;left:23.03125rem;overflow:hidden;display:block; }
#pX8ygBOnIq9DTmLLKQuSt1PFCCRongqk { 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:6.75rem;width:12rem;top:2.9375rem;left:7.2177734375rem;overflow:hidden;display:block; }
#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI { 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:none; }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row .container { border-width: 0; border-radius: 0; }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:none; }#pG8RtMtpmgl7nPqtagaKzIwfJoc9Jr8T { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:;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; }
#F5Hlror8EikKBFEeQ7x8du13JOxsIV9J { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW { 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:none; }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row .container { border-width: 0; border-radius: 0; }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:none; }#h5rMxKPmfaQHqLXVhEd0DXLTqthTfSbN { 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:5.9375rem;width:20.25rem;top:9.125rem;left:19.875rem;overflow:hidden;display:block; }
#iOKPBxCKoUvhci0SP5PPvxohg6owb32Q { 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:4rem;width:11.1875rem;top:2.375rem;left:36.125rem;overflow:hidden;display:block; }
#F7bCFh6lzbFPwcraMoDFydgLa5hIleZz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:16.6875rem;top:3.15625rem;left:10.625rem;overflow:hidden;display:block; }
#L6df4fb7834f0653c5e4bed60bc501dc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(40,40,40,0.1);box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#L6df4fb7834f0653c5e4bed60bc501dc.adaptive-delivery-prevent-bg, #L6df4fb7834f0653c5e4bed60bc501dc.lazyload, #L6df4fb7834f0653c5e4bed60bc501dc.lazyloading { background-image: none; }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container { background-color: transparent; background-image: none; }#L6df4fb7834f0653c5e4bed60bc501dc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container > .video-iframe-container { display: none; }#L6df4fb7834f0653c5e4bed60bc501dc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6df4fb7834f0653c5e4bed60bc501dc > .row > .video-iframe-container { display: none; }#L6df4fb7834f0653c5e4bed60bc501dc > .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); }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container { border-width: 0; border-radius: 0; }#L6df4fb7834f0653c5e4bed60bc501dc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.75rem;width:60rem;overflow:visible;position:relative;display:block; }#Hf7042038a68295cb6c8060684793f89 { 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:5rem;width:17.125rem;top:3.375rem;left:21.4375rem;overflow:hidden;display:block; }
#e36b98f0c0f8181c8969e958d4beb5f6 { color:#101010;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.8125rem;left:0rem;height:11.155rem;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; }
#qFBNAgFimS0cqErxHp42PR1HiSbibCZg { position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.3173828125rem;left:11.25rem;display:block; }
#eba35a4aa0c66cbaf73774a5d1ad1d51 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0d2a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container { background-color: transparent; background-image: none; }#eba35a4aa0c66cbaf73774a5d1ad1d51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container > .video-iframe-container { display: none; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row > .video-iframe-container { display: none; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .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); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container { border-width: 0; border-radius: 0; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#ga17bbb0e094f47cc29ff7d3fe20fbc2 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:19.375rem;height:6.49413125rem;text-align:center;text-align-last:center;display:block; }
#U1f22e55c07b9a4d5d18d29c1f4ba0d7 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:32.5625rem;left:29rem;display:block; }
#T349b01eddfee70cdfe76bbce499497e { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:11.43359375rem;left:18.46875rem;height:19.1868rem;text-align:center;text-align-last:center;display:block; }
#md49cb1d3151e3fc0a1b6cd773729114 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:36.3896484375rem;left:14.1875rem;height:2.80006875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QWXxoUyql2X7msBVnwS20cnm1aiZagHl { position:absolute;display:block;z-index:15011;height:21.7489375rem;width:38.75rem;top:18.875205993653rem;left:21.25rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u { display:block; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egBi4xh9vt3xm0ItumKv0yNk65zl2aGe { top:0.4375rem;left:45.5625rem;width:2.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd { display:block; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNoJozHcJIImy1ng7kVEmTXScU3Szh3O { display:block; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6V50Z0T7KanMMVXMkOoucnyu4UdAyrs { width:47.75rem;height:10.125rem;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Tq2xaRuRnobinId9WdUI673Do96y5y { display:block; }#s3Tq2xaRuRnobinId9WdUI673Do96y5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5HzWGAl9n2aVr8O6ld6RnPTyQTyGg4g { width:47.75rem;height:2.0625rem;top:2.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4amIrgKNEDJ9wJfbMsEG6u38JGLVtvU { width:37.5rem;height:0;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n { width:18rem;height:5.0625rem;display:flex;top:21.0625rem;left:6.9638671875rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #JL2kZMnqfHISTEPXwG1VZZGeX25q4DVA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #l5eSVKFawV9KLVSZyHQLUUTRWFmFqXT5 {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #UTMwi6PPCTOoEOq6Mpuzq8zrZkqSyF4F {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #Dy13Rx7lKekHngTgZ5Ma1LeQR20HK0Hl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #uKzBZth7Zv7ZVTULuPOg0bMhToSTIM2S {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #G0OnM2eyXvTWh303MX661qIFotV3AUgR {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #F7aJw3A1IHTliFZ6f1CbGb3y1MuTwxhV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #g2mrPHC84wZzk3WyumNkhU3OhyIWDgr8 {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #TPytIUqT0wX9503ZUdlDXKE6XVcxKAz1 {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #f6gZlGiaegtCsXuieQuBVHDcBruZn6pa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #XgFntSvq1iVZ18T6VqVOHBEh2XRI3RQW {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #h7Crc0MgtsRqywehp7ueFm1yE5r3y2ZM {  }
 }@media only screen and (max-width: 763px) { #QwVxnF8DBCECe2DXiewpdUuVzbmc0Q3J { display:block; }#QwVxnF8DBCECe2DXiewpdUuVzbmc0Q3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVSLp7PgpSIMD1FFzTrbDBVpl9EEEx89 { width:24.0625rem;height:3.4375rem;top:1.3125rem;left:11.810901641846rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUmxEaCrq8U6w7HKUmVnPeyMlOGceROQ { display:block; }
 }@media only screen and (max-width: 763px) { #oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 { display:block; }#oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEJV2ZSGShHFBg2AsM9JFDyLTbvwIb25 { width:18.125rem;height:3.4375rem;top:32.6875rem;left:14.779651641846rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzgOzyB8QAdIw5OcJlmgs7B1FS55TpWT { display:block; }
 }@media only screen and (max-width: 763px) { #NOdNwl3DbGvD0wQqe8vc0McqR804hryO { top:7.5rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMTPxbyZI45PQX9UZCuTJBw2Nwwg21vT { width:37.5rem;height:0;top:2rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfQgoJ6uBZlzH436N7wif8Hn8WRRQTED { width:47.75rem;height:2.0625rem;top:3.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJgs7B0FlQN6sNN5TWy2PUXT1vkLUoyy { display:block; }#pJgs7B0FlQN6sNN5TWy2PUXT1vkLUoyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSHOlFNXwiubnTZ01NETGpmaTAP1mmqS { width:12.5rem;height:3.4375rem;top:8.3125rem;left:1.091796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfAZvbg5vQlaQk4VDIfukvoS2JrELeGC { display:block; }
 }@media only screen and (max-width: 763px) { #KlLoZyNARUT1qbKoUiMfv7wi0uCFD1a5 { width:37.5rem;height:0;top:2rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUoaGvw2vdudzpZ3IkMI6tb5C1yfqSSJ { width:47.75rem;height:;top:3.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVgGRE2xFAg25zdJ1CNlzkpTLolni3fp { width:12.5625rem;height:3.4375rem;top:8.3125rem;left:33.77734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSxTCGLmAHA1GzbVhK6ocOFCIX3fAPIC { display:block; }
 }@media only screen and (max-width: 763px) { #GQpwfPxIkd6N2gok8122m8oUx1Voz8K5 { width:12.5rem;height:3.4375rem;top:8.3125rem;left:17.592151641846rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHeSwfLatI68u6qsRQAsJrWByB51lhHk { display:block; }
 }@media only screen and (max-width: 763px) { #C1IBMumGydpKUZ2lXpl17IyThMqXZPBl { display:block; }#C1IBMumGydpKUZ2lXpl17IyThMqXZPBl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVcyfn8piVDlODTXd0nApeRbLTCZnP7c { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q { display:block; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0VHZ75bdbrRycvUmlu65GTcBIk1Ci2M { width:47.75rem;height:;top:4.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yauEnTcGO9zXyUGAUglutopmkWqARvVE { top:9.5625rem;left:3.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysZpkmK7ig5qndKVlWFhizVJFZanCSmJ { top:10rem;left:3.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWFFMIn6Rnu6MwkxJIsLtgknBdCt3rOK { top:9.4375rem;left:26.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #faHwItbSTGT9THq2WKXJn7GL1qx1fCSl { top:10.0625rem;left:28.6875rem;width:19.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gai6thOhVo43e26iZ28cfGBRgZlgnr2B { top:9.75rem;left:16.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTzsxAlh9rDyucGuvcBeKpChPOTRS0Jc { top:10rem;left:15.061965942382rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPFiKHiIa9ITf54PHc4n3KC9TzMeNu19 { width:37.5rem;height:0;top:3.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioQyLqSnUOHEkp3TT733P126pxWbx9EB { top:13.9375rem;left:15.498756408691rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 { display:block; }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSBMfaoAVO36RL7O0wuEpCklbvl4TzKM { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA { display:block; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJB64mXIJ7JZ8zhDGQIS0mRhdIzQ7Uyp { width:0.125rem;height:36rem;top:3.375rem;left:4.5594825744629rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFnv3ATawDBTO3wyT5x4zehIB5JqhVKJ { width:6.5625rem;height:1.5625rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq1XiWL8LkXSifxuzTznqiF8qwAbgDkH { width:3rem;height:3rem;top:2.5625rem;left:3.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBz49Qn3XioFqOEWmJJUoZkTFomTEmog { width:21.25rem;height:1.4375rem;top:3.125rem;left:7.6232261657712rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GItyJtzgFJNIyxJWMeWBbW50gkq9V042 { top:2.875rem;left:3.593017578125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd4ZTSwhWquUPaTWiZ5KUeHxg7vZCOTA { width:1.5625rem;height:1.5625rem;top:7.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fma97VS8BTPzBpk1u7m8qLOsauRvZOiU { width:3rem;height:3rem;top:6.625rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI8e9JlO9WWm8pLmmlZAXDKEM6INylFw { width:21.75rem;height:1.4375rem;top:7.3125rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #assTT51m8DSQwZ63JhOBmGhsemHHon9q { width:6.625rem;height:1.625rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOIFTkZEfnJO2RWAbQZQLmDzRXBAChOu { width:1.5625rem;height:1.5625rem;top:11.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrahKDdDd3UkzhFn5IO4eQsuKCA1nrtn { width:6.625rem;height:1.5625rem;top:11.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTma1qtRlDrAt83TSa2Tx9WPcTMsA5z { width:3rem;height:3rem;top:11.125rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSonPGKuZGUvzcs519nN2ANMMwJlxqMw { width:1.5625rem;height:1.5625rem;top:16.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cea5wTefDmA9OkzddwNNibt495tByBCx { width:6.875rem;height:1.5625rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPNK1x7q8MqICkiXTKvTr1meAQ5PTJ0G { width:3rem;height:3rem;top:15.625rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huOcp7TMsbCxwlEnh1ycKX8k1pgQaa6Q { width:33rem;height:1.4375rem;top:21rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv8ufw6ivWc9LFBZCs9iue6PCAwPp9sk { top:20.875rem;left:3.9325294494629rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHSLEVGTawpX3bAGuCi3v6JnIDWXyPT7 { top:0.4375rem;left:19.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABVwF0AkFfREVVwMF0v4LVCstSuqNTcv { width:40.6875rem;height:2.875rem;top:15.75rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA66ZBAseACLNPIFVyTesI1REIthwAyO { width:3rem;height:3rem;top:20.125rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMt6K8BnNJdWqOQkpilFeD4v2uJUdzTp { width:6.875rem;height:1.5625rem;top:20.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1DC8Ce77mt9yaKgLppbOqqC65FCBTNc { width:33.5rem;height:1.4375rem;top:11.875rem;left:7.83984375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO8k436p51F6Vyt9DlPMaa3Kl9ZEyuRf { width:41.25rem;height:2.875rem;top:24.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBIyFvBaHyl4CZoMAv4xmwzT3cptL0TF { width:3rem;height:3rem;top:24.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoSiuKfoG9iTm4kylTTBviCOOHFhWmea { width:1.5625rem;height:1.5625rem;top:25.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su4vTA4Bfl1iQ7bAO4fWwDV1uEbBMLTn { width:6.875rem;height:1.5625rem;top:25.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKHWLU6rVnmtoBbnbxml7xwTskT0Eyuo { width:6.875rem;height:1.5625rem;top:29.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLdcXz0yy9rzaoSdIzaCBEPCyQITUHRb { top:29.625rem;left:3.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieWgit4xUmRsmg4JdwpZpihB6mMZwaFs { width:2.9375rem;height:2.9375rem;top:28.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtuJX8DsLTEPnvXmBMCVZ63HiyePzD0H { width:33rem;height:1.4375rem;top:29.75rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW6ETAm0erKRyGcvuROb3s0bEB7XNgaW { width:40.6875rem;height:2.875rem;top:33.125rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6IccvvixsUH51lgvyQcvW8tlrofqBCT { width:1.5625rem;height:1.5625rem;top:33.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn3VoGapyZZTJOldzqNTGtEEx37Ib6Zm { width:2.9375rem;height:2.9375rem;top:32.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8LCnC9qWJbzS5XKaoOSP7mxlT6szSXC { width:6.875rem;height:1.5625rem;top:33.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ouL9ni6IZZudbl4bW33vxSw3CXWTes { width:40.6875rem;height:1.4375rem;top:38.125rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuKwrsHIuUdOV10OFEtODg7rTFQIVIJe { width:2.9375rem;height:2.9375rem;top:37.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrHKSSTOWA0Dlvl4wlKIIqqheVv0HlVl { width:1.5625rem;height:1.5625rem;top:38.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOgRwG1ou6RbSPMNhqxHHMNsVbbZII4g { width:6.875rem;height:1.5625rem;top:38rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k { display:block; }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoBhrFkcWaafQ9XsZQvlIC9U1sOPoGya { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXqkTeWI80mhVo641qJmT2wnH8tQkn6u { display:block; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHoawRTCDbWoHGAnF4NFchhx2BMTMTH1 { width:0.0625rem;height:34.375rem;top:2.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRTrAZoMtcT0T0wk2M0uqG2Xxnem9Le4 { top:0.4375rem;left:19.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUfmzA336LfpkvAOSRysTHfBwB8Gte2w { width:41.9375rem;height:2.9375rem;top:1.375rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGJfJSRO7rfpOgxhclNTCKAzukrHyHC4 { width:2.9375rem;height:2.9375rem;top:1.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4wJX4Zkqmp3qqkJDOmsExWBfyMmK9K3 { width:1.5625rem;height:1.5625rem;top:2rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9KhIz7NJxmAoQBIdpsd7FLF0EJnTmoT { width:6.875rem;height:1.625rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkZmS5sKaTwNC5aUnmNvr7QWX2Or6Cmv { width:6.875rem;height:1.625rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmJefEEn50hn2606bUXd1v9lAA49lOw2 { width:1.5625rem;height:1.5625rem;top:6.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny4KLkQFDZ8BhsTbBqVln89lOvzWh3hG { width:2.9375rem;height:2.9375rem;top:5.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODNg1LqIGbOtSPHWRZfuqPg7VxIqfs8C { width:40.75rem;height:1.4375rem;top:6.4375rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUWPeqwMhvFS3wlBHcmZAxb4II84ch2y { width:6.875rem;height:1.625rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB9ThDzQT1Ca6IxspgQBkMQ3WUIBLQGp { width:1.5625rem;height:1.5625rem;top:10.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3x4WgKxpGgVbKC5NpZqgP70Snqrs6Nn { width:2.9375rem;height:2.9375rem;top:10.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA4NR4GrM4fST5PwWM5U3J3hznytfWqx { width:42.1875rem;height:2.875rem;top:10.1875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGCXMcV9QaNIEQrKLbhvTWoB6xRQxFm3 { top:19.0625rem;left:3.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9CEqzItWVHXFJq5CA61RWp0PLpbf83d { width:2.9375rem;height:2.9375rem;top:18.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIfd3kdGWmAiFkbLtfsEegbGnuoA2W0s { width:21.6875rem;height:1.4375rem;top:19.375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty7qHJtCRt5TWJKCSW8OwM1XqAonZNiF { width:6.875rem;height:1.625rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scsmxoWgMwM3pemtRI9xfRuFxOLiOy4m { width:6.875rem;height:1.625rem;top:27.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt3QVmMFPc7xXZlw4rahAhUHXUapHsWZ { width:1.5625rem;height:1.5625rem;top:27.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POmtao6gKdOu79TnLBznChkgpXfZBkik { width:2.9375rem;height:2.9375rem;top:26.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDsVgJNcHWGmWMoGRtu1RiO8p1TUzMHQ { width:42.1875rem;height:2.875rem;top:27rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZJJbQK43aBGl28RgwyOx1P0RCBbPodH { width:6.875rem;height:1.625rem;top:32.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF9LQTcH1rTZztHddABbTH7G26KTEsZ2 { width:1.5625rem;height:1.5625rem;top:32.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNaf4mH4X5BnUruuegCGqKLQyOyyJTcH { width:2.9375rem;height:2.9375rem;top:31.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FthLLXxCa4QWh2UMl0JswFiuuyyBZSbE { width:42.1875rem;height:2.875rem;top:31.4375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gceE6pB5w8s2mV3S4XCadNvTKQPrbKfC { width:1.75rem;height:1.75rem;top:36.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywxT1IOgQPwoAWq8JDFmHa5PHdbuoXxh { width:2.9375rem;height:2.9375rem;top:36.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA5uPkA7rvNWUKAEi5Oc4a2llgaSaJup { width:6.875rem;height:1.625rem;top:36.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKP0qmikPfBOoz6JtcFb00ASHtMypcIl { width:21.6875rem;height:1.4375rem;top:36.875rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuwHPFuVqLn5LBZkbuy8N4IMkVItL372 { top:1.25rem;left:46.75rem;width:1rem;height:1rem;display:block; }
#JuwHPFuVqLn5LBZkbuy8N4IMkVItL372 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Liw2nUhGtLI1Fwi3PFbAbWOq2hJ1G5C4 { top:6.6875rem;left:46.75rem;width:1rem;height:1rem;display:block; }
#Liw2nUhGtLI1Fwi3PFbAbWOq2hJ1G5C4 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #V9tyAkNZ2bSPBQlQOaUkPDvdqi9kG0NF { top:11.8125rem;left:22.0009765625rem;width:1rem;height:1rem;display:block; }
#V9tyAkNZ2bSPBQlQOaUkPDvdqi9kG0NF > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #ci3DwNxTGbTXNN9neyM7HXTOayRTJrbH { top:28.5625rem;left:33.8134765625rem;width:1rem;height:1rem;display:block; }
#ci3DwNxTGbTXNN9neyM7HXTOayRTJrbH > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #yPxTMAmwnm9IIBlG2xugXpEVQTivOyFs { top:33.1875rem;left:14.5009765625rem;width:1rem;height:1rem;display:block; }
#yPxTMAmwnm9IIBlG2xugXpEVQTivOyFs > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #yn97FtBCFMFGX3MV6Zi0LTfUFaEK7nU6 { width:6.875rem;height:1.625rem;top:15.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT3xKFFFmu59sOGytKTrQT8q5GTl18C7 { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfRX4AakIC7d9MUzHK0ehkus2oNKMCdJ { width:3rem;height:3rem;top:14.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoTAFbn2r25sJJ9lhhG7spvlxoJVVFkP { width:45.75rem;height:2.9375rem;top:14.875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #paTn8byw46u48VgVoFO9KZ6z3XKLInLM { width:6.875rem;height:1.625rem;top:23.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdAcgkyhrDxsT4k93vIhwkkqVCzNVQSK { width:1.5625rem;height:1.5625rem;top:23.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdIX8Lk8IB6Zbvcqwsf7Vmd8tR0E0d9J { width:3rem;height:3rem;top:22.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMLvu4qQNXBhWzbknKMiMRSbI8TcGtQT { width:33.5rem;height:2.9375rem;top:22.5rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHMkxBkZAh75IZKIodPKP5JciWV965Db { display:block; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBAF39VNEpxG52eiVaQBRATbrF97rgIL { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 { display:block; }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEIiTA9EyCA3tXdolGkusHXNuTMhHK70 { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKsrXXXGdPNwMV6mu2BWI4KIzHaWTyI { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axE0BgxH3Zm7xh5rTp261yIw9sNESIGW { display:block; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT2bRrKaQOHTrLwdaSm6nLzNLWyshosg { top:1.875rem;left:18.3125rem;width:10.9375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLoJNT76rcruAgu4HB6lZViEiLNdynfa { top:15.5625rem;left:0rem;width:20.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD { display:block; }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrfFFhI6ilFMPmB7yZN6TIAw9h51HwNg { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFhyNiQrUcGLGShmT0ITTH9oH3Q9ael7 { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh { display:block; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuS5EzdQAkvQi1lIS7CyxlC0iFbpNdAL { top:2.375rem;left:18.8125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqEz99m9ifZiQOpKtPrFDKaNfoSgV1d9 { top:2.375rem;left:34.1875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1z3IgNw0HvamvXkabOcItnhZn6wavvU { top:16.0625rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRJgD1wQbFKxCbRUFGJgK7QMH3d1UeKh { top:16.0625rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z390XpTtyQu0cwJ1ZWk6ZynSQ9d39cMx { top:19.3125rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSn4zSQGyQsAyQp5I1S3guXWZeXOKPdW { top:18.5625rem;left:22.25rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdP4mzSiRIoaTHwAWPlvM6JqSoQtzh8w { top:18.5625rem;left:38.125rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDeOaIRRp7WTgTzAgU3zcTN6kxZTonKh { top:21rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5kZrc4GTt9vnw6Wmm3p9IFfvGAJu2wr { top:21rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhMTRZz194TJdqa66Ve2TLg4kPC8HCGv { top:19.3125rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3vEFkQhA3eoNmBnRWupCiu4KZpWtd0s { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0O0lEJfailqKcrQnczGFygFy1SQMele { top:19.3125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dImt3GodiCWAW8Jk1DOuPWaykxENbGCS { top:18.5625rem;left:6.5rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9bGTiJxMXbDbR2bspkOFS5SPbTvvLBA { top:16.0625rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZZnAT7ucm1TDRLJfDbgdsFgQpz2Rtnu { top:2.375rem;left:3.0625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhSSiiFyiisb9RCeJem9SIPOz923Wrdh { display:block; }#QhSSiiFyiisb9RCeJem9SIPOz923Wrdh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3PBLCcZgiWRveLCe7AUmr8D8keIcxHw { top:2.375rem;left:2.5rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3kIcskwFmFIKF2UUrtxAqWr4UWbwlzU { top:16.0625rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxhihA696RPOXiGPAU3q7XZqVefDBIFL { top:19.3125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWZAN6fClR7oWtBM1g6EbimT5VV5rX4t { top:18.5625rem;left:6.4375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q73mLV5m8V2LQXcnOrQQVKmTbuGQvadg { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mATNkNJVT0RKTimqv9Q5kLMvhcwIieEd { top:2.4375rem;left:18.8125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDeLSWScTLxtasTTVSPqC8DnZNncibGG { top:16.125rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfUJFG8EDselzU8ThnaPu2GudvLlBwlu { top:18.625rem;left:22.25rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMBFdpHZAzKsA22a4iBFV9OdvBXayR4l { top:19.375rem;left:16.625rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFG6SFrP62mCRbnTBI8XmQZ64Drq5K7x { top:21.0625rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUwafUD9PivVpMneqHx0f08XBpoffWK1 { top:21.0625rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo4fTkOE9EeAC3mTMdJhN5qlT5oLd2OI { top:19.375rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6U7e8lrZNTrgGh9qFTnCilsmWGr1KOD { top:16.125rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQHxHWeqHUURmlPP75yxbH01tDEnbmTS { top:18.625rem;left:38.0625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr4iTXfPfSbU7cO4Hw9TlUGQDw9FomxS { top:2.4375rem;left:34.125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof { display:block; }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEmTwowMsSnQ5ThoDWTpSUis6E6nGSzi { top:16.25rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0u3LFQmtZCmyWwTe93RyTXF6dsLG68P { top:2.5625rem;left:18.8125rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN4c4bQiVh7bx7s6Gz7DTyaT6O0Jv0T8 { top:21.1875rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfM7U0fMyxuLz4hVMHIKaL8PUZfaCiNX { top:19.5rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4mJiWDdb1DwTmDFV3tZuCBTkh6kVbcB { top:18.75rem;left:22.25rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgioUiAfLlOqVHGbrLhuXKfdDmsg1JL2 { top:21.1875rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW1EN9C2aic0Z4VL5n3pN52p8ANZAAEA { top:19.5rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM4Cct6RpOITM9bs1Qm1hJKkICJt8Wzp { top:16.25rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni2d36pREnET6acqrP0q4ATRkTFu9Z3i { top:18.75rem;left:6.375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuISPnH7Ph6MFbwdkQihwFTJOtRZsTuD { top:2.5625rem;left:2.9375rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZybfPoN1gb5NrwtT9uNzSubLxgvdPrb { top:21.125rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgtMh94eemF1QDiiAdhvUfCL6CosX2Og { top:19.5rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnM9zJkroiIDI4cVIr4PoSEMrvy9WF1I { top:18.75rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3oshv1fWPoRga0R8eMVUprUP7idTEb6 { top:16.25rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2qqs7aeRJ7BOsQXN5nbUT9Pn4qdrAnQ { top:2.5625rem;left:34.6875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NofQTGk4XqLg9rpnQadIvK0NkKTVqioC { display:block; }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVDVr7fXBdgBwDJE0zE1p3DueC7Nl2F6 { top:2.6875rem;left:2.9375rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRqULgHvG1NugPdya5ukwEBMk9Hpb4L { top:2.6875rem;left:18.3125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu4rRxMZQPXIUe5qSOgG0HEbt0fPTiEk { top:16.375rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwxHpfcHEyBPCqwdSx52Z2TwpulV5UZ1 { top:16.375rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsNecQ2UTHlscJ2gA7DVqF3UK90y6r99 { top:19.625rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGyQGPdQhbHa3iXDyiUUcLh4pPn5ieqD { top:18.875rem;left:6.375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa3oIQKRTNNtJZ8IhVpoXZsgkZXqkzc4 { top:18.875rem;left:22.25rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zfxx1qA2VVOAkivS69fnw6Ff6aNdBR { top:21.3125rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szeZuuZuTwu186tJ1JGRLCc8l89LOPok { top:21.25rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTf6MwiWLq3HdG8uKioS54hpPu38xos { top:19.625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSOUCcg2sTMULt2u1lL17TvbPv07nNwv { top:2.6875rem;left:34.125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2knAbhTcgyD7vTfPyZTq6gxS2nVik7n { top:16.375rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3NdmixwQ0kXFcyqAW8gLgu8Pkz4WiPs { top:18.875rem;left:38.0625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyQmEvGOCKLTkUObqRgadus2InVdGoaf { top:19.625rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwXoL0cpRWK8vgnyaGgXZRuQCPGVVF5J { top:21.3125rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N { display:block; }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yS4TdzTGLrG8VdCBW9DHzOQPCAvTfOAh { top:2.6875rem;left:18.6875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w466Hh0eCyyPtyDSNebQ16dLTKkJ2id8 { top:16.375rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmXoxM4OBhqkCGuCeb9dhbz0byBRLSIb { top:18.875rem;left:22.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVnZrFDDTThdB4py7gXEicAf3nxpkqJR { top:21.25rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1I7lKC47WTHmUU3cMbieZigxZkxsClh { top:19.625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk1yVkE9tu2nv6Bqhs6CM5qQ21qafIev { top:21.3125rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8AXRUXhi7i1G7f2yEPm35OA3IGfdP1E { top:19.625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS8e7RdFvrRd3UI8PTGP8U7B2Uqf67mH { top:18.875rem;left:6.375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meMzBWEgMskwu7o931NaKHyIkWRmTzy8 { top:16.375rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJWQ0xHIvKURtZCIeURDtFeg9UmobNhU { top:2.6875rem;left:2.9375rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8RGDPexsJm40VwQek1zfaesbrhMdWS7 { top:2.6875rem;left:34.125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVN57iwc1c44WmK3R4HrIevVts7loTln { top:16.375rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyS3vaBRUQ798WJsMDMh2yGTQEWUdDQe { top:18.875rem;left:38.0625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prghn92rOGTZ0CxTEVaDrVoSWurBDH1N { top:19.625rem;left:27.75rem;width:19.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irBIKJ1GpWcsGXsx5Ztqz6aaGBKxonwT { top:22.9375rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzdHTrs5HzRTTsuv0Wv0cZGOw5ZRzJUP { display:block; }#VzdHTrs5HzRTTsuv0Wv0cZGOw5ZRzJUP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vq2TvzTxd9L8nEXX8MM6TaS7S28Wy5IL { top:20.4375rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHS3vnA8sJkFUIiBa8u04wixrO9wQSzF { top:22.125rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpK0xEtvKT1bgdHsBPs8JZXDah0kOPK9 { top:17.1875rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln1CHQl0TZ3GygPmTbUL9PGpISGak9Sg { top:19.6875rem;left:6.4375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZHhoQxDG5N3EUxfZce4aS1O4rZ4hVAG { top:3.5rem;left:2.5rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHyiLTywZlo2lIA8vezaTxdzB5qTJdbA { top:21.875rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klP8EGsT5HncLc97HH9zWk0GwiOx6EWZ { top:20.1875rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyRVWB4icABsSkfvKtQUac51mMtkI5tP { top:19.4375rem;left:22.6875rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QboI1HOvrW3UNsEQLdEQxnCFqzGc17CB { top:16.9375rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1JM3fy4r00PuA6leEmLAR0kXOpdKSDD { top:3.25rem;left:19.25rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #waa5337nGQHSw9MopwNlwiRLq8I64TKN { top:3.375rem;left:34.6875rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnrWb6dQ3Kt2OucUc37TwukuZ5nU9KVO { top:17.0625rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFKW02opxbBaPVULPgqGM0rccHJ6hs8d { top:19.5625rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOHc9Ce3FBfO0feM2Z2wzdrGaJTres34 { top:20.3125rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9D3Caoo1QNDuPEItgrXWE0aIs8kwC0C { top:22rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm { display:block; }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOMeeZifRxoeweNU2NAe2sli1QPehwWT { top:2.0625rem;left:2.5rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1hTRT33U14QmoeylPmHyZ1Dp7yzfhcp { top:15.75rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc8I6sPOC7ETSkhbLzCNxhyIL9SqTkBM { top:19rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg8JcaND52lfHLmlpdvZmQWQigTuNoTT { top:18.25rem;left:6.4375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56TxT0RTytfvO1GzwStI2dpK0xypki3 { top:20.6875rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHJ3F7gvwto3pKV9erXFwnGVmvTizKhE { top:2.0625rem;left:18.875rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOH3WNW0tZ26AomgG1WX67F9BEUtosEg { top:15.75rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU9ofXzFVPTaid7ecapKoSotH6lKG0TF { top:18.25rem;left:22.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtZLXvsJPwnHuQkuiq8l2qCaaSuulPUg { top:19rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOzzupK9xzt0XgVb24TVWmIEcagPqVFK { top:20.6875rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHcFogeXDVOShUJUBIW5MZiaN3GMkhe { top:2.0625rem;left:34.6875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmBXJ72UV2sfTlqzxm4BmTHvviBdLwmJ { top:15.75rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukSVrfTmy5aCRQwIf2sGyS3TQHKkzTCu { top:18.25rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeomLx9zfkR4CqVBLJPiXhxNxG7vneCV { top:19rem;left:30.3125rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb2hwquWTVsIwR07AfRFHlX0JIzGSZAe { top:22.1875rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu1bueipXnT4O445B2VAwXS7n13N58Ul { display:block; }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4JWl4Zuq5P7wKDwdeclnWJmMri66bTP { top:2.6875rem;left:2.5rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiXIforu04RR7dBaeTnfVqbGydpPZTgk { top:16.375rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FflBxDTIw120DRF22f4Po0aqQxG3QiTb { top:19.625rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWsFs6RWin5RyUK9SiK10WzJrEWf1giu { top:18.875rem;left:6.4375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWp8bTuQ9pHF7LAeGmmOfogggA2szBwt { top:21.3125rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAqSKJCli1f0y05UsuFP5stdyv2kmhv4 { top:21.3125rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxXzNx4hmr4Vkpbkm0CTwETRALTe9Lft { top:19.625rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhCMEyQOze01E8kZK9uMr6Bfv9fPFkP5 { top:18.875rem;left:22.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ard8xtFkpSv1z46oysEG7RU8BtNkWlTH { top:16.375rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEPhpqfVpirFeB9INxy3ru2ymJC8GDAK { top:2.6875rem;left:18.875rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5mLzg94uMH3SdKWvpH0sMuWT1ec6AHH { top:2.6875rem;left:34.6875rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE0ZBEOxksUdtZxfZE1oVIec4Hd7P6yP { top:16.375rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs5Ry05fVJEbTXarXnG0atCDCocQFJXC { top:18.875rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb6UnAOe4UCfDxMzQ6Htl8FWyorF08K3 { top:19.625rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmQCeuWHnvinCGWgOA23WIGIhq7llOqM { top:21.3125rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb2JMSpVzx6VVcTr2mVDk6gV5De2UCRF { display:block; }#eb2JMSpVzx6VVcTr2mVDk6gV5De2UCRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4MkRcUeUhOAFRcO570T9aDfPW2FmkU1 { top:2.3125rem;left:2.9375rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch6x1TtGXt5bmrm9utMMg3TrklBWGBUw { top:2.3125rem;left:18.3125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxSfghBf3h2FXtbepWTeCHiHWKArCUiK { top:16rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwrNEF3tFLAiFVEX3ywoXyZ1tD9s8DFW { top:16rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQmz3F6pZI9ngMuWMWlMAtfytFXdfKDm { top:19.25rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuHlPq2xwekkVOprzsHC4WaSti4quCqS { top:18.5rem;left:6.375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhMQNg7gEDAeqmlqWF011CXT9ks2O43e { top:18.5rem;left:22.25rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kON5mJPJGu8bJkk9xVxO2DopyoZ6L8rN { top:20.9375rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuC7NFcEFeWcXHOo7972WV4XvZSFK7wJ { top:20.8125rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNMVbThBTvwg3w0f2nlMKRr3RHTLp0pu { top:19.25rem;left:0rem;width:17.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPPpBaTSt03nkPWfKDnhsIXoDnHVbqSX { top:2.3125rem;left:34.6875rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C52Xb6y0B8OJdMtIKq11vErbvdy55TJd { top:16rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHNwnboDT5KuIUCqA9eLJpbFNSaEL63x { top:18.5rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwLGJu7OZUpe2iz4zuZNFZw5A1OfQZLt { top:19.25rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReszGS8tqVGyOwqrAk7WGhzAzBTk5TCS { top:20.9375rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP { display:block; }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBGzuVq32RSyPUXJk9e2pAXQdoxwFJ9x { top:2.5rem;left:2.9375rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOhe1uPIP8S2maUgnr1Q7Nw2G4MTQ7G8 { top:2.5rem;left:18.3125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlCCnAgaoIWg5ORJJ9qzKAszoOR3lzd2 { top:16.1875rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giO9TzuNyeQMnTLPAciIcxHxhf81ETU8 { top:16.1875rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV1RWPZoovPArQVWds4B2SVdsxV5MRcb { top:19.5rem;left:14.375rem;width:17.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA2JvrvLFLv6xnqOstHJ1xIrxQhlhM5l { top:18.6875rem;left:6.375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdBggXGKEtbTyk4PyMTiLwI7tq8RaDGW { top:18.75rem;left:22.25rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNLJTCCJiW61lCm5x8P1liyQTd2ufv5 { top:22.9375rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLi9ykkWT8nu7DJENWsiZ567PTG7GAml { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpXePxEhLqLCesuIKrNKbmyVbDxTTcNI { top:19.4375rem;left:0rem;width:17.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMTch0W42DXCdTR6ocJz3GXO4OonlBaI { top:2.5rem;left:34.6875rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvh6P89loVTSCddurxEPRmKCTJh4ikTf { top:19.4375rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJsMin3wyepypXaiA2zeigXTsFuyxPfC { top:18.6875rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJZaPPuJC4VHL0iBMOaLBtKZ7cElkya4 { top:16.1875rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCsNTUVUA13KViZTyOlZWZRCxZnmXR1e { top:21.125rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOh95AggZaG7mh13HPSTq2gQsIbT6tev { display:block; }#vOh95AggZaG7mh13HPSTq2gQsIbT6tev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0rOvfNzw9WSkJO6GhRUaETBu7gnqf7C { top:3.0625rem;left:2.9375rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1OsmqDQrSh2Ogxw8eGEDMRPM2Hmebb6 { top:3.0625rem;left:18.3125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS8zG37LE8PzuC5WHSOooPTnQ2wxKSwi { top:16.75rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpAqQgMuNNzXIEZD9Iz7L5XQoU4En1Ed { top:16.75rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thr783Uqha9skTEqTtVTfVlezJ2T987v { top:19.9375rem;left:14.375rem;width:17.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyUq1cLsDnrxAK5nbJBJuWzD5X2bB76e { top:21.1875rem;left:6.375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkpEtQrRsIbsrndVTXtTBz2GlKbyZGfr { top:19.1875rem;left:22.25rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKBuCivoTb8c5STtczak1sJA4kxTOT7D { top:21.8125rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyznxkvAOQIotSkwOUnRGtcLkTEL9Eqm { top:25.125rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc1K9sizMsaDPEExTbDn8D1fLDpNfntS { top:21.9375rem;left:0rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAD4utIT27q7lumPdoTzyzbWzLs2be5h { display:block; }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCq2ssgbvm9uurVB4vx6cFMXvOZ4yJhS { width:19.6875rem;height:3.4375rem;top:2.1875rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKMDTgECgnF7ohcrwCk5gwOnQWDCU49B { display:block; }
 }@media only screen and (max-width: 763px) { #k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW { display:block; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJaPTmWoHLVV7nT92VwM78x9u3nrP68E { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVroWNGzTdE75faySQUPBhdzW1SGBs0n { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN { display:block; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qwv00wn57zKuvSLphzsJiMcSqo0uAftO { top:2.5625rem;left:0rem;width:14.5rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auTWXgUXMTrvDGSS28e3gcndUNEfcgWE { top:2.8125rem;left:18.8125rem;width:10.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIr5UoMbdockEDA0I5hgmBI8NdxgMacJ { top:2.75rem;left:33.625rem;width:12.6875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7TaQyTHgbcnHJWAPpa2e9fPquOEs9HB { width:37.625rem;height:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5ugm8tNNWg37fQ9QmOEVyDATND4ZDvq { width:43.75rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukcTAedqO7edb0tUbKSuqiiGQkkI0ZKT { width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfQyEAqfatqyBVuBkBcVdqT2axmXlowm { display:block; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdyssrVVDCzZtR6UPB6lfotw9FFJiZFW { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzWXovI7Iy67Ql0EoZnDbvIWbLItOiqQ { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTxEPodwQSotZA00fcXDdhT7cvBIngfe { display:block; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCH02tA8RnpIeVGzDyW2k7i3yQZcpBMy { top:3.625rem;left:0.25rem;width:10.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKVZtreqKpFWsz6DuwfriFXz58xQOtuq { top:3.4375rem;left:17.5625rem;width:12.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF5VglT7iz3fs34nBdUugE0N79Aug83F { top:3.875rem;left:34rem;width:13.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5dHoWsdbmwqUZdJIsP3nFTguB2K4VDG { top:11.6875rem;left:8.21875rem;width:12.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5LPGOfLBTlhdm8U6ty4UPtvwl7HQdE { top:10.6875rem;left:27.1552734375rem;width:11.1875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptiMridfT0ZDo10sO10XzDfOW9rH5saT { display:block; }#ptiMridfT0ZDo10sO10XzDfOW9rH5saT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRDQ0sq6hK9ZhaRVDrMr4sq54pTGVygR { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIv7bGKFD530VXzmbneX0IhLxvStxVNF { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b { display:block; }#nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcMxcVk3lADfetbfvdHZpiCgqs8LxIys { top:2.8125rem;left:18.1875rem;width:10.625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AToko4CMUIL4VnnP3tfpLRgg0GMm7rRp { top:4rem;left:31.375rem;width:16.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLlUL7JfUuM6uI7HnPpeMZehxhx0IWs0 { top:3.375rem;left:0rem;width:11.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW { display:block; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztHaJLKcR3T24H02PMHn5uHuTzHlSOeT { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHLwLpgbdQUfenB0KP9kU3pTR67ZTInr { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onBFm4IntyfBi6Dqbd6wf79o3nEACO9w { display:block; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U19QtKLauCZ5nIJg4MUGuVTdlJbEICbA { top:0rem;left:17.03125rem;width:13.6875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT { display:block; }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0FxC6qaFNtXrHvhDqnl0XfQP0l9T2CG { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmKSrcyXnDAF6QvCPfxXTIhQRkf3UT0e { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB { display:block; }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaJ1DQDCWGhz62BaR67pBd0LpD992dkc { top:1.5rem;left:16.125rem;width:15.5rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL { display:block; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzdHmeLI4aSUfQXOlVDwGBOmQmlp41mZ { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8aTXAvtnKdlqbrJHhQGsq1cKA6fmD6e { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT { display:block; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTnlJmy4eQdyrMyoQkhT8orCVL7uspAa { top:1.875rem;left:17rem;width:13.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B { display:block; }#T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkibgufu2POevBzgw2DzWbEsLWrmp8Ml { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHpes0wGDUIobkCpDc1hnZdudfGvFSiw { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThkU8FsacybgvB2fetmvvyrO9vXxCST { display:block; }#gThkU8FsacybgvB2fetmvvyrO9vXxCST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7xA8F6nT9PaDkaICkxiE65lRBzBiEtg { top:9.1875rem;left:33.6875rem;width:14.0625rem;height:7.8868338968522rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMPoRRGRnHbWiJqOxJcFc1GTo7U5qu0D { top:19.5rem;left:15.467685699463rem;width:16.75rem;height:3.300465491536rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebvIDAS7AMbWG6sLy3yTKeQ2Py3HMbEL { top:17.75rem;left:31.1875rem;width:16.5625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inOBDktPmKPcQdBPKbyQM7Nkq0P1ogFB { top:10.3125rem;left:0rem;width:11.5625rem;height:4.4123292362582rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWr5aAXOCrXvLMuLqAOVQpK209z4sgSm { top:1.875rem;left:17.279651641846rem;width:13.125rem;height:5.2878234903782rem;display:block; }
 }@media only screen and (max-width: 763px) { #OquHISrTcUVBhJx0qoy74TZVLJ1RexbI { top:26.875rem;left:7.3107261657712rem;width:10.9375rem;height:4.2879561953063rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZTMcokcwlnPdhwBnfnwGXUfX44aT07q { top:27.375rem;left:27.461647033691rem;width:10.75rem;height:3.2299405143858rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSMTSSOVnQ4y97HEfPhR9FRefJd4uJ1p { top:8.3125rem;left:17.145595550537rem;width:12.5625rem;height:8.3961874161464rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvcATgXAENwJ21zxiXSufQVdoJasNVTB { top:1.9375rem;left:0rem;width:10.4375rem;height:5.1565401465502rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPhyaqsPraz1vTopdWv8LU4cvfT5S3rL { top:2.875rem;left:34.75rem;width:12.9375rem;height:3.2964479054986rem;display:block; }
 }@media only screen and (max-width: 763px) { #oauhgP13R1JaqmFKAc3m260Ve96GC4xq { top:19.625rem;left:0rem;width:12.375rem;height:3.1094371102211rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp { display:block; }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6aEwQ91wx7eJ5lzz9o0XwvqrhggnKKP { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBnu8GSq3tN0VyF84q5izu6q6KhD8DTa { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G { display:block; }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQS5y7i7y6yBinMdHuJOlEiWyVhMFF7c { top:3.6875rem;left:20rem;width:9.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R484spI27NOq6q93aCSGggoonvnhWFSt { top:4.4375rem;left:34.9375rem;width:12.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKZI7y6I7KIacPWvR78WpTGzamu5VQkH { top:13.0625rem;left:0.2490234375rem;width:14.8125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3RydEIHG6LCAadgtRUJmD5NKTxyfpwM { top:38.25rem;left:17.09375rem;width:16.5625rem;height:9.4011860874764rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGbeo7zQfuM9iEUk6mutrgFncwshXDKl { top:13.0625rem;left:19.90625rem;width:12.625rem;height:3.979639035589rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlZfBn6k16ICobN1zb56aSvcuMI7cdLe { top:21.4375rem;left:0.2490234375rem;width:12.6875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu44lvQuz6LClOtblXdUSQKb6LMr0acx { top:12.25rem;left:34.3125rem;width:13.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcmRvQSvJxMta4E0t0bmEnfgPS9Zgy9d { top:30.75rem;left:34rem;width:13.75rem;height:3.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6TIWgxuSVznsRXMIezC7R9EXgGQHIr0 { top:30.75rem;left:19.25rem;width:12.25rem;height:5.0366245449792rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLD7c4poNspKQcCniz4TQDa9hBwEf4BW { top:29.5rem;left:0rem;width:18.375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZercRUuhPS7Qbccu0fdWytNIT7DftcP { top:21.4375rem;left:30.6875rem;width:17.0625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKBk32WPlN76wsKfxHIw2tlwuIZfM13D { top:21.4375rem;left:16.90625rem;width:16.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX8ygBOnIq9DTmLLKQuSt1PFCCRongqk { top:2.9375rem;left:1.0927734375rem;width:12rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI { display:block; }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pG8RtMtpmgl7nPqtagaKzIwfJoc9Jr8T { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Hlror8EikKBFEeQ7x8du13JOxsIV9J { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW { display:block; }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5rMxKPmfaQHqLXVhEd0DXLTqthTfSbN { top:9.125rem;left:13.75rem;width:20.25rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOKPBxCKoUvhci0SP5PPvxohg6owb32Q { top:2.375rem;left:30rem;width:11.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7bCFh6lzbFPwcraMoDFydgLa5hIleZz { top:3.125rem;left:4.5rem;width:16.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6df4fb7834f0653c5e4bed60bc501dc { display:block; }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hf7042038a68295cb6c8060684793f89 { width:17.125rem;height:5rem;top:3.375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e36b98f0c0f8181c8969e958d4beb5f6 { width:47.75rem;height:;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFBNAgFimS0cqErxHp42PR1HiSbibCZg { width:37.5rem;height:0;top:1.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eba35a4aa0c66cbaf73774a5d1ad1d51 { display:block; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ga17bbb0e094f47cc29ff7d3fe20fbc2 { width:21.25rem;height:6.4375rem;top:2.75rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1f22e55c07b9a4d5d18d29c1f4ba0d7 { top:32.5625rem;left:22.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T349b01eddfee70cdfe76bbce499497e { top:11.375rem;left:12.34375rem;width:23.0625rem;height:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #md49cb1d3151e3fc0a1b6cd773729114 { top:36.375rem;left:8.0625rem;width:31.625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWXxoUyql2X7msBVnwS20cnm1aiZagHl { top:18.875rem;left:9rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#08132f;background-image:none;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); } }@media only screen and (max-width: 763px) { #PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u { background-color:#0b0d2a;background-image:none;display:block; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container { background-color: transparent; background-image: none; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container > .video-iframe-container { display: none; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row > .video-iframe-container { display: none; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .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); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egBi4xh9vt3xm0ItumKv0yNk65zl2aGe { width:2.1875rem;height:1.25rem;top:0.9375rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd { background-color:#0b0d2a;background-image:url("https://images.assets-landingi.com/uc/b4fac0c0-dc11-4aa5-a06f-7c18175d013b/KV320x245PL.png");background-position:center !important;background-repeat:no-repeat !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; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.adaptive-delivery-prevent-bg, #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.lazyload, #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.lazyloading { background-image: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { background-color: transparent; background-image: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container > .video-iframe-container { display: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container { display: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .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); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { border-width: 0; border-radius: 0; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNoJozHcJIImy1ng7kVEmTXScU3Szh3O { display:block; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6V50Z0T7KanMMVXMkOoucnyu4UdAyrs { width:17.4369375rem;height:23.6150625rem;top:2.0978345870972rem;left:1.2801846265793rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Tq2xaRuRnobinId9WdUI673Do96y5y { display:block; }#s3Tq2xaRuRnobinId9WdUI673Do96y5y > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5HzWGAl9n2aVr8O6ld6RnPTyQTyGg4g { width:20rem;height:2.0625rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4amIrgKNEDJ9wJfbMsEG6u38JGLVtvU { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n { width:17.9989375rem;height:5.06125625rem;display:flex;top:5.8114318847656rem;left:0.88955962657931rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #JL2kZMnqfHISTEPXwG1VZZGeX25q4DVA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #l5eSVKFawV9KLVSZyHQLUUTRWFmFqXT5 {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #UTMwi6PPCTOoEOq6Mpuzq8zrZkqSyF4F {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #Dy13Rx7lKekHngTgZ5Ma1LeQR20HK0Hl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #uKzBZth7Zv7ZVTULuPOg0bMhToSTIM2S {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #G0OnM2eyXvTWh303MX661qIFotV3AUgR {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #F7aJw3A1IHTliFZ6f1CbGb3y1MuTwxhV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #g2mrPHC84wZzk3WyumNkhU3OhyIWDgr8 {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #TPytIUqT0wX9503ZUdlDXKE6XVcxKAz1 {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #f6gZlGiaegtCsXuieQuBVHDcBruZn6pa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #XgFntSvq1iVZ18T6VqVOHBEh2XRI3RQW {  }
 }@media only screen and (max-width: 763px) { #rbvKHdaCAO2hW8BagS6nlTNycL2A0W1n #h7Crc0MgtsRqywehp7ueFm1yE5r3y2ZM {  }
 }@media only screen and (max-width: 763px) { #QwVxnF8DBCECe2DXiewpdUuVzbmc0Q3J { display:none; }#QwVxnF8DBCECe2DXiewpdUuVzbmc0Q3J > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TVSLp7PgpSIMD1FFzTrbDBVpl9EEEx89 { width:12.1875rem;height:3.4375rem;top:1.8430385589599rem;left:3.9062498807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUmxEaCrq8U6w7HKUmVnPeyMlOGceROQ { display:block; }
 }@media only screen and (max-width: 763px) { #oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 { display:block; }#oFTIAxnbcAH7XRLVb0scZDMztyOG7Sy1 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEJV2ZSGShHFBg2AsM9JFDyLTbvwIb25 { width:18.375rem;height:3.4375rem;top:20rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzgOzyB8QAdIw5OcJlmgs7B1FS55TpWT { display:block; }
 }@media only screen and (max-width: 763px) { #NOdNwl3DbGvD0wQqe8vc0McqR804hryO { height:11.25rem;width:20rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMTPxbyZI45PQX9UZCuTJBw2Nwwg21vT { width:20rem;height:3.5617875rem;top:17.874644339084rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfQgoJ6uBZlzH436N7wif8Hn8WRRQTED { width:20rem;height:2.0625rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJgs7B0FlQN6sNN5TWy2PUXT1vkLUoyy { display:none; }#pJgs7B0FlQN6sNN5TWy2PUXT1vkLUoyy > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zSHOlFNXwiubnTZ01NETGpmaTAP1mmqS { width:12.0623125rem;height:3.4375rem;top:5.7475128173828rem;left:3.9683946371079rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfAZvbg5vQlaQk4VDIfukvoS2JrELeGC { display:block; }
 }@media only screen and (max-width: 763px) { #KlLoZyNARUT1qbKoUiMfv7wi0uCFD1a5 { width:20rem;height:4.562325rem;top:8.5600137710569rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #gUoaGvw2vdudzpZ3IkMI6tb5C1yfqSSJ { width:20rem;height:2.062325rem;top:1.4994659423828rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVgGRE2xFAg25zdJ1CNlzkpTLolni3fp { width:12.1244375rem;height:3.4375rem;top:17.248757362366rem;left:3.9373224973679rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSxTCGLmAHA1GzbVhK6ocOFCIX3fAPIC { display:block; }
 }@media only screen and (max-width: 763px) { #GQpwfPxIkd6N2gok8122m8oUx1Voz8K5 { width:12.1875rem;height:3.4375rem;top:11.559831619262rem;left:3.9062498807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHeSwfLatI68u6qsRQAsJrWByB51lhHk { display:block; }
 }@media only screen and (max-width: 763px) { #C1IBMumGydpKUZ2lXpl17IyThMqXZPBl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:none; }#C1IBMumGydpKUZ2lXpl17IyThMqXZPBl > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qVcyfn8piVDlODTXd0nApeRbLTCZnP7c { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q { display:block; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0VHZ75bdbrRycvUmlu65GTcBIk1Ci2M { width:20rem;height:2.062325rem;top:1.4999942779541rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yauEnTcGO9zXyUGAUglutopmkWqARvVE { display:flex;width:1.5625rem;height:1.5625rem;top:5.71644115448rem;left:3.9959162473679rem; }
 }@media only screen and (max-width: 763px) { #ysZpkmK7ig5qndKVlWFhizVJFZanCSmJ { width:10.687125rem;height:1.38139375rem;top:5.8078832626342rem;left:7.3739341497419rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JWFFMIn6Rnu6MwkxJIsLtgknBdCt3rOK { display:flex;width:2.3117875rem;height:2.3117875rem;top:11.880325317382rem;left:3.6230467557907rem; }
 }@media only screen and (max-width: 763px) { #faHwItbSTGT9THq2WKXJn7GL1qx1fCSl { width:11.6868125rem;height:2.76278125rem;top:11.65749168396rem;left:7.3739341497419rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gai6thOhVo43e26iZ28cfGBRgZlgnr2B { display:flex;width:1.749825rem;height:1.749825rem;top:8.818359375rem;left:3.9026988744736rem; }
 }@media only screen and (max-width: 763px) { #vTzsxAlh9rDyucGuvcBeKpChPOTRS0Jc { width:12.5rem;height:1.38139375rem;top:9.0021305084231rem;left:7.4999994039538rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bPFiKHiIa9ITf54PHc4n3KC9TzMeNu19 { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioQyLqSnUOHEkp3TT733P126pxWbx9EB { width:16.6868125rem;height:1.2180375rem;top:15.897548675537rem;left:1.655717253685rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 { display:none; }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xSBMfaoAVO36RL7O0wuEpCklbvl4TzKM { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA { background-color:#ffffff;background-image:none;display:block; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container { background-color: transparent; background-image: none; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container > .video-iframe-container { display: none; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row > .video-iframe-container { display: none; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .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); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJB64mXIJ7JZ8zhDGQIS0mRhdIzQ7Uyp { width:0.125rem;height:36rem;top:3.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFnv3ATawDBTO3wyT5x4zehIB5JqhVKJ { width:4.93696875rem;height:1.298825rem;top:1.1248106956482rem;left:7.5310720205306rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rq1XiWL8LkXSifxuzTznqiF8qwAbgDkH { width:2.375rem;height:2.375rem;top:8.89941875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBz49Qn3XioFqOEWmJJUoZkTFomTEmog { width:12.0623125rem;height:2.59765625rem;top:3.1747169494629rem;left:3.9675067663193rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GItyJtzgFJNIyxJWMeWBbW50gkq9V042 { display:flex;width:2.25rem;height:2.25rem;top:8.9619140625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hd4ZTSwhWquUPaTWiZ5KUeHxg7vZCOTA { width:1.5625rem;height:1.5625rem;top:7.3125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fma97VS8BTPzBpk1u7m8qLOsauRvZOiU { width:3rem;height:3rem;top:6.625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gI8e9JlO9WWm8pLmmlZAXDKEM6INylFw { width:9.0625rem;height:2.59765625rem;top:9.5738639831544rem;left:5.4687498807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #assTT51m8DSQwZ63JhOBmGhsemHHon9q { width:4.43714375rem;height:1.298825rem;top:6.8359375rem;left:7.7805398702619rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOIFTkZEfnJO2RWAbQZQLmDzRXBAChOu { width:1.5625rem;height:1.5625rem;top:11.8125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrahKDdDd3UkzhFn5IO4eQsuKCA1nrtn { width:5.06214375rem;height:1.298825rem;top:13.423295974731rem;left:7.4680398702619rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKTma1qtRlDrAt83TSa2Tx9WPcTMsA5z { width:3rem;height:3rem;top:11.125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSonPGKuZGUvzcs519nN2ANMMwJlxqMw { width:1.5625rem;height:1.5625rem;top:16.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cea5wTefDmA9OkzddwNNibt495tByBCx { width:5.37464375rem;height:1.298825rem;top:19.333273887634rem;left:7.3117898702619rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPNK1x7q8MqICkiXTKvTr1meAQ5PTJ0G { width:3rem;height:3rem;top:15.625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #huOcp7TMsbCxwlEnh1ycKX8k1pgQaa6Q { width:13.499625rem;height:1.298825rem;top:32.998933076859rem;left:3.2492898702621rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zv8ufw6ivWc9LFBZCs9iue6PCAwPp9sk { display:flex;width:1.5625rem;height:1.5625rem;top:20.875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHSLEVGTawpX3bAGuCi3v6JnIDWXyPT7 { width:12.5rem;height:0;top:245.3340125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ABVwF0AkFfREVVwMF0v4LVCstSuqNTcv { width:14.9369375rem;height:6.494125rem;top:22.069418907166rem;left:2.5310722589493rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XA66ZBAseACLNPIFVyTesI1REIthwAyO { width:3rem;height:3rem;top:20.125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMt6K8BnNJdWqOQkpilFeD4v2uJUdzTp { width:5.4367875rem;height:1.298825rem;top:30.186433076859rem;left:7.280717253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1DC8Ce77mt9yaKgLppbOqqC65FCBTNc { width:13.812125rem;height:1.298825rem;top:16.035155296326rem;left:3.0930396318436rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PO8k436p51F6Vyt9DlPMaa3Kl9ZEyuRf { width:15.4368125rem;height:7.793rem;top:39.374110221863rem;left:2.280717253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBIyFvBaHyl4CZoMAv4xmwzT3cptL0TF { width:3rem;height:3rem;top:24.6875rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoSiuKfoG9iTm4kylTTBviCOOHFhWmea { width:1.5625rem;height:1.5625rem;top:25.375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Su4vTA4Bfl1iQ7bAO4fWwDV1uEbBMLTn { width:5.9375rem;height:1.298825rem;top:36.437312364578rem;left:7.0312498807906rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKHWLU6rVnmtoBbnbxml7xwTskT0Eyuo { width:6.875rem;height:1.298825rem;top:49.498401641846rem;left:6.5624998807906rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLdcXz0yy9rzaoSdIzaCBEPCyQITUHRb { display:flex;width:1.5625rem;height:1.5625rem;top:33.498757839203rem;left:9.2187494039537rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieWgit4xUmRsmg4JdwpZpihB6mMZwaFs { width:2.9375rem;height:2.9375rem;top:28.9375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtuJX8DsLTEPnvXmBMCVZ63HiyePzD0H { width:20rem;height:1.298825rem;top:52.498224258423rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mW6ETAm0erKRyGcvuROb3s0bEB7XNgaW { width:15.8744375rem;height:6.494125rem;top:58.500532150269rem;left:2.0623222589493rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6IccvvixsUH51lgvyQcvW8tlrofqBCT { width:1.5625rem;height:1.5625rem;top:33.625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bn3VoGapyZZTJOldzqNTGtEEx37Ib6Zm { width:2.9375rem;height:2.9375rem;top:32.9375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8LCnC9qWJbzS5XKaoOSP7mxlT6szSXC { width:6.875rem;height:1.298825rem;top:55.62233543396rem;left:6.5624998807906rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6ouL9ni6IZZudbl4bW33vxSw3CXWTes { width:15.7493125rem;height:2.59765625rem;top:70.185546875rem;left:2.124467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuKwrsHIuUdOV10OFEtODg7rTFQIVIJe { width:2.9375rem;height:2.9375rem;top:37.375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrHKSSTOWA0Dlvl4wlKIIqqheVv0HlVl { width:1.5625rem;height:1.5625rem;top:38.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOgRwG1ou6RbSPMNhqxHHMNsVbbZII4g { width:6.875rem;height:1.298825rem;top:66.874111175537rem;left:6.5624998807906rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k { display:none; }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SoBhrFkcWaafQ9XsZQvlIC9U1sOPoGya { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXqkTeWI80mhVo641qJmT2wnH8tQkn6u { background-color:#ffffff;background-image:none;display:none; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container { width:20rem;height:93.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gHoawRTCDbWoHGAnF4NFchhx2BMTMTH1 { width:0.0625rem;height:89.3125rem;top:53.95998125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRTrAZoMtcT0T0wk2M0uqG2Xxnem9Le4 { width:12.5rem;height:0;top:245.3340125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vUfmzA336LfpkvAOSRysTHfBwB8Gte2w { width:13.0625rem;height:6.499rem;top:3.79980625rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qGJfJSRO7rfpOgxhclNTCKAzukrHyHC4 { width:3rem;height:3rem;top:273.4590125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4wJX4Zkqmp3qqkJDOmsExWBfyMmK9K3 { width:1.5625rem;height:1.5625rem;top:274.1465125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9KhIz7NJxmAoQBIdpsd7FLF0EJnTmoT { width:5.5625rem;height:1.29980625rem;top:1.25rem;left:7.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dkZmS5sKaTwNC5aUnmNvr7QWX2Or6Cmv { width:5.375rem;height:1.29980625rem;top:13.79786875rem;left:7.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmJefEEn50hn2606bUXd1v9lAA49lOw2 { width:1.5625rem;height:1.5625rem;top:285.4590125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ny4KLkQFDZ8BhsTbBqVln89lOvzWh3hG { width:3rem;height:3rem;top:284.7715125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODNg1LqIGbOtSPHWRZfuqPg7VxIqfs8C { width:13.5rem;height:5.19921875rem;top:16.347675rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUWPeqwMhvFS3wlBHcmZAxb4II84ch2y { width:5.5625rem;height:1.29980625rem;top:25.04689375rem;left:7.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GB9ThDzQT1Ca6IxspgQBkMQ3WUIBLQGp { width:1.5625rem;height:1.5625rem;top:295.2715125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3x4WgKxpGgVbKC5NpZqgP70Snqrs6Nn { width:3rem;height:3rem;top:294.5840125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nA4NR4GrM4fST5PwWM5U3J3hznytfWqx { width:12.5625rem;height:5.19921875rem;top:27.5967rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGCXMcV9QaNIEQrKLbhvTWoB6xRQxFm3 { display:flex;width:2rem;height:2rem;top:29.96875rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #Z9CEqzItWVHXFJq5CA61RWp0PLpbf83d { width:3rem;height:3rem;top:305.8340125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIfd3kdGWmAiFkbLtfsEegbGnuoA2W0s { width:8.8125rem;height:1.29980625rem;top:49.14359375rem;left:5.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ty7qHJtCRt5TWJKCSW8OwM1XqAonZNiF { width:5.625rem;height:1.29980625rem;top:46.5937875rem;left:7.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scsmxoWgMwM3pemtRI9xfRuFxOLiOy4m { width:5.5625rem;height:1.29980625rem;top:61.99126875rem;left:7.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kt3QVmMFPc7xXZlw4rahAhUHXUapHsWZ { width:1.5625rem;height:1.5625rem;top:316.3340125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #POmtao6gKdOu79TnLBznChkgpXfZBkik { width:3rem;height:3rem;top:315.6465125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDsVgJNcHWGmWMoGRtu1RiO8p1TUzMHQ { width:13.25rem;height:7.7988125rem;top:64.541075rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZJJbQK43aBGl28RgwyOx1P0RCBbPodH { width:5.5rem;height:1.29980625rem;top:75.83895rem;left:7.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NF9LQTcH1rTZztHddABbTH7G26KTEsZ2 { width:1.5625rem;height:1.5625rem;top:326.1465125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNaf4mH4X5BnUruuegCGqKLQyOyyJTcH { width:3rem;height:3rem;top:325.4590125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FthLLXxCa4QWh2UMl0JswFiuuyyBZSbE { width:13.4375rem;height:5.19921875rem;top:78.38875625rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gceE6pB5w8s2mV3S4XCadNvTKQPrbKfC { width:1.8125rem;height:1.8125rem;top:87.875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywxT1IOgQPwoAWq8JDFmHa5PHdbuoXxh { width:3rem;height:3rem;top:335.2715125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TA5uPkA7rvNWUKAEi5Oc4a2llgaSaJup { width:5.375rem;height:1.29980625rem;top:87.087975rem;left:7.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKP0qmikPfBOoz6JtcFb00ASHtMypcIl { width:13.1875rem;height:2.5996125rem;top:89.63778125rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JuwHPFuVqLn5LBZkbuy8N4IMkVItL372 { display:flex;width:1rem;height:1rem;top:11.54786875rem;left:9.5rem;font-size:0.6875rem; }
#JuwHPFuVqLn5LBZkbuy8N4IMkVItL372 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Liw2nUhGtLI1Fwi3PFbAbWOq2hJ1G5C4 { display:flex;width:1rem;height:1rem;top:22.79689375rem;left:9.5rem;font-size:0.6875rem; }
#Liw2nUhGtLI1Fwi3PFbAbWOq2hJ1G5C4 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #V9tyAkNZ2bSPBQlQOaUkPDvdqi9kG0NF { display:flex;width:1rem;height:1rem;top:34.04591875rem;left:9.5rem;font-size:0.6875rem; }
#V9tyAkNZ2bSPBQlQOaUkPDvdqi9kG0NF > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #ci3DwNxTGbTXNN9neyM7HXTOayRTJrbH { display:flex;width:1rem;height:1rem;top:73.58895rem;left:9.5rem;font-size:0.6875rem; }
#ci3DwNxTGbTXNN9neyM7HXTOayRTJrbH > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #yPxTMAmwnm9IIBlG2xugXpEVQTivOyFs { display:flex;width:1rem;height:1rem;top:84.837975rem;left:9.5rem;font-size:0.6875rem; }
#yPxTMAmwnm9IIBlG2xugXpEVQTivOyFs > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #yn97FtBCFMFGX3MV6Zi0LTfUFaEK7nU6 { width:6.875rem;height:1.29980625rem;top:36.29591875rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HT3xKFFFmu59sOGytKTrQT8q5GTl18C7 { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfRX4AakIC7d9MUzHK0ehkus2oNKMCdJ { width:3rem;height:3rem;top:14.75rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JoTAFbn2r25sJJ9lhhG7spvlxoJVVFkP { width:13.25rem;height:6.499rem;top:38.845725rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paTn8byw46u48VgVoFO9KZ6z3XKLInLM { width:6.875rem;height:1.29980625rem;top:51.6934rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdAcgkyhrDxsT4k93vIhwkkqVCzNVQSK { width:1.5625rem;height:1.5625rem;top:23.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qdIX8Lk8IB6Zbvcqwsf7Vmd8tR0E0d9J { width:3rem;height:3rem;top:22.5625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMLvu4qQNXBhWzbknKMiMRSbI8TcGtQT { width:13.5rem;height:6.499rem;top:54.24320625rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHMkxBkZAh75IZKIodPKP5JciWV965Db { display:none; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TBAF39VNEpxG52eiVaQBRATbrF97rgIL { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 { display:none; }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cEIiTA9EyCA3tXdolGkusHXNuTMhHK70 { width:20rem;height:2.0625rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKsrXXXGdPNwMV6mu2BWI4KIzHaWTyI { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axE0BgxH3Zm7xh5rTp261yIw9sNESIGW { display:none; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IT2bRrKaQOHTrLwdaSm6nLzNLWyshosg { width:10.9375rem;height:10.5625rem;top:4.7734375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLoJNT76rcruAgu4HB6lZViEiLNdynfa { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD { display:none; }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TrfFFhI6ilFMPmB7yZN6TIAw9h51HwNg { width:20rem;height:2.0625rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFhyNiQrUcGLGShmT0ITTH9oH3Q9ael7 { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh { display:none; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row .container { width:20rem;height:66.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OuS5EzdQAkvQi1lIS7CyxlC0iFbpNdAL { width:10.5rem;height:10.5rem;top:22.93555rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqEz99m9ifZiQOpKtPrFDKaNfoSgV1d9 { width:10.5rem;height:10.5rem;top:48.2070375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1z3IgNw0HvamvXkabOcItnhZn6wavvU { width:18.4375rem;height:2.2744125rem;top:34.68555rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRJgD1wQbFKxCbRUFGJgK7QMH3d1UeKh { width:20rem;height:2.2744125rem;top:38.2089875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z390XpTtyQu0cwJ1ZWk6ZynSQ9d39cMx { width:19.875rem;height:1.29980625rem;top:61.3320375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSn4zSQGyQsAyQp5I1S3guXWZeXOKPdW { width:3.125rem;height:0.125rem;top:41.732425rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdP4mzSiRIoaTHwAWPlvM6JqSoQtzh8w { width:3.125rem;height:0.125rem;top:59.9570375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDeOaIRRp7WTgTzAgU3zcTN6kxZTonKh { width:15.9375rem;height:1.29980625rem;top:63.88184375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5kZrc4GTt9vnw6Wmm3p9IFfvGAJu2wr { width:15.9375rem;height:1.29980625rem;top:45.65723125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhMTRZz194TJdqa66Ve2TLg4kPC8HCGv { width:19.875rem;height:1.29980625rem;top:43.107425rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3vEFkQhA3eoNmBnRWupCiu4KZpWtd0s { width:15.9375rem;height:1.29980625rem;top:20.38574375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0O0lEJfailqKcrQnczGFygFy1SQMele { width:19.875rem;height:1.29980625rem;top:17.8359375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dImt3GodiCWAW8Jk1DOuPWaykxENbGCS { width:3.0625rem;height:0.0625rem;top:16.5234375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9bGTiJxMXbDbR2bspkOFS5SPbTvvLBA { width:19.9375rem;height:2.2744125rem;top:13rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZZnAT7ucm1TDRLJfDbgdsFgQpz2Rtnu { width:10.5rem;height:10.5rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhSSiiFyiisb9RCeJem9SIPOz923Wrdh { display:none; }#QhSSiiFyiisb9RCeJem9SIPOz923Wrdh > .row .container { width:20rem;height:66.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T3PBLCcZgiWRveLCe7AUmr8D8keIcxHw { width:10.5rem;height:10.5rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3kIcskwFmFIKF2UUrtxAqWr4UWbwlzU { width:20rem;height:2.2744125rem;top:13rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxhihA696RPOXiGPAU3q7XZqVefDBIFL { width:19.875rem;height:1.29980625rem;top:17.8984375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWZAN6fClR7oWtBM1g6EbimT5VV5rX4t { width:3.125rem;height:0.125rem;top:16.5234375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q73mLV5m8V2LQXcnOrQQVKmTbuGQvadg { width:15.9375rem;height:1.29980625rem;top:20.44824375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mATNkNJVT0RKTimqv9Q5kLMvhcwIieEd { width:10.5rem;height:10.5rem;top:22.99805rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDeLSWScTLxtasTTVSPqC8DnZNncibGG { width:18.4375rem;height:2.2744125rem;top:34.74805rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfUJFG8EDselzU8ThnaPu2GudvLlBwlu { width:3.125rem;height:0.125rem;top:41.794925rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMBFdpHZAzKsA22a4iBFV9OdvBXayR4l { width:19.875rem;height:1.29980625rem;top:43.169925rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFG6SFrP62mCRbnTBI8XmQZ64Drq5K7x { width:15.9375rem;height:1.29980625rem;top:45.71973125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUwafUD9PivVpMneqHx0f08XBpoffWK1 { width:15.9375rem;height:1.29980625rem;top:63.94434375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eo4fTkOE9EeAC3mTMdJhN5qlT5oLd2OI { width:19.875rem;height:1.29980625rem;top:61.3945375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r6U7e8lrZNTrgGh9qFTnCilsmWGr1KOD { width:20rem;height:2.2744125rem;top:38.2714875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQHxHWeqHUURmlPP75yxbH01tDEnbmTS { width:3.125rem;height:0.125rem;top:60.0195375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr4iTXfPfSbU7cO4Hw9TlUGQDw9FomxS { width:10.5rem;height:10.5rem;top:48.2695375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof { display:none; }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row .container { width:20rem;height:67.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eEmTwowMsSnQ5ThoDWTpSUis6E6nGSzi { width:19.9375rem;height:2.2744125rem;top:36.04785625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0u3LFQmtZCmyWwTe93RyTXF6dsLG68P { width:10.5rem;height:10.5rem;top:24.29785625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN4c4bQiVh7bx7s6Gz7DTyaT6O0Jv0T8 { width:15.9375rem;height:1.29980625rem;top:43.4336rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfM7U0fMyxuLz4hVMHIKaL8PUZfaCiNX { width:19.875rem;height:1.29980625rem;top:40.88379375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4mJiWDdb1DwTmDFV3tZuCBTkh6kVbcB { width:3.0625rem;height:0.0625rem;top:39.57129375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgioUiAfLlOqVHGbrLhuXKfdDmsg1JL2 { width:15.9375rem;height:2.5996125rem;top:20.44824375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZW1EN9C2aic0Z4VL5n3pN52p8ANZAAEA { width:19.875rem;height:1.29980625rem;top:17.8984375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kM4Cct6RpOITM9bs1Qm1hJKkICJt8Wzp { width:20rem;height:2.2744125rem;top:13rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ni2d36pREnET6acqrP0q4ATRkTFu9Z3i { width:3.125rem;height:0.125rem;top:16.5234375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuISPnH7Ph6MFbwdkQihwFTJOtRZsTuD { width:10.5rem;height:10.5rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZybfPoN1gb5NrwtT9uNzSubLxgvdPrb { width:15.9375rem;height:1.29980625rem;top:65.24415rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgtMh94eemF1QDiiAdhvUfCL6CosX2Og { width:19.875rem;height:1.29980625rem;top:62.69434375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnM9zJkroiIDI4cVIr4PoSEMrvy9WF1I { width:3.125rem;height:0.125rem;top:61.31934375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3oshv1fWPoRga0R8eMVUprUP7idTEb6 { width:20rem;height:2.2744125rem;top:57.79590625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2qqs7aeRJ7BOsQXN5nbUT9Pn4qdrAnQ { width:10.5625rem;height:10.5625rem;top:45.98340625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NofQTGk4XqLg9rpnQadIvK0NkKTVqioC { display:none; }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row .container { width:20rem;height:66.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eVDVr7fXBdgBwDJE0zE1p3DueC7Nl2F6 { width:10.5rem;height:10.5rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRqULgHvG1NugPdya5ukwEBMk9Hpb4L { width:10.5rem;height:10.5rem;top:26.5214875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu4rRxMZQPXIUe5qSOgG0HEbt0fPTiEk { width:18.4375rem;height:2.2744125rem;top:13rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwxHpfcHEyBPCqwdSx52Z2TwpulV5UZ1 { width:20rem;height:2.2744125rem;top:16.5234375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsNecQ2UTHlscJ2gA7DVqF3UK90y6r99 { width:19.875rem;height:1.29980625rem;top:43.169925rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGyQGPdQhbHa3iXDyiUUcLh4pPn5ieqD { width:3.125rem;height:0.125rem;top:20.046875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa3oIQKRTNNtJZ8IhVpoXZsgkZXqkzc4 { width:3.125rem;height:0.125rem;top:41.794925rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zfxx1qA2VVOAkivS69fnw6Ff6aNdBR { width:15.9375rem;height:1.29980625rem;top:45.71973125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szeZuuZuTwu186tJ1JGRLCc8l89LOPok { width:15.9375rem;height:1.29980625rem;top:23.97168125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebTf6MwiWLq3HdG8uKioS54hpPu38xos { width:19.875rem;height:1.29980625rem;top:21.421875rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSOUCcg2sTMULt2u1lL17TvbPv07nNwv { width:10.5rem;height:10.5rem;top:48.2695375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2knAbhTcgyD7vTfPyZTq6gxS2nVik7n { width:20rem;height:2.2744125rem;top:38.2714875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z3NdmixwQ0kXFcyqAW8gLgu8Pkz4WiPs { width:3.125rem;height:0.125rem;top:60.0195375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyQmEvGOCKLTkUObqRgadus2InVdGoaf { width:19.875rem;height:1.29980625rem;top:61.3945375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwXoL0cpRWK8vgnyaGgXZRuQCPGVVF5J { width:15.9375rem;height:1.29980625rem;top:63.94434375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N { display:none; }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row .container { width:20rem;height:67.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yS4TdzTGLrG8VdCBW9DHzOQPCAvTfOAh { width:10.5rem;height:10.5rem;top:29.00879375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w466Hh0eCyyPtyDSNebQ16dLTKkJ2id8 { width:18.4375rem;height:2.2744125rem;top:16.5234375rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmXoxM4OBhqkCGuCeb9dhbz0byBRLSIb { width:3.125rem;height:0.125rem;top:44.28223125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVnZrFDDTThdB4py7gXEicAf3nxpkqJR { width:15.9375rem;height:1.29980625rem;top:45.65723125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1I7lKC47WTHmUU3cMbieZigxZkxsClh { width:19.875rem;height:1.29980625rem;top:23.90918125rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vk1yVkE9tu2nv6Bqhs6CM5qQ21qafIev { width:15.9375rem;height:1.29980625rem;top:26.4589875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8AXRUXhi7i1G7f2yEPm35OA3IGfdP1E { width:19.875rem;height:1.29980625rem;top:21.359375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WS8e7RdFvrRd3UI8PTGP8U7B2Uqf67mH { width:3.0625rem;height:0.0625rem;top:20.046875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meMzBWEgMskwu7o931NaKHyIkWRmTzy8 { width:19.9375rem;height:2.2744125rem;top:13rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJWQ0xHIvKURtZCIeURDtFeg9UmobNhU { width:10.5rem;height:10.5rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8RGDPexsJm40VwQek1zfaesbrhMdWS7 { width:10.5rem;height:10.5rem;top:48.2070375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVN57iwc1c44WmK3R4HrIevVts7loTln { width:20rem;height:2.2744125rem;top:40.75879375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyS3vaBRUQ798WJsMDMh2yGTQEWUdDQe { width:3.125rem;height:0.125rem;top:59.9570375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prghn92rOGTZ0CxTEVaDrVoSWurBDH1N { width:19.875rem;height:2.5996125rem;top:61.3320375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irBIKJ1GpWcsGXsx5Ztqz6aaGBKxonwT { width:15.9375rem;height:1.29980625rem;top:65.18165rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VzdHTrs5HzRTTsuv0Wv0cZGOw5ZRzJUP { display:none; }#VzdHTrs5HzRTTsuv0Wv0cZGOw5ZRzJUP > .row .container { width:20rem;height:66.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vq2TvzTxd9L8nEXX8MM6TaS7S28Wy5IL { width:19.875rem;height:1.29980625rem;top:17.9609375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHS3vnA8sJkFUIiBa8u04wixrO9wQSzF { width:15.9375rem;height:1.29980625rem;top:20.51074375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpK0xEtvKT1bgdHsBPs8JZXDah0kOPK9 { width:20rem;height:2.2744125rem;top:13.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ln1CHQl0TZ3GygPmTbUL9PGpISGak9Sg { width:3.125rem;height:0.125rem;top:16.5859375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZHhoQxDG5N3EUxfZce4aS1O4rZ4hVAG { width:10.5625rem;height:10.5625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHyiLTywZlo2lIA8vezaTxdzB5qTJdbA { width:15.9375rem;height:1.29980625rem;top:42.19629375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #klP8EGsT5HncLc97HH9zWk0GwiOx6EWZ { width:19.875rem;height:1.29980625rem;top:39.6464875rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyRVWB4icABsSkfvKtQUac51mMtkI5tP { width:3.0625rem;height:0.0625rem;top:38.3339875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QboI1HOvrW3UNsEQLdEQxnCFqzGc17CB { width:19.9375rem;height:2.2744125rem;top:34.81055rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1JM3fy4r00PuA6leEmLAR0kXOpdKSDD { width:10.5rem;height:10.5rem;top:23.06055rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waa5337nGQHSw9MopwNlwiRLq8I64TKN { width:10.5rem;height:10.5rem;top:44.7461rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnrWb6dQ3Kt2OucUc37TwukuZ5nU9KVO { width:19.9375rem;height:2.2744125rem;top:56.4961rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFKW02opxbBaPVULPgqGM0rccHJ6hs8d { width:3.0625rem;height:0.0625rem;top:60.0195375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOHc9Ce3FBfO0feM2Z2wzdrGaJTres34 { width:19.875rem;height:1.29980625rem;top:61.3320375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P9D3Caoo1QNDuPEItgrXWE0aIs8kwC0C { width:15.9375rem;height:1.29980625rem;top:63.88184375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm { display:none; }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row .container { width:20rem;height:67.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tOMeeZifRxoeweNU2NAe2sli1QPehwWT { width:10.5rem;height:10.5rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1hTRT33U14QmoeylPmHyZ1Dp7yzfhcp { width:20rem;height:2.2744125rem;top:13rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mc8I6sPOC7ETSkhbLzCNxhyIL9SqTkBM { width:19.875rem;height:1.29980625rem;top:17.8984375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kg8JcaND52lfHLmlpdvZmQWQigTuNoTT { width:3.125rem;height:0.125rem;top:16.5234375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56TxT0RTytfvO1GzwStI2dpK0xypki3 { width:15.9375rem;height:1.29980625rem;top:20.44824375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHJ3F7gvwto3pKV9erXFwnGVmvTizKhE { width:10.5rem;height:10.5rem;top:22.99805rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOH3WNW0tZ26AomgG1WX67F9BEUtosEg { width:19.9375rem;height:2.2744125rem;top:34.74805rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nU9ofXzFVPTaid7ecapKoSotH6lKG0TF { width:3.0625rem;height:0.0625rem;top:38.2714875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtZLXvsJPwnHuQkuiq8l2qCaaSuulPUg { width:19.875rem;height:1.29980625rem;top:39.5839875rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOzzupK9xzt0XgVb24TVWmIEcagPqVFK { width:15.9375rem;height:1.29980625rem;top:42.13379375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHcFogeXDVOShUJUBIW5MZiaN3GMkhe { width:10.5rem;height:10.5rem;top:44.6836rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmBXJ72UV2sfTlqzxm4BmTHvviBdLwmJ { width:18.4375rem;height:2.2744125rem;top:56.4336rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukSVrfTmy5aCRQwIf2sGyS3TQHKkzTCu { width:3.125rem;height:0.125rem;top:59.9570375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeomLx9zfkR4CqVBLJPiXhxNxG7vneCV { width:19.875rem;height:2.5996125rem;top:61.3320375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tb2hwquWTVsIwR07AfRFHlX0JIzGSZAe { width:15.9375rem;height:1.29980625rem;top:65.18165rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nu1bueipXnT4O445B2VAwXS7n13N58Ul { display:none; }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row .container { width:20rem;height:66.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U4JWl4Zuq5P7wKDwdeclnWJmMri66bTP { width:10.5rem;height:10.5rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiXIforu04RR7dBaeTnfVqbGydpPZTgk { width:20rem;height:2.2744125rem;top:13rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FflBxDTIw120DRF22f4Po0aqQxG3QiTb { width:19.875rem;height:1.29980625rem;top:17.8984375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWsFs6RWin5RyUK9SiK10WzJrEWf1giu { width:3.125rem;height:0.125rem;top:16.5234375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWp8bTuQ9pHF7LAeGmmOfogggA2szBwt { width:15.9375rem;height:1.29980625rem;top:20.44824375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAqSKJCli1f0y05UsuFP5stdyv2kmhv4 { width:15.9375rem;height:1.29980625rem;top:42.19629375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxXzNx4hmr4Vkpbkm0CTwETRALTe9Lft { width:19.875rem;height:1.29980625rem;top:39.6464875rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nhCMEyQOze01E8kZK9uMr6Bfv9fPFkP5 { width:3.125rem;height:0.125rem;top:38.2714875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ard8xtFkpSv1z46oysEG7RU8BtNkWlTH { width:20rem;height:2.2744125rem;top:34.74805rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEPhpqfVpirFeB9INxy3ru2ymJC8GDAK { width:10.5rem;height:10.5rem;top:22.99805rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5mLzg94uMH3SdKWvpH0sMuWT1ec6AHH { width:10.5rem;height:10.5rem;top:44.7461rem;left:4.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QE0ZBEOxksUdtZxfZE1oVIec4Hd7P6yP { width:19.9375rem;height:2.2744125rem;top:56.4961rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xs5Ry05fVJEbTXarXnG0atCDCocQFJXC { width:3.0625rem;height:0.0625rem;top:60.0195375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb6UnAOe4UCfDxMzQ6Htl8FWyorF08K3 { width:19.875rem;height:1.29980625rem;top:61.3320375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmQCeuWHnvinCGWgOA23WIGIhq7llOqM { width:15.9375rem;height:1.29980625rem;top:63.88184375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eb2JMSpVzx6VVcTr2mVDk6gV5De2UCRF { display:none; }#eb2JMSpVzx6VVcTr2mVDk6gV5De2UCRF > .row .container { width:20rem;height:66.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O4MkRcUeUhOAFRcO570T9aDfPW2FmkU1 { width:10.5rem;height:10.5rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch6x1TtGXt5bmrm9utMMg3TrklBWGBUw { width:10.5rem;height:10.5rem;top:26.5214875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxSfghBf3h2FXtbepWTeCHiHWKArCUiK { width:18.4375rem;height:2.2744125rem;top:13rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwrNEF3tFLAiFVEX3ywoXyZ1tD9s8DFW { width:20rem;height:2.2744125rem;top:16.5234375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQmz3F6pZI9ngMuWMWlMAtfytFXdfKDm { width:19.875rem;height:1.29980625rem;top:39.6464875rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuHlPq2xwekkVOprzsHC4WaSti4quCqS { width:3.125rem;height:0.125rem;top:20.046875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhMQNg7gEDAeqmlqWF011CXT9ks2O43e { width:3.125rem;height:0.125rem;top:38.2714875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kON5mJPJGu8bJkk9xVxO2DopyoZ6L8rN { width:15.9375rem;height:1.29980625rem;top:42.19629375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uuC7NFcEFeWcXHOo7972WV4XvZSFK7wJ { width:15.9375rem;height:1.29980625rem;top:23.97168125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNMVbThBTvwg3w0f2nlMKRr3RHTLp0pu { width:19.875rem;height:1.29980625rem;top:21.421875rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPPpBaTSt03nkPWfKDnhsIXoDnHVbqSX { width:10.5rem;height:10.5rem;top:44.7461rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C52Xb6y0B8OJdMtIKq11vErbvdy55TJd { width:19.9375rem;height:2.2744125rem;top:56.4961rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHNwnboDT5KuIUCqA9eLJpbFNSaEL63x { width:3.0625rem;height:0.0625rem;top:60.0195375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwLGJu7OZUpe2iz4zuZNFZw5A1OfQZLt { width:19.875rem;height:1.29980625rem;top:61.3320375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReszGS8tqVGyOwqrAk7WGhzAzBTk5TCS { width:15.9375rem;height:1.29980625rem;top:63.88184375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP { display:none; }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row .container { width:20rem;height:66.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yBGzuVq32RSyPUXJk9e2pAXQdoxwFJ9x { width:10.5rem;height:10.5rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOhe1uPIP8S2maUgnr1Q7Nw2G4MTQ7G8 { width:10.5rem;height:10.5rem;top:26.5214875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlCCnAgaoIWg5ORJJ9qzKAszoOR3lzd2 { width:18.4375rem;height:2.2744125rem;top:13rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giO9TzuNyeQMnTLPAciIcxHxhf81ETU8 { width:20rem;height:2.2744125rem;top:16.5234375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kV1RWPZoovPArQVWds4B2SVdsxV5MRcb { width:19.875rem;height:1.29980625rem;top:39.6464875rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QA2JvrvLFLv6xnqOstHJ1xIrxQhlhM5l { width:3.125rem;height:0.125rem;top:20.046875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdBggXGKEtbTyk4PyMTiLwI7tq8RaDGW { width:3.125rem;height:0.125rem;top:38.2714875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNLJTCCJiW61lCm5x8P1liyQTd2ufv5 { width:15.9375rem;height:1.29980625rem;top:42.19629375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BLi9ykkWT8nu7DJENWsiZ567PTG7GAml { width:15.9375rem;height:1.29980625rem;top:23.97168125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpXePxEhLqLCesuIKrNKbmyVbDxTTcNI { width:19.875rem;height:1.29980625rem;top:21.421875rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMTch0W42DXCdTR6ocJz3GXO4OonlBaI { width:10.5rem;height:10.5rem;top:44.7461rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvh6P89loVTSCddurxEPRmKCTJh4ikTf { width:19.875rem;height:1.29980625rem;top:61.3320375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJsMin3wyepypXaiA2zeigXTsFuyxPfC { width:3.0625rem;height:0.0625rem;top:60.0195375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJZaPPuJC4VHL0iBMOaLBtKZ7cElkya4 { width:19.9375rem;height:2.2744125rem;top:56.4961rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCsNTUVUA13KViZTyOlZWZRCxZnmXR1e { width:15.9375rem;height:1.29980625rem;top:63.88184375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOh95AggZaG7mh13HPSTq2gQsIbT6tev { display:none; }#vOh95AggZaG7mh13HPSTq2gQsIbT6tev > .row .container { width:20rem;height:48.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S0rOvfNzw9WSkJO6GhRUaETBu7gnqf7C { width:10.5rem;height:10.5rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1OsmqDQrSh2Ogxw8eGEDMRPM2Hmebb6 { width:10.5rem;height:10.5rem;top:30.09570625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS8zG37LE8PzuC5WHSOooPTnQ2wxKSwi { width:18.4375rem;height:4.548825rem;top:13rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VpAqQgMuNNzXIEZD9Iz7L5XQoU4En1Ed { width:20rem;height:2.2744125rem;top:18.79785rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Thr783Uqha9skTEqTtVTfVlezJ2T987v { width:19.875rem;height:1.29980625rem;top:43.22070625rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyUq1cLsDnrxAK5nbJBJuWzD5X2bB76e { width:3.125rem;height:0.125rem;top:22.3212875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkpEtQrRsIbsrndVTXtTBz2GlKbyZGfr { width:3.125rem;height:0.125rem;top:41.84570625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKBuCivoTb8c5STtczak1sJA4kxTOT7D { width:15.9375rem;height:1.29980625rem;top:45.7705125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyznxkvAOQIotSkwOUnRGtcLkTEL9Eqm { width:15.9375rem;height:1.29980625rem;top:27.5459rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sc1K9sizMsaDPEExTbDn8D1fLDpNfntS { width:19.875rem;height:2.5996125rem;top:23.6962875rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DAD4utIT27q7lumPdoTzyzbWzLs2be5h { display:none; }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VCq2ssgbvm9uurVB4vx6cFMXvOZ4yJhS { width:18.4375rem;height:3.125rem;top:1.25rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKMDTgECgnF7ohcrwCk5gwOnQWDCU49B { display:block; }
 }@media only screen and (max-width: 763px) { #k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW { display:block; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJaPTmWoHLVV7nT92VwM78x9u3nrP68E { width:20rem;height:2.0625rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVroWNGzTdE75faySQUPBhdzW1SGBs0n { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN { display:block; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qwv00wn57zKuvSLphzsJiMcSqo0uAftO { width:10.0625rem;height:4.3125rem;top:1.25rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #auTWXgUXMTrvDGSS28e3gcndUNEfcgWE { width:10.125rem;height:5.8125rem;top:10.6875rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIr5UoMbdockEDA0I5hgmBI8NdxgMacJ { width:3rem;height:1.5rem;top:21.6875rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7TaQyTHgbcnHJWAPpa2e9fPquOEs9HB { top:20.8125rem;left:3.03125rem;width:13.9375rem;height:7.0625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v5ugm8tNNWg37fQ9QmOEVyDATND4ZDvq { top:1rem;left:2.71875rem;width:14.5625rem;height:8.25rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ukcTAedqO7edb0tUbKSuqiiGQkkI0ZKT { top:11.5625rem;left:4.0625rem;width:11.875rem;height:6.75rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lfQyEAqfatqyBVuBkBcVdqT2axmXlowm { display:block; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdyssrVVDCzZtR6UPB6lfotw9FFJiZFW { width:20rem;height:2.0625rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzWXovI7Iy67Ql0EoZnDbvIWbLItOiqQ { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTxEPodwQSotZA00fcXDdhT7cvBIngfe { display:block; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCH02tA8RnpIeVGzDyW2k7i3yQZcpBMy { width:9.1875rem;height:3.625rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKVZtreqKpFWsz6DuwfriFXz58xQOtuq { width:12.25rem;height:3.9375rem;top:7.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF5VglT7iz3fs34nBdUugE0N79Aug83F { width:11.4375rem;height:3.125rem;top:14.490234375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5dHoWsdbmwqUZdJIsP3nFTguB2K4VDG { width:11.4355625rem;height:5.061525rem;top:20.3017578125rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5LPGOfLBTlhdm8U6ty4UPtvwl7HQdE { width:11.1875rem;height:7.4375rem;top:25.3017578125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptiMridfT0ZDo10sO10XzDfOW9rH5saT { display:block; }#ptiMridfT0ZDo10sO10XzDfOW9rH5saT > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRDQ0sq6hK9ZhaRVDrMr4sq54pTGVygR { width:20rem;height:2.0625rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIv7bGKFD530VXzmbneX0IhLxvStxVNF { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b { display:block; }#nnZ1d3TKfAa3utgdvXawKb7NJ5sLmZ3b > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcMxcVk3lADfetbfvdHZpiCgqs8LxIys { width:11.375rem;height:4.375rem;top:8.03125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AToko4CMUIL4VnnP3tfpLRgg0GMm7rRp { width:16.25rem;height:1.5625rem;top:15.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLlUL7JfUuM6uI7HnPpeMZehxhx0IWs0 { width:11.25rem;height:3.125rem;top:2.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW { display:block; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztHaJLKcR3T24H02PMHn5uHuTzHlSOeT { width:20rem;height:2.0625rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHLwLpgbdQUfenB0KP9kU3pTR67ZTInr { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onBFm4IntyfBi6Dqbd6wf79o3nEACO9w { display:block; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U19QtKLauCZ5nIJg4MUGuVTdlJbEICbA { width:11.375rem;height:7.9375rem;top:0rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT { display:none; }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h0FxC6qaFNtXrHvhDqnl0XfQP0l9T2CG { width:20rem;height:2.0625rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmKSrcyXnDAF6QvCPfxXTIhQRkf3UT0e { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB { display:none; }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xaJ1DQDCWGhz62BaR67pBd0LpD992dkc { width:12.9375rem;height:5.625rem;top:1.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL { display:block; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzdHmeLI4aSUfQXOlVDwGBOmQmlp41mZ { width:20rem;height:2.0625rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8aTXAvtnKdlqbrJHhQGsq1cKA6fmD6e { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT { display:block; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTnlJmy4eQdyrMyoQkhT8orCVL7uspAa { width:9.4375rem;height:2.5625rem;top:1.1875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B { display:block; }#T7xxNyl7oSrKvldsAaEoZyFiDmZ7XP2B > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkibgufu2POevBzgw2DzWbEsLWrmp8Ml { width:20rem;height:2.0625rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHpes0wGDUIobkCpDc1hnZdudfGvFSiw { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThkU8FsacybgvB2fetmvvyrO9vXxCST { display:block; }#gThkU8FsacybgvB2fetmvvyrO9vXxCST > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7xA8F6nT9PaDkaICkxiE65lRBzBiEtg { width:12.8125rem;height:7.1244375rem;top:33.694956541061rem;left:3.5937498807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QMPoRRGRnHbWiJqOxJcFc1GTo7U5qu0D { width:16.1239375rem;height:3.2475125rem;top:47.657135009766rem;left:1.9371448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebvIDAS7AMbWG6sLy3yTKeQ2Py3HMbEL { width:15.4368125rem;height:6.3743125rem;top:51.528760910034rem;left:2.280717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #inOBDktPmKPcQdBPKbyQM7Nkq0P1ogFB { width:10.625rem;height:3.99946875rem;top:21.483486890793rem;left:4.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWr5aAXOCrXvLMuLqAOVQpK209z4sgSm { width:13.125rem;height:5.28675625rem;top:7.8418636322019rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OquHISrTcUVBhJx0qoy74TZVLJ1RexbI { width:10.997875rem;height:4.31196875rem;top:58.716272354126rem;left:4.5001772642136rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZTMcokcwlnPdhwBnfnwGXUfX44aT07q { width:10.8114375rem;height:3.2475125rem;top:65.714664459231rem;left:4.5933946371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSMTSSOVnQ4y97HEfPhR9FRefJd4uJ1p { width:10.2476875rem;height:6.875rem;top:26.819956541061rem;left:4.8748220205307rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvcATgXAENwJ21zxiXSufQVdoJasNVTB { width:10.4368125rem;height:5.15625rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPhyaqsPraz1vTopdWv8LU4cvfT5S3rL { width:12.9375rem;height:3.2964479054986rem;top:15.505148887634rem;left:3.530717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #oauhgP13R1JaqmFKAc3m260Ve96GC4xq { width:12.375rem;height:3.1094371102211rem;top:42.360560417175rem;left:3.8112567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp { display:none; }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L6aEwQ91wx7eJ5lzz9o0XwvqrhggnKKP { width:20rem;height:2.0625rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBnu8GSq3tN0VyF84q5izu6q6KhD8DTa { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G { display:none; }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row .container { width:20rem;height:87.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IQS5y7i7y6yBinMdHuJOlEiWyVhMFF7c { width:8.8125rem;height:4.25rem;top:7.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R484spI27NOq6q93aCSGggoonvnhWFSt { width:12.1875rem;height:3.1875rem;top:13.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKZI7y6I7KIacPWvR78WpTGzamu5VQkH { width:12.999rem;height:5.374025rem;top:17.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3RydEIHG6LCAadgtRUJmD5NKTxyfpwM { width:17.8125rem;height:10.0605625rem;top:76.09473125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGbeo7zQfuM9iEUk6mutrgFncwshXDKl { width:11.6865rem;height:3.624025rem;top:24.124025rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlZfBn6k16ICobN1zb56aSvcuMI7cdLe { width:13.125rem;height:5.625rem;top:35.87305rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu44lvQuz6LClOtblXdUSQKb6LMr0acx { width:13.4375rem;height:5.625rem;top:28.99805rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcmRvQSvJxMta4E0t0bmEnfgPS9Zgy9d { width:13.75rem;height:3.499025rem;top:71.34570625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6TIWgxuSVznsRXMIezC7R9EXgGQHIr0 { width:12.25rem;height:5.03515625rem;top:65.06055rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLD7c4poNspKQcCniz4TQDa9hBwEf4BW { width:18.375rem;height:7.6875rem;top:56.12305rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZercRUuhPS7Qbccu0fdWytNIT7DftcP { width:17.0625rem;height:5.4375rem;top:49.43555rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKBk32WPlN76wsKfxHIw2tlwuIZfM13D { width:16.125rem;height:5.4375rem;top:42.74805rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX8ygBOnIq9DTmLLKQuSt1PFCCRongqk { width:10rem;height:5.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI { display:none; }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pG8RtMtpmgl7nPqtagaKzIwfJoc9Jr8T { width:20rem;height:2.0625rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Hlror8EikKBFEeQ7x8du13JOxsIV9J { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW { display:none; }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h5rMxKPmfaQHqLXVhEd0DXLTqthTfSbN { width:15.5rem;height:4.5625rem;top:10.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOKPBxCKoUvhci0SP5PPvxohg6owb32Q { width:9.25rem;height:3.25rem;top:5.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7bCFh6lzbFPwcraMoDFydgLa5hIleZz { width:14.125rem;height:3.4375rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6df4fb7834f0653c5e4bed60bc501dc { display:block; }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hf7042038a68295cb6c8060684793f89 { width:15.5625rem;height:4.5625rem;top:2.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e36b98f0c0f8181c8969e958d4beb5f6 { width:18.8125rem;height:25.4909375rem;top:8.3123168945312rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFBNAgFimS0cqErxHp42PR1HiSbibCZg { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eba35a4aa0c66cbaf73774a5d1ad1d51 { position:relative;z-index:auto;background-color:#0d1721;background-image:none;display:block; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container { background-color: transparent; background-image: none; }#eba35a4aa0c66cbaf73774a5d1ad1d51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container > .video-iframe-container { display: none; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row > .video-iframe-container { display: none; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .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); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ga17bbb0e094f47cc29ff7d3fe20fbc2 { width:18.125rem;height:7.7929625rem;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1f22e55c07b9a4d5d18d29c1f4ba0d7 { width:2rem;height:2rem;top:30.744125rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T349b01eddfee70cdfe76bbce499497e { width:20rem;height:19.1868rem;top:10.2988125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #md49cb1d3151e3fc0a1b6cd773729114 { width:20rem;height:5.60014375rem;top:33.994125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWXxoUyql2X7msBVnwS20cnm1aiZagHl { width:20rem;height:21.6868125rem;top:16.780005455017rem;left:0rem;display:none; }
 }