.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:226,226,229;--color-primary-1:158,160,168;--color-primary-2:61,64,81;--color-primary-3:31,32,41;--color-primary-4:9,10,12;--color-secondary-0:228,235,228;--color-secondary-1:165,189,165;--color-secondary-2:74,123,75;--color-secondary-3:37,62,38;--color-secondary-4:11,18,11;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .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); }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg { position:relative;display:none; }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg { border-width: 0; border-radius: 0; }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qd9c59WsCPhhRZQ6QUcNhoX3iaaQOHCm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#glgUBaKE00dc5yobVwSTGyJDFfhZIRSI { color:rgba(var(--color-primary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0rem;height:1.25rem;font-style:normal;display:none; }
#WlyLxLS80egC2nokZTLsSNwZ1XsaCmcp { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:0.625rem;left:57.25rem;display:none; }
#ZsMwNp0Sohcz3OTsnyxATTrouZn7XoMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#og9mr45VXphDqQMpqwtKqcNO0UaqTgsX { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:0.625rem;left:42.4375rem;display:none; }
#OIVhlPQnIJTKFtzwVMiH5s1oswRkXkoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZLR8PL0el7FXU0BlAkDQqHTNnmGBbD4 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0.625rem;left:35.25rem;display:none; }
#PVccP1soi5PTutdOSD35JGbbU8JAGelp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTbAqtd6sr5AX4BQD2CLXKrzAlo01tBn { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0.625rem;left:19.9375rem;display:none; }
#L0CBuvDlNNtfUuGBVmtCHlgLhAZ7uRlw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QgHRtp6wK0pT9JCBU3KwGQgE0dzvFHty { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:0.625rem;left:9.625rem;display:none; }
#pN8VK14M5ru7kPlRt4fdlSypP5rQ7bEA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BICFLTXXVdnS4RzZl8PeEt8WKINN7DaB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:0.625rem;left:9.625rem;display:none; }
#aWoTvkquGCK1tgF7RKoXE3JfJJQrTi0a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO > .row .container { background-color: transparent; background-image: none; }#pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO > .row .container > .video-iframe-container { display: none; }#pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO > .row > .video-iframe-container { display: none; }#pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO > .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); }#pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO > .row .container { border-width: 0; border-radius: 0; }#pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#HMINVZuWE7wJpiRvMwdI8PChfQPNpvv8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:0.625rem;left:31.875rem;display:block; }
#hB5Lm61iEabthH3z9mAlLQHWz5QK5XAh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DWwqKT67k4icoLRsmNIHwFrmEp4qWKRn { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:0.625rem;left:50.8125rem;display:block; }
#l0rH4o2NyzGfTb661cqX9M8XdoqfNFQg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LkTnCpX3kloSKvgkX7B09HW56P6zlH2g { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:0.625rem;left:18.125rem;display:block; }
#Tt0PM2NsqQxG941wSFVgRlcSnbV1PpTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzH8DbsTpOELTNZyatGuHVZ2mDqZ07xu { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:0.625rem;left:64.1875rem;display:block; }
#dA3AguSe10Aw1hq99UEDJU60R4ZuMz0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y2ef13f0pWLsCPbmvWVv3JSWxvl6TqPP { color:rgba(var(--color-primary-2),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.09375rem;left:0rem;height:2.5rem;font-style:normal;display:block; }
#R7o8wv8N2gTdawEAEKzo2MIGHC380dSi { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:0.625rem;left:45.25rem;display:block; }
#VNVMPgswOVJKemtT0m7381lDJpKH25pM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPfQqlPmT2lk55QGLHsD888RZLR9szye { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:0.625rem;left:6rem;display:block; }
#wu7ypHCVErcD1tULvVuE2sc0WReQ3e9l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/34e56b56-5d39-4601-8bc2-5ebcfedc2ef6/herowypo.png");background-position:center left !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; }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2.adaptive-delivery-prevent-bg, #FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2.lazyload, #FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2.lazyloading { background-image: none; }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row .container { background-color: transparent; background-image: none; }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row .container > .video-iframe-container { display: none; }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row > .video-iframe-container { display: none; }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .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); }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row .container { border-width: 0; border-radius: 0; }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#MXTwbHyh1iAPJNN65aZScDnwmX5rtBUT { color:rgba(var(--color-primary-2),1);display:block;width:24.125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:17.125rem;left:49.1875rem;height:9.75rem;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; }
#wUABN9RHK0M4nV4yJGpobpIwvfinuQrs { 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:8.375rem;width:22.625rem;top:26.25rem;left:49.9375rem;overflow:hidden;display:block; }
#twD1e1fpaclQew7hOAXPa4xo7VQ5Nvsm { color:rgba(var(--color-tertiary-3),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:34.625rem;left:48.90625rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#inUREoQHwpFN38m5KpAUeVHdTsZe5AwJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:39.1875rem;left:52.5rem;display:block; }
#ieOs2a0h3Tw0sfQb7KZyV8hd9Z1uZZkQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmXQgTSLPpBFw7VgSvENakXqTq7KbhbO { 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:2.5rem;width:2.5rem;top:13.875rem;left:61.25rem;overflow:hidden;display:block; }
#WVrGVMIcz0CkCtx8PwLUKUtbGZT3EyKq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.875rem;left:58.8125rem;overflow:hidden;display:block; }
#F5sIL8fRRS1sNZXWQJ7qIss8TO0qiAwD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.25rem;top:5.9375rem;left:58.125rem;overflow:hidden;display:block; }
#Jk4naDgtQrTM00JNo4zwRyCJsADBzhIE { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:45.0625rem;left:50.9375rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#glOGd1lrGHOxz8BQ3BOip5RUOEom2bt1 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;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:45.125rem;left:48.3125rem;overflow:hidden;display:block; }
#QzqDpSEVEUcEbrg92WacpGkDvXpLG9hp { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:45.0625rem;left:64.25rem;overflow:hidden;display:block; }
#gKesI23MLNe6DIsV5DdTc2yuNkiEUqrs { color:rgba(var(--color-primary-2),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:45.0625rem;left:66.8125rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#zsxktOTvXvBfKlGsShufrD5qwfaEd1Mr { position:absolute;display:block;z-index:15062;height:16.5rem;width:21.375rem;top:0.9375rem;left:1.8125rem;display:none; }
#EGKslvTIQDQiZv00ph36ONFttmv1B7Ci { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:6.8125rem;top:4.6875rem;left:68.1875rem;overflow:hidden;display:block; }
#iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf > .row .container { background-color: transparent; background-image: none; }#iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf > .row .container > .video-iframe-container { display: none; }#iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf > .row > .video-iframe-container { display: none; }#iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf > .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); }#iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf > .row .container { border-width: 0; border-radius: 0; }#iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#iGcXUCbA1e45yH6a4tVJDNTFV0dIEkFe { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:3.0625rem;left:53.875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N1SxyI7x8a8KuNq0poHidJKpymz9pJmU { 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.1875rem;width:3.1875rem;top:2.1875rem;left:49.5rem;overflow:hidden;display:block; }
#BBnTGHWQniVTaZKKyAMy8AdLTqLdSxkT { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:1.9375rem;left:11.3125rem;display:block; }
#PKbbLPdz3XaTqHTdHJrml6kRzS0yzUzw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:3.0625rem;left:15.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fWq6raTJJ4J2vNUyDXpQrPBrVJU3oLgX { position:relative;display:none; }#fWq6raTJJ4J2vNUyDXpQrPBrVJU3oLgX { border-width: 0; border-radius: 0; }#fWq6raTJJ4J2vNUyDXpQrPBrVJU3oLgX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fWq6raTJJ4J2vNUyDXpQrPBrVJU3oLgX > .row .container { border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ { position:relative;display:block; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ { background-color: transparent; background-image: none; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row .container > .video-iframe-container { display: none; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row > .video-iframe-container { display: none; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .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); }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ { border-width: 0; border-radius: 0; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fK7OUeHAV3QNbfQm9BDCvDtdLe3iO3dD { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:0.625rem;left:1.25rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sonx03RrTtO3JwTHNwXp4lbOcrWgz3dq { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:0.625rem;left:51.25rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vtb0kKKmMOpbkTmloyRND7rnPCzNLIOF { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.125rem;top:0rem;left:24.9375rem;display:block; }
#CCGv66UzEihwpGohp2JXmQZeo82GMdpT { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.125rem;top:0rem;left:49.9375rem;display:block; }
#PeEVQlyTZHQdzzM9o44oP010KM4RyGHO { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:0.625rem;left:26.25rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DT2ewBBWGGdEqurfqPGnPnkMCLvTmP57 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:1.4375rem;left:37.5rem;display:none; }
#LvUGAv4PQo2SAANciy04A5frNvLX6imH { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:1.4375rem;left:0rem;display:none; }
#XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE { 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; }#XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE > .row .container { background-color: transparent; background-image: none; }#XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE > .row .container > .video-iframe-container { display: none; }#XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE > .row > .video-iframe-container { display: none; }#XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE > .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); }#XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE > .row .container { border-width: 0; border-radius: 0; }#XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#auDr4SovUGRbmcbJZ9c78BJZLfdk67NL { 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; }#auDr4SovUGRbmcbJZ9c78BJZLfdk67NL > .row .container { background-color: transparent; background-image: none; }#auDr4SovUGRbmcbJZ9c78BJZLfdk67NL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auDr4SovUGRbmcbJZ9c78BJZLfdk67NL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auDr4SovUGRbmcbJZ9c78BJZLfdk67NL > .row .container > .video-iframe-container { display: none; }#auDr4SovUGRbmcbJZ9c78BJZLfdk67NL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auDr4SovUGRbmcbJZ9c78BJZLfdk67NL > .row > .video-iframe-container { display: none; }#auDr4SovUGRbmcbJZ9c78BJZLfdk67NL > .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); }#auDr4SovUGRbmcbJZ9c78BJZLfdk67NL > .row .container { border-width: 0; border-radius: 0; }#auDr4SovUGRbmcbJZ9c78BJZLfdk67NL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#auDr4SovUGRbmcbJZ9c78BJZLfdk67NL > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#UnsWaflLuXXbk7QWguroscWrM3qtPGKI { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.125rem;left:1.625rem;height:2.5625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qSpanwBmNxsc0J1T2lJlCZVwnMVBQXAX { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:1.84375rem;left:-1.3125rem;display:block; }
#IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp { position:relative;display:block; }#IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp { background-color: transparent; background-image: none; }#IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp > .row .container > .video-iframe-container { display: none; }#IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp > .row > .video-iframe-container { display: none; }#IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp > .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); }#IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp { border-width: 0; border-radius: 0; }#IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ysSHHhpaZrIX0t2kP9iEQpnsfOd4MImv { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:34.25rem;top:9.4375rem;left:1.875rem;display:block; }
#TpCpG50Lhy1TnNnlJn69awtMAEwkTuVa { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.4375rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:30.5rem;left:1.875rem;display:block; }
#iOTxF9NiXw2oGwLofCZaFDCFcaKWonRb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k6k7OO3KKIg6PpbFpywG321kACoTR4xl { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:20.5rem;left:2.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X0Co2D8HItdsUxTmNG7TPdkikV3TGDgB { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:22.875rem;left:2.875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oE0xXFBnTykghemuKyZBTdI2EmSm7eqm { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:24.375rem;left:3.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#oE0xXFBnTykghemuKyZBTdI2EmSm7eqm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oE0xXFBnTykghemuKyZBTdI2EmSm7eqm li:before{  }
#FxpN5oFrhNPz1Xvla8xT9sIEa508cgra { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:34.375rem;top:0.75rem;left:1.875rem;overflow:hidden;display:block; }
#mFZ41RR7TCm7sgArMkB91IPfW17SmpML { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:34.375rem;top:0.75rem;left:38.8125rem;overflow:hidden;display:block; }
#yx9B1bsztzoVK2RGhmzzvuWB1mFuQtFx { position:absolute;display:block;z-index:15040;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:34.25rem;top:9.4375rem;left:38.8125rem;display:block; }
#DeVubse2HwItb3um8kATeiWdUgCZW5Jc { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20.5rem;left:39.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X0Mw8hZO1LvV4GcMy9nHX1qTSx8gsZEH { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:22.875rem;left:39.8125rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DXxpvOegBhfdh9ALr2OxQSTDRVF3LFvF { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:24.375rem;left:40.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#DXxpvOegBhfdh9ALr2OxQSTDRVF3LFvF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DXxpvOegBhfdh9ALr2OxQSTDRVF3LFvF li:before{  }
#lolGpvf5XkKWBDqGiCLXTVuMiz0gNPKS { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.4375rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:30.5rem;left:38.8125rem;display:block; }
#Z8H7q7aazZZpPz2izd4eIp5lHVn8a4My { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nFZ7K6fW1viEIXoR3TPIxc2lv3HHSRLb { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:24.375rem;left:3.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }#nFZ7K6fW1viEIXoR3TPIxc2lv3HHSRLb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nFZ7K6fW1viEIXoR3TPIxc2lv3HHSRLb li:before{  }
#rw2RsIi2Q5KgyLNC12RUF7xvCgxL1oyE { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.4375rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:30.5rem;left:1.875rem;display:none; }
#LkP9E2BIIJP2768iCpc0veXchmyfkIGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rv5nQCGtSpyhF4HHRpt6gBrTbUEE69h2 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:24.375rem;left:40.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }#Rv5nQCGtSpyhF4HHRpt6gBrTbUEE69h2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rv5nQCGtSpyhF4HHRpt6gBrTbUEE69h2 li:before{  }
#BIOx0ORNpteoLiC7taK7IqM6Tp3WeTiN { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.4375rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:30.5rem;left:38.8125rem;display:none; }
#r2Bg0cfknctZdMzhJt7HSWb2JZ2BV1KB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB { position:relative;display:block; }#cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB { background-color: transparent; background-image: none; }#cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB > .row .container > .video-iframe-container { display: none; }#cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB > .row > .video-iframe-container { display: none; }#cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB > .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); }#cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB { border-width: 0; border-radius: 0; }#cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M { 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; }#Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M > .row .container { background-color: transparent; background-image: none; }#Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M > .row .container > .video-iframe-container { display: none; }#Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M > .row > .video-iframe-container { display: none; }#Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M > .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); }#Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M > .row .container { border-width: 0; border-radius: 0; }#Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#SQZ5TQH0tkExfPNbFnEe48axTOx97sLh { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.125rem;left:1.625rem;height:2.5625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dbKT4QtAbPevwMk3U8iq5BULzH1MK9SD { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:1.84375rem;left:-1.3125rem;display:block; }
#PbVprorgb4H00Tar32rDQoGsDeWl5kCB { 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; }#PbVprorgb4H00Tar32rDQoGsDeWl5kCB > .row .container { background-color: transparent; background-image: none; }#PbVprorgb4H00Tar32rDQoGsDeWl5kCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbVprorgb4H00Tar32rDQoGsDeWl5kCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbVprorgb4H00Tar32rDQoGsDeWl5kCB > .row .container > .video-iframe-container { display: none; }#PbVprorgb4H00Tar32rDQoGsDeWl5kCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbVprorgb4H00Tar32rDQoGsDeWl5kCB > .row > .video-iframe-container { display: none; }#PbVprorgb4H00Tar32rDQoGsDeWl5kCB > .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); }#PbVprorgb4H00Tar32rDQoGsDeWl5kCB > .row .container { border-width: 0; border-radius: 0; }#PbVprorgb4H00Tar32rDQoGsDeWl5kCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbVprorgb4H00Tar32rDQoGsDeWl5kCB > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#vLh5yehrUgPdH66fBxM1rQqcpbmJw3Ht { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.5rem;left:1.875rem;display:block; }
#HxQ5oSSeD4ymhRKl6pG9KSTtZUElvsmi { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pQTcEsuWpr9uxt37wNN7VpqCwUO8ALSv { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.875rem;overflow:hidden;display:block; }
#uXynTstKWS2EE0TrgT8rwbyW5R8wAdTh { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.375rem;left:5.6875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xzA09UwBHMPt7Bb5Pwlc4ioMABZkWwyG { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:23.6875rem;left:5.6875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aQ3bJPyyO5VRKdI6tX3QIfpQAqGvX2Oh { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:28.75rem;left:1.875rem;display:block; }
#GqlJoqTeNNeCvkywrCwKkhVB3qZ2Fy3x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pRTTv9MCm2TRGzBzsrOSegprEBq7obfr { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#nvvzzPlgSabrEfdMB8Kc21JmZuJQkRLJ { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#a7Es5e0egKm232ePApzX3EA7LgwGz34m { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z2XW23TLnSXQT9W0gFTDRHoN2VsvU1W8 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.375rem;left:53.5625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQVSybLhlQ0onTetxDzr80ipERw9512I { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5625rem;left:26.875rem;display:block; }
#e1RIUSQ20nmpQ28nF7Bco2URMwRKPBHr { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.1875rem;left:26.875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#abnGHQW3ITkOJJ9lf1eSE6PTSa8yahio { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.375rem;left:27.8125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJgMaV879OOxCRyZTXQAsFkhqkEt5nOE { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:26.875rem;overflow:hidden;display:block; }
#iawpZHnW6GrTc9fTh4LpeUZPNRNw4eH1 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:28.6875rem;left:51.8125rem;display:block; }
#yIHcbWntEUDOtwNP3aA9dVGsLJE1UtPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U00BZM9dHWASJN1DHgS05rQAbTAxS2JH { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:24.5625rem;left:53.75rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HKR5XUx75sBQRpLH61oLDCdQyh70Jtac { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:24.5625rem;left:29.59375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cDDb3zx7TRMPzTN4solfgnkiEWqubZWb { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:28.75rem;left:26.875rem;display:block; }
#WSKBDvazkKBuhqFrSa2fPasJlWaHA82A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL { 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; }#uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL > .row .container { background-color: transparent; background-image: none; }#uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL > .row .container > .video-iframe-container { display: none; }#uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL > .row > .video-iframe-container { display: none; }#uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL > .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); }#uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL > .row .container { border-width: 0; border-radius: 0; }#uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#BPB5kOlruV3mAqIyAbLZJtcAN9iI2bo0 { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:21.25rem;top:12.5rem;left:1.875rem;display:block; }
#VGHvLhXPSrJlaZpyWXAtrUzQ5FCucaZz { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gsOA6J7lS2T4LONMI9I4TN9OSSlbMbp7 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.875rem;overflow:hidden;display:block; }
#i9GDMeb83tuGiMh0IRTTZ7FFlFrsUMiE { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.375rem;left:5rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nggJcGOP88FJMA68GumDgEs6J1TdpXFz { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:27.5rem;left:1.875rem;display:block; }
#O9MH7XGVvtCNUhz5pcTsvqtGxKmpVZK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8fu3H6iBuDmcAB8sfoIqfrr8BrMWXcV { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#PLW9zkbXZ3A0KeTsrogu2DUxU4TUZzFo { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#FTUfQ1ZiVQdwHeAyBANpTIreDHfS54tm { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LWCS8zeVr7TpJnlUVtxmZXgQB62UeMEM { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.375rem;left:53.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LJznWF6FGHs5FdCatQsaMacT6QJutgEC { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:21.25rem;top:12.5625rem;left:26.875rem;display:block; }
#kdFFzLcufJfC1ELhzStPWH8CpsbKCbQf { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.1875rem;left:26.875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bc8aUiLTqxTXFa6QZ0qDRn17mmRiCrxB { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.375rem;left:27.8125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WhlgZmzm87LLGTE26PLA8zsthJX9MbLe { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:26.875rem;overflow:hidden;display:block; }
#cN6vlHs73A6z5pSog9ZHTeOQXNSTLTNV { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:27.5rem;left:51.8125rem;display:block; }
#kATNoseUsKN5xpILAlsgTKP06SrNX1hM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cXscVRRa408MybmevnogPHEOa2GulRHT { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:22.625rem;left:53.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TNIsUhhgayXMwKmuVkvzar3rCUz3Dk7A { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:22.375rem;left:29.59375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Za5gPuQcW7kePXvwy6v6FZBZgeDXXR6d { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:27.5rem;left:26.875rem;display:block; }
#UdTWPRRR7F6hzHkUPRwUCKGcKGIOXu7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vf4k4hvQpE5iMQdPFS7DTnFsyyDfqK88 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:25.4375rem;left:27.8125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 { 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; }#MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 > .row .container { background-color: transparent; background-image: none; }#MU1orKQuKQGreWloH7xKoaMJpPHlBTA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 > .row .container > .video-iframe-container { display: none; }#MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 > .row > .video-iframe-container { display: none; }#MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 > .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); }#MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 > .row .container { border-width: 0; border-radius: 0; }#MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#aOXJTNNuRThivrxorZ70iL9ceV02pLOp { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.375rem;top:0.9375rem;left:26.8125rem;overflow:hidden;display:block; }
#MfM6VUEV7ikmyJGPT7gAEZiKT0x3pS1H { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:21.25rem;top:12.375rem;left:26.8125rem;display:block; }
#oU8D1HAAmn7ULA7K36XWcxecMqEUNTBZ { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:27.25rem;left:26.8125rem;display:block; }
#QsBJTNbMPk60LleezbdzPA4FTRUHnJ4n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#acVvqBRMxsoUQfDT6mcz0U6h9BPqoI3E { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.0625rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UzJyGKMtnq42d2t0Q8f8ZkkTFGl4ktPu { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5rem;left:28.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UGyKvdyrloX4bGMuURGyPoNDRphr4HZO { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:22.5rem;left:29.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tWO99JZ0wfQE2DsVHWnSiE25UOSd8ZZq { position:absolute;display:block;z-index:15063;height:16.5rem;width:21.375rem;top:0.96875rem;left:26.8125rem;display:none; }
#cC8c1ko5FXI3fmTFasRgaeHfztSnbKb4 { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.3125rem;left:1.8125rem;display:block; }
#QPsXE7k2BcuqFrNJ9N2284Iw2AexoxaC { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:27.25rem;left:1.8125rem;display:block; }
#LypDP5Rb8nQyTnitxWV3EmSx072Jq62l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFv2gtS3Jbq2G0CU4TC8KXTulg0hwrTh { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.375rem;left:3.4375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vQXuqXlVUSdIdCZyiwkhFudFtBML85Wa { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:22.375rem;left:4.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NLO9PNtKHn2E2QM9BevRsLeTC6WJWzo1 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#EhIOCLR794J3VRMmxzXRAtiu9rdOccZH { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:17.9375rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WEOHQPrafXq0NB2uZGp4iJt9l1Xl3cRT { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.25rem;top:12.375rem;left:51.8125rem;display:block; }
#taAlMO3rzE67J0Ln7wVNF5qVyZmyDqvZ { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:27.25rem;left:51.8125rem;display:block; }
#iAKz6tfFxxleyhtDQNkxAfaLs4rUpudn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dkeAxx8odIiSlsuvTbyMWBLoR6vhEPPV { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:20.5625rem;left:55.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVX18KLc90FdsKIROLRE3WLbXD44NNN4 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:23.4375rem;left:54.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XRePG34OJmqBiSTsd1P0VM1qPb4XWhVk { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.0625rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rq8qp7dbl7NKbIHsAz3yAh3vsubL0CTK { 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:16.5rem;width:21.375rem;top:0.9375rem;left:51.8125rem;overflow:hidden;display:block; }
#hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ { 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; }#hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ > .row .container { background-color: transparent; background-image: none; }#hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ > .row .container > .video-iframe-container { display: none; }#hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ > .row > .video-iframe-container { display: none; }#hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ > .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); }#hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ > .row .container { border-width: 0; border-radius: 0; }#hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#ncG1ypdEJIIGxVong3ZlaOGgBbeOGbAE { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:21.25rem;top:12.5rem;left:26.8125rem;display:block; }
#cC61QNcATGwQycCUngV0KyVi3TbPT7F5 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.0625rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vWw9XOJnUBMv1HLZ721eEauGfnE58hZ8 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5rem;left:30.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RlX0H3nXl8S3ss0Qt17GSUpW9p7MtN2t { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:26.8125rem;overflow:hidden;display:block; }
#OOwpTpnompitDEbH0eOoA1cDPRbMuzMJ { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:26.75rem;left:26.8125rem;display:block; }
#z4FeFcgkmrmBmEXaGKncxGPqcanDxUMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#snVRrbu1cX91RggfnSaLOQHtPtaC5zK2 { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:21.25rem;top:12.4375rem;left:51.875rem;display:block; }
#w0XOIxccXkS9sKDTKXNBqSy39BMSWr9n { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RBivOgq5ZnDXwvpgrh7kkBwS3LWFDZyA { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:51.875rem;overflow:hidden;display:block; }
#wU3BioP1kKKQcuTTTKz3imUha5eWMEhO { color:rgba(var(--color-tertiary-3),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:23.75rem;left:55.8125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nNnTqNTCuv8S2UocZIJQMVFztGsWt2CK { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:26.75rem;left:51.875rem;display:block; }
#mMSggIkueWmXencTQIm6QfNpTUAnMeIQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lzGRe8Q9yILQwgTvciPaZtyaB2PFAoI5 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:23.75rem;left:30.71875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#woS1UutlcAvH1PtJPOpqlGip9TAm0bxP { color:rgba(var(--color-tertiary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5rem;left:55.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#esb1y5lLqi7L9BCE7pJPB1OtIrkzd6pz { position:absolute;display:block;z-index:15030;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:21.25rem;top:12.5625rem;left:1.8125rem;display:block; }
#GiDaI8DfTCxLSW4J2u1878zS43a5fBBn { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:18.0625rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xq37PhkxtCrV7PHEVIH1iEZoUVI489o0 { 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:16.3125rem;width:21.375rem;top:0.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#JCt1vpr70xJ6VwM7ponhgmu4y4tChWTP { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:26.75rem;left:1.8125rem;display:block; }
#wKuub0ItIec6ckCH1gPloTcdgFRqG6T1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZlG4ms5IlPJEyqRtc6R2FA90VZiQvU9I { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:23.375rem;left:4.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7d0ZOMzma58NaZJ7SMHeGxhKyF31w2a { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:20.5rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya { 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; }#XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya > .row .container { background-color: transparent; background-image: none; }#XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya > .row .container > .video-iframe-container { display: none; }#XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya > .row > .video-iframe-container { display: none; }#XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya > .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); }#XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya > .row .container { border-width: 0; border-radius: 0; }#XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#bcwpmyuDJ6IvuDAaACPNcuwsTza0etXs { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:21.25rem;top:12.5625rem;left:1.8125rem;display:block; }
#b5u5pqTVV6VLmzEyCzTVToJzwJ5kpSw4 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.25rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lzeZhCTl1TffFAH4Ug7TXkzJLEbNXE5q { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:21.25rem;top:12.6875rem;left:26.8125rem;display:block; }
#qeBtFSdhUu0WcAkEQz8IxFfMCubMcI5g { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.3125rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tmHU81lavRKlQ3sVtpFDu2ZGZQeP3W8t { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.125rem;left:26.8125rem;overflow:hidden;display:block; }
#ebnNuLnQJwsRxz9GfHxP1u1xTTsLAxO7 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#fHKWfzd9xSfar3RaTsmZe7bTrVE1TzDH { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.6875rem;left:3.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHgtxr8XavsyUqanIXs1vAcB2JK3CuPD { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.75rem;left:28.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OG7Da6J5orgJUJkDrWZR3uKPBNgG9O3p { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:26.3125rem;left:1.8125rem;display:block; }
#iNA5PRiRF1BekXMWCfFexKfZD9kTnQ0b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZyaZ8vkeBfaS5vqoJgcmS2MgPtVhbuXc { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:26.3125rem;left:26.8125rem;display:block; }
#y0SDEkzH5AnelmCFUpPM7meITp36rO8o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CN1OmtQD5fBKRslrDZGgNZfqqJhObOJA { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:21.25rem;top:12.625rem;left:51.8125rem;display:block; }
#CybSCz4KyWe20r1hnXHApXFIKJqZ0IcL { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.75rem;left:53.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kPnmF000IvJpfPL1TpIRFJ2ZtkBqbLxe { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:26.375rem;left:51.8125rem;display:block; }
#c4v0gCuC5Xk8fZ84txfE9QVwtL8OZfUx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KDTkglZ3sbfxiZZecNWOsrSkSFbehIgE { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.3125rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJ9SknRybZwVxvEEQagteuyB0GrxaxqE { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.125rem;left:51.8125rem;overflow:hidden;display:block; }
#PnesPPmA4T1fEaLyAZRfowAx9KQM9gfu { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:22.375rem;left:29.59375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wc41zq5tmnQCo0iiK3U86ICXeH5sab1I { 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; }#wc41zq5tmnQCo0iiK3U86ICXeH5sab1I > .row .container { background-color: transparent; background-image: none; }#wc41zq5tmnQCo0iiK3U86ICXeH5sab1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wc41zq5tmnQCo0iiK3U86ICXeH5sab1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wc41zq5tmnQCo0iiK3U86ICXeH5sab1I > .row .container > .video-iframe-container { display: none; }#wc41zq5tmnQCo0iiK3U86ICXeH5sab1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wc41zq5tmnQCo0iiK3U86ICXeH5sab1I > .row > .video-iframe-container { display: none; }#wc41zq5tmnQCo0iiK3U86ICXeH5sab1I > .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); }#wc41zq5tmnQCo0iiK3U86ICXeH5sab1I > .row .container { border-width: 0; border-radius: 0; }#wc41zq5tmnQCo0iiK3U86ICXeH5sab1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wc41zq5tmnQCo0iiK3U86ICXeH5sab1I > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#o3phXKQIdCN83yvCO0VD7zFPtuNueFUP { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#DtJM4bkWPgPWEDOh96g8u3IoqJOE4BXO { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fSnbqEM1ppsqyB6MsZulLNPpwVTxdFyC { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#FMx1ItZdrItKGA5dkel270LZMA58OEGl { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zUh2KXHxoiscAPT5f7hXuyZE8fQycAhn { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.03125rem;left:51.8125rem;overflow:hidden;display:block; }
#CuQO1fLkK4nLz1RtsVgH2k1D7ICQS09p { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#MBg2ZTZEk3voRHsTJfsEzWnqpuqwSTrK { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:54.03125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#svUfGQaBmgJ9srRRwdnvFGmCTJbBd8TN { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#WwdL3oPkFSM0ig21sPSocJv0dKD82eku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LhWXLLkDotJMJVVl50XFR7tn4tFw1Noa { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:27.40625rem;left:51.8125rem;display:block; }
#BgakwGo97soRphLVBn5GA6vEFJzh2w8V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dp1cJxqkMZVK7Jsyw85iocEm0bT2bbUv { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5rem;left:1.8125rem;display:block; }
#Th21dgsR5tls6roPl0c1tQMRT8p0HIs2 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.25rem;left:1.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SHOGdpgZLgv9HNCEh8JT48BxcqXpvZKS { color:rgba(var(--color-tertiary-3),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:4.84375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PviXrif56z1woWkB243pHsvIR4uEwDwF { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#aTEwWXbutQZLZ01rJ4z8HyyBhpaNxS9U { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15108;text-align:center;text-align-last:center;top:27.4375rem;left:1.8125rem;display:block; }
#o4Q2Hn5FbxkTgZmtLQlZVn4lTTVaAtxN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bEUWxWzJo2AX5dtl44zXep7MWo6sh7wT { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:20.5625rem;left:29.03125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IL2TlJ767KcJ21Fdw4px8mpI0pOCu30h { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:25.5625rem;left:27.1875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo { 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; }#fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo > .row .container { background-color: transparent; background-image: none; }#fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo > .row .container > .video-iframe-container { display: none; }#fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo > .row > .video-iframe-container { display: none; }#fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo > .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); }#fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo > .row .container { border-width: 0; border-radius: 0; }#fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#vkIhA20SQwabqyyhEvGn1TTaJiR9mVUE { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:21.25rem;top:12.5rem;left:1.8125rem;display:block; }
#O2uBDkfFfraR3TnN4o5HrFHmv7i8fBTS { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.5rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KBag77lnIUAi8fvlJS2XB9kTgSrE8bcT { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#eOItvsTtcAn4caOeUe23ekGpMID0y0sb { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:20.5rem;left:3.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VgLfgPr6tqJXIbcQewgwy0yNGxHJVuoi { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:25.5625rem;left:1.8125rem;display:block; }
#LopFZwDMUJMrHD0uSAJUU4VngdPwgdZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A4Z7fQQ7Eu0lJeL0ENr9ZxVoS87oK9Rg { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:21.25rem;top:12.25rem;left:26.8125rem;display:block; }
#kcNOH8xvHJlcvVEwg8CEWElAOwlOFqGh { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:22.5rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tgboRk8Qc9AeBPThLWxZLSlubT9ZvTSA { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:25.5625rem;left:26.8125rem;display:block; }
#hglAy5Sy94wiE82trllVlfSCM3MigVB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S6OzbIh8kBONSiRByMavM6wXITihCD30 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.5rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJxqEmzTayprHg7UBt1DHpHBnMHz2DMc { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.875rem;left:30.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X6RqBLMGX5H0kT1UA8tzPfrxF3TxcFiU { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:26.8125rem;overflow:hidden;display:block; }
#mTCboPg4d8aLnbplLDlKXTMOCDloD7Uh { position:absolute;display:block;z-index:15041;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:21.25rem;top:4.875rem;left:51.8125rem;display:block; }
#DyK0LHgf8wCa4Z6TOAXu0CHKxq7gAdc7 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:20.5rem;left:53.28125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wlkN114DHTBDSfoiwHQBXaF5cZwa9wg3 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:23rem;left:52.34375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XSfuPgIvJKLytBPgHP5tLbslkk8thfAS { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:25.5625rem;left:51.8125rem;display:block; }
#vn2wealJPocra1aIn6yNufLVFFh6fO75 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qs5K8Wy7Mui6APiLyGQkbh4HHHQ8REiT { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:18.5rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h7eao0eeqa1sXIU8vlb3h7F8vhvkq55f { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:51.8125rem;overflow:hidden;display:block; }
#eMNPWcg082Dz15DoTMxLx3kHecJF3sJA { 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; }#eMNPWcg082Dz15DoTMxLx3kHecJF3sJA > .row .container { background-color: transparent; background-image: none; }#eMNPWcg082Dz15DoTMxLx3kHecJF3sJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNPWcg082Dz15DoTMxLx3kHecJF3sJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNPWcg082Dz15DoTMxLx3kHecJF3sJA > .row .container > .video-iframe-container { display: none; }#eMNPWcg082Dz15DoTMxLx3kHecJF3sJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNPWcg082Dz15DoTMxLx3kHecJF3sJA > .row > .video-iframe-container { display: none; }#eMNPWcg082Dz15DoTMxLx3kHecJF3sJA > .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); }#eMNPWcg082Dz15DoTMxLx3kHecJF3sJA > .row .container { border-width: 0; border-radius: 0; }#eMNPWcg082Dz15DoTMxLx3kHecJF3sJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMNPWcg082Dz15DoTMxLx3kHecJF3sJA > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#r77zQioAnA0DCmPL1p3o0TiDfrNzn4nw { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:21.25rem;top:12.5rem;left:1.8125rem;display:block; }
#oQ2RHAIOCarqFN7EXqhfuoq6KMsTkULr { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.5rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VRi6h09uKTA6Qo46IcynWf7PTuyWOke5 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#wtI3kWTyty6d8bPg5t564a0TMZorUVCq { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:21.25rem;left:4.0625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hThMhkNWXdTxIxffzen41OKxnuvb4XCL { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:25.5625rem;left:1.8125rem;display:block; }
#ud0O7U6RV96DqT5dHKHwNEEdgiouQUiW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U3yWCscTKtHXyMd5qwkUTODNmAdyRdXT { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:21.25rem;top:12.25rem;left:26.8125rem;display:block; }
#DQQ2Dh0XTSJopRwUEmRMfWTFq1IhrOSJ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:23.4375rem;left:30.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pC9VrfDogBEzLlqxmyBULtuhzle7fBg4 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:25.5625rem;left:26.8125rem;display:block; }
#FSV9z0UoSuGxwTLFNoWSB6Mn40rERDw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PRt0UI3BEEFOO2vKfzlMUGbn182UDtLV { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.5rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kr5XIgOraENJxrxJcysFtPGxLhcmWUuT { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.875rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zo3i8dI2EN0L20wSUIvdJaGoCgUR8uJl { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:26.8125rem;overflow:hidden;display:block; }
#CUPISDJo2Eb87i8LbNTUipTCsw0Csg0i { position:absolute;display:block;z-index:15041;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:21.25rem;top:4.875rem;left:51.8125rem;display:block; }
#GUySMTrSGTMVsHm8fPTT1nEHdM7G9cVJ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:20.875rem;left:54.53125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WXdrxtJOJfN6BwxTSdgCDm8UXNhQ9uhE { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:23.4375rem;left:52.34375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#afNnFD72TLqwMt29FbRlSoM3dDe9XKDz { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:25.5625rem;left:51.8125rem;display:block; }
#c0OlP6XgE6G1F7p9bb3qmwk7IqxQcmiL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w8NF5a2REaHSv9kOQUZZGxB1POLF6ewF { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:18.5rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pqOtLCU0vsZxDC1GBn3sLmSeKs0cg2oB { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:51.8125rem;overflow:hidden;display:block; }
#AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu { 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; }#AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu > .row .container { background-color: transparent; background-image: none; }#AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu > .row .container > .video-iframe-container { display: none; }#AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu > .row > .video-iframe-container { display: none; }#AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu > .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); }#AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu > .row .container { border-width: 0; border-radius: 0; }#AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#kyQGWzfGCAyH70cEifTGq7pHroDlO6Ub { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:21.25rem;top:12.5rem;left:1.8125rem;display:block; }
#k1O4k3ixVSuJQPUNcoCW5gZlFcSTQBgi { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.5rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FCO8EmvnfRh1OGXRcprhCrzGJCLJyCHP { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#uCQz0NNVohraH1dwt500nXt5eS6C6EJ5 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:20.875rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HK1WxM8u27TaHF6sSUClxocNHHFIbwJl { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:25.5625rem;left:1.8125rem;display:block; }
#LqNP4rAG4PdvI39fmONc7Za5AIssTgPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZT9xdghCrV0TROngMWnMWwepwz85E65r { position:relative;display:block; }#ZT9xdghCrV0TROngMWnMWwepwz85E65r { background-color: transparent; background-image: none; }#ZT9xdghCrV0TROngMWnMWwepwz85E65r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT9xdghCrV0TROngMWnMWwepwz85E65r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT9xdghCrV0TROngMWnMWwepwz85E65r > .row .container > .video-iframe-container { display: none; }#ZT9xdghCrV0TROngMWnMWwepwz85E65r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT9xdghCrV0TROngMWnMWwepwz85E65r > .row > .video-iframe-container { display: none; }#ZT9xdghCrV0TROngMWnMWwepwz85E65r > .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); }#ZT9xdghCrV0TROngMWnMWwepwz85E65r { border-width: 0; border-radius: 0; }#ZT9xdghCrV0TROngMWnMWwepwz85E65r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZT9xdghCrV0TROngMWnMWwepwz85E65r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU { 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; }#ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU > .row .container { background-color: transparent; background-image: none; }#ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU > .row .container > .video-iframe-container { display: none; }#ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU > .row > .video-iframe-container { display: none; }#ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU > .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); }#ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU > .row .container { border-width: 0; border-radius: 0; }#ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#k3JZTzbr5GL5TVkhzAv5qQZPeQvS3Kme { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.125rem;left:1.625rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CXBHhXWPn7T2Xxzlk4mer7uNJmPwzaEm { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:1.84375rem;left:-1.3125rem;display:block; }
#xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 { 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; }#xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 > .row .container { background-color: transparent; background-image: none; }#xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 > .row .container > .video-iframe-container { display: none; }#xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 > .row > .video-iframe-container { display: none; }#xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 > .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); }#xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 > .row .container { border-width: 0; border-radius: 0; }#xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#Bz2IVnbx3uDz7HIdbTxOpSZMvJWd63Hn { position:absolute;display:block;z-index:15003;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:21.25rem;top:17.375rem;left:51.8125rem;display:block; }
#a2mt6Hn11bsOVmkqWviCvQcdLtFoszyK { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.25rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TnwNDG5kF0SzBIa0470yx0FJGTgN1OsD { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:none; }
#TTlMDMffTbHFQ4kDAtkAUOEb3tSyJMPf { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:20.6875rem;left:55.625rem;height:5.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c6z9cbJ6ylUvWJZfZ8C0JtKLOFp2Pz3o { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:27.5rem;left:51.8125rem;display:block; }
#BIoT1p33oUMOClIzrRFNtIcgzQfkLvFW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SMq1lSJKCmowsV6OpUcyhK4cSTWk7xuN { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:26.8125rem;overflow:hidden;display:none; }
#KxB12F7zVlSkECPrmgoupkONEadN2OTW { position:absolute;display:block;z-index:15062;height:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;display:block; }
#P9LECr885MNTsi9Pia4AuZCxBEGeMM9N { position:absolute;display:block;z-index:15062;height:16.5rem;width:21.375rem;top:0.9375rem;left:1.8125rem;display:none; }
#u7spaKTwfZ386mmQaSJMIxLokzFLbMXI { position:absolute;display:block;z-index:15061;height:16.5rem;width:21.375rem;top:0.9375rem;left:26.8125rem;display:none; }
#r8Uf4i2ASshB0CzR1zS86hdOK3MmrqQD { position:absolute;display:block;z-index:15008;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:21.25rem;top:17.375rem;left:1.8125rem;display:block; }
#aJX0MAhJqkiusIfQ9FVoNe64zaSADIMK { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:18.25rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cJm6ttKuUSAoDcbKH5GqwqNqqyQxB0v5 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:20.6875rem;left:5.625rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oA8ExTOOrkGEGtcy1CdXww2wzXVuihv5 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:27.5rem;left:1.8125rem;display:block; }
#KVkOOVoiaug0x9MaerWb97xbsIxAWdTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtfWw1BgKxcGlrmoKPu3zmbcPHVDiT4B { position:absolute;display:block;z-index:15067;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;display:block; }
#BUMqEKRSa9s557RxUIvdwxS2iRyC3cDR { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:22.125rem;left:5.625rem;height:4.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yaeqXBk1NhxqgPgBTbMqzOpTX5b5u6zZ { position:absolute;display:block;z-index:15062;height:16.5rem;width:21.375rem;top:0.9375rem;left:1.8125rem;display:none; }
#N8dssvykIiWqQnqxsa4zCFPGm9WI8CX7 { position:absolute;display:block;z-index:15008;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:21.25rem;top:17.375rem;left:26.8125rem;display:block; }
#hcw17iUZEUG5N5KS4yxIfwTw9kQ6xGFJ { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:27.5rem;left:26.8125rem;display:block; }
#N0TrxIK7B0tSMO6ou4dddmRnebGh6Tgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OWx7pTF2risb327GDOo9xrZVE2w8N2Xm { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:20.6875rem;left:30.625rem;height:5.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GIqUAgUT4wXfJwaWJDJ1IO1T6EGBJPpi { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:18.25rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ymJhMfDcC9lBcikhm0l6PsNLitdOLZcC { position:absolute;display:block;z-index:15067;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;display:block; }
#VycATnV9EX3Zp7Whzynx4O78VNJFnf0f { position:absolute;display:block;z-index:15067;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;display:none; }
#QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 { 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; }#QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 > .row .container { background-color: transparent; background-image: none; }#QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 > .row .container > .video-iframe-container { display: none; }#QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 > .row > .video-iframe-container { display: none; }#QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 > .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); }#QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 > .row .container { border-width: 0; border-radius: 0; }#QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#Ox7nqWFcbGAqKCoOTVCb0wGsK45yMSB9 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:none; }
#yrtHk3eDfSCLeTAyIWCESnWgWLlEzSEy { position:absolute;display:block;z-index:14999;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:21.25rem;top:17.4375rem;left:1.8125rem;display:block; }
#GHpvauE2uRTzCu59FtqRTZTnuZqdBGFC { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:18.25rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nCnrqQqhMdEirR1xTeT3fri5Siu2DQvH { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:20.875rem;left:5.625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kv17U2g69UBZoCIvsi6B8JwLXHPTk1sn { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:28.125rem;left:1.8125rem;display:block; }
#raXlRdia0exwuAVihUr4XmDmqi8p7V0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x5V7nQw5vgKySZcmb2fy2Moe3wSJe5al { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:26.8125rem;overflow:hidden;display:none; }
#gwqgBEGgz9c7CqffQkZG9668d0wbPaNy { position:absolute;display:block;z-index:15061;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;display:block; }
#xRqxIgkB3DGWFI0FL94PSN6hWp58WEZ7 { position:absolute;display:block;z-index:15061;height:16.5rem;width:21.375rem;top:0.9375rem;left:26.8125rem;display:none; }
#pysbXhEPx3F3Vlxp5aRtRTbJJok0apCG { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5625rem;left:51.8125rem;display:block; }
#xMvx3bPxEROyp1xxIZPo8dJDTAEaCvca { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:24rem;left:54.0625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z6GLnGn0JmLyw33N03ObHbyNqZptig4e { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:28.125rem;left:51.8125rem;display:block; }
#ZCbTwJHI6StHJ8TDeeZxkTIpK7yDAGQg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMVTWk4VCpk9zgoicBAbe5SP6bQ2HvRh { position:absolute;display:block;z-index:15037;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.5rem;left:26.8125rem;display:block; }
#T3kExRTOwt0NmbstzbTcvVwdVmia74sQ { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:18.25rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wICaoBtQisA88AWwwqb8qHdRTQ6ZMVmq { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:28.125rem;left:26.8125rem;display:block; }
#KVDUO5XTVSieUzIrGvsDzgGgbKmqvqow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDnKshAIuQuaLE4HUZsPPIn8wOETQpHO { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.1875rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tsnyhmE7vPpdDOGWdEfKltzgC0cgh48G { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.25rem;left:53.1875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DNdbzLxVoQ3wdlO9TKxdTzwk5sbvBFwA { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#nFvahK9wLeUTd33KLx2JzA0meDaRNP1a { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:20.6875rem;left:28.75rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wMqC2kxgPKGGhSLroUWpT4JQns63tawC { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:24.625rem;left:29.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2S0BsUNtHVGBnWXMn1XnTXdeIrSl6Rx { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#T9M93W28qHHJKChLLQWqgyaEubSJNy2S { 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:5.25rem;width:5.375rem;top:0.4375rem;left:51.375rem;overflow:hidden;display:block; }
#xJZTJWT6NnfH8VndBcxCTycqhQU7A2f1 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.375rem;top:0.4375rem;left:26.3125rem;overflow:hidden;display:block; }
#COtMSqrf607eSl46cUZZLT4GqvOnMieJ { 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; }#COtMSqrf607eSl46cUZZLT4GqvOnMieJ > .row .container { background-color: transparent; background-image: none; }#COtMSqrf607eSl46cUZZLT4GqvOnMieJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COtMSqrf607eSl46cUZZLT4GqvOnMieJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COtMSqrf607eSl46cUZZLT4GqvOnMieJ > .row .container > .video-iframe-container { display: none; }#COtMSqrf607eSl46cUZZLT4GqvOnMieJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COtMSqrf607eSl46cUZZLT4GqvOnMieJ > .row > .video-iframe-container { display: none; }#COtMSqrf607eSl46cUZZLT4GqvOnMieJ > .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); }#COtMSqrf607eSl46cUZZLT4GqvOnMieJ > .row .container { border-width: 0; border-radius: 0; }#COtMSqrf607eSl46cUZZLT4GqvOnMieJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COtMSqrf607eSl46cUZZLT4GqvOnMieJ > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#XNVnoL7wNroNDdRlep8g9cbVCrbJT8u7 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:none; }
#G7t15meNfD8EQdEFwmEsL7DpeqciabUZ { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:26.8125rem;overflow:hidden;display:none; }
#feTymxiI09Ub2AO2Xp6OPUXvpHWMB9D6 { position:absolute;display:block;z-index:15042;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12rem;left:1.8125rem;display:block; }
#EI1eK9IbalzSzhWfsPk0erPPvFt59AS2 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DfckCatilA9WQEwnDqThi4TkNxk3l9eF { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#PJOATxgCQ0dBhrFmn76umFvpBOZEqc6H { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:20.375rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AMDf0aQk3NnZESnVdvyV8xpNkkZ75p8J { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:23.625rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NwQNfzmVEldh4wOx0nTvRI4aq5MiJ4A8 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:28.0625rem;left:1.8125rem;display:block; }
#kzwcDcGxvyHgS1xKCL5CWE1OmTsHG5K9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MQuWJLHWNaXGmITQHLaDVXQDftPKr2lT { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.375rem;left:26.8125rem;display:block; }
#cwpUOTRaCeXoc8gKduBTXWGqqWOO1LTo { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:28.0625rem;left:26.8125rem;display:block; }
#vxtEqGkVCsZZotioarecHfS8WaqxtrZx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V09cObDqpnCZkx3QWmBzWVqJzT1ebAZn { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.25rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qcy0QfGMZG3a701eSxrWq3iMHOx1piIP { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:23.5625rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CZUWXhU064pInWozVS1FVCBPvaTeLJX7 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.0625rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DWEoeaKehVMEbewFZOdwR44bb6ETi9sQ { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:26.8125rem;overflow:hidden;display:block; }
#qVCZWUQlLu1sokQPC5QwTmeokXpcLBe3 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.375rem;top:0.375rem;left:26.375rem;overflow:hidden;display:block; }
#NRx2xPdf3sxlhA8B44LBAHOQ4piE4AQS { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#NKGoU2iuy3eAXbNXTzJsd1uUzp5nduVb { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:28.0625rem;left:51.8125rem;display:block; }
#KgfOWZQpaF3bVFI1uzAubRJ91yWOkzix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F4ss5ekVyrkN65BsJueSgsOIGAr0pl4t { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:23.5625rem;left:55.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kfW1Awcusf6Xlk9maIUps1uTAEv1O31O { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.0625rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HPW8f0zqWiagzCloyG1unxLp2zWfZMQu { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.25rem;left:55.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#orC4LuwwrwXPIrFtNqU5UuXLGxICwOIu { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:51.8125rem;overflow:hidden;display:block; }
#xvEHPNvwlkI822ht91dacUoRMZLqSTIG { 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; }#xvEHPNvwlkI822ht91dacUoRMZLqSTIG > .row .container { background-color: transparent; background-image: none; }#xvEHPNvwlkI822ht91dacUoRMZLqSTIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvEHPNvwlkI822ht91dacUoRMZLqSTIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvEHPNvwlkI822ht91dacUoRMZLqSTIG > .row .container > .video-iframe-container { display: none; }#xvEHPNvwlkI822ht91dacUoRMZLqSTIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvEHPNvwlkI822ht91dacUoRMZLqSTIG > .row > .video-iframe-container { display: none; }#xvEHPNvwlkI822ht91dacUoRMZLqSTIG > .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); }#xvEHPNvwlkI822ht91dacUoRMZLqSTIG > .row .container { border-width: 0; border-radius: 0; }#xvEHPNvwlkI822ht91dacUoRMZLqSTIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvEHPNvwlkI822ht91dacUoRMZLqSTIG > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#PI3rba5wo15Mi3gZPLvku4lkM1A8y3hF { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#a8OTnR7xMbslpeoI0BLOX9lshhtTUQWB { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#xmethPpLehngBU0BN5SDfCl3znXyUEIB { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Excu2lEt393FK8ZJl3cXhl10FD4lX8rs { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.375rem;left:53.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hi6CSVFd2GTqk4VS9wnXrz2InSFMkOrv { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:27.5rem;left:51.8125rem;display:block; }
#wRq3DyEuzhm4onDrDq3NISxqVfvFPcPp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sex4xceXPRrmNHS8GFgWcPTsH6qy5DGV { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:24.125rem;left:55.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#osTqiDWxC26K8W8ryfMzWZs3fxFBtmtS { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.25rem;top:12.5625rem;left:26.8125rem;display:block; }
#gTb28dTdOpLCyC4O6Mwqm6QiyBev5a1k { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:27.4375rem;left:26.8125rem;display:block; }
#F0dnN8a7SRTc24xNUDfawvDXUbHA131m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dLMxJQlxksObdFEwuwNZZ7DVSX7o8RQU { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oPoWHPVAWdKznKyxtpFxnJSxqcX1akTu { color:rgba(var(--color-tertiary-3),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:27.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g7X9S72gFHTTtlmSoKxnLbV7NGT8fGui { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:21.25rem;top:12.5rem;left:1.8125rem;display:block; }
#oxxRbwFoyt4h7CAWkZ2yTyX40Lq8wNx0 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vUy56I7eSKGhNFaeW35sSViBR0x6BFr5 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.3125rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vc3oE1gdvrDRAO9BeeCOqDcWN7pyAhlw { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#F8ThUvflaBnSkcoQRhCkDWI2xrxer23U { color:rgba(var(--color-tertiary-3),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:23.5625rem;left:5.1875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDT6MsHFLODCU34wvccwyzQDUNwavw2I { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:27.4375rem;left:1.8125rem;display:block; }
#EZ1uy7EutnilmnNQHegW7aUQBZOVAB7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cpM723rqlScJ8UAehQfA8XnT3XACKzvs { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt { 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; }#hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt > .row .container { background-color: transparent; background-image: none; }#hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt > .row .container > .video-iframe-container { display: none; }#hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt > .row > .video-iframe-container { display: none; }#hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt > .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); }#hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt > .row .container { border-width: 0; border-radius: 0; }#hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#ePOR99l7EwnPeNvJeOIifVtsS7J0mSGV { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:21.25rem;top:12.375rem;left:51.8125rem;display:block; }
#yxmq9ZNQIthg0kOP5l4X7G64GpI4USIa { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.0625rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sWOtEIAXwTMB51WJkufJ3NaDZhFz916m { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.875rem;left:51.8125rem;overflow:hidden;display:block; }
#DX1kxuEQhvnsSknUTwVJ42vz81NTbwVR { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:55.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rnCOmqBURm99H9Q9lWfnIW3sRMQmeSnb { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:26.0625rem;left:51.8125rem;display:block; }
#p5yRwh5yxPpKb0JrWXPZrkmGTmN21X4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fAKCHgyerk4RlyuhA0tiwsapJNSNO25T { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:21.25rem;top:12.375rem;left:26.875rem;display:block; }
#QpUv4l1vXCWCQePWyAKe9IClxiDNlGn4 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:26.125rem;left:26.875rem;display:block; }
#nQ8t2voyeJ8ExNUP3pQIrRe3ZA0K748i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#saSNRmaWToaLTP8tuJylUpcHDT20b3l0 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:23.3125rem;left:31.1875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zEBqq4WaUMh5G3AcpmixZsbGMpF476F0 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.4375rem;left:31.1875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ysdmG4mSUWKTpNTh1qqvDyZ4GVxAaUqh { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:21.25rem;top:12.4375rem;left:1.875rem;display:block; }
#JL0QVM304f0gFCa9I64ynIgMpQu5H3ol { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18rem;left:1.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hXTvHSS554HZ63aXlBxsSltK66vpkCKM { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.875rem;left:1.875rem;overflow:hidden;display:block; }
#VntKz40RUrEgOrLqlK2k8eg6ToH7WFZF { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:26.0625rem;left:1.8125rem;display:block; }
#POTwWkP45IJGQE54CMn8g6oc3Or7Xyl3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yO5sLCfdQpUGxc0pK47g5LrqqKr5mit2 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.0625rem;left:26.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HtJThSVhBM1FNKaiJdCZM2wiCMqEeMP0 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.875rem;left:26.875rem;overflow:hidden;display:block; }
#IML794nQE3TsVLvsRQMidspyxxpi7Rff { color:rgba(var(--color-tertiary-3),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.4375rem;left:6.1875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ogaUCoIF7SrZTOKaJRb4bDDlcugP0wZ9 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:23.3125rem;left:6.1875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh { 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; }#zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh > .row .container { background-color: transparent; background-image: none; }#zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh > .row .container > .video-iframe-container { display: none; }#zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh > .row > .video-iframe-container { display: none; }#zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh > .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); }#zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh > .row .container { border-width: 0; border-radius: 0; }#zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#H5gVW1mIU72AA8q5SwssKk644gtIQAyb { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:21.25rem;top:12.625rem;left:51.8125rem;display:block; }
#glSMpnkqfKrDDGZiiLbu8MTsD5opy6gb { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.25rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cxBKEyDx24ZiOvSXIAnk32PkVzOT0MPf { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:51.8125rem;overflow:hidden;display:block; }
#ntRI4vZAsGHir2ToRanM6GFIMdWfTXs9 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.6875rem;left:53.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FpLRwEH3zxsSVlVd9q3Fi6ThWNpK5QE7 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:26.25rem;left:51.8125rem;display:block; }
#QozR3T36veSD5Zkch5J4XkpafUhm1i5h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xyuy8ylDWPh80RZkVPxTiT44OJWemphQ { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:21.25rem;top:12.6875rem;left:26.75rem;display:block; }
#S0M7TISEv4VK6avqSVLAXWKStGPob3Dx { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:26.3125rem;left:26.75rem;display:block; }
#KD0EFnnnA1LQbcV2Ukwl3vKIvDa62x7H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTZGbRE5dTHm3uHa9xBliq3TweIVxhJe { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.75rem;left:28.25rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ve8t8saOlQl39WP5vtEpehSpq8TrEtuT { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.3125rem;left:26.75rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ya6f2WtZccOquqCMliENknI5gDdqruGZ { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:21.25rem;top:12.5625rem;left:1.75rem;display:block; }
#vIESsmSWf2kvKM2hJB7WFmUmqtKIfO24 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.25rem;left:1.75rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dz7cq4aCCM7ZkqTQ2v2p6MWSCo03aerN { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.125rem;left:26.75rem;overflow:hidden;display:block; }
#f8t5CNtlnGLJcyy6lHX4PbiFf8MliJ3E { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.75rem;overflow:hidden;display:block; }
#eepMr5qAeGTpxQDxvKwVBSVusK7LZuUT { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:26.3125rem;left:1.75rem;display:block; }
#erRA4pBGgViPzSrNZ0lRm5It4DEhrbe2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#chuGTtOndIZVMCWd2TuXJniAyqSXZEMG { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.6875rem;left:3.25rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IlHc0P3PFr07KtD9uOCX8vVTntyf9esg { 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; }#IlHc0P3PFr07KtD9uOCX8vVTntyf9esg > .row .container { background-color: transparent; background-image: none; }#IlHc0P3PFr07KtD9uOCX8vVTntyf9esg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlHc0P3PFr07KtD9uOCX8vVTntyf9esg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlHc0P3PFr07KtD9uOCX8vVTntyf9esg > .row .container > .video-iframe-container { display: none; }#IlHc0P3PFr07KtD9uOCX8vVTntyf9esg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlHc0P3PFr07KtD9uOCX8vVTntyf9esg > .row > .video-iframe-container { display: none; }#IlHc0P3PFr07KtD9uOCX8vVTntyf9esg > .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); }#IlHc0P3PFr07KtD9uOCX8vVTntyf9esg > .row .container { border-width: 0; border-radius: 0; }#IlHc0P3PFr07KtD9uOCX8vVTntyf9esg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IlHc0P3PFr07KtD9uOCX8vVTntyf9esg > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#xgUIUEJB2zqRAvfCLnsZvUBzqKDc4nDw { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:21.25rem;top:12.5rem;left:1.8125rem;display:block; }
#K9dUbHckuy3b11yCIOd3xgACaSvTUAVF { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.625rem;left:3.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C6EeXdPluN4GVXxWemd0adJnbC7wD6LD { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:26.25rem;left:1.8125rem;display:block; }
#UmhgPPuR15B4o69Sz2ed2FTWpQhiMZbo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R1MW9DM8EIpQSDSSRAu8P4VuzI1e7NLk { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nZysLXmfCriL4uyqXJfnQgbCiooR0ENJ { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#A8V1ZTPFH68aZtBs6Zv4Bcim0oaR44Jt { position:absolute;display:block;z-index:15040;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:21.25rem;top:12.375rem;left:51.875rem;display:block; }
#t0VpJ1ybn8QIh11CW9eMKcrJ7MNgHbAa { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:26.25rem;left:51.8125rem;display:block; }
#IMlTKASVk1ZxNhdT0zr3cFvrIR1eTf1v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wsGKQ1euTpxE3h6wSG7PUdWdCBsbb4vT { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:22.375rem;left:53.375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IzV8wfU3LN6yGLGOTk4l1OTqsplhlfwk { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:21.25rem;top:12.625rem;left:26.8125rem;display:block; }
#esqd7lIHNJPOoyQrqp91mFQSuac5WMF6 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.25rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xL49gNWweWvnOTSdeb1XSVne1umwbyMd { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:26.8125rem;overflow:hidden;display:block; }
#RUNPVM9BxzU9bo8h7NEUDQ9uN9y2FtlE { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.6875rem;left:28.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wr6LN5evIKaW545HqLsmp5MIwXBAC2DL { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:26.25rem;left:26.8125rem;display:block; }
#HwFfPAqqacpyPaOzklee7FrHiN1neS9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qs5qSE4biOdwml2O4vdxEWp7vACmaWMW { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:18.25rem;left:51.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lP2hiDfRO685rsJ2BXnrbOppUnLTvPMw { 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:16.5rem;width:21.375rem;top:1.0625rem;left:51.875rem;overflow:hidden;display:block; }
#eSkNOwBaGfXRibFIL00viOOut0duiTNz { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:20.6875rem;left:53.375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG { 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; }#uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG > .row .container { background-color: transparent; background-image: none; }#uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG > .row .container > .video-iframe-container { display: none; }#uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG > .row > .video-iframe-container { display: none; }#uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG > .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); }#uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG > .row .container { border-width: 0; border-radius: 0; }#uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#frq8frGgSwWJm9iP05upT2g0wJdqbeT2 { position:absolute;display:block;z-index:15045;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:21.25rem;top:12.5625rem;left:1.8125rem;display:block; }
#xiHfuBlTVTgCUeKEMl4AuxGGTM5dtekD { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HqE0JpX62katQ5JDa9pJPglTMa7bXrDP { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#BhfNNcRCv3gKqEmvDdiObFo7w0LUAWPc { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:20.625rem;left:3.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I4IXHp9AiluEdfKtLTa4OTvGA0ZfqsRC { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:26.1875rem;left:1.8125rem;display:block; }
#U1INuZiPHrgVIaoDuR0Pt4rckUB6sr1w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EoXwr6RETfn7MpGf7UFwxJ2ZCTRJAlVX { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:22.375rem;left:3.3125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT { 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; }#stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT > .row .container { background-color: transparent; background-image: none; }#stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT > .row .container > .video-iframe-container { display: none; }#stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT > .row > .video-iframe-container { display: none; }#stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT > .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); }#stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT > .row .container { border-width: 0; border-radius: 0; }#stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#fspalNRyJ6D82LJc1vwVUWozTl539hUC { 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; }#fspalNRyJ6D82LJc1vwVUWozTl539hUC > .row .container { background-color: transparent; background-image: none; }#fspalNRyJ6D82LJc1vwVUWozTl539hUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fspalNRyJ6D82LJc1vwVUWozTl539hUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fspalNRyJ6D82LJc1vwVUWozTl539hUC > .row .container > .video-iframe-container { display: none; }#fspalNRyJ6D82LJc1vwVUWozTl539hUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fspalNRyJ6D82LJc1vwVUWozTl539hUC > .row > .video-iframe-container { display: none; }#fspalNRyJ6D82LJc1vwVUWozTl539hUC > .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); }#fspalNRyJ6D82LJc1vwVUWozTl539hUC > .row .container { border-width: 0; border-radius: 0; }#fspalNRyJ6D82LJc1vwVUWozTl539hUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fspalNRyJ6D82LJc1vwVUWozTl539hUC > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#DXPeSPRmrpazuxIkIT0R0P1uKXbKosmL { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.125rem;left:1.875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HcfCvR7riDd9dylO8LZk8roR5roXaZoU { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:1.84375rem;left:-1.3125rem;display:block; }
#CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 { 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; }#CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 > .row .container { background-color: transparent; background-image: none; }#CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 > .row .container > .video-iframe-container { display: none; }#CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 > .row > .video-iframe-container { display: none; }#CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 > .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); }#CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 > .row .container { border-width: 0; border-radius: 0; }#CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#V678bzdcxoIUDTruldHebxbJkiRUZs2n { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#yXxDkZ7hL78D8TVllwhvZlChU67zphhV { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E9mP5Qry8PLw1LNPv5RNvdvNGHQwKWSw { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#nrSxNX5Z2McSdSHWBpebwheWhs01tviD { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nD3ikSIrkIydEwkQfPW0Z8h0EagkCmsz { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#uwSqGtpfEBUsyPn4hZnqOAel2gTyO1vw { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#pJM5hRyhLdOsUTKFeR8GAIPuVqEkmzR2 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#nOEOcObKSfNXQufUCZGSWWG57CV6GkKS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IcyJJAK1xim3JbKNIpPlBNyvl1FMgk50 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#hCEWyKmuUhtyFxdXHZctxDJ5gVlNLTFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sqcEMIGIl5ckM0qEO8LPCXgsO4k5fHLb { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oE8ETt86iBSXkPiu5X9nmCelLU56sIl6 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:20.5625rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dxM0QiD5STsX4pUe5syVNUGr2IL1CKoM { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:20.625rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dHPKJoV22wwacBV3Tf2o1wkGRad8ould { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:23.5rem;left:29.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qwG87E5bRggDEGH43R3v8rwKVoMv28OW { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.375rem;top:0.375rem;left:1.3125rem;overflow:hidden;display:block; }
#eSBp1z9ndplNgFP7RgKxTsTtwvK9wGJ3 { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#eLH8xzM4zIOMFrQPl1cskpp2U18KQ9rT { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v4abSZLDG8kV4BS8trmEmToe5XPVsqUp { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#l7folgMvBXNOBoJU0MyiqbSFzQM5Dx1u { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:27.4375rem;left:51.8125rem;display:block; }
#QtorBbh8eE1Kt3dagFAlwBS0Zk6m3WrQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wuW7MvMVXKMC4xaLtATnJtENbgosFCVs { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:20.625rem;left:55.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NvadAXu2ZKuF6rXqA9snEsCuAWUNoCFE { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:23.5rem;left:54.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bnJkXO7ACoQlUsndfkxJzwdasLgdC226 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.375rem;top:0.375rem;left:1.3125rem;overflow:hidden;display:none; }
#V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p { 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; }#V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p > .row .container { background-color: transparent; background-image: none; }#V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p > .row .container > .video-iframe-container { display: none; }#V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p > .row > .video-iframe-container { display: none; }#V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p > .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); }#V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p > .row .container { border-width: 0; border-radius: 0; }#V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#TrodoZGAg2rXebTf5e1Lutx5wvwg5JfQ { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#O0DLDuV0Xe0ZxS3spqK58nKIl92TEq17 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AxKFClkDmJ6bMvmPSTGhhXe3Th6HXRSt { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#KhyQzyhTJ8NIoMSoabEV4FbGsC3WaLVO { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:27.4375rem;left:51.8125rem;display:block; }
#TkeDRgnXxXqiNLJrQTsuktfsvLw2Ve0w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cKnbJdS4yrkPQF7cZCFEC3J0D01hTcwI { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LG3G5xxJS6SJr5HUCHFPvG8hnPMyVy3q { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:22.5rem;left:54.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c7J7I5Q8w92L11RlvdhtRk6xmII1rdAf { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:25.4375rem;left:52.9375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IpiU5fm2Xt6HVLK2ETOJWqA7NRdpiRI7 { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:11rem;left:1.8125rem;display:block; }
#Cf5h9M0sPVJMkU0xpDtq6NunCVS7CEaf { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:23.8125rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FyKv7smGlBl9zzLzw7eTO58SayKwCO18 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:27.4375rem;left:1.8125rem;display:block; }
#upKUTo2TcrDutCiDBcquVIFwGLodSzqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTeGlD69FKVT6qbTr2Gm5nf7TlByIgry { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.25rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZN72IzInMV1X7elcxlvzDsk6CdTT2SDC { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:20.6875rem;left:4.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pz2tNJGAdohttPndsWQps8TTXtCn3RgT { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#acQAX6fbteA07VKtdg6KZ7XIL3XJGCEk { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5rem;left:26.8125rem;display:block; }
#UATV0cwS4HyvTEImZPOApg6AtbLUDE0o { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.6875rem;left:29.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zLt14wo8eG0H9qEAHJGO2XbrnGKQLhxE { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:23.8125rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MQTimdl81uWPkOOUNkJtZ9h0LfX6EI99 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:27.4375rem;left:26.8125rem;display:block; }
#nccbtUeDSPqFGKhrvkcb89rHzXm6wfFE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ruKA60aLMK7nlV01aTLS24paKTGTbMdi { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.25rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JzUaZIJZNEw5lUysgTRR75vPL3hfb73v { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:26.8125rem;overflow:hidden;display:block; }
#h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE { 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; }#h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE > .row .container { background-color: transparent; background-image: none; }#h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE > .row .container > .video-iframe-container { display: none; }#h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE > .row > .video-iframe-container { display: none; }#h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE > .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); }#h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE > .row .container { border-width: 0; border-radius: 0; }#h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#hnRok4DnKWTANItpMxwLHMswDSZUDGkO { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.875rem;left:1.8125rem;overflow:hidden;display:block; }
#lXBShFw1VL3wsxLAey3JZ4Pl8JwPZUMU { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.375rem;left:1.8125rem;display:block; }
#v2TAcngpIynzJcSvMDoh5IX6zU6J5bJT { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.0625rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ae22ciJ2XLcIKFgITSmimT32nnuDNXh7 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.5rem;left:5.625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ike6ZO8fW71ZGEW9OFrPpDKEabw1D04p { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:24.8125rem;left:5.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JPN9k9FK4s2P2WAgupDVXCKS3uBzbh1J { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:27.375rem;left:1.8125rem;display:block; }
#K6a0uTG7vZ34VIylwQ1OC0CvHDd9B2dW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfdTqDsMEeQ7qZAsDF0E8tQM6S4FALyb { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.375rem;left:26.8125rem;display:block; }
#JB57Kk5ZvUZDkHPamgInhODcvzsqBoOD { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.875rem;left:26.8125rem;overflow:hidden;display:block; }
#aFoC41qUTpghzAaRNQTAhRbhPD5qmcf1 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XAc37D9BqhZGamgn9ffmzppQacsQEt1X { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:27.25rem;left:26.8125rem;display:block; }
#DppJK3JbFdOZZ658R90Xsxv68aTAw7RH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DheMc0OuLCJFTom3RrwXJH27U1x8bVvX { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.4375rem;left:28.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wNJ2osv158kf2utL9Rzta5X0Q119dNXJ { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:29.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EZJTxLCIkIH8NvRTmXdSKh9CExXisZ5d { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:25.25rem;left:27.9375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTgmsDbvu5T05woDXq56t0c7g71hk4y6 { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.375rem;left:51.8125rem;display:block; }
#rcgPTqxhsfJeFb8rxThcNuuogi6KaSx2 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dKv3upL8MXRTp8BMUL0CENc2rqtpth1R { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.875rem;left:51.8125rem;overflow:hidden;display:block; }
#o3gyc9XBhFWQmoELTA8EiHOzp4KVfcBb { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:27.3125rem;left:51.8125rem;display:block; }
#NBlT8G2iW3NmJQhGPWNWRd0E6rAqSCFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytPEln5aamNTxWp2yIrNToukeOqhFiS9 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:20.5rem;left:54.375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yl6wVZhxuJd5oWIP9bF1V2397Oh1J4TR { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:24.8125rem;left:55.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab { 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; }#Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab > .row .container { background-color: transparent; background-image: none; }#Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab > .row .container > .video-iframe-container { display: none; }#Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab > .row > .video-iframe-container { display: none; }#Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab > .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); }#Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab > .row .container { border-width: 0; border-radius: 0; }#Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#hq3ufgswu1JHqLCx9gim6KrsDkg2HKBI { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#fQgq7WWUdlITepH6yh02gSfTiz8V0BHP { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTJEnLhVX61aeVEufGx6FbngagiW2nOx { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#KeqwQMgbcX7y5THCLiET5pAXT8SArMHk { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tLlTy8Q9MWQFseod4sikNwIoCULm8P6q { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#cVlN1AZOHS0V6g0SbrzcZXiOEChCZVra { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TToBhQwF27wp9Aqc83N45J3zn7bmBTVT { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#CKPU5lbHPregKEFABhVLDJevFOE6pkk0 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.03125rem;left:51.8125rem;overflow:hidden;display:block; }
#m2NWVrAB1GFpNyUmw6x2UgTUiRgB5Tg7 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#pP2175Fii903tLkVvKM5myLh56xXPUFr { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#Olr8DNXv6NlRcyKHbZOC5vox3oSIv7fL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdnBXhCVIrkSb788sot94JVz21HLaWiU { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#TboSE1nBV5QmcwhEoCJkmuMMcS53km4k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2xT0S1JllJ3iSGISkKNs12SpdCixVXU { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:27.40625rem;left:51.8125rem;display:block; }
#ZIxhJ2o0PeqxtSov7eJM97hsHu2Wd4Ss { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zH5aE1nTh0MbckBl36JzRLAAtGN19SIb { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:28.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a3Z6xP6TDD3lW8VDr1OrTHIvKfkf4aBQ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:22.5rem;left:28.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VOkfKbEDbyPrkOZhFlZ2pcVt2mdrII8k { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:20.5625rem;left:55.625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kCp7pSZ03RJciqqHLK0Naytcz1FPJlxa { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:24.875rem;left:55.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QVN1a0C3vP2fwrQ0tPX4QpPtXCsW5GyA { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#utNQiDooUI3mDz7SumIWGRqC5Ty4ySb6 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:22.5rem;left:3.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EMtap9Ar5L7hH7ne5rcq1pUPz4ZxKVvn { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:24.4375rem;left:5.71875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor { 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; }#pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor > .row .container { background-color: transparent; background-image: none; }#pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor > .row .container > .video-iframe-container { display: none; }#pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor > .row > .video-iframe-container { display: none; }#pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor > .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); }#pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor > .row .container { border-width: 0; border-radius: 0; }#pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#N3RcgAlZ5TOTBMwi5U9Uz93rNz1lgBZR { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#ko5mcmxEF4P3ifco6RLwPUoGETVc7aMg { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#paUgVBVrHwZeDQtElNXUe6kvO7v0oNpN { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#Qk9iGALGanycThccPO7RoPwARu4kzv7n { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p1kvUsOET0yI9T92NtkLSMR0n7kbFyPQ { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#w1lJL5Iea6y7oiVdrhGRu5iZSlPLtwWt { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NA6pkk4fq1Gx9MX2v7PuqaLXvigP7mMr { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#M3XooET0xKFEWSTu8mpbvuApeiSRWEOq { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.90625rem;left:51.8125rem;overflow:hidden;display:block; }
#TMSAuQEBNV1wHR38A8JIC2BUrm5DGcuL { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#LCwPwqpXsEUWF5WGrPTzb0ZWGucOitl0 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:55.625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oSr65cJT2TVvhloKvzoF6hlGqwvc9Aft { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#dpd3sBtSgd2EmyTXF1UshmqFfHkyuHwM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uoVn3BK9lnKf5PZkffmvQ4PeR4qNGVJT { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:27.40625rem;left:51.8125rem;display:block; }
#hlbJZpzICmidyKR5dJgkKGdpFnUptR93 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UnaouGLxvetAtoeWqQ1VRZ32daJyxbOX { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#yGVZQJxTnAdSJCBZ7z9kbzPTw49M73Xo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gBLXFTqbnxDDS2CW4BBTbRNiaq4IWvX7 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:24.875rem;left:55.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZLhyLV9mxPpzJtoHHe4GCFil1a7zaJau { color:rgba(var(--color-tertiary-3),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:6rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rAgKSWdlmfvnKSz6cPJmKX9ts0PUX0rA { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:22.375rem;left:5.71875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bScSzao92eXMkFk4EEI7xkyuNqvHtd32 { color:rgba(var(--color-tertiary-3),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:20.5625rem;left:31rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r3fuv1suxiZ9hcxtQ54hIP1iViVCdcFi { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:22.375rem;left:30.71875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac { 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; }#AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac > .row .container { background-color: transparent; background-image: none; }#AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac > .row .container > .video-iframe-container { display: none; }#AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac > .row > .video-iframe-container { display: none; }#AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac > .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); }#AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac > .row .container { border-width: 0; border-radius: 0; }#AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#GrCJQg2URdJOR3CZUt7aIFTZcH5HWMMA { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.4375rem;left:1.8125rem;display:block; }
#G0tzaDOKV9h5DNN69s1NEuIaR8JewagK { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.0625rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wWhlrukRNb8tu9PpC2dp2aSdmoSxwIUw { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#nQxuwmW0CKg9yT3TiEPMdIyuaOXOG7Kx { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:27.375rem;left:1.8125rem;display:block; }
#gCg5STqqbcf9iVmOreryeQaBTwOhaVVG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATMRECT2my0QKyZGwfDJHfqFLn7TOZeW { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NXe7bUhuUO35iuPML8G6vscBanzm0wvy { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5rem;left:3.4375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#duNULchvh2L4aQsUgsg101yVWM9QSsz6 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:23.875rem;left:5.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l2PEVdSgffEfRcLiooN0c5zP4gKWc9mf { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.375rem;left:26.8125rem;display:block; }
#kcks0BmHhSDeMVwL74xlO7i1bQoxoHRk { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.0625rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BnTp5b0p2kVCAlzL10ps1SgGhGDCLMRg { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:26.8125rem;overflow:hidden;display:block; }
#or0igRzFlBnKa5fUg9KSc60Cngk8MEJJ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:23.875rem;left:30.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#weFlSZgkHFMG2mNqhTWUALyXDrHlPagQ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.5rem;left:28.4375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IaTqeGogb9fBh26StTbRSPOGa72QITXQ { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:22.1875rem;left:29.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oN5MaCwyPhl8UVONEiTvGVcWqXL25v2C { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:27.3125rem;left:26.8125rem;display:block; }
#KtCGBJ6pFmxsrphr0gvHDFq046l8q51d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R5UKIQ5xp1bNkzU3u1XBUh6Zx3ZaTGzE { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#GcyB7mXLTvT0keJHhTvOTmCAlmh9MGDL { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.375rem;left:51.8125rem;display:block; }
#tCDC7ofcq4bFexpC6ibs1kWzkyxV76nK { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:27.3125rem;left:51.8125rem;display:block; }
#TL6hz8Iox92WlQAftGt7iqwuEy4cFVLk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTPCKRbF8NLsRoK0UygFNkyBoP4ufISz { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bpO1VFRJnifSvtcPbVWTMRq0wS0mztxq { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.4375rem;left:53.4375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CWZX7yrgVVrhmh7nxlhpTWdQaATHqu1k { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:22.4375rem;left:54.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ { 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; }#D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ > .row .container { background-color: transparent; background-image: none; }#D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ > .row .container > .video-iframe-container { display: none; }#D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ > .row > .video-iframe-container { display: none; }#D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ > .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); }#D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ > .row .container { border-width: 0; border-radius: 0; }#D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#skfWfqxLsVweoKOfsMZUcoOnG0FpNdl2 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#tdgk9EFtO6rZsnFXbRrF4v343zzGgb8h { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:1.8125rem;display:block; }
#xDdgxeHuThlfhFF4J7zpC1D8kR3B5UP8 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:27.4375rem;left:1.8125rem;display:block; }
#TXxCTG0DqDDDPxCF3KBTBPo4mfSit4wA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KftK16yZqHhmZu3TndDEsBgu201EOZEz { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VHGO0sBUROuLESNHiKqadK3bGh5WhqVU { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RvWBD0aPJvZvxuRsoCw9Nr5Qdwd72Ncc { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:22.5625rem;left:4.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lohhB7wtRTgRX6G0KZKuJzkxBUosm24D { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);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.3125rem;width:21.25rem;top:17.375rem;left:26.8125rem;display:block; }
#HLEn4DBSTh0hg4ZhJt1vaaTPAd51so7D { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.1875rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aFsNq7ZnJHiOzhmHfEz5SPmSNUbS5heD { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.625rem;left:29.5rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DR5f8UebyVb1n5WP2wEB80JsckryEQvt { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:27.4375rem;left:26.8125rem;display:block; }
#sA4GdC0OBD4Gv07dhbo7wn8HQZPnE3sx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KGS5M3mV8GKAn8KSnvoxfKNu4Te9Iqqa { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:22.4375rem;left:29.0625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PNOEg4T5m001PN7W2QXdBP57TIOeloTT { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#zR7FXSTPg3vkwQu1HqGExbJSTlGw50FH { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.0625rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xkvM723lxvD62rN7X5GvThIqoQV3hKR3 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#pSoS5G02a87T4n1PRw8mJ5QbdBGfuc9q { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:27.4375rem;left:51.8125rem;display:block; }
#m8nToFMSBD3xwkEryWesm4ikPKAvEncC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vt7k2mF3MKNbvqNtghF5PCdn8rNeVdSP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:20.5625rem;left:54.0625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I8SizTVi2qBEKLskdncp21dSEx8Th7eT { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:24.375rem;left:55.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yHy9unKfQImpgZ3MrgNilm4ZSuyHpzLz { position:absolute;display:block;z-index:15063;height:16.5rem;width:21.375rem;top:0.96875rem;left:26.8125rem;display:block; }
#fG7UcRTx6BZ6HNL1ozRXVTzWCbzuSlIM { position:absolute;display:block;z-index:15063;height:16.5rem;width:21.375rem;top:0.96875rem;left:26.8125rem;display:none; }
#vGhfKODgO6IMcXQmSv7One3KoBRraNzL { 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; }#vGhfKODgO6IMcXQmSv7One3KoBRraNzL > .row .container { background-color: transparent; background-image: none; }#vGhfKODgO6IMcXQmSv7One3KoBRraNzL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGhfKODgO6IMcXQmSv7One3KoBRraNzL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGhfKODgO6IMcXQmSv7One3KoBRraNzL > .row .container > .video-iframe-container { display: none; }#vGhfKODgO6IMcXQmSv7One3KoBRraNzL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGhfKODgO6IMcXQmSv7One3KoBRraNzL > .row > .video-iframe-container { display: none; }#vGhfKODgO6IMcXQmSv7One3KoBRraNzL > .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); }#vGhfKODgO6IMcXQmSv7One3KoBRraNzL > .row .container { border-width: 0; border-radius: 0; }#vGhfKODgO6IMcXQmSv7One3KoBRraNzL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vGhfKODgO6IMcXQmSv7One3KoBRraNzL > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#sz0llqMI7gW9PuTaplJoGU3fG8hTebJ4 { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5625rem;left:51.8125rem;display:block; }
#M5bp1qZiORwUe9io2FngxrEoM5aAwIQm { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.1875rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iUBqWrQTcibu55EF8cIWk31F9DdPD0H4 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.625rem;left:53.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q3SHH6oTM7DU9uQvTSG80lTXloTgtZro { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:51.8125rem;overflow:hidden;display:block; }
#MEO8dAfLsET5mspFi2JrLNzRggxCzqqC { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:27.5rem;left:51.8125rem;display:block; }
#CgFIOButgASGkm95SZbOFuTH8dfJTKAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ul4q6tXipzTQb5kwkR61TBP91D5plUtZ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:22.5625rem;left:53.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VKJ0HIv7nqUoOOKT8xPrIrWt8oXiTSSi { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#xezh6qfAz4O7gGvQcw9dPFk8u3ds97SC { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5625rem;left:1.8125rem;display:block; }
#NSSxTqpFepZZ89K1sSuBJKyyNTcwKUEZ { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AWqsn5LHZgdQHSoxVUrmTvoeJLfbZilD { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:22.5rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BcaevnTs5wi5R69XXtFgu4X5FSPO5oDg { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.625rem;left:2.6875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MF4NTHO0pNTApXzToeuk5eHPEGuPIwxx { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:27.5rem;left:1.8125rem;display:block; }
#EWDWGU6iCuTZVLHGTHeClcGFT6teXWTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTxayzwyVndrBTsopCvzLhikMh2iOC7M { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5625rem;left:26.8125rem;display:block; }
#KTsR2XeMH7qVLzIU1ulK9pXQVZpxy7dk { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LAGT7ssoKkM0W7lOVlodqqmK9Pm1MTJy { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.625rem;left:28.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uinTuAzPQBeUNfm3X0Sd8WHfKcPoOP4Z { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:26.8125rem;overflow:hidden;display:block; }
#PT1xXsbnUCZTTBiVfGJZ44g96zgQCh8O { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:27.5rem;left:26.8125rem;display:block; }
#ucIcuzoTB3FcWtk0VCe1cMDkBFraFiJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BtzoQ39622OP2lHy4H8kvpE7BiylJDzf { 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; }#BtzoQ39622OP2lHy4H8kvpE7BiylJDzf > .row .container { background-color: transparent; background-image: none; }#BtzoQ39622OP2lHy4H8kvpE7BiylJDzf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtzoQ39622OP2lHy4H8kvpE7BiylJDzf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtzoQ39622OP2lHy4H8kvpE7BiylJDzf > .row .container > .video-iframe-container { display: none; }#BtzoQ39622OP2lHy4H8kvpE7BiylJDzf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtzoQ39622OP2lHy4H8kvpE7BiylJDzf > .row > .video-iframe-container { display: none; }#BtzoQ39622OP2lHy4H8kvpE7BiylJDzf > .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); }#BtzoQ39622OP2lHy4H8kvpE7BiylJDzf > .row .container { border-width: 0; border-radius: 0; }#BtzoQ39622OP2lHy4H8kvpE7BiylJDzf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BtzoQ39622OP2lHy4H8kvpE7BiylJDzf > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#un53Uao0iXpt43Tr8uEvTMgGXcz8TUmv { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5rem;left:1.8125rem;display:block; }
#GiIAUSw43TcDTqqNJ0nnL5J3D04qnzAu { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uu1GPPOkTB8T8aRG2y5LislP3NHBDbfH { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#dFDGUX6bGm7WQRdWJ2zzBQBy9H9wSew5 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oy3IwuMoP8MGb7S88kg0yBaP26xWRRob { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.4375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hVIF6dbubNg5uNDXx0Batg4wNCntpMsJ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:28.4375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTWwBTWSsb1xeSXaxyCxAXEaQKdleSfZ { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:27.4375rem;left:1.8125rem;display:block; }
#UBkTWMF3JtxTCu7qZN2Nfv1bcPcSnH56 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hfforylZZt4l7XU1qZawtV8H3EXRPQTV { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:27.4375rem;left:26.8125rem;display:block; }
#H4ENhIR9elapu1r7bUe3TFpvhzkBNXgG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JD5TS0eucTSpqTrFsUBROVfLtFW7gnNN { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#TaO0weHr2KWQ0PSezFPSgazXdqyNgJ3h { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:26.8125rem;overflow:hidden;display:block; }
#JZq9uf1o5GUfqi8T8EXzaHfG2Lzis78N { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#wP6gTPpxXWv6ylBhQRX6EcTlV8T8fxZM { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sVBmFXBacKmMUxpC2Tobge4TaHQUyJTl { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#eoT6U71THeTAnXc7Rs4SfxnGMWIye3gJ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:55.625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s0TuwmQAGnu8RZS4ftd995myExJK4mn0 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:27.4375rem;left:51.8125rem;display:block; }
#bxWJc48eyyCRAIVAxwktBChmdJLK5a0v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 { 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; }#MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 > .row .container { background-color: transparent; background-image: none; }#MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 > .row .container > .video-iframe-container { display: none; }#MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 > .row > .video-iframe-container { display: none; }#MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 > .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); }#MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 > .row .container { border-width: 0; border-radius: 0; }#MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#kdpGl82DLkI1pooxlcDNSb9IyBGnDG63 { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.4375rem;left:1.8125rem;display:block; }
#pl6bu74BrvChNebMaysaxpPrgXZX8b41 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IGLsnw4HL6KAxPeMFXuUzHvsUffF9kfw { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:5.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eSwAcMNByLoFXwzo0HztHpQpm9E0uUEM { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#wflIcIZz4meGL3m2CsZwchbF7CJHL5eZ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:23.1875rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xwxXDd5wtcTrfUBS2qP9VbePfXLJvJZF { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:27.375rem;left:1.8125rem;display:block; }
#AlT6XTC6TQG1nFwVl5hMCn1033EAv0XV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oMcdKWPH4Wy01d0TlJxTp04RpIDySyT7 { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#aUIP75TW9czNRBVqGTVIPPDI4KKl7g7w { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qmBSKbQXkuCAKgNI3oHxaFeNM0vDwu1Q { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.5625rem;left:30.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rg0FA1LfVk3zv0mxdirANCq3o9U8gPXI { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#n6gHT3zITtbXIsW7uoBvExvaKeoyWi2h { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:23.1875rem;left:29.375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z8zQOTg9NAJb4cH59DJThnCind6d1GUT { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:27.375rem;left:26.8125rem;display:block; }
#cQien95PtVyzNE7ioFxMrzcGRSHG3Lzo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J30TIsfCxknSTKbVDTcw4DG82zuTKaWx { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#Kxz0K8Wz8ZQ8P7S73TiNqSJlyk3T08OH { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:27.375rem;left:51.8125rem;display:block; }
#wAtlRv6Smes8UGlG0fDLuZGRBTaUTo1G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOUIgQbZEw1wasruauknFDJa4ldQMVDL { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.1875rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w94obVeARSDTk9VS5pFN7qrNhodUiJsR { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:20.5625rem;left:56.21875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a5mTVwQ5N9mqPrPeh2WuVVTqM67f5wgg { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#nA8nsVUuQ9GKeqLcSPq06238uL3VhLOX { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:24.0625rem;left:54.375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WodMbrfKbFJC83R67lwxD1h8usrRNvWc { 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; }#WodMbrfKbFJC83R67lwxD1h8usrRNvWc > .row .container { background-color: transparent; background-image: none; }#WodMbrfKbFJC83R67lwxD1h8usrRNvWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WodMbrfKbFJC83R67lwxD1h8usrRNvWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WodMbrfKbFJC83R67lwxD1h8usrRNvWc > .row .container > .video-iframe-container { display: none; }#WodMbrfKbFJC83R67lwxD1h8usrRNvWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WodMbrfKbFJC83R67lwxD1h8usrRNvWc > .row > .video-iframe-container { display: none; }#WodMbrfKbFJC83R67lwxD1h8usrRNvWc > .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); }#WodMbrfKbFJC83R67lwxD1h8usrRNvWc > .row .container { border-width: 0; border-radius: 0; }#WodMbrfKbFJC83R67lwxD1h8usrRNvWc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WodMbrfKbFJC83R67lwxD1h8usrRNvWc > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#SqOkabvynCWlpkfxIy8340MbiiyFSoqB { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:21.25rem;top:12.4375rem;left:1.8125rem;display:block; }
#Z8Ag4D2KyaX1BCxSlf0Pv1M7uC9yeqaC { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UwsEdgxi8n5avSrrusnxBIXI4QpEhXxi { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.59375rem;left:4.28125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQuTF8qe45P34HhvqvvJNPxQalP1mJ2p { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#WtTSTfdImgcn4UhFTM7GdJHhd7gr2I4D { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:22.5rem;left:5.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dfSuEthBlqQ8hC1ONhHWnPPArg8bTGUE { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:25.6875rem;left:1.8125rem;display:block; }
#mowMCWpoxqi61lNsHn7L4FIXwbBAt5qI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rs3kKZk56qcvpXFU8K5tJNp08s1JRt9n { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#pTdnSFgbdQq4W4nrQ7nJGG32kIdeNTad { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:25.6875rem;left:26.8125rem;display:block; }
#fuc3cNV6X5CyIFVU98GVVqoAdcTCGAZE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iPSU4A5zFfSND4p9biA8u5GaKi9M1MbI { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QD8MtN2SNIpMP26rOGRnHTb9ut2HyKzB { color:rgba(var(--color-tertiary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.625rem;left:29.5rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H69vEhiuC7ofiUhU4nyP0xoC4tSZJudr { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL { 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; }#AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL > .row .container { background-color: transparent; background-image: none; }#AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL > .row .container > .video-iframe-container { display: none; }#AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL > .row > .video-iframe-container { display: none; }#AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL > .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); }#AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL > .row .container { border-width: 0; border-radius: 0; }#AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq { 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; }#L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq > .row .container { background-color: transparent; background-image: none; }#L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq > .row .container > .video-iframe-container { display: none; }#L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq > .row > .video-iframe-container { display: none; }#L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq > .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); }#L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq > .row .container { border-width: 0; border-radius: 0; }#L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#F7DR2IGkAF119NeLMZgFbA1L2qPAeukS { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.125rem;left:1.875rem;height:2.5625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wSKA5gNuru5lcUDdcJXJC0tlTtBPWIXf { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:1.84375rem;left:-1.3125rem;display:block; }
#bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z { 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; }#bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z > .row .container { background-color: transparent; background-image: none; }#bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z > .row .container > .video-iframe-container { display: none; }#bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z > .row > .video-iframe-container { display: none; }#bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z > .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); }#bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z > .row .container { border-width: 0; border-radius: 0; }#bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#mRho6DboSFaHI3GafVsJ7uH2FwgrhBTS { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#mU2WlZ96eeSlSQh8XH9ozoshkPcGVcrq { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tI5HVeO9kguoR64RqfW9K30na0FwMUTn { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#Ez3FSPZDdLGiZpw0BXV3KFddthzu68NZ { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mAiek6Vrve1nIbQ9uArzcTsIvgm1ofHo { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#pF4vNma35F5zeqWbVsVdIWRppHzZibF3 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.46875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H2iqRsebLrA25buh8aTBsLZoiT8cOghd { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SS2P3Wk0CHD4u8FMU0d15TklBPdqWBMe { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.90625rem;left:1.8125rem;overflow:hidden;display:block; }
#MXzpGu5PH7oJNmC6lCmMfIWJ9Z4mlwfa { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.90625rem;left:51.8125rem;overflow:hidden;display:block; }
#qZqQJJSL0bILLUzSabLJcBiVpzMKy5rq { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#JKywvFEUDgJDQc46HXf1TT36nLTuT7Uc { color:rgba(var(--color-tertiary-3),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:24rem;left:53.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ehr5aI7sLCBiRUO0JJTg0CG4zXRKwanM { color:rgba(var(--color-tertiary-3),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvw6H4VIPpfssZPQMaVsXUvlKGxOHbdV { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#QZxxVfpW7VPxTXwS340TCdlq894kgJWX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SWJFq6io4KPXWNgoPtxXb0tkuKc1RhnU { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:27.40625rem;left:51.8125rem;display:block; }
#FOAyz0vlzuqaO8yi0eUUH8WEspEoMqOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IVf2oMnoTpzSzb2tTJO1Uv9qDyTeKkpT { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#BpHZBTeCgILgqyLigvKnOgK5ipyWegTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwEbEtwaAvH0Nrgw45wZSqNq6UnQVBQZ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:28.46875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S3cDo9cFv0LVKr22iliRWOhgSnr42qM2 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:23.9375rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VPHsnFVFvxbtQDLDkpxzzedrEnXP8qXI { color:rgba(var(--color-tertiary-3),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:24.5625rem;left:7.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tSaCQqX0gRqWGkMs7eDpGXLhwCyBdczv { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:21.6875rem;left:54.40625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#up6JCEhyTSU6kGLnWciT28Gq2kzKzrH7 { 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:4.375rem;width:4.4375rem;top:0rem;left:25.9375rem;overflow:hidden;display:block; }
#Q5pt6lS7ilJiSa5XmbCKHuyWTxwmtTZ6 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.375rem;top:0.375rem;left:26.3125rem;overflow:hidden;display:block; }
#Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA { 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; }#Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA > .row .container { background-color: transparent; background-image: none; }#Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA > .row .container > .video-iframe-container { display: none; }#Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA > .row > .video-iframe-container { display: none; }#Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA > .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); }#Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA > .row .container { border-width: 0; border-radius: 0; }#Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#M6MWUzV6K3VGr4JpeQcDousPG43lJhVI { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#hTZcuMk3R4zVMniqf3eUFSvkcOLiTSZn { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sLxNzCW8Ch3ywdnwES3Ds3m0QG0ZkMyd { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#HyZUgmvTawFDVZc1m3JCual05L1mrnP4 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ztbcyH4XAkctnHGQWfXLqcrRcpchP2hR { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#hQpAdC3VdWO1xiNEe5HfpKbJe7oVT7is { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:5.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ciEB4d5up2GD5twqmlnENw77HNeJ0kTE { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aaoWQXZpGDmQk3KUabzMJA9XzXke37NQ { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.90625rem;left:1.8125rem;overflow:hidden;display:block; }
#V95KpzzUWOliAwDdxLZbfabUTuwuMPfk { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.90625rem;left:51.8125rem;overflow:hidden;display:block; }
#Lm0Q8FCfQLAacB6a5JvOvwFbnvfsT1vX { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.90625rem;left:26.8125rem;overflow:hidden;display:block; }
#te5tFFhdZAKpqhrXSFiyHgbzs2O3PWgm { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vAPeUNbooeTLqTBe3EqX7I6pGVBk0ZT7 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:22.25rem;left:52.5rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CQa1keQawJI2A3n0Uw3tSTtKyfkdcdL8 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:55.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g0cLDBtEHPZFDqMe3dfqTOTkMbx1HG6o { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:22.25rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sklE2lt3x7V4lRgLRHRwOv5T4cmMoEsC { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#pOdBk9c2lKH42LKwXsgqT2NnVTqbuV78 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ALIrQTURFkCnlBD2uM7GvbNrTJh4ZPxl { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:27.40625rem;left:51.8125rem;display:block; }
#eh1P7Lfl0w2bESaqtkf7UhOzC3yfHA4m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzOcyebaWSTfTczNHaPe7wPAaF4pzqvZ { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#MzTF4TORA6hMknG2bPxapesqcxwnrHl7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qyXM4xd1tE3S9KZyuioSk0dh4w2e8AsK { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:23.4375rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TufclXSTrWphJUSek3HtXOt1VcIGKziz { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:22.25rem;left:52.5rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sWGhtMgUUT0D2UNPetV81oGqZlAyfldI { 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; }#sWGhtMgUUT0D2UNPetV81oGqZlAyfldI > .row .container { background-color: transparent; background-image: none; }#sWGhtMgUUT0D2UNPetV81oGqZlAyfldI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWGhtMgUUT0D2UNPetV81oGqZlAyfldI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWGhtMgUUT0D2UNPetV81oGqZlAyfldI > .row .container > .video-iframe-container { display: none; }#sWGhtMgUUT0D2UNPetV81oGqZlAyfldI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWGhtMgUUT0D2UNPetV81oGqZlAyfldI > .row > .video-iframe-container { display: none; }#sWGhtMgUUT0D2UNPetV81oGqZlAyfldI > .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); }#sWGhtMgUUT0D2UNPetV81oGqZlAyfldI > .row .container { border-width: 0; border-radius: 0; }#sWGhtMgUUT0D2UNPetV81oGqZlAyfldI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sWGhtMgUUT0D2UNPetV81oGqZlAyfldI > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#TbkNFVWp5DcoCAe8kE4IOiERZr9G3mzI { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#DeBJVRiWWRZqkoDeCksTlWAF6rCQuD4W { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ayTxEih6tlZd9s2NFJfw6XGtUAdvb1yc { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#AUe8JOdegPosAMyESMDXGoxvX4S94W21 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MVxt5UZWZ1wf0Thq1HtIHU6EdHFm1yPp { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#T3caGNgRAkZvGvuM8ZODZ13egKyuFFdi { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OemTaC9oDkoKRbS44T0hUg1ElaP1K8Qs { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tKQDbRMITDa7fINBWJkk6SbdAuF6GODz { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.375rem;top:0.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#eEFln4tPokaWDTpWCcEyxFtGFGLfbKvN { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.90625rem;left:51.8125rem;overflow:hidden;display:block; }
#APLefD5tMmETJnJm981ynwLNNeDSyVg4 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#bXKsSKsfQb5KGDLoJ7C0UcTZfXxOTE6N { color:rgba(var(--color-tertiary-3),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:23.5rem;left:52.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IVl3N6VmguSvTcTSALGbOvckkQBDbFNA { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:55.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OG9r2PEpd93t2lp7gUkhqe6vFtVoqTOz { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#OhLukL3XSZdctgrbgN7EnDlMN9095sT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P6pyMeRwMqJZWOHkz1pENGevQHhcMVas { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#V9AOmxKRRDmZ8PRFJIaJlRo19lG9CHOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dSyfXAy5ZfaCsSWhKwb0LGWT26ML3TSH { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15100;text-align:center;text-align-last:center;top:27.40625rem;left:51.8125rem;display:block; }
#BnoPhs3Xgiwcdh0i0KiSpSVC1xpI0QPL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E4BezUC1c3BaKz9h30tF4UUTwboRznXU { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:29.40625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k { 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; }#ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k > .row .container { background-color: transparent; background-image: none; }#ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k > .row .container > .video-iframe-container { display: none; }#ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k > .row > .video-iframe-container { display: none; }#ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k > .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); }#ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k > .row .container { border-width: 0; border-radius: 0; }#ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#IDHm3mCao1bwFFKLP1ONA7tA5t9dfE7I { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:21.25rem;top:12.5rem;left:1.8125rem;display:block; }
#lFdOgOdUrzQoAxexfdd3mSAZoqNgwSwf { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.5rem;left:1.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pOOWTLnsPUp3hGD6gR2Cqu1ELTZNFfm2 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#bm69HftgrJJkEkLiQIGznGqDmNm2AowJ { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:20.5rem;left:3.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nhMyHnuPuLnzFyWT7xD2MJAsIPOA8Rsu { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:25.5625rem;left:1.8125rem;display:block; }
#bnLnXWrFysHzX61duecZEE0e8xMAr3Oo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TCepOyWuKvTmyxsRnAd2cgd2TvkN0B92 { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:21.25rem;top:12.25rem;left:26.8125rem;display:block; }
#snqEpgilqZIHZsMqTrPiRERPkHVxpt5J { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:22.5rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SeVaoy5ZbKkPOy5M23nA6RTcI24ugchu { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:25.5625rem;left:26.8125rem;display:block; }
#IOAkiwF4CgvoRTkQWeyiuJWyzB9i40CT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E4rhGgofNqdaMACxIs6HXk8SOtL2s92u { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.5rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yAWVT3bFdXC071FPIB6drh7sa2TXbi7M { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.875rem;left:30.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AWwwrZUcq1wzvAOWP018yfq2hXg1Pr1z { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:26.8125rem;overflow:hidden;display:block; }
#vhiObitMFuVd5FsiZIMc773M7PVnUVNI { position:absolute;display:block;z-index:15041;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:21.25rem;top:4.875rem;left:51.8125rem;display:block; }
#zc9r5FdTrqWGdb3TSt8ex7lfS6IVMyXu { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:20.5rem;left:53.28125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R7m7nmb9S24t1azMltsikeTStGVykftg { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:22.5rem;left:52.34375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aKvaU3KZqCEEOrbF54lzF578MhvelvsJ { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:25.5625rem;left:51.8125rem;display:block; }
#vm5e1Lea3VIKkzJ59kXAhxDRuA1s7bH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#co0NyDazwFsodNBsDug1LN3PapRF5P6V { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:18.5rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kVLsTdpZToHspRmLzBZTIqk1U6QWDPIE { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:51.8125rem;overflow:hidden;display:block; }
#wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 { 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; }#wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 > .row .container { background-color: transparent; background-image: none; }#wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 > .row .container > .video-iframe-container { display: none; }#wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 > .row > .video-iframe-container { display: none; }#wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 > .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); }#wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 > .row .container { border-width: 0; border-radius: 0; }#wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#KmZTKg8qdHC3dCxOnFIaW2QBTgmIh7zz { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#R2C9O0REVBWsN4l4cJpUMqKFJzNaZsBi { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XhhWvONB6o0OJs96STpTilVaxHJl4lgC { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#WAWlMZBnKTxH81AtEle9mzDUM6frr635 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PL1TyLn1rZbndfn4fqBXNAQX4Mbs3Spw { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WW5xtSd1B2viaMtW8izTvcypkKCH9EfN { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.90625rem;left:1.8125rem;overflow:hidden;display:block; }
#ZsSRhLhb8tJpxiHg16t5Ewkr8sBB4R9P { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.90625rem;left:26.8125rem;overflow:hidden;display:block; }
#zOxvs5nEcUxrqJHJxADnp2enF75KMvd9 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:32.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qk5cMHu15XZXEJ3rZIsIf8z3JNf3X8yw { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:23.625rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JFsuvsJPM6rO3CtHv1T2KUIsPLBFK3xT { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:23.625rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LqQ1iXT27OPMOMPl4M4wWqvNzV210v78 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#i2riaMWGqutkyaiDg8owy6fSsMfG4bPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTqUGCJaIozcn7lheBoZGA4vonKsbo91 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15102;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#RCIOR4lOigisTG0BxXQuyaWffX5ZvZRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uG2k6nMsxz2oyFkDdtOFBZbBVJQ1KSbn { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:none; }
#ULnKwPD8gxIlyclzCdB0p7GbcEETHLVZ { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#y3NoKMUeQd0osWSbbTtTB6elOX0uGNZw { 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:16.5rem;width:21.375rem;top:0.9375rem;left:51.8125rem;overflow:hidden;display:none; }
#uKuhPOJhJECFlf5qtSu7bZv9TJH1cWIw { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:20.5625rem;left:54.375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mz2zciTiEQmZWtZobvA9s6zTqH6qzmtz { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15108;text-align:center;text-align-last:center;top:27.4375rem;left:51.8125rem;display:none; }
#e7vLq0dqeDRuiF9lvrWVI9cevfK8fuDS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CqAeGUZ46pRNI1stz7vXE3TQoaZsZdri { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#HlbghV7EGiJtH4484ebtAFyU2ZI2UEfJ { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QwegumfZN1n4QCOL7R6wlKD4XRIk6vUA { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:51.8125rem;overflow:hidden;display:block; }
#G2DWSsChSZLrtfkIiMCc4EW523LMg7pl { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:27.4375rem;left:51.8125rem;display:block; }
#bTMJw05iPz9Ch7rksOxrMyAg6m0M55xM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QxnXfi3RWAXZUZTwsfsvqMw6q643RFO2 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.5625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv { 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; }#t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv > .row .container { background-color: transparent; background-image: none; }#t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv > .row .container > .video-iframe-container { display: none; }#t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv > .row > .video-iframe-container { display: none; }#t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv > .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); }#t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv > .row .container { border-width: 0; border-radius: 0; }#t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#ocZ30zPq71LDtvgEV6H1K1GRCzAbfi9h { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#zwbk9qfV8RyrpyOS2X8kWBUEXpnDTSRU { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LCbkgnBmXDBmR2HxQR5xCnFkcUBBz4Or { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.875rem;left:26.8125rem;overflow:hidden;display:block; }
#WaTyU7QCuEEZ7mtFS5FrfeO4MFMnDoeT { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:29.375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SaQXimaPlVuNBQyXC8MAufzpDp0Qbzzh { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:22.25rem;left:30.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wn7NEH8DRNxC03cRnxTh8ZJCbyJO2QFx { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15102;text-align:center;text-align-last:center;top:27.375rem;left:26.8125rem;display:block; }
#RU2zLIN3xvepaSyA08U6p6XBg9X6maOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CUJt9w7hNdJ7gLTX6ybTkmRGyxf4qqns { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#SfkTuVqW0SQqKGrNDGbUq0FgTUXBVytU { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OdpWUQcfmFiscSW1bvSXchcTTEgLLVt3 { 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:16.5rem;width:21.375rem;top:0.9375rem;left:51.8125rem;overflow:hidden;display:block; }
#HSUQ8yb39QLcnI1xcKZ6DEcA83tAKQlb { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:20.5625rem;left:54.375rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MRpr6OTrGg06oktnGBrePcnF46slov51 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15108;text-align:center;text-align-last:center;top:27.4375rem;left:51.8125rem;display:block; }
#T8ZPp6UxBDqmzSqGOWWrO441UWD0d9Er { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzJBpkzzfZUQyEz1l50PC1n3bAk2QERp { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:23.9375rem;left:28.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NAIXRBk0kml6BVz2X3QWpn4M4dCERfEb { position:absolute;display:block;z-index:15034;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:21.25rem;top:12.3125rem;left:1.8125rem;display:block; }
#SHy12oXTroZtNnbdEGXTZMRQp9op6s48 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:18.3125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tcfxvyurw3tRkmA6nCQIPXmu6a0dZ2iG { 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:16.5rem;width:21.375rem;top:0.875rem;left:1.8125rem;overflow:hidden;display:block; }
#LRqZlhmwaBeoQ9WKi191BQnPzw3Nn48A { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:21.0625rem;left:4.0625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S0133BOso0kpS1KIC1TIQ61vNv04Zehc { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15119;text-align:center;text-align-last:center;top:27.375rem;left:1.8125rem;display:block; }
#HDxlB69Wkat2SRpyJaTEDb3Hl92SZcwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phE32bt8RTaficF1ivHWMm0yDOvdrw8e { 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; }#phE32bt8RTaficF1ivHWMm0yDOvdrw8e > .row .container { background-color: transparent; background-image: none; }#phE32bt8RTaficF1ivHWMm0yDOvdrw8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phE32bt8RTaficF1ivHWMm0yDOvdrw8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phE32bt8RTaficF1ivHWMm0yDOvdrw8e > .row .container > .video-iframe-container { display: none; }#phE32bt8RTaficF1ivHWMm0yDOvdrw8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phE32bt8RTaficF1ivHWMm0yDOvdrw8e > .row > .video-iframe-container { display: none; }#phE32bt8RTaficF1ivHWMm0yDOvdrw8e > .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); }#phE32bt8RTaficF1ivHWMm0yDOvdrw8e > .row .container { border-width: 0; border-radius: 0; }#phE32bt8RTaficF1ivHWMm0yDOvdrw8e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phE32bt8RTaficF1ivHWMm0yDOvdrw8e > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#OmWTbh1fX7gFn2cyMd3h0iVsqNfCgLLH { position:absolute;display:block;z-index:15047;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:21.25rem;top:2.75rem;left:1.8125rem;display:block; }
#ltHEGsibSerbT6meMXvQQs4ycTwZGZ7e { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:23.9375rem;left:2.34375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z856xBLt9Czk9g9a1ZBh7KfiFoeUnqE5 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15129;text-align:center;text-align-last:center;top:27.4375rem;left:1.8125rem;display:block; }
#XSkltsx1m0XAvGu6HrWclULMJ9kVNg67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QX6tovnUN9riqq8KF8kgsbL8dLK5636Z { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#let3elaDtQV1Tf8QRaxpq9W86AnpyK61 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JT25DVZTivuXF54I8T6eWG4mTe9qTJDU { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.875rem;left:1.8125rem;overflow:hidden;display:block; }
#T5rcXmozRV0XiKWe0cyBQURZGOJEZGLF { position:absolute;display:block;z-index:15053;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:21.25rem;top:2.75rem;left:26.8125rem;display:block; }
#VBOccosw7pZmqUlfCFgTWmyggv2h6WJf { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:27.4375rem;left:26.8125rem;display:block; }
#Lt2PVRZvUFpvAfchEmi2vJhuBtkkAuNs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P3wmuKbIO92LGSpLCwDm9HiPu3QSLeq8 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:23.9375rem;left:27.375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HyRzIFGeEIiQG0HOVyycZzfnLTd1PXCi { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:20.5625rem;left:28.3125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z3HUpytSq5xrzCk1Cy8kXkIl9IFysRt9 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EdFpKMhSOu5ZwtxX95bZu9ZdG6G6P8tS { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.875rem;left:26.8125rem;overflow:hidden;display:block; }
#t2wWBpQE6JFgS8TUd0qp62XSRSRlWpOZ { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#Cxf1KMs95QlAIUGKmuZbkySk5xdiWVvQ { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CWwP2i21ushZ8vTnSgOcdLyT1yDTaHBa { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxonnrEGExKaHH09Sn6JOpVqpgS3HelB { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:23.625rem;left:55.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qPdhwZ9LSJspXaSSNzoFH4Ri1KDyNNcA { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:27.4375rem;left:51.8125rem;display:block; }
#TAUz1uQN51mrmg3OoNwKeBrFIgCMn2iJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JrX9MLUxcxtqTwscP03HOG0qkUC7kFBB { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.875rem;left:51.8125rem;overflow:hidden;display:block; }
#I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ { 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; }#I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ > .row .container { background-color: transparent; background-image: none; }#I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ > .row .container > .video-iframe-container { display: none; }#I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ > .row > .video-iframe-container { display: none; }#I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ > .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); }#I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ > .row .container { border-width: 0; border-radius: 0; }#I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#H2TTT19QL9QLp1z1nh456qJ2o0euUI1A { 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; }#H2TTT19QL9QLp1z1nh456qJ2o0euUI1A > .row .container { background-color: transparent; background-image: none; }#H2TTT19QL9QLp1z1nh456qJ2o0euUI1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2TTT19QL9QLp1z1nh456qJ2o0euUI1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2TTT19QL9QLp1z1nh456qJ2o0euUI1A > .row .container > .video-iframe-container { display: none; }#H2TTT19QL9QLp1z1nh456qJ2o0euUI1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2TTT19QL9QLp1z1nh456qJ2o0euUI1A > .row > .video-iframe-container { display: none; }#H2TTT19QL9QLp1z1nh456qJ2o0euUI1A > .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); }#H2TTT19QL9QLp1z1nh456qJ2o0euUI1A > .row .container { border-width: 0; border-radius: 0; }#H2TTT19QL9QLp1z1nh456qJ2o0euUI1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H2TTT19QL9QLp1z1nh456qJ2o0euUI1A > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#CgRDkOrbBlou1GyTh9RqLQq58GgvkM63 { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.125rem;left:1.875rem;height:2.5625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S2VpnylrCBCbODeTDNFoZlaBB1E3cksx { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:1.84375rem;left:-1.3125rem;display:block; }
#BkFMNSOv0eql5idU2nVoebGSokkPPBva { 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; }#BkFMNSOv0eql5idU2nVoebGSokkPPBva > .row .container { background-color: transparent; background-image: none; }#BkFMNSOv0eql5idU2nVoebGSokkPPBva::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkFMNSOv0eql5idU2nVoebGSokkPPBva > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkFMNSOv0eql5idU2nVoebGSokkPPBva > .row .container > .video-iframe-container { display: none; }#BkFMNSOv0eql5idU2nVoebGSokkPPBva > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkFMNSOv0eql5idU2nVoebGSokkPPBva > .row > .video-iframe-container { display: none; }#BkFMNSOv0eql5idU2nVoebGSokkPPBva > .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); }#BkFMNSOv0eql5idU2nVoebGSokkPPBva > .row .container { border-width: 0; border-radius: 0; }#BkFMNSOv0eql5idU2nVoebGSokkPPBva > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BkFMNSOv0eql5idU2nVoebGSokkPPBva > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#cw5H5pe5pmIUEPUv5lg6SmKhG35r60cF { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#y5l1XET0kuKHCo3n4obmCieWCtX0Q4bQ { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zDHhXyX87vMNhKtTd4b2Kzd5wG7koHt4 { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:26.8125rem;display:block; }
#E1m92fdxhLgH1ZtL3tQrwB54LXSpIkGV { color:rgba(var(--color-tertiary-3),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:4rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQyBdTVPFaenbG3fotT6R2XTaLlchu1S { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FuyGM338EQrISt71zbVWeXI6Eg7Xq0TH { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#opDs6vfxlOOPPwzDvcV4OBD1FXStI6dG { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:26.8125rem;overflow:hidden;display:block; }
#zUI4OuhdsrF7LczvaHIouJOqXFvUBIBO { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:22.8125rem;left:27.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QzG5CFpO1hHQIpx2zzNnVA3GeDOktZuH { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:30.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DIWMpJ4sfA3RstVI32RFLVHwXTTkkZgh { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15102;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#McBcNOaUbkWumLvOTvp9caeqhwM7pUqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LvfTJyGr4gTruA3fRHGmgutUW3UFSoZp { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:27.4375rem;left:26.8125rem;display:block; }
#fBPxMevXQBnmrgLJIoWgxRWWHpxlKzJF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XrCEDNIr2cS8WtDPacR2yvxhdumrLFRA { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.375rem;top:0.375rem;left:1.3125rem;overflow:hidden;display:block; }
#WAllsTqbRidaFE1wDVrwekteTu2U7wPG { position:absolute;display:block;z-index:15041;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#TOiGa0tPUa9uo6kqUCqH81uS1oN1oXOW { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MQRsVQ3TF56Fr2gykIbNKBm8Gr2so43p { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:51.8125rem;overflow:hidden;display:block; }
#PGyb63u8dtpKF9PhRAHc1zvH0NDgGZO2 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:23.9375rem;left:52.90625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KusS4c7mu0IBXwUqwA0AcTqv11AkKdsp { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:20.5625rem;left:55.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pLAfDeM5UQCEXDoqR9w7lLieZDV4409l { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:27.4375rem;left:51.8125rem;display:block; }
#X3acBBoo5mwVsVO797ZkU9x56odzDTrF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM { 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; }#oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM > .row .container { background-color: transparent; background-image: none; }#oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM > .row .container > .video-iframe-container { display: none; }#oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM > .row > .video-iframe-container { display: none; }#oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM > .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); }#oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM > .row .container { border-width: 0; border-radius: 0; }#oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#bRRVekcLmIcMSQc0ShSAuqzX8pd5QFtR { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#stKskOPI1keXBKo8u7s0mCgAh9ZQIlvG { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BvVbwNRis69DH4KNBkSuuRIswUIaPnUm { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.03125rem;left:51.8125rem;overflow:hidden;display:block; }
#PEUUVhJIds6XnyQlOBMKtCxaMty5TlqT { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:54.03125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdE0p6aXLqWZGpL7u55oS5IN8570T16p { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:27.40625rem;left:51.8125rem;display:block; }
#XIKzlecHdHpaWZGz9sft6nHfXvfyEw8d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eWl4dvfx3ZCTt7oEK7sB4oNZUsGcGgal { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5rem;left:1.8125rem;display:block; }
#Nm72MarbrTWhTSdAtioky3Z4eL4ZWfVb { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.25rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pQ3w17sVWyGtg1qom24ePCmzbFTtf5sk { color:rgba(var(--color-tertiary-3),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.5rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wwm0XWCEocgMwX50nhbcMGTqiEmgTOC8 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#GyIPHqZ77OG0lpVouTmuxwmGucmVsKo6 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:24.9375rem;left:5.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n0Nwa10OTSLwXTKIr0xr9ucPZzmhQt4w { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15108;text-align:center;text-align-last:center;top:27.4375rem;left:1.8125rem;display:block; }
#XCsvrLiG9lEFSnTHnU7T40V4tME8LctO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TL22iK1fgpA8SfeB5cVDyy7lnxvWX6VF { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.03125rem;left:26.8125rem;overflow:hidden;display:block; }
#k7Phdv6JnPtivqIxtzTrx5TfZeacxwAD { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15113;text-align:center;text-align-last:center;top:27.4375rem;left:26.8125rem;display:block; }
#xR26fqpyfzsHVQGBNxA5nvQEnHHf9ka2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vglpr8pkX7ghw0t0TyrRg5WncNMslPtG { position:absolute;display:block;z-index:15028;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5rem;left:26.8125rem;display:block; }
#FzyoHmpbBI4C7ZlgQE0mrCfnH9OZTNwt { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:24.5rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOTV1Ad7uolViTl9d5F8Kyti4AVXR9T2 { color:rgba(var(--color-tertiary-3),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.5625rem;left:28.5rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yXr6m1uE9OPS8o8QTLERSFxg0UQF2J51 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:18.25rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xu3471s12M49wk38dndpTSVlOldkxPOM { 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; }#Xu3471s12M49wk38dndpTSVlOldkxPOM > .row .container { background-color: transparent; background-image: none; }#Xu3471s12M49wk38dndpTSVlOldkxPOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xu3471s12M49wk38dndpTSVlOldkxPOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xu3471s12M49wk38dndpTSVlOldkxPOM > .row .container > .video-iframe-container { display: none; }#Xu3471s12M49wk38dndpTSVlOldkxPOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xu3471s12M49wk38dndpTSVlOldkxPOM > .row > .video-iframe-container { display: none; }#Xu3471s12M49wk38dndpTSVlOldkxPOM > .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); }#Xu3471s12M49wk38dndpTSVlOldkxPOM > .row .container { border-width: 0; border-radius: 0; }#Xu3471s12M49wk38dndpTSVlOldkxPOM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xu3471s12M49wk38dndpTSVlOldkxPOM > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#GNm7uzK2aSqVHSRN3rI2Z8bxTut0HFGy { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#XhVJUPCplxJTX40sRkrTumEtGMnBWGst { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VLGwrDGDdBreHGUgkfgXxugxICTMZZAO { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#E3Hg9f8x9cUJL8H6pBOa5UrWsCQAEg8R { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#wWA2i7bWX0bzezTAIKqDw7aAxkH2Axgm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GN6srq3gbbDGN2LpiiF6DvFvZvHotfer { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5rem;left:1.8125rem;display:block; }
#EWy7ofGsm1ccdB9aL8kvUD2ZtOMXTTTA { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.25rem;left:1.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QHasRtQSoQ2yMm0nKmT4EaH1Wdlwoa5o { color:rgba(var(--color-tertiary-3),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:21.84375rem;left:3.5rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#veZhbSVne870K9bLZbeVTfo8T1T2sutd { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#zBGqTGl5O0i0S6eFq77wIgX61btbHAOs { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15108;text-align:center;text-align-last:center;top:27.4375rem;left:1.8125rem;display:block; }
#EixoB7qsnRcZaTP2bvli2G8pXBMZ0kNl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kzy5FezFmlyC6hg34iT3BLtzez1byHUg { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:20.5625rem;left:29.03125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTR6bExxN6fsevdD9lUPv1yh9PlPb0pR { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:22.3125rem;left:29.03125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BOHdMsxnWArJZC6GF9Gi75FlWpZBy9EA { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#Q38aQzMBRGlVeOg0NKz1GPHJRdHvq5X7 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:27.4375rem;left:51.8125rem;display:block; }
#cwJJhBTOrCJWgqdA724UUTpPta3g86NZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgNnQiZnPGumdISldzfGSfHrzxiE6EAX { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:20.625rem;left:54.0625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IeOxs0R5DrWnRPQayxfg8zSR4ZvUzA7T { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RVelhpAAu8Dwc4QgoCdmgdV7PK5pgMvX { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:51.8125rem;overflow:hidden;display:block; }
#TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd { 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; }#TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd > .row .container { background-color: transparent; background-image: none; }#TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd > .row .container > .video-iframe-container { display: none; }#TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd > .row > .video-iframe-container { display: none; }#TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd > .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); }#TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd > .row .container { border-width: 0; border-radius: 0; }#TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#wuvbZgsGkM8XtIhyvTkaVTLcOCxBFsnE { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5rem;left:26.8125rem;display:block; }
#tDWkyF5pBMlOLIBab2Z3CCeHqZSTlxpd { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.25rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ntQrsA6MnPdauLhwqNvfKwgQynqoF688 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.625rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p97SlOse1LA3BOyvfQ5icd85TVAH5HiJ { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:26.8125rem;overflow:hidden;display:block; }
#Vz3ID5S4exTB5SrbQZeDT1XlmGKfBiM4 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:23.6875rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fONaSMR0s0MbDS6zZlTmcb3nkkDnuxhn { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15108;text-align:center;text-align-last:center;top:27.4375rem;left:26.8125rem;display:block; }
#RPq6IzFxpcVLQavR4iDkTsk6mc5ZJWT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WRawNHhPxtVFZCsqdTVzcT6rXx4tKlNl { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#mOLfuLK53XwL0Rs3MTuNwuQrtg07PH14 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:27.4375rem;left:51.8125rem;display:block; }
#U2PokR92V3D0utMWeUMk5unkLc2ZaUHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NkyaBk8PDiLJom8GDS5w2ieG1Vr94GCJ { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.25rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OMlqW0TTceHaCv29QWPaJtMN5kPeFvtk { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.625rem;left:55.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZSISq7py8pD5KDCnogwWeqSVm3K63nrF { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:51.8125rem;overflow:hidden;display:block; }
#a0R6kR7GI1txA3ZBd2TRoqgLhpTWtJzJ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:23.6875rem;left:55.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FXwHTDALq5qTPegZSDuic3eBXk0lXqDS { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5625rem;left:1.8125rem;display:block; }
#NrMdP37n5q0SMnTq3aK64EHa1anrczhf { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:27.4375rem;left:1.8125rem;display:block; }
#D8a5wplwiMaPt4RDVTBGCN903keGxFZr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQ6m2aeJCouB9f4JTotXvbw06ybPyZmn { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ogMnObK3M9IJ6zSmU8rIUs3xfgyotyUb { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.625rem;left:4.0625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FlEaqtgmhJ8JTGaJSnGwPn8atvFxgqZs { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:25.625rem;left:4.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTxAdbmGoHnu25lucWJgMGrNiMaDFyIK { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#sbAbldto155wT00LwFktB0cMST9t7QJN { 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; }#sbAbldto155wT00LwFktB0cMST9t7QJN > .row .container { background-color: transparent; background-image: none; }#sbAbldto155wT00LwFktB0cMST9t7QJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbAbldto155wT00LwFktB0cMST9t7QJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbAbldto155wT00LwFktB0cMST9t7QJN > .row .container > .video-iframe-container { display: none; }#sbAbldto155wT00LwFktB0cMST9t7QJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbAbldto155wT00LwFktB0cMST9t7QJN > .row > .video-iframe-container { display: none; }#sbAbldto155wT00LwFktB0cMST9t7QJN > .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); }#sbAbldto155wT00LwFktB0cMST9t7QJN > .row .container { border-width: 0; border-radius: 0; }#sbAbldto155wT00LwFktB0cMST9t7QJN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sbAbldto155wT00LwFktB0cMST9t7QJN > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#oM214mRO0gTXg9xtnle5DT2Hol4KHXdw { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:21.25rem;top:12.5rem;left:1.8125rem;display:block; }
#ruJNZR0MdAlPsgKrcmpTnpbiIfdACvTU { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.5rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oePdOqyoXeKcPbnq1QcPAC65to8leWGx { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#bmpaAOxc657NOnKBDITm1WzcTr81Zt6t { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:20.875rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r3wG9Gax7Hy22ATi9zG0rkUeZgs8PyBt { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:25.5625rem;left:1.8125rem;display:block; }
#JQfTcfT12AVox4QcO27TTaNoCcmJaKF8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qrdPatZ2ES93irSf42l9VJDcaJRVxBrz { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:21.25rem;top:12.25rem;left:26.8125rem;display:block; }
#L0RLE2moypTogDsrNfAGo18gc2FBXEy9 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:23.4375rem;left:30.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FkzfiGUSUgiBIcJfLpNntBLDmoy4mfTu { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:25.5625rem;left:26.8125rem;display:block; }
#mUkMy4tXpBH9bTBqf5OEabIhXUH1vadi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sldD7GIRmqg7vBgR1eGKMNPgN74meksy { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.5rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z2LL7rf4WmmMuX0wci2dllFghT5N3M8u { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.875rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nmwR0fsUTIalzyEkq3sePUvWTHIxJGxS { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:26.8125rem;overflow:hidden;display:block; }
#FtqVS7hMq0gmrLXFrFz4RRfaqR8DdDM0 { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:21.25rem;top:12.5625rem;left:51.8125rem;display:block; }
#eQoFw7qQ1IJACBVd7fvxssi3u6o0rXsD { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.6875rem;left:55.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nkm4AZDdvJn7fPDBONB9W2kec5DhUya0 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:23.75rem;left:55.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EhSqliekKL0MKWEoqdE1ozXmtQoNmcos { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:25.5625rem;left:51.8125rem;display:block; }
#LXJqUhEKf1msQ8GB4A6InGGPs4uTI3a9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lfhfDR34ndZARHPLT1s4iRQC4oiBWhab { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.3125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fK7SilMTRZv4VR4ShZaZK17yrZTuhevr { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.125rem;left:51.8125rem;overflow:hidden;display:block; }
#oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 { 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; }#oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 > .row .container { background-color: transparent; background-image: none; }#oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 > .row .container > .video-iframe-container { display: none; }#oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 > .row > .video-iframe-container { display: none; }#oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 > .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); }#oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 > .row .container { border-width: 0; border-radius: 0; }#oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#So0McLlarOlXDsg2QsHp5K0iXVwc6xZE { 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; }#So0McLlarOlXDsg2QsHp5K0iXVwc6xZE > .row .container { background-color: transparent; background-image: none; }#So0McLlarOlXDsg2QsHp5K0iXVwc6xZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So0McLlarOlXDsg2QsHp5K0iXVwc6xZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So0McLlarOlXDsg2QsHp5K0iXVwc6xZE > .row .container > .video-iframe-container { display: none; }#So0McLlarOlXDsg2QsHp5K0iXVwc6xZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#So0McLlarOlXDsg2QsHp5K0iXVwc6xZE > .row > .video-iframe-container { display: none; }#So0McLlarOlXDsg2QsHp5K0iXVwc6xZE > .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); }#So0McLlarOlXDsg2QsHp5K0iXVwc6xZE > .row .container { border-width: 0; border-radius: 0; }#So0McLlarOlXDsg2QsHp5K0iXVwc6xZE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#So0McLlarOlXDsg2QsHp5K0iXVwc6xZE > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#ElUV3RIzcQugKBNIbQWhTkLz0GaidgKN { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.125rem;left:1.875rem;height:2.5625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aqavPqU6V9VQcddhSftcwSexA0aXgxpX { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:1.84375rem;left:-1.3125rem;display:block; }
#vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU { 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; }#vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU > .row .container { background-color: transparent; background-image: none; }#vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU > .row .container > .video-iframe-container { display: none; }#vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU > .row > .video-iframe-container { display: none; }#vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU > .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); }#vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU > .row .container { border-width: 0; border-radius: 0; }#vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#pvkhRUGRQeIc5Xlt8LccmTW8PmEsm7o1 { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0.78125rem;left:1.875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KMG6wWHc4hxEpMvZQwOL6le2esgr587A { 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; }#KMG6wWHc4hxEpMvZQwOL6le2esgr587A > .row .container { background-color: transparent; background-image: none; }#KMG6wWHc4hxEpMvZQwOL6le2esgr587A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMG6wWHc4hxEpMvZQwOL6le2esgr587A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMG6wWHc4hxEpMvZQwOL6le2esgr587A > .row .container > .video-iframe-container { display: none; }#KMG6wWHc4hxEpMvZQwOL6le2esgr587A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMG6wWHc4hxEpMvZQwOL6le2esgr587A > .row > .video-iframe-container { display: none; }#KMG6wWHc4hxEpMvZQwOL6le2esgr587A > .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); }#KMG6wWHc4hxEpMvZQwOL6le2esgr587A > .row .container { border-width: 0; border-radius: 0; }#KMG6wWHc4hxEpMvZQwOL6le2esgr587A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMG6wWHc4hxEpMvZQwOL6le2esgr587A > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#csBO236OVhARab9UI0u6ee8AMHC4a2eD { 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; }#csBO236OVhARab9UI0u6ee8AMHC4a2eD > .row .container { background-color: transparent; background-image: none; }#csBO236OVhARab9UI0u6ee8AMHC4a2eD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csBO236OVhARab9UI0u6ee8AMHC4a2eD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csBO236OVhARab9UI0u6ee8AMHC4a2eD > .row .container > .video-iframe-container { display: none; }#csBO236OVhARab9UI0u6ee8AMHC4a2eD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csBO236OVhARab9UI0u6ee8AMHC4a2eD > .row > .video-iframe-container { display: none; }#csBO236OVhARab9UI0u6ee8AMHC4a2eD > .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); }#csBO236OVhARab9UI0u6ee8AMHC4a2eD > .row .container { border-width: 0; border-radius: 0; }#csBO236OVhARab9UI0u6ee8AMHC4a2eD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#csBO236OVhARab9UI0u6ee8AMHC4a2eD > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#H2SKZm9uD9BS6sLWZ735LZg34aPLrvnR { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#plRQexw8ZG1ptKVUsSP7B0wsKxUXtvlf { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UwXhCtIrRTrWTgzTfP11IkdbLn7fgGc7 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.3125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lLyDoQVT7A9t8h6BOT1y68qBDGTx3Qfo { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.4375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#dMlDxn4Tc7U5BizXQ20EkO7MyT7UxZ5o { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15109;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#FsK65UDNBzpzIMSXN1JFMBQmbwQAF4CE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ov3DOwx63JEuLqSJ5frOmZdxn90n2QX0 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.3125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Rwr3qmesn51xadodaT0vFyeBu5M14OG2 { position:absolute;display:block;z-index:15028;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5rem;left:26.8125rem;display:block; }
#hIfrchqW5D5pr4H0pDvpPHlkA0x4T5w6 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRdpdyJVyFJMqqxmeHZOtkBPxXV5Kgti { color:rgba(var(--color-tertiary-3),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.5625rem;left:28.3125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQ2HTgzPE5rxErVxgGTHbRKrxpfHch5w { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#S5cLVE58yzMpklwTAQcbR7fBdJsxgada { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:27.4375rem;left:26.8125rem;display:block; }
#AwrqrL8eDd3lDxVEXpVSZvZ0UPu2PObS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dAEzWV4c8mPBl8KtTF6nfkMMq7Qo8GuA { position:absolute;display:block;z-index:15033;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#QHrOzX3mP80JKwAC91GNe1A42CGDzmIF { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lbtrZvhzvRprJtuSGei8anGzX2t0ZCFl { color:rgba(var(--color-tertiary-3),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.3125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dOqZdzPwWZkCBcOi49iJkJa15qcegXkG { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#FlIiPS7ANQLocedvQSOdgiLBeiKVJLQP { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15119;text-align:center;text-align-last:center;top:27.4375rem;left:51.8125rem;display:block; }
#nufPi1u959z8VsqllSbnPolIxVs1gQdK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EQJnmw45zRfDzChXKuX8nDASUPgMQyZo { 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:5.25rem;width:5.375rem;top:0.375rem;left:1.3125rem;overflow:hidden;display:block; }
#QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 { 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; }#QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 > .row .container { background-color: transparent; background-image: none; }#QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 > .row .container > .video-iframe-container { display: none; }#QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 > .row > .video-iframe-container { display: none; }#QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 > .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); }#QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 > .row .container { border-width: 0; border-radius: 0; }#QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#riziDc6BmwnTEX1KQMoTZfCpacf31E5G { 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; }#riziDc6BmwnTEX1KQMoTZfCpacf31E5G > .row .container { background-color: transparent; background-image: none; }#riziDc6BmwnTEX1KQMoTZfCpacf31E5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riziDc6BmwnTEX1KQMoTZfCpacf31E5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riziDc6BmwnTEX1KQMoTZfCpacf31E5G > .row .container > .video-iframe-container { display: none; }#riziDc6BmwnTEX1KQMoTZfCpacf31E5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riziDc6BmwnTEX1KQMoTZfCpacf31E5G > .row > .video-iframe-container { display: none; }#riziDc6BmwnTEX1KQMoTZfCpacf31E5G > .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); }#riziDc6BmwnTEX1KQMoTZfCpacf31E5G > .row .container { border-width: 0; border-radius: 0; }#riziDc6BmwnTEX1KQMoTZfCpacf31E5G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riziDc6BmwnTEX1KQMoTZfCpacf31E5G > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#oPEQM3tREl0D0RGJeHi3K9cX9pvTXytq { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0.59375rem;left:1.8125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z3isX35I9MXv5Eho9oIc2x0xNouVRH9S { 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; }#z3isX35I9MXv5Eho9oIc2x0xNouVRH9S > .row .container { background-color: transparent; background-image: none; }#z3isX35I9MXv5Eho9oIc2x0xNouVRH9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3isX35I9MXv5Eho9oIc2x0xNouVRH9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3isX35I9MXv5Eho9oIc2x0xNouVRH9S > .row .container > .video-iframe-container { display: none; }#z3isX35I9MXv5Eho9oIc2x0xNouVRH9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3isX35I9MXv5Eho9oIc2x0xNouVRH9S > .row > .video-iframe-container { display: none; }#z3isX35I9MXv5Eho9oIc2x0xNouVRH9S > .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); }#z3isX35I9MXv5Eho9oIc2x0xNouVRH9S > .row .container { border-width: 0; border-radius: 0; }#z3isX35I9MXv5Eho9oIc2x0xNouVRH9S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z3isX35I9MXv5Eho9oIc2x0xNouVRH9S > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP { 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; }#NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP > .row .container { background-color: transparent; background-image: none; }#NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP > .row .container > .video-iframe-container { display: none; }#NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP > .row > .video-iframe-container { display: none; }#NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP > .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); }#NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP > .row .container { border-width: 0; border-radius: 0; }#NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#htGWM06vXLJHon9m7Wz0TbMBKp8lVOyq { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#t2dqLWlplQLqv918TTWLmdhLP6CHJFXw { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tMz0MUPf0XquINNlcZ9H1ZsAGVcZuTWV { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#iQNeBnEi6HqX4oOZnXGlcGmlrVCodpHr { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mpKUSiUoIEA3m183r07TaIQsOWpiRMNs { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#ADnDe18QgNUVXUfQbF7kDNJ0UMR6pEhi { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.84375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZo8IcaOeyMwmc9kSpmdR939beMOhKBl { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mlp1CNWZZi2yCCcoLTTuzkr3W5ZtloET { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#LvVJRtRuouZx4Eluk6kPT25Tu3Ib7tGU { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.03125rem;left:51.8125rem;overflow:hidden;display:block; }
#g7Hi1kGSVJW00KA5r87sz4ERmpzCwSBJ { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#pz53gRsua4We2ZwnkMVm77qK7JMG5VQD { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:23.5rem;left:30.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ooy9wcoUkqCGHfUl9cpMmQeqatKhIUOu { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:21.6875rem;left:55.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UfWeZEUlTqCwylNDnovGTteVa8MOm0tr { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15112;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#cT4XW7QVlDJ4ymonadghoudIiI6Ty8SQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ppRAhJ3kpe6dEcLIdkXcCAOCx4paNLCS { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15113;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#LMNVbiHasfJkFZz2WU4mna5OeZB9XGyo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#glaJw3nUXPytcCuvQPtzMNsyTrSKLFWm { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:27.40625rem;left:51.8125rem;display:block; }
#Z2m5tCLyJWfJ79rDJyiOytf69RwQDfzR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rr5yS41aSP8ca8qIb4JFVM5WgpqDE2p2 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:20.5625rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXHavCQb6ZfNAE9S8VbJEZ5rFp62eMXl { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:23.5rem;left:55.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#obR3KdoRlR8nAkMe0zGx1bHNqBQQvltH { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:25.75rem;left:2.5rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB { 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; }#BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB > .row .container { background-color: transparent; background-image: none; }#BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB > .row .container > .video-iframe-container { display: none; }#BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB > .row > .video-iframe-container { display: none; }#BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB > .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); }#BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB > .row .container { border-width: 0; border-radius: 0; }#BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#ppnNTO8zZ9PzyObPLXGBfHa1TPrzsSKG { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:21.25rem;top:18rem;left:1.8125rem;display:block; }
#VSww7WL2KfR1Hi670KfHCVBBUrasX1D0 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.75rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NwSXifvnrnNPK1XWa8wMUHfpGeWC9zgk { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:13.0625rem;left:26.8125rem;display:block; }
#hQGKgTN1pOUgZNXm4GET49WiRrtULd6U { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.6875rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l9OPg9lPPmhiTclwGz59wggnomeh9oT9 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.625rem;left:26.8125rem;overflow:hidden;display:block; }
#EfrIdWFEnN8lBU62DS58Q9sBgIeha9Tr { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:21.1875rem;left:3.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A29cSQzQgwn1rqQ3EibA6MmnaWEV4R0q { color:rgba(var(--color-tertiary-3),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:23.4375rem;left:29.34375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nAB6IBlV0wHfi35PZL03dFImwei0s76C { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:21.1875rem;left:27.34375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E53XUBdgHbkflTfxrFPEK0XQhozVDzP2 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:28.0625rem;left:1.8125rem;display:block; }
#CBTmT73dTGmuEL88sPnoy0sHM7uZxlZz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aFwyPGZTb6lsUXArL7NXi03NpQLeRRMA { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15117;text-align:center;text-align-last:center;top:28rem;left:26.8125rem;display:block; }
#bbtpOGiAaOO0fvzJh0X42nGyHTGRgawC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZqLzB9CopdJQHFgMk5fa1VeofT34PAuS { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:23.4375rem;left:5.625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pA0Q25BuuqdpLwtEvNd5bhfELuihMs53 { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:13.0625rem;left:51.8125rem;display:block; }
#RmmMKpCmKyMgzWlFG1UvekETxKWqr8LT { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.75rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tKzl4nEAeVeCIXzTkVqTqIXKMwwR8zt5 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:21.1875rem;left:53.65625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tgTmooyNd2S3cQgUnRDQxcpDC8ZUaVu4 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.5625rem;left:51.8125rem;overflow:hidden;display:block; }
#Zeck0SRQPKyT76qbBDfr5g8lfC8gfiKW { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15118;text-align:center;text-align-last:center;top:28rem;left:51.8125rem;display:block; }
#OvJ5yx9F5R0eqSMB3Gw2anOisNHTopkW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O7oHC0q4V7EXBvyws0BxVv2nXvrxoSGZ { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:24.4375rem;left:52.8125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4G6G6vbGAPVL9oT2hFmPENQCu2dKOkI { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.375rem;top:0.9375rem;left:1.3125rem;overflow:hidden;display:block; }
#x2iNLzUFolBUcefHBvX6zr32JKuRPPue { position:absolute;display:block;z-index:15063;height:16.5rem;width:21.375rem;top:1.5625rem;left:1.8125rem;display:block; }
#xUxHXzwUQdss9A7JZzu3NEMZeDz5ACdF { position:absolute;display:block;z-index:15063;height:16.5rem;width:21.375rem;top:1.5625rem;left:1.8125rem;display:none; }
#TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB { 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; }#TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB > .row .container { background-color: transparent; background-image: none; }#TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB > .row .container > .video-iframe-container { display: none; }#TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB > .row > .video-iframe-container { display: none; }#TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB > .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); }#TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB > .row .container { border-width: 0; border-radius: 0; }#TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI { 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; }#JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI > .row .container { background-color: transparent; background-image: none; }#JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI > .row .container > .video-iframe-container { display: none; }#JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI > .row > .video-iframe-container { display: none; }#JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI > .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); }#JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI > .row .container { border-width: 0; border-radius: 0; }#JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#SIDIQTqpWX3LSOh6LeqS9CHSfJnWRRF7 { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0.59375rem;left:1.8125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 { 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; }#HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 > .row .container { background-color: transparent; background-image: none; }#HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 > .row .container > .video-iframe-container { display: none; }#HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 > .row > .video-iframe-container { display: none; }#HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 > .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); }#HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 > .row .container { border-width: 0; border-radius: 0; }#HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#KPUhGxu1PvsKn8g0LnWDguktguGnZBQU { 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; }#KPUhGxu1PvsKn8g0LnWDguktguGnZBQU > .row .container { background-color: transparent; background-image: none; }#KPUhGxu1PvsKn8g0LnWDguktguGnZBQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPUhGxu1PvsKn8g0LnWDguktguGnZBQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPUhGxu1PvsKn8g0LnWDguktguGnZBQU > .row .container > .video-iframe-container { display: none; }#KPUhGxu1PvsKn8g0LnWDguktguGnZBQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPUhGxu1PvsKn8g0LnWDguktguGnZBQU > .row > .video-iframe-container { display: none; }#KPUhGxu1PvsKn8g0LnWDguktguGnZBQU > .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); }#KPUhGxu1PvsKn8g0LnWDguktguGnZBQU > .row .container { border-width: 0; border-radius: 0; }#KPUhGxu1PvsKn8g0LnWDguktguGnZBQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPUhGxu1PvsKn8g0LnWDguktguGnZBQU > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#Uakd4oqrz1l1VyJlQ9fxg0zqwwqxHPnX { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#bFAVQOt5TiTJuLKmHPVpSvtHmepQIiaB { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GSi6PCTTwQFpwqPQfF5BctkvJx8H7pSZ { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#NEJP9viL85418BGTpQoxSgTcTxi0XJo5 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d9XKDtmKRZX5AfU6Ms9uR3mdUk0TdbmZ { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#t0MyULAcTSksLlRT87mGQC3dgCX3XIc9 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:2.90625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nmzFsKBZicBCbCVN9Unf9I80eDpFwPtH { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CtBd5l74SINyHLLqKcUc2J1ca9VXkqG9 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#PL28Bb2PQURSTJssXrTfGzD37AhF5mvb { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.03125rem;left:51.8125rem;overflow:hidden;display:block; }
#Mr2JiW0Q6O2Mc1Q4SiRt3ACGEZXsAFbT { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#d3bylSmkLVMRIVnnTriaOZ1AbEVVKvdI { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:30.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EpRDJx00ZwIT6i72aT3CbKVU8n4NDRnQ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:55.625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTv21T5SrPqhtrauZC3xWS9EeuRKpBcQ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:23.4375rem;left:30.625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZinJp8s0ycIrIDZTT8VstekcVvr9LkDw { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:25.6875rem;left:5.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TcbkfUStUsQHFlaZaPQQ9c88x1mwsGxd { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15119;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#OQQfH0mNu4Wee6OEvM0ArQNOMX0m5nw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PtPw4Ii0lNHTVmK4hd6VbbFLKO0hTc0u { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#C91hJ1wq2xS0OTPkaTPh1mWrA9nC5lem { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y3pGdayAbgFNzgxCnsdGslyvvxPvrTg7 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:27.40625rem;left:51.8125rem;display:block; }
#pxtTE0T10q71TydmmPvg6nkdWyJrn8ZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf { 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; }#vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf > .row .container { background-color: transparent; background-image: none; }#vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf > .row .container > .video-iframe-container { display: none; }#vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf > .row > .video-iframe-container { display: none; }#vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf > .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); }#vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf > .row .container { border-width: 0; border-radius: 0; }#vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#TEIr2xUui94bACJqaBPK8mDAExR0Z0E6 { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#wChdyUlunBCfU9PtdTwNhDtWsAXn9XpX { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KccA1Ida5xNVmPp56VW2Vt79MtwI0Cmn { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#X5u1IPiasrgazB3xBV8z92uqtK5tE3ZM { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oQ13WQBTzJSloFmMAGbrMNTehor4z5SL { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#SyET7zHVo6mkDPJ3e18D8TWza48vmFbl { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t1ikeHFUNSQTbMzDtM4aowAZnPPwyzwm { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#RhGc4TkM7u8IKB8Jd8kNkWMoKIN3FHbP { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.03125rem;left:51.8125rem;overflow:hidden;display:block; }
#tqb1fGGfALJWPC8piw26MP9qF6cPE5dD { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#ZdQZCVtse9oXlJ6tN7TuseSGFtWJKGSe { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:55.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a5FL3xJIQGy8NI9FwswbIlgKNWdxhmOP { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#sTzA901KxEIw6HuT2snzs3ZsL3lNERaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uC1pmHkXErpHVHxyWPwfvskAUdbVxiUE { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#eMABnbS0vyVHXDdcDmTFb2F6G5IuwnRR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lEo4FdwDyhUxTAUOw2wi9hkM1pXPenXw { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:27.40625rem;left:51.8125rem;display:block; }
#TVfCQaiXM4fTJy1r65Rtqo907gglJ3Ov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXeAK0b9Uu31wR5OHhglETBH8uDy2zNG { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:20.5625rem;left:30.625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OeDxSqXR3JdMo4ps5EvIdCK6KOFBWTfz { color:rgba(var(--color-tertiary-3),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:20.5625rem;left:4.78125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#crByKr2PK0sDKe41zs9qRx0s8m6TMEeJ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:23.5625rem;left:5.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NJGgLsIWiLihTo7bQtVdp3WZAlIpmgnv { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:23.5625rem;left:55.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN { 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; }#L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN > .row .container { background-color: transparent; background-image: none; }#L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN > .row .container > .video-iframe-container { display: none; }#L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN > .row > .video-iframe-container { display: none; }#L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN > .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); }#L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN > .row .container { border-width: 0; border-radius: 0; }#L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#iRIGrzpCR5Ihk3pIa9gR3qiHNAHXsud7 { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#AmPul4Qw9bInrfBSnNVmsNEue2JOsif8 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WtMskiQrCoqh3uff6lWMJEA0y3mrLxsZ { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#T87pudZThlhU7vQDFgeQPolLIkyThOhX { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HAuKQzGKGWrUQh8Wu0TTauAbr9kPh15K { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#PeFvXrbASUbNKsC540e4rWOT1XyhE89k { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCnM63t3HbB72CTPPLMtvQlXC3ldkt4R { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uca6KbgpPwZbgcSDe3rIPhGDRDhr61Xu { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#R44WoKqlTl7eO6JTgam3Saa1sLF0JJR9 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.03125rem;left:51.8125rem;overflow:hidden;display:block; }
#A4Rl07HxXK4gQ9CDQAAeUmuxR0e4bWmH { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#bvQbHgTWHtMOrsL6kmQldBOsR8VspCgk { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:30.625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C9yteIWeTq3N5oNUgoGIMKT0pESwvIPn { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:23.5rem;left:5.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbRaK5lsFqHcHa9O4T0BemVaZJ4RCyVd { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#RsqCzHZEt6anfARFvLFTMutbapVMoXsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yxevozxqoWdpWa2LcDb0aF0rEZ5qqDI5 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#BKlTZ5TTxfByex3B47qJLVbm7yhTF6rt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BvXF62weohbegTQ9CTrUaLruvlbwpzUW { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:27.40625rem;left:51.8125rem;display:block; }
#Wi3tT3SGkXhH5ilhbowCwlDqZSxzM3v8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#umZwkvdtpegLyooJNpDQ37UKhzUbWvo8 { color:rgba(var(--color-tertiary-3),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:54rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s { 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; }#nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s > .row .container { background-color: transparent; background-image: none; }#nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s > .row .container > .video-iframe-container { display: none; }#nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s > .row > .video-iframe-container { display: none; }#nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s > .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); }#nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s > .row .container { border-width: 0; border-radius: 0; }#nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 { 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; }#kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 > .row .container { background-color: transparent; background-image: none; }#kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 > .row .container > .video-iframe-container { display: none; }#kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 > .row > .video-iframe-container { display: none; }#kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 > .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); }#kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 > .row .container { border-width: 0; border-radius: 0; }#kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#z6SeCpTcNH91RMRrSHyQyyBdCoNnTEJn { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0.59375rem;left:1.8125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq { 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; }#QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq > .row .container { background-color: transparent; background-image: none; }#QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq > .row .container > .video-iframe-container { display: none; }#QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq > .row > .video-iframe-container { display: none; }#QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq > .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); }#QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq > .row .container { border-width: 0; border-radius: 0; }#QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#mDaJpKKtlhivLWFWdHRXHusbtuLItCaz { 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; }#mDaJpKKtlhivLWFWdHRXHusbtuLItCaz > .row .container { background-color: transparent; background-image: none; }#mDaJpKKtlhivLWFWdHRXHusbtuLItCaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDaJpKKtlhivLWFWdHRXHusbtuLItCaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDaJpKKtlhivLWFWdHRXHusbtuLItCaz > .row .container > .video-iframe-container { display: none; }#mDaJpKKtlhivLWFWdHRXHusbtuLItCaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDaJpKKtlhivLWFWdHRXHusbtuLItCaz > .row > .video-iframe-container { display: none; }#mDaJpKKtlhivLWFWdHRXHusbtuLItCaz > .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); }#mDaJpKKtlhivLWFWdHRXHusbtuLItCaz > .row .container { border-width: 0; border-radius: 0; }#mDaJpKKtlhivLWFWdHRXHusbtuLItCaz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDaJpKKtlhivLWFWdHRXHusbtuLItCaz > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#qFVm8WMWeeLWq1AB82VTzpADq1vtA2Wq { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#Qt4J0HeFXEdDO45Q4osyTHfSFVvi8lNU { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G2uCzgRu7plCryOl0GRIs9nTUD6SKZbf { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#ifN3y3fzqZ1GA6iy98CWtvW5qTguirfx { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DBSvQ0ZIXwD6ZhQnQu1XParMenz3isfD { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#E5x5B4i7V3bffG01GD5us6NJVqA38kKQ { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ngWfGDgCnIVAxpe6axKdsrWnoXX5u5bQ { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#EylslAQS3KLgCJbbmbnS76kq8rFHFsIs { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.03125rem;left:51.8125rem;overflow:hidden;display:block; }
#RJpCI7vHQzM64OrIJoblRig69pedZpVh { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#NE8vT5rDnrA4S9eUWtWGvDTwPJv4Tw2K { color:rgba(var(--color-tertiary-3),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:29rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iaUowdcq8xxkQcoQQG9SV4D0fWzCmUpR { color:rgba(var(--color-tertiary-3),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:54.65625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wCygIlPGvzqaTazZ6CD85smBS0kNxT84 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#hSvUx4P3SlxiFmTTJuxSMOBpnCB2C1Zc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTdlLxndi4S0eV9zsbQQDeC3ieluS1Of { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#QKFuNR9ektzTThV0ChJzVCusUp5nBlkB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vvzxPc8TFh6olUd8fIXSqXQrpzqPKLXp { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15126;text-align:center;text-align-last:center;top:27.375rem;left:51.8125rem;display:block; }
#E6N036PGwqbC5emg8F8X3AgrzsciIsP3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lpFK2HHpMOZ1k7CUv0ocis2zJoqL8HbT { color:rgba(var(--color-tertiary-3),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.8125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J9GcvcknItkrsFPaaziIWS6ArvShNCWX { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:23.5rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eDRatTB1Wkf1WDvMmBJbOOJUC3y3kPtU { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:23.5rem;left:30.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UazCgylh9acX8ZB22y0ssXBxNtcNJfWs { 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; }#UazCgylh9acX8ZB22y0ssXBxNtcNJfWs > .row .container { background-color: transparent; background-image: none; }#UazCgylh9acX8ZB22y0ssXBxNtcNJfWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UazCgylh9acX8ZB22y0ssXBxNtcNJfWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UazCgylh9acX8ZB22y0ssXBxNtcNJfWs > .row .container > .video-iframe-container { display: none; }#UazCgylh9acX8ZB22y0ssXBxNtcNJfWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UazCgylh9acX8ZB22y0ssXBxNtcNJfWs > .row > .video-iframe-container { display: none; }#UazCgylh9acX8ZB22y0ssXBxNtcNJfWs > .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); }#UazCgylh9acX8ZB22y0ssXBxNtcNJfWs > .row .container { border-width: 0; border-radius: 0; }#UazCgylh9acX8ZB22y0ssXBxNtcNJfWs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UazCgylh9acX8ZB22y0ssXBxNtcNJfWs > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#bSR4bG0yobX5J1m8NkFEypHeDfQkJhqT { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#nAOsANWm3TuUfVV0JpE0pV4iGAEPS0DX { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wIlc19qDHHP7RJDsixKZI6eMi14fxN0x { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:26.8125rem;display:block; }
#DhvoT4xnrMh3AiRbGrMpwgc5KOxT7IQe { color:rgba(var(--color-tertiary-3),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:21.9375rem;left:4.1875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#blUx1QDzcANs0T72OeQ6Zw8fHqSSlALq { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dFbD3n3i4C5O4JR1uHeZNMzH1m9pUf3O { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#FLV4IPrTDUCh7kGxch09SeHvTRXAf6SQ { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:26.8125rem;overflow:hidden;display:block; }
#NJLvRleXZZx1flLh31qQeSlgfieeJlG2 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:24.8125rem;left:5.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TPw0qdOqqoH0WGw1kvuiDFkDXistKDzm { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15129;text-align:center;text-align-last:center;top:27.4375rem;left:26.8125rem;display:block; }
#VheVhhS01QkX9XClGAx128QgmBfMbUvn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwXt2wPya48A0733l3V5EacGJCqN8vB0 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15127;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#dAlB61LyLHBnxQhp4TiTNAG5yhfDgq8X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXSFtC1yM13phpo49UlbeabgiR1r2AvA { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#QqRqFTVeagN78GaaCqJTkEanQ282P2MG { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15142;text-align:center;text-align-last:center;top:27.4375rem;left:51.8125rem;display:block; }
#zFPAB7WQR7FJnCzt5MJi8GnUK1SLUdfr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wm8IZtBbCvqxSO1DJuHpbsWITTSGNw5a { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sZN5bdbnBnDvatxHzTUfi59uOd6Xvvzq { 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:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 { 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; }#Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 > .row .container { background-color: transparent; background-image: none; }#Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 > .row .container > .video-iframe-container { display: none; }#Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 > .row > .video-iframe-container { display: none; }#Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 > .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); }#Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 > .row .container { border-width: 0; border-radius: 0; }#Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#cENXITrTuTXpdW92nWWVrVAIHZHROAKx { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#nwIzuLWsH0T6cvPHQU9RJn0otSFOqFuO { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ylCxDMAaDFQZ9sEigIaInmRxNfTSTsi8 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#JFvG6aKuIGG5HaaaLfFzTm0JRh2DJs03 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15130;text-align:center;text-align-last:center;top:25.53125rem;left:1.8125rem;display:block; }
#kCL2Wi5TFmPenUHK4uyvSOQLDSyaV90L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mkx8DFdDJtNt4ra0d0pL1o3NMpM8QbTk { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:21.25rem;top:12.5rem;left:26.8125rem;display:block; }
#NiVOay1CCq34u5RrIcfUTTp9ofBhwG2x { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kLZwF6N4yKODscXAruBWrne89dnSkDKy { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#o2TZWHf3C566am6TqSsRrHZPo2ztiFbG { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#USHW0FVUnb3KDk2rqylHDvUo6n93vJgT { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#NUyWDM3oszo4MFhREkcTXDKlLLE8uR6t { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#g11DDvtNELsXt73Ftm8hn65b1CPylbvb { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15133;text-align:center;text-align-last:center;top:25.5625rem;left:26.8125rem;display:block; }
#FS1LCcJsfayKL6eAsMyt0nsQkbB07xIt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pWn2dZE0TKnsmQiIAbSHyOQw2G3dPKyA { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15134;text-align:center;text-align-last:center;top:25.5625rem;left:51.8125rem;display:block; }
#T9KSSkZVMsVgXyDOQAAZEb4M8kFiJTIC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w4hX95h73n1Kby937tKhJe1WLrKNxlwb { color:rgba(var(--color-tertiary-3),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:20.4375rem;left:54.1875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#muKqUJNBbT9equBM3f7hLrT6OIUM37RZ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:22.375rem;left:55.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I5oPRpTVOSVMv7HvbRHsJwldI5s2lU8o { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:22.375rem;left:30.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sKlINqJhJK6zbPVgEgvmMfEMe3D03CDu { color:rgba(var(--color-tertiary-3),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:20.4375rem;left:29.1875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA { 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; }#L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA > .row .container { background-color: transparent; background-image: none; }#L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA > .row .container > .video-iframe-container { display: none; }#L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA > .row > .video-iframe-container { display: none; }#L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA > .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); }#L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA > .row .container { border-width: 0; border-radius: 0; }#L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#lcniVsnLgdffGPG4l9lwzktyFV00nbTO { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:21.25rem;top:12.375rem;left:1.8125rem;display:block; }
#oHGVPI57OsBJIlqqkNedzwsNT4yk0q7F { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.0625rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TIcI0KZJnTeB7nk6g3kJ0W0FgOBtuohR { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#CA7fZldO1IXbxpoBShKbWssUNLTkUTiT { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:24.8125rem;left:1.8125rem;display:block; }
#hfdDw8NLd4wS2IseitodAt22cNhW2GCF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab { 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; }#Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab > .row .container { background-color: transparent; background-image: none; }#Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab > .row .container > .video-iframe-container { display: none; }#Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab > .row > .video-iframe-container { display: none; }#Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab > .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); }#Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab > .row .container { border-width: 0; border-radius: 0; }#Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC { 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; }#MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC > .row .container { background-color: transparent; background-image: none; }#MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC > .row .container > .video-iframe-container { display: none; }#MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC > .row > .video-iframe-container { display: none; }#MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC > .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); }#MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC > .row .container { border-width: 0; border-radius: 0; }#MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#H9sGOp0T14LQCd0cOqE2T6JItxKoAT0R { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0.59375rem;left:1.8125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IIXHBcWeZzW40i6bquxTLHlT272imG4y { 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; }#IIXHBcWeZzW40i6bquxTLHlT272imG4y > .row .container { background-color: transparent; background-image: none; }#IIXHBcWeZzW40i6bquxTLHlT272imG4y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIXHBcWeZzW40i6bquxTLHlT272imG4y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIXHBcWeZzW40i6bquxTLHlT272imG4y > .row .container > .video-iframe-container { display: none; }#IIXHBcWeZzW40i6bquxTLHlT272imG4y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIXHBcWeZzW40i6bquxTLHlT272imG4y > .row > .video-iframe-container { display: none; }#IIXHBcWeZzW40i6bquxTLHlT272imG4y > .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); }#IIXHBcWeZzW40i6bquxTLHlT272imG4y > .row .container { border-width: 0; border-radius: 0; }#IIXHBcWeZzW40i6bquxTLHlT272imG4y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IIXHBcWeZzW40i6bquxTLHlT272imG4y > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#NvolZln3wSEBUQ6NJwWT2bfCld958Sme { 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; }#NvolZln3wSEBUQ6NJwWT2bfCld958Sme > .row .container { background-color: transparent; background-image: none; }#NvolZln3wSEBUQ6NJwWT2bfCld958Sme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvolZln3wSEBUQ6NJwWT2bfCld958Sme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvolZln3wSEBUQ6NJwWT2bfCld958Sme > .row .container > .video-iframe-container { display: none; }#NvolZln3wSEBUQ6NJwWT2bfCld958Sme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvolZln3wSEBUQ6NJwWT2bfCld958Sme > .row > .video-iframe-container { display: none; }#NvolZln3wSEBUQ6NJwWT2bfCld958Sme > .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); }#NvolZln3wSEBUQ6NJwWT2bfCld958Sme > .row .container { border-width: 0; border-radius: 0; }#NvolZln3wSEBUQ6NJwWT2bfCld958Sme > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NvolZln3wSEBUQ6NJwWT2bfCld958Sme > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#GRw5pbBu141owyFzpumVZb69ZIg3TyXf { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#oAqcCTTFsuBmdLD5DMb0LXTFTRyToI0t { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gOPCTKkqN07nQmkeieTkGIAkvVoGeXdz { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:21.25rem;top:12.21875rem;left:26.8125rem;display:block; }
#ZFBGm7o8mnaVXTFtJlcDAvX49EmfMwsQ { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hJk0ZEn7SgMw23DfTacpyTOzoArM7ykO { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#ytTk1vwgLkacKZuD7KL2LmTqfswh7wHL { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.0625rem;left:26.8125rem;overflow:hidden;display:block; }
#cZeme6VXrNvGRPaxInI9beVt7mSbGPSO { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:25.0625rem;left:1.8125rem;display:block; }
#lOieeAlaeBWDZZxs8CGTyVOUV405JBEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R7lTZZ6hTbz7pn1eG4EwknTeTrHBoNfF { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:25.0625rem;left:26.8125rem;display:block; }
#L1c5FwvpaBUkzwosumf4xCiZVTPGrEn6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tPlmdlA1Nfz4ST05b6cJTC5ZVksNB5Tp { color:rgba(var(--color-tertiary-3),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.3125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t5JbKeR9KS6433pZS33fl5OVckBLav0U { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);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.875rem;width:21.25rem;top:12.625rem;left:51.8125rem;display:block; }
#ZMULMUEgu9IXIt5G7tMg3DXXB6ueibJC { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:51.8125rem;overflow:hidden;display:block; }
#yLOXKZVJgEk6NLZUxZXT7gwbRCG1OdW8 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KbWwlUAHi2aw4s1NSa7W6TnaOffT4HZo { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15139;text-align:center;text-align-last:center;top:25.0625rem;left:51.8125rem;display:block; }
#tx9kF62TK7EJkC5LdPCfdvrhia5oEdNa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NoLGyFEebH0kk9kqowcrZaPn2hHLNTs9 { 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:5.25rem;width:5.375rem;top:0.375rem;left:1.3125rem;overflow:hidden;display:block; }
#uHoMqmNTE8h5VwERF6CPprXsXToiUVJV { 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; }#uHoMqmNTE8h5VwERF6CPprXsXToiUVJV > .row .container { background-color: transparent; background-image: none; }#uHoMqmNTE8h5VwERF6CPprXsXToiUVJV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHoMqmNTE8h5VwERF6CPprXsXToiUVJV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHoMqmNTE8h5VwERF6CPprXsXToiUVJV > .row .container > .video-iframe-container { display: none; }#uHoMqmNTE8h5VwERF6CPprXsXToiUVJV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHoMqmNTE8h5VwERF6CPprXsXToiUVJV > .row > .video-iframe-container { display: none; }#uHoMqmNTE8h5VwERF6CPprXsXToiUVJV > .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); }#uHoMqmNTE8h5VwERF6CPprXsXToiUVJV > .row .container { border-width: 0; border-radius: 0; }#uHoMqmNTE8h5VwERF6CPprXsXToiUVJV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHoMqmNTE8h5VwERF6CPprXsXToiUVJV > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#EgTfxC85B8cVCcTo1z0HDVtJQ3Gyk8a2 { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:21.25rem;top:12.5625rem;left:26.8125rem;display:block; }
#KZRKbW88N5Sh79mTUpDzhIT0nDxKVfEz { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SxTXAikvJr366dfCGQF2w8CK8gToLT77 { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:21.25rem;top:13.125rem;left:51.8125rem;display:block; }
#rAzZoD6fSBWV0WHuSbFSiT8kDsWf8DwK { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zMnL5E2FKqaHHw12RaN3lCPRw7F3IK2l { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.03125rem;left:51.8125rem;overflow:hidden;display:block; }
#zpM8Gp3le3aErbWX7gRgrb6mXisAfDBi { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#m1Jria10EWng0KhihMPCPmE5xBVxBPTU { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15140;text-align:center;text-align-last:center;top:24.25rem;left:26.8125rem;display:block; }
#Gy7iDFJLmrlKuet4RZa8B3CrTDAc38eN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pyh6SGm29URdTQK3uk9D5Vk8PKIXb64F { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15141;text-align:center;text-align-last:center;top:24.3125rem;left:51.8125rem;display:block; }
#xqihmTOMMrOrCmDHN1ixMeWduoL0zdU1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HtTEzK6b0PUfAXB96pGGT3KPui3KnMtG { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:21.25rem;top:12.5625rem;left:1.8125rem;display:block; }
#OBJenlbWCsTdIaG0mmsyxAfRyEebOtbO { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NBhL9MFTVThJ8tSQhgc5Wp1KUSzLufFW { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#dhIBAUdClMtwsBc06sqiEwKXNFS38Xvk { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15142;text-align:center;text-align-last:center;top:24.3125rem;left:1.8125rem;display:block; }
#ULzrwXQoMvfuQpXVxwZqDuinDHWZQRO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 { 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; }#pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 > .row .container { background-color: transparent; background-image: none; }#pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 > .row .container > .video-iframe-container { display: none; }#pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 > .row > .video-iframe-container { display: none; }#pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 > .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); }#pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 > .row .container { border-width: 0; border-radius: 0; }#pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#kQde0KN951mGwvl0Rx8Xyy6nQTvpVn3X { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#HB8cUITTNpNEWwQbXkZM0Cq27LdIdakJ { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mz8VAgus6xlngPHBEdTvGpKGDgDnlTvO { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#DZRMSCuWKE0PCvNFcg8CXUON6JaOuRXP { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15141;text-align:center;text-align-last:center;top:23.90625rem;left:1.8125rem;display:block; }
#EzNST2asvesVDcQ63skwk6vZ8aWbBxl5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPXikQwGdVLdJGiravnLuEwNH3gVLDQA { 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; }#TPXikQwGdVLdJGiravnLuEwNH3gVLDQA > .row .container { background-color: transparent; background-image: none; }#TPXikQwGdVLdJGiravnLuEwNH3gVLDQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXikQwGdVLdJGiravnLuEwNH3gVLDQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXikQwGdVLdJGiravnLuEwNH3gVLDQA > .row .container > .video-iframe-container { display: none; }#TPXikQwGdVLdJGiravnLuEwNH3gVLDQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXikQwGdVLdJGiravnLuEwNH3gVLDQA > .row > .video-iframe-container { display: none; }#TPXikQwGdVLdJGiravnLuEwNH3gVLDQA > .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); }#TPXikQwGdVLdJGiravnLuEwNH3gVLDQA > .row .container { border-width: 0; border-radius: 0; }#TPXikQwGdVLdJGiravnLuEwNH3gVLDQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPXikQwGdVLdJGiravnLuEwNH3gVLDQA > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#esnofyx9MRmJxLbDNXWaTTAPEUok1lrN { 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; }#esnofyx9MRmJxLbDNXWaTTAPEUok1lrN > .row .container { background-color: transparent; background-image: none; }#esnofyx9MRmJxLbDNXWaTTAPEUok1lrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esnofyx9MRmJxLbDNXWaTTAPEUok1lrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esnofyx9MRmJxLbDNXWaTTAPEUok1lrN > .row .container > .video-iframe-container { display: none; }#esnofyx9MRmJxLbDNXWaTTAPEUok1lrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esnofyx9MRmJxLbDNXWaTTAPEUok1lrN > .row > .video-iframe-container { display: none; }#esnofyx9MRmJxLbDNXWaTTAPEUok1lrN > .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); }#esnofyx9MRmJxLbDNXWaTTAPEUok1lrN > .row .container { border-width: 0; border-radius: 0; }#esnofyx9MRmJxLbDNXWaTTAPEUok1lrN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esnofyx9MRmJxLbDNXWaTTAPEUok1lrN > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#xStismbgoIsWkzAFIFIIGG4fz62niEvQ { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0.59375rem;left:1.8125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 { 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; }#mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 > .row .container { background-color: transparent; background-image: none; }#mP1o4WNiyTCDGMCeS6enZcu78kQkfT16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 > .row .container > .video-iframe-container { display: none; }#mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 > .row > .video-iframe-container { display: none; }#mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 > .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); }#mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 > .row .container { border-width: 0; border-radius: 0; }#mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#kgu8JndQRreLeeMtXnKPbA8VudHzSVwy { 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; }#kgu8JndQRreLeeMtXnKPbA8VudHzSVwy > .row .container { background-color: transparent; background-image: none; }#kgu8JndQRreLeeMtXnKPbA8VudHzSVwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgu8JndQRreLeeMtXnKPbA8VudHzSVwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgu8JndQRreLeeMtXnKPbA8VudHzSVwy > .row .container > .video-iframe-container { display: none; }#kgu8JndQRreLeeMtXnKPbA8VudHzSVwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgu8JndQRreLeeMtXnKPbA8VudHzSVwy > .row > .video-iframe-container { display: none; }#kgu8JndQRreLeeMtXnKPbA8VudHzSVwy > .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); }#kgu8JndQRreLeeMtXnKPbA8VudHzSVwy > .row .container { border-width: 0; border-radius: 0; }#kgu8JndQRreLeeMtXnKPbA8VudHzSVwy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgu8JndQRreLeeMtXnKPbA8VudHzSVwy > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#iwlwBz1o0BSwxS7r0dCdmHfNziPgX00D { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);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.5625rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#a4SiJnIyKa28dJtir83IH5p5ZSREiGc8 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VAab08i5U7XQNnUrgcWoSqbEtVMBQy1L { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#NclmsTr0M2h9HOOFT3kkeiLP7AvwrZKJ { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15142;text-align:center;text-align-last:center;top:23.25rem;left:26.8125rem;display:block; }
#xJGZpC7etinzcHsXRpVMKtwag3w4Umbd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d4CATZMvTqarNCtfq4ybQJXbnNEJKcpm { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:21.25rem;top:12.4375rem;left:1.8125rem;display:block; }
#QexBCT1ALgToRLndyoS9eqIfR0P2mSMz { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.0625rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hgQtT9INVOFuxn4kLyNdLrZFgKsTh2Na { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#K9q3F5ob9Vw75NDhNARsLnT1LDMgH0lB { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15150;text-align:center;text-align-last:center;top:23.1875rem;left:1.8125rem;display:block; }
#XiSsIMWsPLl9lcATxrH2qqOPi0isqAMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z449Zc1LTfnrgPacs3svIvkaHSTzubfg { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:21.25rem;top:12.4375rem;left:51.8125rem;display:block; }
#yCIy1CgxxpVOgD5BSoAatE7o1TTnMJuJ { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.0625rem;left:51.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BFoEbrUfwinnz8bbGOxcfthv4STivDRn { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:0.9375rem;left:51.8125rem;overflow:hidden;display:block; }
#BPGl9E0uhbcuIklsnFlM1PRnAvuLT3FT { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15148;text-align:center;text-align-last:center;top:23.25rem;left:51.8125rem;display:block; }
#mqqElPBLD6GPGpeRpMuatarQbN17edKp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW { 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; }#HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW > .row .container { background-color: transparent; background-image: none; }#HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW > .row .container > .video-iframe-container { display: none; }#HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW > .row > .video-iframe-container { display: none; }#HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW > .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); }#HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW > .row .container { border-width: 0; border-radius: 0; }#HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#WUgQltMAdWLxgNZu0TSLOwTqnvbrHMPn { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#W1LMuVQMXUIu5zWvK8fUy1rVGgG3lEeB { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#My4TduWguaKHFiWgbEE9HUoBMpmWngZ0 { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#qXwyCwgLKVBADbVc9FRWxfIB2PZsJvtC { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F2OwQOyM6QMyEJK3XBPgJrsZlHwLszSb { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#MrpKteJF9Jt84ItX4BmDWUAZp76uae6P { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#O7MOgsbLSIEvFbKRzDFXtPNuS7hx7EnB { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15145;text-align:center;text-align-last:center;top:23.3125rem;left:1.8125rem;display:block; }
#vnogEoWulPpBt83Ifi7RtrQqux9vmT74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwchZgTA47uMT4mfGzgJVTQctmAN80TT { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15146;text-align:center;text-align-last:center;top:23.3125rem;left:26.8125rem;display:block; }
#RAoQ63sk7TCvITWG7UCNKfFulmKUmUBR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH { 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; }#pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH > .row .container { background-color: transparent; background-image: none; }#pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH > .row .container > .video-iframe-container { display: none; }#pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH > .row > .video-iframe-container { display: none; }#pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH > .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); }#pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH > .row .container { border-width: 0; border-radius: 0; }#pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ { 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; }#krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ > .row .container { background-color: transparent; background-image: none; }#krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ > .row .container > .video-iframe-container { display: none; }#krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ > .row > .video-iframe-container { display: none; }#krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ > .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); }#krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ > .row .container { border-width: 0; border-radius: 0; }#krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#B69WD2cS2CsehP429p2LZDtvSvb5MK1H { color:rgba(var(--color-primary-2),1);display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0.59375rem;left:1.8125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv { 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; }#mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv > .row .container { background-color: transparent; background-image: none; }#mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv > .row .container > .video-iframe-container { display: none; }#mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv > .row > .video-iframe-container { display: none; }#mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv > .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); }#mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv > .row .container { border-width: 0; border-radius: 0; }#mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo { 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; }#OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo > .row .container { background-color: transparent; background-image: none; }#OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo > .row .container > .video-iframe-container { display: none; }#OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo > .row > .video-iframe-container { display: none; }#OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo > .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); }#OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo > .row .container { border-width: 0; border-radius: 0; }#OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#zSdXO89TBXM2by6vk1wFfNJPhCGitBBe { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#UPGVrKR4QsVeENZm7Nt0LrG0UGLxWo8P { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ayRt4UkpTXzqDqRrRwTTrNKersrUo2r0 { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#WCieV90SmC1ICtKtlfhCTtG9H9g82nXx { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#raozA99iFg2CktT6sLDSltopE1hSKp0c { position:absolute;display:block;z-index:15035;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.25rem;top:12.5rem;left:51.8125rem;display:block; }
#i09WcoPx3y9ogVyLHAz7tPgZ5RK9Agii { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:4.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IERCoy6dn4MbNQa73Ok2dTJZr0DucwJW { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UT1zVRnh52T06elAVRbL2Qbo60noWBd2 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#rhn5z6TrLo9pbwOdFaSWi7xEdOkLHb5w { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1.03125rem;left:51.8125rem;overflow:hidden;display:block; }
#FXIQPzZSNwHszpGeoQasEDDdyoxlcrKP { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#aKxH0KlXDdydwQQratur0tAvD3qqoSv0 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:23.5625rem;left:6.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FlGeqoVxLo5qATUPH5b3cMMurk9JF2HD { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15151;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#P0ImxsMGOinaC7ZPcdy99I9dGMDVSbG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g06zOwU4uJpJ3pWZNEN3dIsXLqus0pMS { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15152;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#S8GVHd3wTqC3GPE60ywMiFFEkNXJK1VV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bPcQCZoFwKfEaMwTRAytpHQAmBeDp1Tc { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15153;text-align:center;text-align-last:center;top:27.40625rem;left:51.8125rem;display:block; }
#LS7STnVBfRZCsusnlze57NPcBVLENNnU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iNfJGBr7xkvmEPVTAA8Q1INdUffwrz4x { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:23.625rem;left:55.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KG3oKb6HOrbSAE7Giy5owkeIinCd0OgB { color:rgba(var(--color-tertiary-3),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:21.6875rem;left:52.4375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 { 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; }#R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 > .row .container { background-color: transparent; background-image: none; }#R9wxf929ifbwnw8hA0ZV390yJSoIRxT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 > .row .container > .video-iframe-container { display: none; }#R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 > .row > .video-iframe-container { display: none; }#R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 > .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); }#R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 > .row .container { border-width: 0; border-radius: 0; }#R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#KACkoedlOuipifybtCo221UnC8rbqr7O { position:absolute;display:block;z-index:15023;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:12.46875rem;left:1.8125rem;display:block; }
#m33A4B0qKQ12Sw2ylFGrC47Qy9zUbkJv { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X3EKpf3sCw10wloR4La0Wcc1NAt05y5S { position:absolute;display:block;z-index:15029;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;border-top:0.0625rem solid rgba(var(--color-primary-2),0.5);border-left:0.0625rem solid rgba(var(--color-primary-2),0.5);border-right:0.0625rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:21.25rem;top:12.4375rem;left:26.8125rem;display:block; }
#Q9ZsX7LiNzsPuA4dzhTXEvISVXD3EVy6 { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:26.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kJdahLSdUiJkPImH1fEo43e65zUBMpxa { color:rgba(var(--color-tertiary-3),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5625rem;left:2.40625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cG9Qd3QJMx3sRmc94aFub2KbdlRtwfJw { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#Kyi5KTvsBg5P4cLbflNrmyoxhCLTB2Qh { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:21.375rem;top:1rem;left:26.8125rem;overflow:hidden;display:block; }
#CI2AlVEB46Od5xQrMfrAA396t6lRSaiV { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:22.5rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W8MXowDALys6ZGV9kW4N84TbktGAxyIB { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15154;text-align:center;text-align-last:center;top:27.40625rem;left:26.8125rem;display:block; }
#QogR80CoCAAVt89Af0xccPGuP0iDUzz0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CxcZV9TplZeSqGJ7gHqRO06MsDt6PDed { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:2.4375rem;text-decoration:none;z-index:15153;text-align:center;text-align-last:center;top:27.40625rem;left:1.8125rem;display:block; }
#D016fwnJZqU3SFbkascM6rNEy6aiQvnf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yb6ObCd9pxbw7BKfg5ZXEUyiu5nSIToc { color:rgba(var(--color-tertiary-3),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5625rem;left:27.40625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd { 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; }#Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd > .row .container { background-color: transparent; background-image: none; }#Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd > .row .container > .video-iframe-container { display: none; }#Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd > .row > .video-iframe-container { display: none; }#Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd > .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); }#Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd > .row .container { border-width: 0; border-radius: 0; }#Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,239,239,0.65);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; }#io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW > .row .container { background-color: transparent; background-image: none; }#io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW > .row .container > .video-iframe-container { display: none; }#io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW > .row > .video-iframe-container { display: none; }#io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW > .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); }#io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW > .row .container { border-width: 0; border-radius: 0; }#io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#kb15QxwGH4vMmbZs67TTJaS8seve9f1f { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.5rem;left:19rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uO0AiN7Qbew4U5G2pTEB8aDSvJwdTkwD { color:#434242;display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:10.0625rem;left:17.0625rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#tM8qdGfWwGTz47pmoIM1cJm708FZow26 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:15.9375rem;top:14.4375rem;left:19rem;overflow:hidden;display:none; }
#TB7WEp2kNpdDAz5iOxPETSHbWZHvzp1N { position:absolute;display:block;z-index:15023;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:15.75rem;top:17.0625rem;left:40.1875rem;display:none; }
#VBxDTQcRkox7uIpeknLp5nZhuDl0T1Ai { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:17.6875rem;left:39.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZzVfeWMIzGIAMN0Bvxg74lHBFQVmu0SA { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:20.75rem;left:41.9375rem;height:0;text-align:left;text-align-last:left;display:none; }
#EN65mWkrmH4hlxKVhfzOpUtMduVpBL9l { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:13.625rem;left:33.375rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#CDMz81hUzBCNqhetDN91ZxOhc4vaSib5 { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:16.8125rem;left:34.5625rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#g6WtgMu93WLP88cueNSIa57O7sfqhoW3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:13.6875rem;left:30.75rem;overflow:hidden;display:block; }
#aTzQ4bB1Spi7GsndseEUQwa0wXHTrBdo { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:16.8125rem;left:32rem;overflow:hidden;display:block; }
#JKEKMVq5oqPhgCei9FPNV5XsIzIxSeBa { 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; }#JKEKMVq5oqPhgCei9FPNV5XsIzIxSeBa > .row .container { border-width: 0; border-radius: 0; }#JKEKMVq5oqPhgCei9FPNV5XsIzIxSeBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKEKMVq5oqPhgCei9FPNV5XsIzIxSeBa > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#NxsNFp84gWB4nPxMflX0hm5KdlFPcIS6 { position:absolute;display:block;z-index:15000;height:16.4375rem;width:21.375rem;top:1.15625rem;left:2.75rem;display:block; }
#vpFfXESGPuN0UzMVSnTuWOWwrDKuWk42 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#vpFfXESGPuN0UzMVSnTuWOWwrDKuWk42 > .row .container { border-width: 0; border-radius: 0; }#vpFfXESGPuN0UzMVSnTuWOWwrDKuWk42 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpFfXESGPuN0UzMVSnTuWOWwrDKuWk42 > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:none; }#e6fVPFdoTewu60GVru0QUD2GlzXleS3r { 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:3rem;width:10.625rem;top:2.375rem;left:32.1875rem;overflow:hidden;display:block; }
#yTenoi2o1GDFTVtgvgPl8ALtW45HmXM1 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:4.5625rem;left:73.5625rem;overflow:hidden;display:block; }
#ELAz4298HdKlQhTagIqF0qmOZroVnLoS { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:4.5rem;left:58.3125rem;height:1.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NWZUK05p3CmZMOVgoJ4qpgEezOf6Rlhm { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:3.4375rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BDHqsd7TnTnz8tf8d3u6uRUUDnZKblBS { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:7.5625rem;left:36.4375rem;overflow:hidden;display:block; }
#nWitLzgIbkXAZ88u1Z3TU8dSFJTssMr6 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:6.5625rem;left:34.8125rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qeIQVhkfoGiXhovXHunJyxJ68BBhLCc8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:2.25rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wfkc0mzwTThS5Acy4FdBMXrORtTUvPyW { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:4.1875rem;left:0rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tMEWbwKAAQinb6qKCw9FSpFfPk9EvOxe { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:4.5625rem;left:73.5625rem;overflow:hidden;display:none; }
#fWgDP0qTvb8266qaB0sVe3ozoZBDMUCK { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:4.5625rem;left:73.5625rem;overflow:hidden;display:none; }
#yb3JO5s4EdeEonQNzQrRl9ELPTTKlwkT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:4.5625rem;left:71.1875rem;overflow:hidden;display:block; }
#oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp > .row .container { background-color: transparent; background-image: none; }#oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp > .row .container > .video-iframe-container { display: none; }#oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp > .row > .video-iframe-container { display: none; }#oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp > .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); }#oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp > .row .container { border-width: 0; border-radius: 0; }#oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#bQUFRv32JTwHiqvG59FoeTID8CAoOLAS { 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.25rem;width:6.25rem;top:0.75rem;left:34.375rem;overflow:hidden;display:block; }
#ypzH6yVaN43gHWmNngqWtRtQnE0p9317 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:4.5625rem;left:73.5625rem;overflow:hidden;display:block; }
#JH8wZIkEAa4UiPRhA9cOR3Ahf6tz6Fra { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:4.5rem;left:58.3125rem;height:1.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xHKxyIgk6iW2gZVSO5hcuervquPWUHHv { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:3.4375rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mH48nrQLFIC2apTNmHItk5FxtTuhTkrk { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:8.75rem;left:36.4375rem;overflow:hidden;display:block; }
#LoxiR4fovJH1qdrNnSmNdduqFmsW3KVd { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:7.75rem;left:34.8125rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aefG2orirQBrCxlUKCwLNXOAqBOkhUL8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:2.25rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cFnA8OQQVhxCepKoTvsaqKk7lFLvCvKC { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:4.1875rem;left:0rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CU4CVUvOmeBrTyMzIiRRGCMpMnIDbqqV { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:4.5625rem;left:73.5625rem;overflow:hidden;display:none; }
#xNALQBwWKkLJDbhQXwwKSe00VnuZPtCG { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:4.5625rem;left:73.5625rem;overflow:hidden;display:none; }
#vL9Ec3IaIsrWOzKBeAarlTTZxuhQK9fk { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:4.5625rem;left:71.1875rem;overflow:hidden;display:block; }
#G3oDViXLEOatTWESR3Ems2xnDJTqWnHN { 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; }#G3oDViXLEOatTWESR3Ems2xnDJTqWnHN > .row .container { background-color: transparent; background-image: none; }#G3oDViXLEOatTWESR3Ems2xnDJTqWnHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3oDViXLEOatTWESR3Ems2xnDJTqWnHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3oDViXLEOatTWESR3Ems2xnDJTqWnHN > .row .container > .video-iframe-container { display: none; }#G3oDViXLEOatTWESR3Ems2xnDJTqWnHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3oDViXLEOatTWESR3Ems2xnDJTqWnHN > .row > .video-iframe-container { display: none; }#G3oDViXLEOatTWESR3Ems2xnDJTqWnHN > .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); }#G3oDViXLEOatTWESR3Ems2xnDJTqWnHN > .row .container { border-width: 0; border-radius: 0; }#G3oDViXLEOatTWESR3Ems2xnDJTqWnHN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G3oDViXLEOatTWESR3Ems2xnDJTqWnHN > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#iblOTmkqTOlM36UkiXkhPV86RHNUNKt8 { color:rgba(var(--color-primary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:64.1875rem;height:1.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CNTTaKcps3vkK1Lq4uOyL6ZcQVNZTHpJ { color:rgba(var(--color-primary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.125rem;left:55.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hoBpOdHb5oy9hrJCti66zLPVT99DPC0t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.125rem;left:49.5rem;display:block; }
#C3gQ0EzmQEbST3eo3TrQzauaO4rtra7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi { position:relative;display:none; }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi { border-width: 0; border-radius: 0; }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pWDieCnUQq38HyiKsPwSgUuOJgLTOFJc { color:rgba(var(--color-primary-2),1);display:block;width:13.875rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:31.9375rem;left:60.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KAhEPV6qORQ6BC8uspdatHZC1GSDKS21 { position:relative;display:none; }#KAhEPV6qORQ6BC8uspdatHZC1GSDKS21 { border-width: 0; border-radius: 0; }#KAhEPV6qORQ6BC8uspdatHZC1GSDKS21 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KAhEPV6qORQ6BC8uspdatHZC1GSDKS21 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ORBnv7DDCB94VmSh2JEIkR1XVuLVSyRE { 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.9375rem;width:75rem;display:none; }
#giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg { border-top:0.0625rem solid rgba(var(--color-primary-2),1);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; }#giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg > .row .container { background-color: transparent; background-image: none; }#giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg > .row .container > .video-iframe-container { display: none; }#giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg > .row > .video-iframe-container { display: none; }#giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg > .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); }#giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg > .row .container { border-width: 0; border-radius: 0; }#giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#fCZH5ukfE7uN8I46OEybEX5LAsyQX0aT { color:#4056a1;display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:14.875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrZ4HfIREtCbiixi65DiQRhgULy95Ill { 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.125rem;width:48.625rem;top:15.5rem;left:13.1875rem;overflow:hidden;display:block; }
#PhUcz9WE2mEWaarThgEzUF8aM4Ai85W0 { color:#4056a1;display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.375rem;left:7.53125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SEouzHLeQEJyhzFbnPnJ0TI372svEEGK { color:#4056a1;display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:7.53125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUb4ieQJsXd9oiBbWeENeatz10skTTRQ { color:#4056a1;display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.625rem;left:7.53125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg { display:none; }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qd9c59WsCPhhRZQ6QUcNhoX3iaaQOHCm { display:none; }
 }@media only screen and (max-width: 763px) { #glgUBaKE00dc5yobVwSTGyJDFfhZIRSI { top:1.6875rem;left:0rem;width:10.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlyLxLS80egC2nokZTLsSNwZ1XsaCmcp { width:13.3125rem;height:3.4375rem;top:0.625rem;left:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsMwNp0Sohcz3OTsnyxATTrouZn7XoMm { display:block; }
 }@media only screen and (max-width: 763px) { #og9mr45VXphDqQMpqwtKqcNO0UaqTgsX { width:14.75rem;height:3.4375rem;top:0.625rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIVhlPQnIJTKFtzwVMiH5s1oswRkXkoT { display:block; }
 }@media only screen and (max-width: 763px) { #MZLR8PL0el7FXU0BlAkDQqHTNnmGBbD4 { width:7.3125rem;height:3.4375rem;top:0.625rem;left:21.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVccP1soi5PTutdOSD35JGbbU8JAGelp { display:block; }
 }@media only screen and (max-width: 763px) { #uTbAqtd6sr5AX4BQD2CLXKrzAlo01tBn { width:15.625rem;height:3.4375rem;top:0.625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0CBuvDlNNtfUuGBVmtCHlgLhAZ7uRlw { display:block; }
 }@media only screen and (max-width: 763px) { #QgHRtp6wK0pT9JCBU3KwGQgE0dzvFHty { width:9.6875rem;height:3.4375rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pN8VK14M5ru7kPlRt4fdlSypP5rQ7bEA { display:block; }
 }@media only screen and (max-width: 763px) { #BICFLTXXVdnS4RzZl8PeEt8WKINN7DaB { width:9.6875rem;height:3.4375rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWoTvkquGCK1tgF7RKoXE3JfJJQrTi0a { display:block; }
 }@media only screen and (max-width: 763px) { #pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO { display:block; }#pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMINVZuWE7wJpiRvMwdI8PChfQPNpvv8 { width:12.375rem;height:3.4375rem;top:0.625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB5Lm61iEabthH3z9mAlLQHWz5QK5XAh { display:block; }
 }@media only screen and (max-width: 763px) { #DWwqKT67k4icoLRsmNIHwFrmEp4qWKRn { width:12.3125rem;height:3.4375rem;top:0.625rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0rH4o2NyzGfTb661cqX9M8XdoqfNFQg { display:block; }
 }@media only screen and (max-width: 763px) { #LkTnCpX3kloSKvgkX7B09HW56P6zlH2g { width:12.5625rem;height:3.4375rem;top:0.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0PM2NsqQxG941wSFVgRlcSnbV1PpTT { display:block; }
 }@media only screen and (max-width: 763px) { #TzH8DbsTpOELTNZyatGuHVZ2mDqZ07xu { width:10.8125rem;height:3.4375rem;top:0.625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA3AguSe10Aw1hq99UEDJU60R4ZuMz0u { display:block; }
 }@media only screen and (max-width: 763px) { #y2ef13f0pWLsCPbmvWVv3JSWxvl6TqPP { top:1.0625rem;left:0rem;width:7.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7o8wv8N2gTdawEAEKzo2MIGHC380dSi { width:4.6875rem;height:3.4375rem;top:0.625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNVMPgswOVJKemtT0m7381lDJpKH25pM { display:block; }
 }@media only screen and (max-width: 763px) { #dPfQqlPmT2lk55QGLHsD888RZLR9szye { width:10.6875rem;height:3.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu7ypHCVErcD1tULvVuE2sc0WReQ3e9l { display:block; }
 }@media only screen and (max-width: 763px) { #FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 { display:block; }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXTwbHyh1iAPJNN65aZScDnwmX5rtBUT { top:17.125rem;left:23.625rem;width:24.125rem;height:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUABN9RHK0M4nV4yJGpobpIwvfinuQrs { top:26.25rem;left:25.125rem;width:22.625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twD1e1fpaclQew7hOAXPa4xo7VQ5Nvsm { top:34.625rem;left:23.0625rem;width:24.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inUREoQHwpFN38m5KpAUeVHdTsZe5AwJ { width:17.5rem;height:3.4375rem;top:39.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieOs2a0h3Tw0sfQb7KZyV8hd9Z1uZZkQ { display:block; }
 }@media only screen and (max-width: 763px) { #hmXQgTSLPpBFw7VgSvENakXqTq7KbhbO { top:13.875rem;left:40.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVrGVMIcz0CkCtx8PwLUKUtbGZT3EyKq { top:13.875rem;left:38.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5sIL8fRRS1sNZXWQJ7qIss8TO0qiAwD { top:5.9375rem;left:37.6875rem;width:6.25rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk4naDgtQrTM00JNo4zwRyCJsADBzhIE { top:45.0625rem;left:30.5rem;width:11.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glOGd1lrGHOxz8BQ3BOip5RUOEom2bt1 { top:45.125rem;left:27.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzqDpSEVEUcEbrg92WacpGkDvXpLG9hp { top:45.0625rem;left:43.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKesI23MLNe6DIsV5DdTc2yuNkiEUqrs { top:45.0625rem;left:40rem;width:7.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsxktOTvXvBfKlGsShufrD5qwfaEd1Mr { top:0.9375rem;left:0rem;width:21.375rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGKslvTIQDQiZv00ph36ONFttmv1B7Ci { top:4.6875rem;left:40.9375rem;width:6.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf { display:block; }#iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGcXUCbA1e45yH6a4tVJDNTFV0dIEkFe { width:14.9375rem;height:1.5rem;top:3.0625rem;left:32.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1SxyI7x8a8KuNq0poHidJKpymz9pJmU { top:2.1875rem;left:29.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBnTGHWQniVTaZKKyAMy8AdLTqLdSxkT { top:1.9375rem;left:4.5rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKbbLPdz3XaTqHTdHJrml6kRzS0yzUzw { width:14.625rem;height:1.5rem;top:3.0625rem;left:9.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWq6raTJJ4J2vNUyDXpQrPBrVJU3oLgX { display:block; }#fWq6raTJJ4J2vNUyDXpQrPBrVJU3oLgX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ { display:block; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fK7OUeHAV3QNbfQm9BDCvDtdLe3iO3dD { width:22.5rem;height:3.75rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sonx03RrTtO3JwTHNwXp4lbOcrWgz3dq { width:22.5rem;height:3.75rem;top:0.625rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vtb0kKKmMOpbkTmloyRND7rnPCzNLIOF { top:0rem;left:15.75rem;width:0.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCGv66UzEihwpGohp2JXmQZeo82GMdpT { top:0rem;left:31.625rem;width:0.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeEVQlyTZHQdzzM9o44oP010KM4RyGHO { width:22.5rem;height:3.75rem;top:0.625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2ewBBWGGdEqurfqPGnPnkMCLvTmP57 { top:1.4375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvUGAv4PQo2SAANciy04A5frNvLX6imH { top:1.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE { display:block; }#XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auDr4SovUGRbmcbJZ9c78BJZLfdk67NL { display:block; }#auDr4SovUGRbmcbJZ9c78BJZLfdk67NL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnsWaflLuXXbk7QWguroscWrM3qtPGKI { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSpanwBmNxsc0J1T2lJlCZVwnMVBQXAX { top:1.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp { display:block; }#IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysSHHhpaZrIX0t2kP9iEQpnsfOd4MImv { width:34.25rem;height:21.5625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpCpG50Lhy1TnNnlJn69awtMAEwkTuVa { width:34.375rem;height:2.4375rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOTxF9NiXw2oGwLofCZaFDCFcaKWonRb { display:block; }
 }@media only screen and (max-width: 763px) { #k6k7OO3KKIg6PpbFpywG321kACoTR4xl { width:21.375rem;height:;top:20.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Co2D8HItdsUxTmNG7TPdkikV3TGDgB { width:13.75rem;height:1.125rem;top:22.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE0xXFBnTykghemuKyZBTdI2EmSm7eqm { width:25.375rem;height:;top:24.375rem;left:0rem;font-size:0.875rem;display:block; }#oE0xXFBnTykghemuKyZBTdI2EmSm7eqm li:before{  }
 }@media only screen and (max-width: 763px) { #FxpN5oFrhNPz1Xvla8xT9sIEa508cgra { top:0.75rem;left:0rem;width:34.375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFZ41RR7TCm7sgArMkB91IPfW17SmpML { top:0.75rem;left:13.375rem;width:34.375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx9B1bsztzoVK2RGhmzzvuWB1mFuQtFx { width:34.25rem;height:21.5625rem;top:9.4375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeVubse2HwItb3um8kATeiWdUgCZW5Jc { width:21.375rem;height:;top:20.5rem;left:26.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Mw8hZO1LvV4GcMy9nHX1qTSx8gsZEH { width:13.75rem;height:1.125rem;top:22.875rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXxpvOegBhfdh9ALr2OxQSTDRVF3LFvF { width:25.375rem;height:;top:24.375rem;left:22.375rem;font-size:0.875rem;display:block; }#DXxpvOegBhfdh9ALr2OxQSTDRVF3LFvF li:before{  }
 }@media only screen and (max-width: 763px) { #lolGpvf5XkKWBDqGiCLXTVuMiz0gNPKS { width:34.375rem;height:2.4375rem;top:30.5rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8H7q7aazZZpPz2izd4eIp5lHVn8a4My { display:block; }
 }@media only screen and (max-width: 763px) { #nFZ7K6fW1viEIXoR3TPIxc2lv3HHSRLb { width:14.6875rem;height:;top:15.1875rem;left:0rem;font-size:0.875rem;display:none; }#nFZ7K6fW1viEIXoR3TPIxc2lv3HHSRLb li:before{  }
 }@media only screen and (max-width: 763px) { #rw2RsIi2Q5KgyLNC12RUF7xvCgxL1oyE { width:34.375rem;height:2.4375rem;top:30.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkP9E2BIIJP2768iCpc0veXchmyfkIGh { display:block; }
 }@media only screen and (max-width: 763px) { #Rv5nQCGtSpyhF4HHRpt6gBrTbUEE69h2 { width:14.6875rem;height:;top:46.1875rem;left:0rem;font-size:0.875rem;display:none; }#Rv5nQCGtSpyhF4HHRpt6gBrTbUEE69h2 li:before{  }
 }@media only screen and (max-width: 763px) { #BIOx0ORNpteoLiC7taK7IqM6Tp3WeTiN { width:34.375rem;height:2.4375rem;top:30.5rem;left:13.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2Bg0cfknctZdMzhJt7HSWb2JZ2BV1KB { display:block; }
 }@media only screen and (max-width: 763px) { #cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB { display:block; }#cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M { display:block; }#Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQZ5TQH0tkExfPNbFnEe48axTOx97sLh { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbKT4QtAbPevwMk3U8iq5BULzH1MK9SD { top:1.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbVprorgb4H00Tar32rDQoGsDeWl5kCB { display:block; }#PbVprorgb4H00Tar32rDQoGsDeWl5kCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLh5yehrUgPdH66fBxM1rQqcpbmJw3Ht { width:21.25rem;height:17.25rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxQ5oSSeD4ymhRKl6pG9KSTtZUElvsmi { width:21.375rem;height:1.5rem;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQTcEsuWpr9uxt37wNN7VpqCwUO8ALSv { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXynTstKWS2EE0TrgT8rwbyW5R8wAdTh { width:13.75rem;height:2.25rem;top:20.375rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzA09UwBHMPt7Bb5Pwlc4ioMABZkWwyG { width:13.75rem;height:2.25rem;top:23.6875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3bJPyyO5VRKdI6tX3QIfpQAqGvX2Oh { width:21.375rem;height:2.4375rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqlJoqTeNNeCvkywrCwKkhVB3qZ2Fy3x { display:block; }
 }@media only screen and (max-width: 763px) { #pRTTv9MCm2TRGzBzsrOSegprEBq7obfr { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvvzzPlgSabrEfdMB8Kc21JmZuJQkRLJ { width:21.25rem;height:17.25rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7Es5e0egKm232ePApzX3EA7LgwGz34m { width:21.375rem;height:;top:18.1875rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2XW23TLnSXQT9W0gFTDRHoN2VsvU1W8 { width:17.875rem;height:3.375rem;top:20.375rem;left:29.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQVSybLhlQ0onTetxDzr80ipERw9512I { width:21.25rem;height:17.1875rem;top:12.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1RIUSQ20nmpQ28nF7Bco2URMwRKPBHr { width:21.375rem;height:;top:18.1875rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abnGHQW3ITkOJJ9lf1eSE6PTSa8yahio { width:19.375rem;height:3.375rem;top:20.375rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJgMaV879OOxCRyZTXQAsFkhqkEt5nOE { top:1.0625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iawpZHnW6GrTc9fTh4LpeUZPNRNw4eH1 { width:21.375rem;height:2.4375rem;top:28.6875rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIHcbWntEUDOtwNP3aA9dVGsLJE1UtPv { display:block; }
 }@media only screen and (max-width: 763px) { #U00BZM9dHWASJN1DHgS05rQAbTAxS2JH { width:17.5rem;height:3.375rem;top:24.5625rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKR5XUx75sBQRpLH61oLDCdQyh70Jtac { width:15.8125rem;height:3.375rem;top:24.5625rem;left:15.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDDb3zx7TRMPzTN4solfgnkiEWqubZWb { width:21.375rem;height:2.4375rem;top:28.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSKBDvazkKBuhqFrSa2fPasJlWaHA82A { display:block; }
 }@media only screen and (max-width: 763px) { #uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL { display:block; }#uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPB5kOlruV3mAqIyAbLZJtcAN9iI2bo0 { width:21.25rem;height:16.9375rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHvLhXPSrJlaZpyWXAtrUzQ5FCucaZz { width:21.375rem;height:;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsOA6J7lS2T4LONMI9I4TN9OSSlbMbp7 { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9GDMeb83tuGiMh0IRTTZ7FFlFrsUMiE { width:15rem;height:2.25rem;top:20.375rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nggJcGOP88FJMA68GumDgEs6J1TdpXFz { width:21.375rem;height:2.4375rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9MH7XGVvtCNUhz5pcTsvqtGxKmpVZK0 { display:block; }
 }@media only screen and (max-width: 763px) { #V8fu3H6iBuDmcAB8sfoIqfrr8BrMWXcV { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLW9zkbXZ3A0KeTsrogu2DUxU4TUZzFo { width:21.25rem;height:16.125rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTUfQ1ZiVQdwHeAyBANpTIreDHfS54tm { width:21.375rem;height:;top:18.1875rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWCS8zeVr7TpJnlUVtxmZXgQB62UeMEM { width:17.875rem;height:1.125rem;top:20.375rem;left:29.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJznWF6FGHs5FdCatQsaMacT6QJutgEC { width:21.25rem;height:16.625rem;top:12.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdFFzLcufJfC1ELhzStPWH8CpsbKCbQf { width:21.375rem;height:;top:18.1875rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc8aUiLTqxTXFa6QZ0qDRn17mmRiCrxB { width:19.375rem;height:1.125rem;top:20.375rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhlgZmzm87LLGTE26PLA8zsthJX9MbLe { top:1.0625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN6vlHs73A6z5pSog9ZHTeOQXNSTLTNV { width:21.375rem;height:2.4375rem;top:27.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kATNoseUsKN5xpILAlsgTKP06SrNX1hM { display:block; }
 }@media only screen and (max-width: 763px) { #cXscVRRa408MybmevnogPHEOa2GulRHT { width:17.5rem;height:2.25rem;top:22.625rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNIsUhhgayXMwKmuVkvzar3rCUz3Dk7A { width:15.8125rem;height:2.25rem;top:22.375rem;left:15.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za5gPuQcW7kePXvwy6v6FZBZgeDXXR6d { width:21.375rem;height:2.4375rem;top:27.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdTWPRRR7F6hzHkUPRwUCKGcKGIOXu7Z { display:block; }
 }@media only screen and (max-width: 763px) { #vf4k4hvQpE5iMQdPFS7DTnFsyyDfqK88 { width:19.375rem;height:1.125rem;top:25.4375rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 { display:block; }#MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOXJTNNuRThivrxorZ70iL9ceV02pLOp { top:0.9375rem;left:10.375rem;width:21.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfM6VUEV7ikmyJGPT7gAEZiKT0x3pS1H { width:21.25rem;height:16.9375rem;top:12.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU8D1HAAmn7ULA7K36XWcxecMqEUNTBZ { width:21.375rem;height:2.4375rem;top:27.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsBJTNbMPk60LleezbdzPA4FTRUHnJ4n { display:block; }
 }@media only screen and (max-width: 763px) { #acVvqBRMxsoUQfDT6mcz0U6h9BPqoI3E { width:21.375rem;height:1.5rem;top:18.0625rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzJyGKMtnq42d2t0Q8f8ZkkTFGl4ktPu { width:17.9375rem;height:1.125rem;top:20.5rem;left:13.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGyKvdyrloX4bGMuURGyPoNDRphr4HZO { width:16.875rem;height:2.25rem;top:22.5rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWO99JZ0wfQE2DsVHWnSiE25UOSd8ZZq { top:0.9375rem;left:10.375rem;width:21.375rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cC8c1ko5FXI3fmTFasRgaeHfztSnbKb4 { width:21.25rem;height:17.1875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPsXE7k2BcuqFrNJ9N2284Iw2AexoxaC { width:21.375rem;height:2.4375rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LypDP5Rb8nQyTnitxWV3EmSx072Jq62l { display:block; }
 }@media only screen and (max-width: 763px) { #qFv2gtS3Jbq2G0CU4TC8KXTulg0hwrTh { width:18.125rem;height:1.125rem;top:20.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQXuqXlVUSdIdCZyiwkhFudFtBML85Wa { width:16.875rem;height:2.25rem;top:22.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLO9PNtKHn2E2QM9BevRsLeTC6WJWzo1 { top:0.9375rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhIOCLR794J3VRMmxzXRAtiu9rdOccZH { width:21.375rem;height:1.5rem;top:17.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEOHQPrafXq0NB2uZGp4iJt9l1Xl3cRT { width:21.25rem;height:16.4375rem;top:12.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taAlMO3rzE67J0Ln7wVNF5qVyZmyDqvZ { width:21.375rem;height:2.4375rem;top:27.25rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAKz6tfFxxleyhtDQNkxAfaLs4rUpudn { display:block; }
 }@media only screen and (max-width: 763px) { #dkeAxx8odIiSlsuvTbyMWBLoR6vhEPPV { width:13.75rem;height:2.25rem;top:20.5625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVX18KLc90FdsKIROLRE3WLbXD44NNN4 { width:16.875rem;height:2.25rem;top:23.4375rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRePG34OJmqBiSTsd1P0VM1qPb4XWhVk { width:21.375rem;height:1.5rem;top:18.0625rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq8qp7dbl7NKbIHsAz3yAh3vsubL0CTK { top:0.9375rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ { display:block; }#hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncG1ypdEJIIGxVong3ZlaOGgBbeOGbAE { width:21.25rem;height:15.1875rem;top:12.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC61QNcATGwQycCUngV0KyVi3TbPT7F5 { width:21.375rem;height:1.5rem;top:18.0625rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWw9XOJnUBMv1HLZ721eEauGfnE58hZ8 { width:14.375rem;height:2.25rem;top:20.5rem;left:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlX0H3nXl8S3ss0Qt17GSUpW9p7MtN2t { top:0.9375rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOwpTpnompitDEbH0eOoA1cDPRbMuzMJ { width:21.375rem;height:2.4375rem;top:26.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4FeFcgkmrmBmEXaGKncxGPqcanDxUMR { display:block; }
 }@media only screen and (max-width: 763px) { #snVRrbu1cX91RggfnSaLOQHtPtaC5zK2 { width:21.25rem;height:15.75rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0XOIxccXkS9sKDTKXNBqSy39BMSWr9n { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBivOgq5ZnDXwvpgrh7kkBwS3LWFDZyA { top:0.9375rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU3BioP1kKKQcuTTTKz3imUha5eWMEhO { width:13.375rem;height:2.25rem;top:23.75rem;left:33rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNnTqNTCuv8S2UocZIJQMVFztGsWt2CK { width:21.375rem;height:2.4375rem;top:26.75rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMSggIkueWmXencTQIm6QfNpTUAnMeIQ { display:block; }
 }@media only screen and (max-width: 763px) { #lzGRe8Q9yILQwgTvciPaZtyaB2PFAoI5 { width:13.5625rem;height:2.25rem;top:23.75rem;left:17.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woS1UutlcAvH1PtJPOpqlGip9TAm0bxP { width:14.375rem;height:2.25rem;top:20.5rem;left:32.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esb1y5lLqi7L9BCE7pJPB1OtIrkzd6pz { width:21.25rem;height:15.4375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiDaI8DfTCxLSW4J2u1878zS43a5fBBn { width:21.375rem;height:1.5rem;top:18.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq37PhkxtCrV7PHEVIH1iEZoUVI489o0 { top:0.9375rem;left:0rem;width:21.375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCt1vpr70xJ6VwM7ponhgmu4y4tChWTP { width:21.375rem;height:2.4375rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKuub0ItIec6ckCH1gPloTcdgFRqG6T1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZlG4ms5IlPJEyqRtc6R2FA90VZiQvU9I { width:16.875rem;height:2.25rem;top:23.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7d0ZOMzma58NaZJ7SMHeGxhKyF31w2a { width:13.75rem;height:2.25rem;top:20.5rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya { display:block; }#XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcwpmyuDJ6IvuDAaACPNcuwsTza0etXs { width:21.25rem;height:15.75rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5u5pqTVV6VLmzEyCzTVToJzwJ5kpSw4 { width:21.375rem;height:1.5rem;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzeZhCTl1TffFAH4Ug7TXkzJLEbNXE5q { width:21.25rem;height:14.9375rem;top:12.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeBtFSdhUu0WcAkEQz8IxFfMCubMcI5g { width:21.375rem;height:;top:18.3125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmHU81lavRKlQ3sVtpFDu2ZGZQeP3W8t { top:1.125rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebnNuLnQJwsRxz9GfHxP1u1xTTsLAxO7 { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHKWfzd9xSfar3RaTsmZe7bTrVE1TzDH { width:18.4375rem;height:2.25rem;top:20.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHgtxr8XavsyUqanIXs1vAcB2JK3CuPD { width:18.4375rem;height:1.125rem;top:20.75rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG7Da6J5orgJUJkDrWZR3uKPBNgG9O3p { width:21.375rem;height:2.4375rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNA5PRiRF1BekXMWCfFexKfZD9kTnQ0b { display:block; }
 }@media only screen and (max-width: 763px) { #ZyaZ8vkeBfaS5vqoJgcmS2MgPtVhbuXc { width:21.375rem;height:2.4375rem;top:26.3125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0SDEkzH5AnelmCFUpPM7meITp36rO8o { display:block; }
 }@media only screen and (max-width: 763px) { #CN1OmtQD5fBKRslrDZGgNZfqqJhObOJA { width:21.25rem;height:15.75rem;top:12.625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CybSCz4KyWe20r1hnXHApXFIKJqZ0IcL { width:18.4375rem;height:2.25rem;top:20.75rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPnmF000IvJpfPL1TpIRFJ2ZtkBqbLxe { width:21.375rem;height:2.4375rem;top:26.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4v0gCuC5Xk8fZ84txfE9QVwtL8OZfUx { display:block; }
 }@media only screen and (max-width: 763px) { #KDTkglZ3sbfxiZZecNWOsrSkSFbehIgE { width:21.375rem;height:;top:18.3125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ9SknRybZwVxvEEQagteuyB0GrxaxqE { top:1.125rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnesPPmA4T1fEaLyAZRfowAx9KQM9gfu { width:15.8125rem;height:2.25rem;top:22.375rem;left:15.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc41zq5tmnQCo0iiK3U86ICXeH5sab1I { display:block; }#wc41zq5tmnQCo0iiK3U86ICXeH5sab1I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3phXKQIdCN83yvCO0VD7zFPtuNueFUP { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtJM4bkWPgPWEDOh96g8u3IoqJOE4BXO { width:21.375rem;height:;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSnbqEM1ppsqyB6MsZulLNPpwVTxdFyC { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMx1ItZdrItKGA5dkel270LZMA58OEGl { width:21.375rem;height:;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUh2KXHxoiscAPT5f7hXuyZE8fQycAhn { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuQO1fLkK4nLz1RtsVgH2k1D7ICQS09p { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBg2ZTZEk3voRHsTJfsEzWnqpuqwSTrK { width:16.9375rem;height:2.25rem;top:20.5625rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svUfGQaBmgJ9srRRwdnvFGmCTJbBd8TN { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwdL3oPkFSM0ig21sPSocJv0dKD82eku { display:block; }
 }@media only screen and (max-width: 763px) { #LhWXLLkDotJMJVVl50XFR7tn4tFw1Noa { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgakwGo97soRphLVBn5GA6vEFJzh2w8V { display:block; }
 }@media only screen and (max-width: 763px) { #dp1cJxqkMZVK7Jsyw85iocEm0bT2bbUv { width:21.25rem;height:17.1875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th21dgsR5tls6roPl0c1tQMRT8p0HIs2 { width:21.375rem;height:;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHOGdpgZLgv9HNCEh8JT48BxcqXpvZKS { width:15.3125rem;height:3.375rem;top:20.5625rem;left:0.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PviXrif56z1woWkB243pHsvIR4uEwDwF { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTEwWXbutQZLZ01rJ4z8HyyBhpaNxS9U { width:21.375rem;height:2.4375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4Q2Hn5FbxkTgZmtLQlZVn4lTTVaAtxN { display:block; }
 }@media only screen and (max-width: 763px) { #bEUWxWzJo2AX5dtl44zXep7MWo6sh7wT { width:16.9375rem;height:4.5rem;top:20.5625rem;left:14.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL2TlJ767KcJ21Fdw4px8mpI0pOCu30h { width:20.625rem;height:1.125rem;top:25.5625rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo { display:block; }#fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkIhA20SQwabqyyhEvGn1TTaJiR9mVUE { width:21.25rem;height:14.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2uBDkfFfraR3TnN4o5HrFHmv7i8fBTS { width:21.375rem;height:;top:18.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBag77lnIUAi8fvlJS2XB9kTgSrE8bcT { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOItvsTtcAn4caOeUe23ekGpMID0y0sb { width:17.75rem;height:4.5rem;top:20.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgLfgPr6tqJXIbcQewgwy0yNGxHJVuoi { width:21.375rem;height:2.4375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LopFZwDMUJMrHD0uSAJUU4VngdPwgdZL { display:block; }
 }@media only screen and (max-width: 763px) { #A4Z7fQQ7Eu0lJeL0ENr9ZxVoS87oK9Rg { width:21.25rem;height:15.3125rem;top:12.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcNOH8xvHJlcvVEwg8CEWElAOwlOFqGh { width:13.75rem;height:2.25rem;top:22.5rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgboRk8Qc9AeBPThLWxZLSlubT9ZvTSA { width:21.375rem;height:2.4375rem;top:25.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hglAy5Sy94wiE82trllVlfSCM3MigVB3 { display:block; }
 }@media only screen and (max-width: 763px) { #S6OzbIh8kBONSiRByMavM6wXITihCD30 { width:21.375rem;height:;top:18.5rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJxqEmzTayprHg7UBt1DHpHBnMHz2DMc { width:13.75rem;height:1.125rem;top:20.875rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6RqBLMGX5H0kT1UA8tzPfrxF3TxcFiU { top:1.0625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTCboPg4d8aLnbplLDlKXTMOCDloD7Uh { width:21.25rem;height:22.5625rem;top:4.875rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyK0LHgf8wCa4Z6TOAXu0CHKxq7gAdc7 { width:18.4375rem;height:2.25rem;top:20.5rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlkN114DHTBDSfoiwHQBXaF5cZwa9wg3 { width:20.3125rem;height:2.25rem;top:23rem;left:27.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSfuPgIvJKLytBPgHP5tLbslkk8thfAS { width:21.375rem;height:2.4375rem;top:25.5625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn2wealJPocra1aIn6yNufLVFFh6fO75 { display:block; }
 }@media only screen and (max-width: 763px) { #qs5K8Wy7Mui6APiLyGQkbh4HHHQ8REiT { width:21.375rem;height:;top:18.5rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7eao0eeqa1sXIU8vlb3h7F8vhvkq55f { top:1.0625rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMNPWcg082Dz15DoTMxLx3kHecJF3sJA { display:block; }#eMNPWcg082Dz15DoTMxLx3kHecJF3sJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r77zQioAnA0DCmPL1p3o0TiDfrNzn4nw { width:21.25rem;height:14.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ2RHAIOCarqFN7EXqhfuoq6KMsTkULr { width:21.375rem;height:;top:18.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRi6h09uKTA6Qo46IcynWf7PTuyWOke5 { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtI3kWTyty6d8bPg5t564a0TMZorUVCq { width:16.875rem;height:3.375rem;top:21.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hThMhkNWXdTxIxffzen41OKxnuvb4XCL { width:21.375rem;height:2.4375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud0O7U6RV96DqT5dHKHwNEEdgiouQUiW { display:block; }
 }@media only screen and (max-width: 763px) { #U3yWCscTKtHXyMd5qwkUTODNmAdyRdXT { width:21.25rem;height:15.3125rem;top:12.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQQ2Dh0XTSJopRwUEmRMfWTFq1IhrOSJ { width:13.75rem;height:1.125rem;top:23.4375rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC9VrfDogBEzLlqxmyBULtuhzle7fBg4 { width:21.375rem;height:2.4375rem;top:25.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSV9z0UoSuGxwTLFNoWSB6Mn40rERDw7 { display:block; }
 }@media only screen and (max-width: 763px) { #PRt0UI3BEEFOO2vKfzlMUGbn182UDtLV { width:21.375rem;height:1.5rem;top:18.5rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr5XIgOraENJxrxJcysFtPGxLhcmWUuT { width:13.75rem;height:2.25rem;top:20.875rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo3i8dI2EN0L20wSUIvdJaGoCgUR8uJl { top:1.0625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUPISDJo2Eb87i8LbNTUipTCsw0Csg0i { width:21.25rem;height:22.5625rem;top:4.875rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUySMTrSGTMVsHm8fPTT1nEHdM7G9cVJ { width:15.9375rem;height:2.25rem;top:20.875rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXdrxtJOJfN6BwxTSdgCDm8UXNhQ9uhE { width:20.3125rem;height:1.125rem;top:23.4375rem;left:27.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afNnFD72TLqwMt29FbRlSoM3dDe9XKDz { width:21.375rem;height:2.4375rem;top:25.5625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0OlP6XgE6G1F7p9bb3qmwk7IqxQcmiL { display:block; }
 }@media only screen and (max-width: 763px) { #w8NF5a2REaHSv9kOQUZZGxB1POLF6ewF { width:21.375rem;height:1.5rem;top:18.5rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqOtLCU0vsZxDC1GBn3sLmSeKs0cg2oB { top:1.0625rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu { display:block; }#AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyQGWzfGCAyH70cEifTGq7pHroDlO6Ub { width:21.25rem;height:14.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1O4k3ixVSuJQPUNcoCW5gZlFcSTQBgi { width:21.375rem;height:;top:18.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCO8EmvnfRh1OGXRcprhCrzGJCLJyCHP { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCQz0NNVohraH1dwt500nXt5eS6C6EJ5 { width:13.75rem;height:2.25rem;top:20.875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK1WxM8u27TaHF6sSUClxocNHHFIbwJl { width:21.375rem;height:2.4375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqNP4rAG4PdvI39fmONc7Za5AIssTgPo { display:block; }
 }@media only screen and (max-width: 763px) { #ZT9xdghCrV0TROngMWnMWwepwz85E65r { display:block; }#ZT9xdghCrV0TROngMWnMWwepwz85E65r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU { display:block; }#ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3JZTzbr5GL5TVkhzAv5qQZPeQvS3Kme { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXBHhXWPn7T2Xxzlk4mer7uNJmPwzaEm { top:1.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 { display:block; }#xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bz2IVnbx3uDz7HIdbTxOpSZMvJWd63Hn { width:21.25rem;height:12.375rem;top:17.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2mt6Hn11bsOVmkqWviCvQcdLtFoszyK { width:21.375rem;height:1.5rem;top:18.25rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnwNDG5kF0SzBIa0470yx0FJGTgN1OsD { top:1rem;left:0rem;width:21.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlMDMffTbHFQ4kDAtkAUOEb3tSyJMPf { width:13.75rem;height:5.9375rem;top:20.6875rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6z9cbJ6ylUvWJZfZ8C0JtKLOFp2Pz3o { width:21.375rem;height:2.4375rem;top:27.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIoT1p33oUMOClIzrRFNtIcgzQfkLvFW { display:block; }
 }@media only screen and (max-width: 763px) { #SMq1lSJKCmowsV6OpUcyhK4cSTWk7xuN { top:0.9375rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxB12F7zVlSkECPrmgoupkONEadN2OTW { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9LECr885MNTsi9Pia4AuZCxBEGeMM9N { top:0.9375rem;left:0rem;width:21.375rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7spaKTwfZ386mmQaSJMIxLokzFLbMXI { top:0.9375rem;left:10.375rem;width:21.375rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8Uf4i2ASshB0CzR1zS86hdOK3MmrqQD { width:21.25rem;height:12.375rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJX0MAhJqkiusIfQ9FVoNe64zaSADIMK { width:21.375rem;height:;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJm6ttKuUSAoDcbKH5GqwqNqqyQxB0v5 { width:13.75rem;height:1.1875rem;top:20.6875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA8ExTOOrkGEGtcy1CdXww2wzXVuihv5 { width:21.375rem;height:2.4375rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVkOOVoiaug0x9MaerWb97xbsIxAWdTJ { display:block; }
 }@media only screen and (max-width: 763px) { #TtfWw1BgKxcGlrmoKPu3zmbcPHVDiT4B { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUMqEKRSa9s557RxUIvdwxS2iRyC3cDR { width:13.75rem;height:4.75rem;top:22.125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaeqXBk1NhxqgPgBTbMqzOpTX5b5u6zZ { top:0.9375rem;left:0rem;width:21.375rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8dssvykIiWqQnqxsa4zCFPGm9WI8CX7 { width:21.25rem;height:12.375rem;top:17.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcw17iUZEUG5N5KS4yxIfwTw9kQ6xGFJ { width:21.375rem;height:2.4375rem;top:27.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0TrxIK7B0tSMO6ou4dddmRnebGh6Tgw { display:block; }
 }@media only screen and (max-width: 763px) { #OWx7pTF2risb327GDOo9xrZVE2w8N2Xm { width:13.75rem;height:5.9375rem;top:20.6875rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIqUAgUT4wXfJwaWJDJ1IO1T6EGBJPpi { width:21.375rem;height:;top:18.25rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymJhMfDcC9lBcikhm0l6PsNLitdOLZcC { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VycATnV9EX3Zp7Whzynx4O78VNJFnf0f { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 { display:block; }#QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox7nqWFcbGAqKCoOTVCb0wGsK45yMSB9 { top:1rem;left:0rem;width:21.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrtHk3eDfSCLeTAyIWCESnWgWLlEzSEy { width:21.25rem;height:12.375rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHpvauE2uRTzCu59FtqRTZTnuZqdBGFC { width:21.375rem;height:1.5rem;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCnrqQqhMdEirR1xTeT3fri5Siu2DQvH { width:13.75rem;height:5.625rem;top:20.875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv17U2g69UBZoCIvsi6B8JwLXHPTk1sn { width:21.375rem;height:2.4375rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raXlRdia0exwuAVihUr4XmDmqi8p7V0Z { display:block; }
 }@media only screen and (max-width: 763px) { #x5V7nQw5vgKySZcmb2fy2Moe3wSJe5al { top:0.9375rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwqgBEGgz9c7CqffQkZG9668d0wbPaNy { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRqxIgkB3DGWFI0FL94PSN6hWp58WEZ7 { top:0.9375rem;left:10.375rem;width:21.375rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pysbXhEPx3F3Vlxp5aRtRTbJJok0apCG { width:21.25rem;height:17.1875rem;top:12.5625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMvx3bPxEROyp1xxIZPo8dJDTAEaCvca { width:16.875rem;height:3.375rem;top:24rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6GLnGn0JmLyw33N03ObHbyNqZptig4e { width:21.375rem;height:2.4375rem;top:28.125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCbTwJHI6StHJ8TDeeZxkTIpK7yDAGQg { display:block; }
 }@media only screen and (max-width: 763px) { #DMVTWk4VCpk9zgoicBAbe5SP6bQ2HvRh { width:21.25rem;height:17.25rem;top:12.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3kExRTOwt0NmbstzbTcvVwdVmia74sQ { width:21.375rem;height:1.5rem;top:18.25rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wICaoBtQisA88AWwwqb8qHdRTQ6ZMVmq { width:21.375rem;height:2.4375rem;top:28.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVDUO5XTVSieUzIrGvsDzgGgbKmqvqow { display:block; }
 }@media only screen and (max-width: 763px) { #wDnKshAIuQuaLE4HUZsPPIn8wOETQpHO { width:21.375rem;height:1.5rem;top:18.1875rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsnyhmE7vPpdDOGWdEfKltzgC0cgh48G { width:18.4375rem;height:3.375rem;top:20.25rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNdbzLxVoQ3wdlO9TKxdTzwk5sbvBFwA { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFvahK9wLeUTd33KLx2JzA0meDaRNP1a { width:17.5rem;height:3.375rem;top:20.6875rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMqC2kxgPKGGhSLroUWpT4JQns63tawC { width:16.875rem;height:2.25rem;top:24.625rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2S0BsUNtHVGBnWXMn1XnTXdeIrSl6Rx { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9M93W28qHHJKChLLQWqgyaEubSJNy2S { top:0.4375rem;left:31.75rem;width:5.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJZTJWT6NnfH8VndBcxCTycqhQU7A2f1 { top:0.4375rem;left:15.875rem;width:5.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COtMSqrf607eSl46cUZZLT4GqvOnMieJ { display:block; }#COtMSqrf607eSl46cUZZLT4GqvOnMieJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNVnoL7wNroNDdRlep8g9cbVCrbJT8u7 { top:1rem;left:0rem;width:21.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7t15meNfD8EQdEFwmEsL7DpeqciabUZ { top:0.9375rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #feTymxiI09Ub2AO2Xp6OPUXvpHWMB9D6 { width:21.25rem;height:17.125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI1eK9IbalzSzhWfsPk0erPPvFt59AS2 { width:21.375rem;height:1.5rem;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfckCatilA9WQEwnDqThi4TkNxk3l9eF { top:0.9375rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJOATxgCQ0dBhrFmn76umFvpBOZEqc6H { width:13.75rem;height:2.25rem;top:20.375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMDf0aQk3NnZESnVdvyV8xpNkkZ75p8J { width:13.75rem;height:2.25rem;top:23.625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwQNfzmVEldh4wOx0nTvRI4aq5MiJ4A8 { width:21.375rem;height:2.4375rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzwcDcGxvyHgS1xKCL5CWE1OmTsHG5K9 { display:block; }
 }@media only screen and (max-width: 763px) { #MQuWJLHWNaXGmITQHLaDVXQDftPKr2lT { width:21.25rem;height:17.25rem;top:12.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwpUOTRaCeXoc8gKduBTXWGqqWOO1LTo { width:21.375rem;height:2.4375rem;top:28.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxtEqGkVCsZZotioarecHfS8WaqxtrZx { display:block; }
 }@media only screen and (max-width: 763px) { #V09cObDqpnCZkx3QWmBzWVqJzT1ebAZn { width:13.75rem;height:2.25rem;top:20.25rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcy0QfGMZG3a701eSxrWq3iMHOx1piIP { width:13.75rem;height:2.25rem;top:23.5625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZUWXhU064pInWozVS1FVCBPvaTeLJX7 { width:21.375rem;height:1.5rem;top:18.0625rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWEoeaKehVMEbewFZOdwR44bb6ETi9sQ { top:0.9375rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVCZWUQlLu1sokQPC5QwTmeokXpcLBe3 { top:0.375rem;left:15.875rem;width:5.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRx2xPdf3sxlhA8B44LBAHOQ4piE4AQS { width:21.25rem;height:17.1875rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKGoU2iuy3eAXbNXTzJsd1uUzp5nduVb { width:21.375rem;height:2.4375rem;top:28.0625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgfOWZQpaF3bVFI1uzAubRJ91yWOkzix { display:block; }
 }@media only screen and (max-width: 763px) { #F4ss5ekVyrkN65BsJueSgsOIGAr0pl4t { width:13.75rem;height:2.25rem;top:23.5625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfW1Awcusf6Xlk9maIUps1uTAEv1O31O { width:21.375rem;height:1.5rem;top:18.0625rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPW8f0zqWiagzCloyG1unxLp2zWfZMQu { width:13.75rem;height:2.25rem;top:20.25rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orC4LuwwrwXPIrFtNqU5UuXLGxICwOIu { top:0.9375rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvEHPNvwlkI822ht91dacUoRMZLqSTIG { display:block; }#xvEHPNvwlkI822ht91dacUoRMZLqSTIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PI3rba5wo15Mi3gZPLvku4lkM1A8y3hF { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8OTnR7xMbslpeoI0BLOX9lshhtTUQWB { width:21.25rem;height:17.25rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmethPpLehngBU0BN5SDfCl3znXyUEIB { width:21.375rem;height:1.5rem;top:18.1875rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Excu2lEt393FK8ZJl3cXhl10FD4lX8rs { width:17.875rem;height:2.25rem;top:20.375rem;left:29.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi6CSVFd2GTqk4VS9wnXrz2InSFMkOrv { width:21.375rem;height:2.4375rem;top:27.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRq3DyEuzhm4onDrDq3NISxqVfvFPcPp { display:block; }
 }@media only screen and (max-width: 763px) { #sex4xceXPRrmNHS8GFgWcPTsH6qy5DGV { width:13.75rem;height:1.125rem;top:24.125rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTqiDWxC26K8W8ryfMzWZs3fxFBtmtS { width:21.25rem;height:16.5rem;top:12.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTb28dTdOpLCyC4O6Mwqm6QiyBev5a1k { width:21.375rem;height:2.4375rem;top:27.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0dnN8a7SRTc24xNUDfawvDXUbHA131m { display:block; }
 }@media only screen and (max-width: 763px) { #dLMxJQlxksObdFEwuwNZZ7DVSX7o8RQU { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPoWHPVAWdKznKyxtpFxnJSxqcX1akTu { width:19.125rem;height:2.25rem;top:20.5625rem;left:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7X9S72gFHTTtlmSoKxnLbV7NGT8fGui { width:21.25rem;height:16rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxxRbwFoyt4h7CAWkZ2yTyX40Lq8wNx0 { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUy56I7eSKGhNFaeW35sSViBR0x6BFr5 { width:13.75rem;height:2.25rem;top:20.3125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc3oE1gdvrDRAO9BeeCOqDcWN7pyAhlw { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ThUvflaBnSkcoQRhCkDWI2xrxer23U { width:14.625rem;height:2.25rem;top:23.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDT6MsHFLODCU34wvccwyzQDUNwavw2I { width:21.375rem;height:2.4375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ1uy7EutnilmnNQHegW7aUQBZOVAB7o { display:block; }
 }@media only screen and (max-width: 763px) { #cpM723rqlScJ8UAehQfA8XnT3XACKzvs { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt { display:block; }#hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePOR99l7EwnPeNvJeOIifVtsS7J0mSGV { width:21.25rem;height:14.9375rem;top:12.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxmq9ZNQIthg0kOP5l4X7G64GpI4USIa { width:21.375rem;height:1.5rem;top:18.0625rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWOtEIAXwTMB51WJkufJ3NaDZhFz916m { top:0.875rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX1kxuEQhvnsSknUTwVJ42vz81NTbwVR { width:13.75rem;height:2.25rem;top:20.5625rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnCOmqBURm99H9Q9lWfnIW3sRMQmeSnb { width:21.375rem;height:2.4375rem;top:26.0625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5yRwh5yxPpKb0JrWXPZrkmGTmN21X4g { display:block; }
 }@media only screen and (max-width: 763px) { #fAKCHgyerk4RlyuhA0tiwsapJNSNO25T { width:21.25rem;height:15.75rem;top:12.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpUv4l1vXCWCQePWyAKe9IClxiDNlGn4 { width:21.375rem;height:2.4375rem;top:26.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ8t2voyeJ8ExNUP3pQIrRe3ZA0K748i { display:block; }
 }@media only screen and (max-width: 763px) { #saSNRmaWToaLTP8tuJylUpcHDT20b3l0 { width:12.75rem;height:2.25rem;top:23.3125rem;left:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEBqq4WaUMh5G3AcpmixZsbGMpF476F0 { width:12.75rem;height:2.25rem;top:20.4375rem;left:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysdmG4mSUWKTpNTh1qqvDyZ4GVxAaUqh { width:21.25rem;height:15.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL0QVM304f0gFCa9I64ynIgMpQu5H3ol { width:21.375rem;height:1.5rem;top:18rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXTvHSS554HZ63aXlBxsSltK66vpkCKM { top:0.875rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VntKz40RUrEgOrLqlK2k8eg6ToH7WFZF { width:21.375rem;height:2.4375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POTwWkP45IJGQE54CMn8g6oc3Or7Xyl3 { display:block; }
 }@media only screen and (max-width: 763px) { #yO5sLCfdQpUGxc0pK47g5LrqqKr5mit2 { width:21.375rem;height:1.5rem;top:18.0625rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtJThSVhBM1FNKaiJdCZM2wiCMqEeMP0 { top:0.875rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IML794nQE3TsVLvsRQMidspyxxpi7Rff { width:12.75rem;height:2.25rem;top:20.4375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogaUCoIF7SrZTOKaJRb4bDDlcugP0wZ9 { width:12.75rem;height:2.25rem;top:23.3125rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh { display:block; }#zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5gVW1mIU72AA8q5SwssKk644gtIQAyb { width:21.25rem;height:14.9375rem;top:12.625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #glSMpnkqfKrDDGZiiLbu8MTsD5opy6gb { width:21.375rem;height:;top:18.25rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxBKEyDx24ZiOvSXIAnk32PkVzOT0MPf { top:1.0625rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntRI4vZAsGHir2ToRanM6GFIMdWfTXs9 { width:18.4375rem;height:1.125rem;top:20.6875rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpLRwEH3zxsSVlVd9q3Fi6ThWNpK5QE7 { width:21.375rem;height:2.4375rem;top:26.25rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QozR3T36veSD5Zkch5J4XkpafUhm1i5h { display:block; }
 }@media only screen and (max-width: 763px) { #xyuy8ylDWPh80RZkVPxTiT44OJWemphQ { width:21.25rem;height:14.9375rem;top:12.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0M7TISEv4VK6avqSVLAXWKStGPob3Dx { width:21.375rem;height:2.4375rem;top:26.3125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD0EFnnnA1LQbcV2Ukwl3vKIvDa62x7H { display:block; }
 }@media only screen and (max-width: 763px) { #wTZGbRE5dTHm3uHa9xBliq3TweIVxhJe { width:18.4375rem;height:2.25rem;top:20.75rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve8t8saOlQl39WP5vtEpehSpq8TrEtuT { width:21.375rem;height:1.5rem;top:18.3125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya6f2WtZccOquqCMliENknI5gDdqruGZ { width:21.25rem;height:15.75rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIESsmSWf2kvKM2hJB7WFmUmqtKIfO24 { width:21.375rem;height:1.5rem;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz7cq4aCCM7ZkqTQ2v2p6MWSCo03aerN { top:1.125rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8t5CNtlnGLJcyy6lHX4PbiFf8MliJ3E { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eepMr5qAeGTpxQDxvKwVBSVusK7LZuUT { width:21.375rem;height:2.4375rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erRA4pBGgViPzSrNZ0lRm5It4DEhrbe2 { display:block; }
 }@media only screen and (max-width: 763px) { #chuGTtOndIZVMCWd2TuXJniAyqSXZEMG { width:18.4375rem;height:2.25rem;top:20.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlHc0P3PFr07KtD9uOCX8vVTntyf9esg { display:block; }#IlHc0P3PFr07KtD9uOCX8vVTntyf9esg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgUIUEJB2zqRAvfCLnsZvUBzqKDc4nDw { width:21.25rem;height:15.75rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9dUbHckuy3b11yCIOd3xgACaSvTUAVF { width:18.4375rem;height:2.25rem;top:20.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6EeXdPluN4GVXxWemd0adJnbC7wD6LD { width:21.375rem;height:2.4375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmhgPPuR15B4o69Sz2ed2FTWpQhiMZbo { display:block; }
 }@media only screen and (max-width: 763px) { #R1MW9DM8EIpQSDSSRAu8P4VuzI1e7NLk { width:21.375rem;height:1.5rem;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZysLXmfCriL4uyqXJfnQgbCiooR0ENJ { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8V1ZTPFH68aZtBs6Zv4Bcim0oaR44Jt { width:21.25rem;height:14.9375rem;top:12.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0VpJ1ybn8QIh11CW9eMKcrJ7MNgHbAa { width:21.375rem;height:2.4375rem;top:26.25rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMlTKASVk1ZxNhdT0zr3cFvrIR1eTf1v { display:block; }
 }@media only screen and (max-width: 763px) { #wsGKQ1euTpxE3h6wSG7PUdWdCBsbb4vT { width:18.4375rem;height:3.375rem;top:22.375rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzV8wfU3LN6yGLGOTk4l1OTqsplhlfwk { width:21.25rem;height:14.9375rem;top:12.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esqd7lIHNJPOoyQrqp91mFQSuac5WMF6 { width:21.375rem;height:1.5rem;top:18.25rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL49gNWweWvnOTSdeb1XSVne1umwbyMd { top:1.0625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUNPVM9BxzU9bo8h7NEUDQ9uN9y2FtlE { width:18.4375rem;height:2.25rem;top:20.6875rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr6LN5evIKaW545HqLsmp5MIwXBAC2DL { width:21.375rem;height:2.4375rem;top:26.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwFfPAqqacpyPaOzklee7FrHiN1neS9u { display:block; }
 }@media only screen and (max-width: 763px) { #qs5qSE4biOdwml2O4vdxEWp7vACmaWMW { width:21.375rem;height:1.5rem;top:18.25rem;left:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP2hiDfRO685rsJ2BXnrbOppUnLTvPMw { top:1.0625rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSkNOwBaGfXRibFIL00viOOut0duiTNz { width:18.4375rem;height:1.125rem;top:20.6875rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG { display:block; }#uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frq8frGgSwWJm9iP05upT2g0wJdqbeT2 { width:21.25rem;height:14.9375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiHfuBlTVTgCUeKEMl4AuxGGTM5dtekD { width:21.375rem;height:1.5rem;top:18.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqE0JpX62katQ5JDa9pJPglTMa7bXrDP { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhfNNcRCv3gKqEmvDdiObFo7w0LUAWPc { width:18.4375rem;height:1.125rem;top:20.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4IXHp9AiluEdfKtLTa4OTvGA0ZfqsRC { width:21.375rem;height:2.4375rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1INuZiPHrgVIaoDuR0Pt4rckUB6sr1w { display:block; }
 }@media only screen and (max-width: 763px) { #EoXwr6RETfn7MpGf7UFwxJ2ZCTRJAlVX { width:18.4375rem;height:3.375rem;top:22.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT { display:block; }#stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fspalNRyJ6D82LJc1vwVUWozTl539hUC { display:block; }#fspalNRyJ6D82LJc1vwVUWozTl539hUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXPeSPRmrpazuxIkIT0R0P1uKXbKosmL { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcfCvR7riDd9dylO8LZk8roR5roXaZoU { top:1.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 { display:block; }#CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V678bzdcxoIUDTruldHebxbJkiRUZs2n { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXxDkZ7hL78D8TVllwhvZlChU67zphhV { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9mP5Qry8PLw1LNPv5RNvdvNGHQwKWSw { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrSxNX5Z2McSdSHWBpebwheWhs01tviD { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD3ikSIrkIydEwkQfPW0Z8h0EagkCmsz { top:1rem;left:0rem;width:21.375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwSqGtpfEBUsyPn4hZnqOAel2gTyO1vw { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJM5hRyhLdOsUTKFeR8GAIPuVqEkmzR2 { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOEOcObKSfNXQufUCZGSWWG57CV6GkKS { display:block; }
 }@media only screen and (max-width: 763px) { #IcyJJAK1xim3JbKNIpPlBNyvl1FMgk50 { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCEWyKmuUhtyFxdXHZctxDJ5gVlNLTFr { display:block; }
 }@media only screen and (max-width: 763px) { #sqcEMIGIl5ckM0qEO8LPCXgsO4k5fHLb { width:16.875rem;height:2.25rem;top:23.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE8ETt86iBSXkPiu5X9nmCelLU56sIl6 { width:13.75rem;height:2.25rem;top:20.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxM0QiD5STsX4pUe5syVNUGr2IL1CKoM { width:13.75rem;height:2.25rem;top:20.625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHPKJoV22wwacBV3Tf2o1wkGRad8ould { width:16.875rem;height:2.25rem;top:23.5rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwG87E5bRggDEGH43R3v8rwKVoMv28OW { top:0.375rem;left:0rem;width:5.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSBp1z9ndplNgFP7RgKxTsTtwvK9wGJ3 { width:21.25rem;height:17.25rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLH8xzM4zIOMFrQPl1cskpp2U18KQ9rT { width:21.375rem;height:;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4abSZLDG8kV4BS8trmEmToe5XPVsqUp { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7folgMvBXNOBoJU0MyiqbSFzQM5Dx1u { width:21.375rem;height:2.4375rem;top:27.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtorBbh8eE1Kt3dagFAlwBS0Zk6m3WrQ { display:block; }
 }@media only screen and (max-width: 763px) { #wuW7MvMVXKMC4xaLtATnJtENbgosFCVs { width:13.75rem;height:2.25rem;top:20.625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvadAXu2ZKuF6rXqA9snEsCuAWUNoCFE { width:16.875rem;height:2.25rem;top:23.5rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnJkXO7ACoQlUsndfkxJzwdasLgdC226 { top:0.375rem;left:0rem;width:5.375rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p { display:block; }#V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrodoZGAg2rXebTf5e1Lutx5wvwg5JfQ { width:21.25rem;height:17.25rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0DLDuV0Xe0ZxS3spqK58nKIl92TEq17 { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxKFClkDmJ6bMvmPSTGhhXe3Th6HXRSt { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyQzyhTJ8NIoMSoabEV4FbGsC3WaLVO { width:21.375rem;height:2.4375rem;top:27.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkeDRgnXxXqiNLJrQTsuktfsvLw2Ve0w { display:block; }
 }@media only screen and (max-width: 763px) { #cKnbJdS4yrkPQF7cZCFEC3J0D01hTcwI { width:17.9375rem;height:1.125rem;top:20.5625rem;left:29.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG3G5xxJS6SJr5HUCHFPvG8hnPMyVy3q { width:16.875rem;height:2.25rem;top:22.5rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7J7I5Q8w92L11RlvdhtRk6xmII1rdAf { width:19.1875rem;height:1.125rem;top:25.4375rem;left:28.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpiU5fm2Xt6HVLK2ETOJWqA7NRdpiRI7 { width:21.25rem;height:17.1875rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf5h9M0sPVJMkU0xpDtq6NunCVS7CEaf { width:13.75rem;height:2.25rem;top:23.8125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyKv7smGlBl9zzLzw7eTO58SayKwCO18 { width:21.375rem;height:2.4375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upKUTo2TcrDutCiDBcquVIFwGLodSzqO { display:block; }
 }@media only screen and (max-width: 763px) { #JTeGlD69FKVT6qbTr2Gm5nf7TlByIgry { width:21.375rem;height:1.5rem;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN72IzInMV1X7elcxlvzDsk6CdTT2SDC { width:16.4375rem;height:2.25rem;top:20.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz2tNJGAdohttPndsWQps8TTXtCn3RgT { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acQAX6fbteA07VKtdg6KZ7XIL3XJGCEk { width:21.25rem;height:17.1875rem;top:12.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UATV0cwS4HyvTEImZPOApg6AtbLUDE0o { width:16.4375rem;height:2.25rem;top:20.6875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLt14wo8eG0H9qEAHJGO2XbrnGKQLhxE { width:13.75rem;height:2.25rem;top:23.8125rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQTimdl81uWPkOOUNkJtZ9h0LfX6EI99 { width:21.375rem;height:2.4375rem;top:27.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nccbtUeDSPqFGKhrvkcb89rHzXm6wfFE { display:block; }
 }@media only screen and (max-width: 763px) { #ruKA60aLMK7nlV01aTLS24paKTGTbMdi { width:21.375rem;height:1.5rem;top:18.25rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzUaZIJZNEw5lUysgTRR75vPL3hfb73v { top:1.0625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE { display:block; }#h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnRok4DnKWTANItpMxwLHMswDSZUDGkO { top:0.875rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXBShFw1VL3wsxLAey3JZ4Pl8JwPZUMU { width:21.25rem;height:17.25rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2TAcngpIynzJcSvMDoh5IX6zU6J5bJT { width:21.375rem;height:1.5rem;top:18.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae22ciJ2XLcIKFgITSmimT32nnuDNXh7 { width:13.75rem;height:3.375rem;top:20.5rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ike6ZO8fW71ZGEW9OFrPpDKEabw1D04p { width:13.75rem;height:1.125rem;top:24.8125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPN9k9FK4s2P2WAgupDVXCKS3uBzbh1J { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6a0uTG7vZ34VIylwQ1OC0CvHDd9B2dW { display:block; }
 }@media only screen and (max-width: 763px) { #rfdTqDsMEeQ7qZAsDF0E8tQM6S4FALyb { width:21.25rem;height:17.125rem;top:12.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB57Kk5ZvUZDkHPamgInhODcvzsqBoOD { top:0.875rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFoC41qUTpghzAaRNQTAhRbhPD5qmcf1 { width:21.375rem;height:1.5rem;top:18rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAc37D9BqhZGamgn9ffmzppQacsQEt1X { width:21.375rem;height:2.4375rem;top:27.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DppJK3JbFdOZZ658R90Xsxv68aTAw7RH { display:block; }
 }@media only screen and (max-width: 763px) { #DheMc0OuLCJFTom3RrwXJH27U1x8bVvX { width:17.9375rem;height:1.125rem;top:20.4375rem;left:13.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNJ2osv158kf2utL9Rzta5X0Q119dNXJ { width:16.875rem;height:2.25rem;top:22.375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZJTxLCIkIH8NvRTmXdSKh9CExXisZ5d { width:19.1875rem;height:1.125rem;top:25.25rem;left:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTgmsDbvu5T05woDXq56t0c7g71hk4y6 { width:21.25rem;height:17.1875rem;top:12.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcgPTqxhsfJeFb8rxThcNuuogi6KaSx2 { width:21.375rem;height:1.5rem;top:18rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKv3upL8MXRTp8BMUL0CENc2rqtpth1R { top:0.875rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3gyc9XBhFWQmoELTA8EiHOzp4KVfcBb { width:21.375rem;height:2.4375rem;top:27.3125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBlT8G2iW3NmJQhGPWNWRd0E6rAqSCFb { display:block; }
 }@media only screen and (max-width: 763px) { #ytPEln5aamNTxWp2yIrNToukeOqhFiS9 { width:16.25rem;height:3.375rem;top:20.5rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl6wVZhxuJd5oWIP9bF1V2397Oh1J4TR { width:13.75rem;height:1.125rem;top:24.8125rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab { display:block; }#Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hq3ufgswu1JHqLCx9gim6KrsDkg2HKBI { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQgq7WWUdlITepH6yh02gSfTiz8V0BHP { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJEnLhVX61aeVEufGx6FbngagiW2nOx { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeqwQMgbcX7y5THCLiET5pAXT8SArMHk { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLlTy8Q9MWQFseod4sikNwIoCULm8P6q { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVlN1AZOHS0V6g0SbrzcZXiOEChCZVra { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToBhQwF27wp9Aqc83N45J3zn7bmBTVT { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKPU5lbHPregKEFABhVLDJevFOE6pkk0 { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2NWVrAB1GFpNyUmw6x2UgTUiRgB5Tg7 { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP2175Fii903tLkVvKM5myLh56xXPUFr { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olr8DNXv6NlRcyKHbZOC5vox3oSIv7fL { display:block; }
 }@media only screen and (max-width: 763px) { #pdnBXhCVIrkSb788sot94JVz21HLaWiU { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TboSE1nBV5QmcwhEoCJkmuMMcS53km4k { display:block; }
 }@media only screen and (max-width: 763px) { #G2xT0S1JllJ3iSGISkKNs12SpdCixVXU { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIxhJ2o0PeqxtSov7eJM97hsHu2Wd4Ss { display:block; }
 }@media only screen and (max-width: 763px) { #zH5aE1nTh0MbckBl36JzRLAAtGN19SIb { width:18.4375rem;height:1.125rem;top:20.5625rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3Z6xP6TDD3lW8VDr1OrTHIvKfkf4aBQ { width:18.4375rem;height:2.25rem;top:22.5rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOkfKbEDbyPrkOZhFlZ2pcVt2mdrII8k { width:13.75rem;height:3.375rem;top:20.5625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCp7pSZ03RJciqqHLK0Naytcz1FPJlxa { width:13.75rem;height:1.125rem;top:24.875rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVN1a0C3vP2fwrQ0tPX4QpPtXCsW5GyA { width:18.4375rem;height:1.125rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utNQiDooUI3mDz7SumIWGRqC5Ty4ySb6 { width:18.4375rem;height:1.125rem;top:22.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMtap9Ar5L7hH7ne5rcq1pUPz4ZxKVvn { width:13.5625rem;height:2.25rem;top:24.4375rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor { display:block; }#pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3RcgAlZ5TOTBMwi5U9Uz93rNz1lgBZR { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko5mcmxEF4P3ifco6RLwPUoGETVc7aMg { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paUgVBVrHwZeDQtElNXUe6kvO7v0oNpN { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk9iGALGanycThccPO7RoPwARu4kzv7n { width:21.375rem;height:;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1kvUsOET0yI9T92NtkLSMR0n7kbFyPQ { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1lJL5Iea6y7oiVdrhGRu5iZSlPLtwWt { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA6pkk4fq1Gx9MX2v7PuqaLXvigP7mMr { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3XooET0xKFEWSTu8mpbvuApeiSRWEOq { top:0.875rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMSAuQEBNV1wHR38A8JIC2BUrm5DGcuL { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCwPwqpXsEUWF5WGrPTzb0ZWGucOitl0 { width:13.75rem;height:3.375rem;top:20.5625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSr65cJT2TVvhloKvzoF6hlGqwvc9Aft { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpd3sBtSgd2EmyTXF1UshmqFfHkyuHwM { display:block; }
 }@media only screen and (max-width: 763px) { #uoVn3BK9lnKf5PZkffmvQ4PeR4qNGVJT { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlbJZpzICmidyKR5dJgkKGdpFnUptR93 { display:block; }
 }@media only screen and (max-width: 763px) { #UnaouGLxvetAtoeWqQ1VRZ32daJyxbOX { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGVZQJxTnAdSJCBZ7z9kbzPTw49M73Xo { display:block; }
 }@media only screen and (max-width: 763px) { #gBLXFTqbnxDDS2CW4BBTbRNiaq4IWvX7 { width:13.75rem;height:1.125rem;top:24.875rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhyLV9mxPpzJtoHHe4GCFil1a7zaJau { width:13rem;height:1.125rem;top:20.5625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAgKSWdlmfvnKSz6cPJmKX9ts0PUX0rA { width:13.5625rem;height:2.25rem;top:22.375rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bScSzao92eXMkFk4EEI7xkyuNqvHtd32 { width:13rem;height:1.125rem;top:20.5625rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3fuv1suxiZ9hcxtQ54hIP1iViVCdcFi { width:13.5625rem;height:2.25rem;top:22.375rem;left:17.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac { display:block; }#AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrCJQg2URdJOR3CZUt7aIFTZcH5HWMMA { width:21.25rem;height:17.125rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0tzaDOKV9h5DNN69s1NEuIaR8JewagK { width:21.375rem;height:1.5rem;top:18.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWhlrukRNb8tu9PpC2dp2aSdmoSxwIUw { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQxuwmW0CKg9yT3TiEPMdIyuaOXOG7Kx { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCg5STqqbcf9iVmOreryeQaBTwOhaVVG { display:block; }
 }@media only screen and (max-width: 763px) { #ATMRECT2my0QKyZGwfDJHfqFLn7TOZeW { width:16.875rem;height:1.125rem;top:22.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXe7bUhuUO35iuPML8G6vscBanzm0wvy { width:18.125rem;height:1.125rem;top:20.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duNULchvh2L4aQsUgsg101yVWM9QSsz6 { width:13.5625rem;height:2.25rem;top:23.875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2PEVdSgffEfRcLiooN0c5zP4gKWc9mf { width:21.25rem;height:17.25rem;top:12.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcks0BmHhSDeMVwL74xlO7i1bQoxoHRk { width:21.375rem;height:1.5rem;top:18.0625rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnTp5b0p2kVCAlzL10ps1SgGhGDCLMRg { top:0.9375rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #or0igRzFlBnKa5fUg9KSc60Cngk8MEJJ { width:13.5625rem;height:2.25rem;top:23.875rem;left:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weFlSZgkHFMG2mNqhTWUALyXDrHlPagQ { width:18.125rem;height:1.125rem;top:20.5rem;left:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaTqeGogb9fBh26StTbRSPOGa72QITXQ { width:16.875rem;height:1.125rem;top:22.1875rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN5MaCwyPhl8UVONEiTvGVcWqXL25v2C { width:21.375rem;height:2.4375rem;top:27.3125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtCGBJ6pFmxsrphr0gvHDFq046l8q51d { display:block; }
 }@media only screen and (max-width: 763px) { #R5UKIQ5xp1bNkzU3u1XBUh6Zx3ZaTGzE { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcyB7mXLTvT0keJHhTvOTmCAlmh9MGDL { width:21.25rem;height:17.1875rem;top:12.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCDC7ofcq4bFexpC6ibs1kWzkyxV76nK { width:21.375rem;height:2.4375rem;top:27.3125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL6hz8Iox92WlQAftGt7iqwuEy4cFVLk { display:block; }
 }@media only screen and (max-width: 763px) { #eTPCKRbF8NLsRoK0UygFNkyBoP4ufISz { width:21.375rem;height:1.5rem;top:18rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpO1VFRJnifSvtcPbVWTMRq0wS0mztxq { width:18.125rem;height:1.125rem;top:20.4375rem;left:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWZX7yrgVVrhmh7nxlhpTWdQaATHqu1k { width:16.875rem;height:2.25rem;top:22.4375rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ { display:block; }#D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skfWfqxLsVweoKOfsMZUcoOnG0FpNdl2 { top:1rem;left:0rem;width:21.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdgk9EFtO6rZsnFXbRrF4v343zzGgb8h { width:21.25rem;height:17.25rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDdgxeHuThlfhFF4J7zpC1D8kR3B5UP8 { width:21.375rem;height:2.4375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxCTG0DqDDDPxCF3KBTBPo4mfSit4wA { display:block; }
 }@media only screen and (max-width: 763px) { #KftK16yZqHhmZu3TndDEsBgu201EOZEz { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHGO0sBUROuLESNHiKqadK3bGh5WhqVU { width:17.9375rem;height:1.125rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvWBD0aPJvZvxuRsoCw9Nr5Qdwd72Ncc { width:16.875rem;height:2.25rem;top:22.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lohhB7wtRTgRX6G0KZKuJzkxBUosm24D { width:21.25rem;height:12.3125rem;top:17.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLEn4DBSTh0hg4ZhJt1vaaTPAd51so7D { width:21.375rem;height:1.5rem;top:18.1875rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFsNq7ZnJHiOzhmHfEz5SPmSNUbS5heD { width:16.0625rem;height:1.125rem;top:20.625rem;left:15.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR5f8UebyVb1n5WP2wEB80JsckryEQvt { width:21.375rem;height:2.4375rem;top:27.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA4GdC0OBD4Gv07dhbo7wn8HQZPnE3sx { display:block; }
 }@media only screen and (max-width: 763px) { #KGS5M3mV8GKAn8KSnvoxfKNu4Te9Iqqa { width:16.875rem;height:3.375rem;top:22.4375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNOEg4T5m001PN7W2QXdBP57TIOeloTT { width:21.25rem;height:17.125rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR7FXSTPg3vkwQu1HqGExbJSTlGw50FH { width:21.375rem;height:1.5rem;top:18.0625rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkvM723lxvD62rN7X5GvThIqoQV3hKR3 { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSoS5G02a87T4n1PRw8mJ5QbdBGfuc9q { width:21.375rem;height:2.4375rem;top:27.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8nToFMSBD3xwkEryWesm4ikPKAvEncC { display:block; }
 }@media only screen and (max-width: 763px) { #Vt7k2mF3MKNbvqNtghF5PCdn8rNeVdSP { width:16.875rem;height:3.375rem;top:20.5625rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8SizTVi2qBEKLskdncp21dSEx8Th7eT { width:13.5625rem;height:2.25rem;top:24.375rem;left:32.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHy9unKfQImpgZ3MrgNilm4ZSuyHpzLz { top:0.9375rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG7UcRTx6BZ6HNL1ozRXVTzWCbzuSlIM { top:0.9375rem;left:10.375rem;width:21.375rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGhfKODgO6IMcXQmSv7One3KoBRraNzL { display:block; }#vGhfKODgO6IMcXQmSv7One3KoBRraNzL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sz0llqMI7gW9PuTaplJoGU3fG8hTebJ4 { width:21.25rem;height:17.1875rem;top:12.5625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5bp1qZiORwUe9io2FngxrEoM5aAwIQm { width:21.375rem;height:1.5rem;top:18.1875rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUBqWrQTcibu55EF8cIWk31F9DdPD0H4 { width:18.4375rem;height:1.125rem;top:20.625rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3SHH6oTM7DU9uQvTSG80lTXloTgtZro { top:1.0625rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEO8dAfLsET5mspFi2JrLNzRggxCzqqC { width:21.375rem;height:2.4375rem;top:27.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgFIOButgASGkm95SZbOFuTH8dfJTKAs { display:block; }
 }@media only screen and (max-width: 763px) { #Ul4q6tXipzTQb5kwkR61TBP91D5plUtZ { width:18.4375rem;height:2.25rem;top:22.5625rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKJ0HIv7nqUoOOKT8xPrIrWt8oXiTSSi { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xezh6qfAz4O7gGvQcw9dPFk8u3ds97SC { width:21.25rem;height:17.125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSSxTqpFepZZ89K1sSuBJKyyNTcwKUEZ { width:21.375rem;height:1.5rem;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWqsn5LHZgdQHSoxVUrmTvoeJLfbZilD { width:13.75rem;height:2.25rem;top:22.5rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcaevnTs5wi5R69XXtFgu4X5FSPO5oDg { width:19.6875rem;height:1.125rem;top:20.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF4NTHO0pNTApXzToeuk5eHPEGuPIwxx { width:21.375rem;height:2.4375rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWDWGU6iCuTZVLHGTHeClcGFT6teXWTC { display:block; }
 }@media only screen and (max-width: 763px) { #nTxayzwyVndrBTsopCvzLhikMh2iOC7M { width:21.25rem;height:17.1875rem;top:12.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTsR2XeMH7qVLzIU1ulK9pXQVZpxy7dk { width:21.375rem;height:;top:18.1875rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAGT7ssoKkM0W7lOVlodqqmK9Pm1MTJy { width:18.4375rem;height:1.125rem;top:20.625rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uinTuAzPQBeUNfm3X0Sd8WHfKcPoOP4Z { top:1.0625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT1xXsbnUCZTTBiVfGJZ44g96zgQCh8O { width:21.375rem;height:2.4375rem;top:27.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIcuzoTB3FcWtk0VCe1cMDkBFraFiJr { display:block; }
 }@media only screen and (max-width: 763px) { #BtzoQ39622OP2lHy4H8kvpE7BiylJDzf { display:block; }#BtzoQ39622OP2lHy4H8kvpE7BiylJDzf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un53Uao0iXpt43Tr8uEvTMgGXcz8TUmv { width:21.25rem;height:17.1875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiIAUSw43TcDTqqNJ0nnL5J3D04qnzAu { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu1GPPOkTB8T8aRG2y5LislP3NHBDbfH { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFDGUX6bGm7WQRdWJ2zzBQBy9H9wSew5 { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy3IwuMoP8MGb7S88kg0yBaP26xWRRob { width:18.125rem;height:3.375rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVIF6dbubNg5uNDXx0Batg4wNCntpMsJ { width:18.125rem;height:3.375rem;top:20.5625rem;left:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTWwBTWSsb1xeSXaxyCxAXEaQKdleSfZ { width:21.375rem;height:2.4375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBkTWMF3JtxTCu7qZN2Nfv1bcPcSnH56 { display:block; }
 }@media only screen and (max-width: 763px) { #hfforylZZt4l7XU1qZawtV8H3EXRPQTV { width:21.375rem;height:2.4375rem;top:27.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ENhIR9elapu1r7bUe3TFpvhzkBNXgG { display:block; }
 }@media only screen and (max-width: 763px) { #JD5TS0eucTSpqTrFsUBROVfLtFW7gnNN { top:0.9375rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaO0weHr2KWQ0PSezFPSgazXdqyNgJ3h { top:0.9375rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZq9uf1o5GUfqi8T8EXzaHfG2Lzis78N { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP6gTPpxXWv6ylBhQRX6EcTlV8T8fxZM { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVBmFXBacKmMUxpC2Tobge4TaHQUyJTl { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoT6U71THeTAnXc7Rs4SfxnGMWIye3gJ { width:13.75rem;height:3.375rem;top:20.5625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0TuwmQAGnu8RZS4ftd995myExJK4mn0 { width:21.375rem;height:2.4375rem;top:27.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxWJc48eyyCRAIVAxwktBChmdJLK5a0v { display:block; }
 }@media only screen and (max-width: 763px) { #MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 { display:block; }#MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdpGl82DLkI1pooxlcDNSb9IyBGnDG63 { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl6bu74BrvChNebMaysaxpPrgXZX8b41 { width:21.375rem;height:;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGLsnw4HL6KAxPeMFXuUzHvsUffF9kfw { width:13.75rem;height:1.125rem;top:20.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSwAcMNByLoFXwzo0HztHpQpm9E0uUEM { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wflIcIZz4meGL3m2CsZwchbF7CJHL5eZ { width:13.75rem;height:2.25rem;top:23.1875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwxXDd5wtcTrfUBS2qP9VbePfXLJvJZF { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlT6XTC6TQG1nFwVl5hMCn1033EAv0XV { display:block; }
 }@media only screen and (max-width: 763px) { #oMcdKWPH4Wy01d0TlJxTp04RpIDySyT7 { width:21.25rem;height:17.1875rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUIP75TW9czNRBVqGTVIPPDI4KKl7g7w { width:21.375rem;height:;top:18.1875rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmBSKbQXkuCAKgNI3oHxaFeNM0vDwu1Q { width:13.75rem;height:1.125rem;top:20.5625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg0FA1LfVk3zv0mxdirANCq3o9U8gPXI { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6gHT3zITtbXIsW7uoBvExvaKeoyWi2h { width:16.25rem;height:3.375rem;top:23.1875rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8zQOTg9NAJb4cH59DJThnCind6d1GUT { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQien95PtVyzNE7ioFxMrzcGRSHG3Lzo { display:block; }
 }@media only screen and (max-width: 763px) { #J30TIsfCxknSTKbVDTcw4DG82zuTKaWx { width:21.25rem;height:17.1875rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxz0K8Wz8ZQ8P7S73TiNqSJlyk3T08OH { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAtlRv6Smes8UGlG0fDLuZGRBTaUTo1G { display:block; }
 }@media only screen and (max-width: 763px) { #sOUIgQbZEw1wasruauknFDJa4ldQMVDL { width:21.375rem;height:;top:18.1875rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w94obVeARSDTk9VS5pFN7qrNhodUiJsR { width:12.5625rem;height:2.25rem;top:20.5625rem;left:33.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5mTVwQ5N9mqPrPeh2WuVVTqM67f5wgg { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA8nsVUuQ9GKeqLcSPq06238uL3VhLOX { width:16.25rem;height:2.25rem;top:24.0625rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WodMbrfKbFJC83R67lwxD1h8usrRNvWc { display:block; }#WodMbrfKbFJC83R67lwxD1h8usrRNvWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqOkabvynCWlpkfxIy8340MbiiyFSoqB { width:21.25rem;height:14.3125rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Ag4D2KyaX1BCxSlf0Pv1M7uC9yeqaC { width:21.375rem;height:;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwsEdgxi8n5avSrrusnxBIXI4QpEhXxi { width:16.4375rem;height:1.125rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQuTF8qe45P34HhvqvvJNPxQalP1mJ2p { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtTSTfdImgcn4UhFTM7GdJHhd7gr2I4D { width:13.75rem;height:1.125rem;top:22.5rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfSuEthBlqQ8hC1ONhHWnPPArg8bTGUE { width:21.375rem;height:2.4375rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mowMCWpoxqi61lNsHn7L4FIXwbBAt5qI { display:block; }
 }@media only screen and (max-width: 763px) { #rs3kKZk56qcvpXFU8K5tJNp08s1JRt9n { width:21.25rem;height:14.75rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTdnSFgbdQq4W4nrQ7nJGG32kIdeNTad { width:21.375rem;height:2.4375rem;top:25.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuc3cNV6X5CyIFVU98GVVqoAdcTCGAZE { display:block; }
 }@media only screen and (max-width: 763px) { #iPSU4A5zFfSND4p9biA8u5GaKi9M1MbI { width:21.375rem;height:1.5rem;top:18.1875rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD8MtN2SNIpMP26rOGRnHTb9ut2HyKzB { width:16rem;height:3.375rem;top:20.625rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H69vEhiuC7ofiUhU4nyP0xoC4tSZJudr { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL { display:block; }#AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq { display:block; }#L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7DR2IGkAF119NeLMZgFbA1L2qPAeukS { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSKA5gNuru5lcUDdcJXJC0tlTtBPWIXf { top:1.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z { display:block; }#bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRho6DboSFaHI3GafVsJ7uH2FwgrhBTS { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU2WlZ96eeSlSQh8XH9ozoshkPcGVcrq { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI5HVeO9kguoR64RqfW9K30na0FwMUTn { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez3FSPZDdLGiZpw0BXV3KFddthzu68NZ { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAiek6Vrve1nIbQ9uArzcTsIvgm1ofHo { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF4vNma35F5zeqWbVsVdIWRppHzZibF3 { width:18.0625rem;height:3.375rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2iqRsebLrA25buh8aTBsLZoiT8cOghd { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS2P3Wk0CHD4u8FMU0d15TklBPdqWBMe { top:0.875rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXzpGu5PH7oJNmC6lCmMfIWJ9Z4mlwfa { top:0.875rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZqQJJSL0bILLUzSabLJcBiVpzMKy5rq { top:1rem;left:10.375rem;width:21.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKywvFEUDgJDQc46HXf1TT36nLTuT7Uc { width:17.25rem;height:2.25rem;top:24rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehr5aI7sLCBiRUO0JJTg0CG4zXRKwanM { width:19rem;height:1.125rem;top:20.5625rem;left:28.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvw6H4VIPpfssZPQMaVsXUvlKGxOHbdV { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZxxVfpW7VPxTXwS340TCdlq894kgJWX { display:block; }
 }@media only screen and (max-width: 763px) { #SWJFq6io4KPXWNgoPtxXb0tkuKc1RhnU { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOAyz0vlzuqaO8yi0eUUH8WEspEoMqOp { display:block; }
 }@media only screen and (max-width: 763px) { #IVf2oMnoTpzSzb2tTJO1Uv9qDyTeKkpT { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpHZBTeCgILgqyLigvKnOgK5ipyWegTF { display:block; }
 }@media only screen and (max-width: 763px) { #gwEbEtwaAvH0Nrgw45wZSqNq6UnQVBQZ { width:18.0625rem;height:2.25rem;top:20.5625rem;left:13.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3cDo9cFv0LVKr22iliRWOhgSnr42qM2 { width:13.75rem;height:2.25rem;top:23.9375rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPHsnFVFvxbtQDLDkpxzzedrEnXP8qXI { width:10.75rem;height:2.25rem;top:24.5625rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSaCQqX0gRqWGkMs7eDpGXLhwCyBdczv { width:16.1875rem;height:1.125rem;top:21.6875rem;left:31.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #up6JCEhyTSU6kGLnWciT28Gq2kzKzrH7 { top:0rem;left:15.875rem;width:4.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5pt6lS7ilJiSa5XmbCKHuyWTxwmtTZ6 { top:0.375rem;left:15.875rem;width:5.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA { display:block; }#Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6MWUzV6K3VGr4JpeQcDousPG43lJhVI { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTZcuMk3R4zVMniqf3eUFSvkcOLiTSZn { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLxNzCW8Ch3ywdnwES3Ds3m0QG0ZkMyd { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyZUgmvTawFDVZc1m3JCual05L1mrnP4 { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztbcyH4XAkctnHGQWfXLqcrRcpchP2hR { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQpAdC3VdWO1xiNEe5HfpKbJe7oVT7is { width:13.75rem;height:3.375rem;top:20.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciEB4d5up2GD5twqmlnENw77HNeJ0kTE { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaoWQXZpGDmQk3KUabzMJA9XzXke37NQ { top:0.875rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V95KpzzUWOliAwDdxLZbfabUTuwuMPfk { top:0.875rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm0Q8FCfQLAacB6a5JvOvwFbnvfsT1vX { top:0.875rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #te5tFFhdZAKpqhrXSFiyHgbzs2O3PWgm { width:13.75rem;height:2.25rem;top:20.5625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAPeUNbooeTLqTBe3EqX7I6pGVBk0ZT7 { width:20rem;height:4.5rem;top:22.25rem;left:27.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQa1keQawJI2A3n0Uw3tSTtKyfkdcdL8 { width:13.75rem;height:1.125rem;top:20.5625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0cLDBtEHPZFDqMe3dfqTOTkMbx1HG6o { width:13.75rem;height:2.25rem;top:22.25rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sklE2lt3x7V4lRgLRHRwOv5T4cmMoEsC { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOdBk9c2lKH42LKwXsgqT2NnVTqbuV78 { display:block; }
 }@media only screen and (max-width: 763px) { #ALIrQTURFkCnlBD2uM7GvbNrTJh4ZPxl { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh1P7Lfl0w2bESaqtkf7UhOzC3yfHA4m { display:block; }
 }@media only screen and (max-width: 763px) { #TzOcyebaWSTfTczNHaPe7wPAaF4pzqvZ { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzTF4TORA6hMknG2bPxapesqcxwnrHl7 { display:block; }
 }@media only screen and (max-width: 763px) { #qyXM4xd1tE3S9KZyuioSk0dh4w2e8AsK { width:13.75rem;height:2.25rem;top:23.4375rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufclXSTrWphJUSek3HtXOt1VcIGKziz { width:15.625rem;height:4.5rem;top:75.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWGhtMgUUT0D2UNPetV81oGqZlAyfldI { display:block; }#sWGhtMgUUT0D2UNPetV81oGqZlAyfldI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbkNFVWp5DcoCAe8kE4IOiERZr9G3mzI { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeBJVRiWWRZqkoDeCksTlWAF6rCQuD4W { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTxEih6tlZd9s2NFJfw6XGtUAdvb1yc { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUe8JOdegPosAMyESMDXGoxvX4S94W21 { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVxt5UZWZ1wf0Thq1HtIHU6EdHFm1yPp { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3caGNgRAkZvGvuM8ZODZ13egKyuFFdi { width:17.75rem;height:3.375rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OemTaC9oDkoKRbS44T0hUg1ElaP1K8Qs { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKQDbRMITDa7fINBWJkk6SbdAuF6GODz { top:0.9375rem;left:0rem;width:21.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEFln4tPokaWDTpWCcEyxFtGFGLfbKvN { top:0.875rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APLefD5tMmETJnJm981ynwLNNeDSyVg4 { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXKsSKsfQb5KGDLoJ7C0UcTZfXxOTE6N { width:19.8125rem;height:2.25rem;top:23.5rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVl3N6VmguSvTcTSALGbOvckkQBDbFNA { width:13.75rem;height:2.25rem;top:20.5625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG9r2PEpd93t2lp7gUkhqe6vFtVoqTOz { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhLukL3XSZdctgrbgN7EnDlMN9095sT3 { display:block; }
 }@media only screen and (max-width: 763px) { #P6pyMeRwMqJZWOHkz1pENGevQHhcMVas { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9AOmxKRRDmZ8PRFJIaJlRo19lG9CHOT { display:block; }
 }@media only screen and (max-width: 763px) { #dSyfXAy5ZfaCsSWhKwb0LGWT26ML3TSH { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnoPhs3Xgiwcdh0i0KiSpSVC1xpI0QPL { display:block; }
 }@media only screen and (max-width: 763px) { #E4BezUC1c3BaKz9h30tF4UUTwboRznXU { width:16.1875rem;height:5.625rem;top:20.5625rem;left:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k { display:block; }#ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDHm3mCao1bwFFKLP1ONA7tA5t9dfE7I { width:21.25rem;height:14.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFdOgOdUrzQoAxexfdd3mSAZoqNgwSwf { width:21.375rem;height:;top:18.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOOWTLnsPUp3hGD6gR2Cqu1ELTZNFfm2 { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm69HftgrJJkEkLiQIGznGqDmNm2AowJ { width:17.75rem;height:4.5rem;top:20.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhMyHnuPuLnzFyWT7xD2MJAsIPOA8Rsu { width:21.375rem;height:2.4375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnLnXWrFysHzX61duecZEE0e8xMAr3Oo { display:block; }
 }@media only screen and (max-width: 763px) { #TCepOyWuKvTmyxsRnAd2cgd2TvkN0B92 { width:21.25rem;height:15.3125rem;top:12.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snqEpgilqZIHZsMqTrPiRERPkHVxpt5J { width:13.75rem;height:2.25rem;top:22.5rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeVaoy5ZbKkPOy5M23nA6RTcI24ugchu { width:21.375rem;height:2.4375rem;top:25.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOAkiwF4CgvoRTkQWeyiuJWyzB9i40CT { display:block; }
 }@media only screen and (max-width: 763px) { #E4rhGgofNqdaMACxIs6HXk8SOtL2s92u { width:21.375rem;height:;top:18.5rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAWVT3bFdXC071FPIB6drh7sa2TXbi7M { width:13.75rem;height:1.125rem;top:20.875rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWwwrZUcq1wzvAOWP018yfq2hXg1Pr1z { top:1.0625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhiObitMFuVd5FsiZIMc773M7PVnUVNI { width:21.25rem;height:22.5625rem;top:4.875rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc9r5FdTrqWGdb3TSt8ex7lfS6IVMyXu { width:18.4375rem;height:1.125rem;top:20.5rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7m7nmb9S24t1azMltsikeTStGVykftg { width:20.3125rem;height:2.25rem;top:22.5rem;left:27.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKvaU3KZqCEEOrbF54lzF578MhvelvsJ { width:21.375rem;height:2.4375rem;top:25.5625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm5e1Lea3VIKkzJ59kXAhxDRuA1s7bH5 { display:block; }
 }@media only screen and (max-width: 763px) { #co0NyDazwFsodNBsDug1LN3PapRF5P6V { width:21.375rem;height:;top:18.5rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVLsTdpZToHspRmLzBZTIqk1U6QWDPIE { top:1.0625rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 { display:block; }#wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmZTKg8qdHC3dCxOnFIaW2QBTgmIh7zz { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2C9O0REVBWsN4l4cJpUMqKFJzNaZsBi { width:21.375rem;height:;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhhWvONB6o0OJs96STpTilVaxHJl4lgC { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAWlMZBnKTxH81AtEle9mzDUM6frr635 { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL1TyLn1rZbndfn4fqBXNAQX4Mbs3Spw { width:17.875rem;height:1.125rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW5xtSd1B2viaMtW8izTvcypkKCH9EfN { top:0.875rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsSRhLhb8tJpxiHg16t5Ewkr8sBB4R9P { top:0.875rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOxvs5nEcUxrqJHJxADnp2enF75KMvd9 { width:9.875rem;height:2.25rem;top:20.5625rem;left:18.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk5cMHu15XZXEJ3rZIsIf8z3JNf3X8yw { width:13.75rem;height:2.25rem;top:23.625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFsuvsJPM6rO3CtHv1T2KUIsPLBFK3xT { width:13.75rem;height:2.25rem;top:23.625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqQ1iXT27OPMOMPl4M4wWqvNzV210v78 { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2riaMWGqutkyaiDg8owy6fSsMfG4bPM { display:block; }
 }@media only screen and (max-width: 763px) { #GTqUGCJaIozcn7lheBoZGA4vonKsbo91 { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCIOR4lOigisTG0BxXQuyaWffX5ZvZRK { display:block; }
 }@media only screen and (max-width: 763px) { #uG2k6nMsxz2oyFkDdtOFBZbBVJQ1KSbn { width:21.25rem;height:17.25rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULnKwPD8gxIlyclzCdB0p7GbcEETHLVZ { width:21.375rem;height:;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3NoKMUeQd0osWSbbTtTB6elOX0uGNZw { top:0.9375rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKuhPOJhJECFlf5qtSu7bZv9TJH1cWIw { width:16.25rem;height:5.625rem;top:20.5625rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz2zciTiEQmZWtZobvA9s6zTqH6qzmtz { width:21.375rem;height:2.4375rem;top:27.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vLq0dqeDRuiF9lvrWVI9cevfK8fuDS { display:block; }
 }@media only screen and (max-width: 763px) { #CqAeGUZ46pRNI1stz7vXE3TQoaZsZdri { width:21.25rem;height:17.1875rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlbghV7EGiJtH4484ebtAFyU2ZI2UEfJ { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwegumfZN1n4QCOL7R6wlKD4XRIk6vUA { top:0.9375rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2DWSsChSZLrtfkIiMCc4EW523LMg7pl { width:21.375rem;height:2.4375rem;top:27.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTMJw05iPz9Ch7rksOxrMyAg6m0M55xM { display:block; }
 }@media only screen and (max-width: 763px) { #QxnXfi3RWAXZUZTwsfsvqMw6q643RFO2 { width:17.875rem;height:3.375rem;top:20.5625rem;left:29.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv { display:block; }#t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocZ30zPq71LDtvgEV6H1K1GRCzAbfi9h { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwbk9qfV8RyrpyOS2X8kWBUEXpnDTSRU { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCbkgnBmXDBmR2HxQR5xCnFkcUBBz4Or { top:0.875rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaTyU7QCuEEZ7mtFS5FrfeO4MFMnDoeT { width:16.25rem;height:1.125rem;top:20.5625rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaQXimaPlVuNBQyXC8MAufzpDp0Qbzzh { width:13.75rem;height:1.125rem;top:22.25rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7NEH8DRNxC03cRnxTh8ZJCbyJO2QFx { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU2zLIN3xvepaSyA08U6p6XBg9X6maOt { display:block; }
 }@media only screen and (max-width: 763px) { #CUJt9w7hNdJ7gLTX6ybTkmRGyxf4qqns { width:21.25rem;height:17.25rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfkTuVqW0SQqKGrNDGbUq0FgTUXBVytU { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdpWUQcfmFiscSW1bvSXchcTTEgLLVt3 { top:0.9375rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSUQ8yb39QLcnI1xcKZ6DEcA83tAKQlb { width:16.25rem;height:5.625rem;top:20.5625rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRpr6OTrGg06oktnGBrePcnF46slov51 { width:21.375rem;height:2.4375rem;top:27.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ZPp6UxBDqmzSqGOWWrO441UWD0d9Er { display:block; }
 }@media only screen and (max-width: 763px) { #fzJBpkzzfZUQyEz1l50PC1n3bAk2QERp { width:18.75rem;height:2.25rem;top:23.9375rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAIXRBk0kml6BVz2X3QWpn4M4dCERfEb { width:21.25rem;height:16.9375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHy12oXTroZtNnbdEGXTZMRQp9op6s48 { width:21.375rem;height:1.5rem;top:18.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcfxvyurw3tRkmA6nCQIPXmu6a0dZ2iG { top:0.875rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRqZlhmwaBeoQ9WKi191BQnPzw3Nn48A { width:16.875rem;height:3.375rem;top:21.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0133BOso0kpS1KIC1TIQ61vNv04Zehc { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDxlB69Wkat2SRpyJaTEDb3Hl92SZcwW { display:block; }
 }@media only screen and (max-width: 763px) { #phE32bt8RTaficF1ivHWMm0yDOvdrw8e { display:block; }#phE32bt8RTaficF1ivHWMm0yDOvdrw8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmWTbh1fX7gFn2cyMd3h0iVsqNfCgLLH { width:21.25rem;height:25.625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltHEGsibSerbT6meMXvQQs4ycTwZGZ7e { width:20.3125rem;height:2.25rem;top:23.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z856xBLt9Czk9g9a1ZBh7KfiFoeUnqE5 { width:21.375rem;height:2.4375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSkltsx1m0XAvGu6HrWclULMJ9kVNg67 { display:block; }
 }@media only screen and (max-width: 763px) { #QX6tovnUN9riqq8KF8kgsbL8dLK5636Z { width:18.4375rem;height:2.25rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #let3elaDtQV1Tf8QRaxpq9W86AnpyK61 { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT25DVZTivuXF54I8T6eWG4mTe9qTJDU { top:0.875rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5rcXmozRV0XiKWe0cyBQURZGOJEZGLF { width:21.25rem;height:25.625rem;top:2.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBOccosw7pZmqUlfCFgTWmyggv2h6WJf { width:21.375rem;height:2.4375rem;top:27.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2PVRZvUFpvAfchEmi2vJhuBtkkAuNs { display:block; }
 }@media only screen and (max-width: 763px) { #P3wmuKbIO92LGSpLCwDm9HiPu3QSLeq8 { width:20.3125rem;height:2.25rem;top:23.9375rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyRzIFGeEIiQG0HOVyycZzfnLTd1PXCi { width:18.4375rem;height:2.25rem;top:20.5625rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3HUpytSq5xrzCk1Cy8kXkIl9IFysRt9 { width:21.375rem;height:;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdFpKMhSOu5ZwtxX95bZu9ZdG6G6P8tS { top:0.875rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2wWBpQE6JFgS8TUd0qp62XSRSRlWpOZ { width:21.25rem;height:17.1875rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxf1KMs95QlAIUGKmuZbkySk5xdiWVvQ { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWwP2i21ushZ8vTnSgOcdLyT1yDTaHBa { width:17.875rem;height:2.25rem;top:20.5625rem;left:29.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxonnrEGExKaHH09Sn6JOpVqpgS3HelB { width:13.75rem;height:2.25rem;top:23.625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPdhwZ9LSJspXaSSNzoFH4Ri1KDyNNcA { width:21.375rem;height:2.4375rem;top:27.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUz1uQN51mrmg3OoNwKeBrFIgCMn2iJ { display:block; }
 }@media only screen and (max-width: 763px) { #JrX9MLUxcxtqTwscP03HOG0qkUC7kFBB { top:0.875rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ { display:block; }#I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2TTT19QL9QLp1z1nh456qJ2o0euUI1A { display:block; }#H2TTT19QL9QLp1z1nh456qJ2o0euUI1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgRDkOrbBlou1GyTh9RqLQq58GgvkM63 { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2VpnylrCBCbODeTDNFoZlaBB1E3cksx { top:1.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkFMNSOv0eql5idU2nVoebGSokkPPBva { display:block; }#BkFMNSOv0eql5idU2nVoebGSokkPPBva > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cw5H5pe5pmIUEPUv5lg6SmKhG35r60cF { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5l1XET0kuKHCo3n4obmCieWCtX0Q4bQ { width:21.375rem;height:;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDHhXyX87vMNhKtTd4b2Kzd5wG7koHt4 { width:21.25rem;height:17.125rem;top:12.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1m92fdxhLgH1ZtL3tQrwB54LXSpIkGV { width:17rem;height:2.25rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyBdTVPFaenbG3fotT6R2XTaLlchu1S { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuyGM338EQrISt71zbVWeXI6Eg7Xq0TH { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opDs6vfxlOOPPwzDvcV4OBD1FXStI6dG { top:1.0625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUI4OuhdsrF7LczvaHIouJOqXFvUBIBO { width:19.1875rem;height:2.25rem;top:22.8125rem;left:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzG5CFpO1hHQIpx2zzNnVA3GeDOktZuH { width:13.75rem;height:1.125rem;top:20.5625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIWMpJ4sfA3RstVI32RFLVHwXTTkkZgh { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McBcNOaUbkWumLvOTvp9caeqhwM7pUqX { display:block; }
 }@media only screen and (max-width: 763px) { #LvfTJyGr4gTruA3fRHGmgutUW3UFSoZp { width:21.375rem;height:2.4375rem;top:27.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBPxMevXQBnmrgLJIoWgxRWWHpxlKzJF { display:block; }
 }@media only screen and (max-width: 763px) { #XrCEDNIr2cS8WtDPacR2yvxhdumrLFRA { top:0.375rem;left:0rem;width:5.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAllsTqbRidaFE1wDVrwekteTu2U7wPG { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOiGa0tPUa9uo6kqUCqH81uS1oN1oXOW { width:21.375rem;height:;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQRsVQ3TF56Fr2gykIbNKBm8Gr2so43p { top:1.0625rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGyb63u8dtpKF9PhRAHc1zvH0NDgGZO2 { width:19.1875rem;height:1.125rem;top:23.9375rem;left:28.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KusS4c7mu0IBXwUqwA0AcTqv11AkKdsp { width:13.75rem;height:2.25rem;top:20.5625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLAfDeM5UQCEXDoqR9w7lLieZDV4409l { width:21.375rem;height:2.4375rem;top:27.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3acBBoo5mwVsVO797ZkU9x56odzDTrF { display:block; }
 }@media only screen and (max-width: 763px) { #oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM { display:block; }#oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRRVekcLmIcMSQc0ShSAuqzX8pd5QFtR { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stKskOPI1keXBKo8u7s0mCgAh9ZQIlvG { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvVbwNRis69DH4KNBkSuuRIswUIaPnUm { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEUUVhJIds6XnyQlOBMKtCxaMty5TlqT { width:16.9375rem;height:4.5rem;top:20.5625rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdE0p6aXLqWZGpL7u55oS5IN8570T16p { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIKzlecHdHpaWZGz9sft6nHfXvfyEw8d { display:block; }
 }@media only screen and (max-width: 763px) { #eWl4dvfx3ZCTt7oEK7sB4oNZUsGcGgal { width:21.25rem;height:17.1875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm72MarbrTWhTSdAtioky3Z4eL4ZWfVb { width:21.375rem;height:;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3w17sVWyGtg1qom24ePCmzbFTtf5sk { width:18rem;height:3.375rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwm0XWCEocgMwX50nhbcMGTqiEmgTOC8 { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyIPHqZ77OG0lpVouTmuxwmGucmVsKo6 { width:13.75rem;height:1.125rem;top:24.9375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Nwa10OTSLwXTKIr0xr9ucPZzmhQt4w { width:21.375rem;height:2.4375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCsvrLiG9lEFSnTHnU7T40V4tME8LctO { display:block; }
 }@media only screen and (max-width: 763px) { #TL22iK1fgpA8SfeB5cVDyy7lnxvWX6VF { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Phdv6JnPtivqIxtzTrx5TfZeacxwAD { width:21.375rem;height:2.4375rem;top:27.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR26fqpyfzsHVQGBNxA5nvQEnHHf9ka2 { display:block; }
 }@media only screen and (max-width: 763px) { #Vglpr8pkX7ghw0t0TyrRg5WncNMslPtG { width:21.25rem;height:17.1875rem;top:12.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzyoHmpbBI4C7ZlgQE0mrCfnH9OZTNwt { width:13.75rem;height:2.25rem;top:24.5rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOTV1Ad7uolViTl9d5F8Kyti4AVXR9T2 { width:18rem;height:3.375rem;top:20.5625rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXr6m1uE9OPS8o8QTLERSFxg0UQF2J51 { width:21.375rem;height:;top:18.25rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu3471s12M49wk38dndpTSVlOldkxPOM { display:block; }#Xu3471s12M49wk38dndpTSVlOldkxPOM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNm7uzK2aSqVHSRN3rI2Z8bxTut0HFGy { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhVJUPCplxJTX40sRkrTumEtGMnBWGst { width:21.375rem;height:;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLGwrDGDdBreHGUgkfgXxugxICTMZZAO { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Hg9f8x9cUJL8H6pBOa5UrWsCQAEg8R { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWA2i7bWX0bzezTAIKqDw7aAxkH2Axgm { display:block; }
 }@media only screen and (max-width: 763px) { #GN6srq3gbbDGN2LpiiF6DvFvZvHotfer { width:21.25rem;height:17.1875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWy7ofGsm1ccdB9aL8kvUD2ZtOMXTTTA { width:21.375rem;height:;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHasRtQSoQ2yMm0nKmT4EaH1Wdlwoa5o { width:18rem;height:4.5rem;top:21.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veZhbSVne870K9bLZbeVTfo8T1T2sutd { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBGqTGl5O0i0S6eFq77wIgX61btbHAOs { width:21.375rem;height:2.4375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EixoB7qsnRcZaTP2bvli2G8pXBMZ0kNl { display:block; }
 }@media only screen and (max-width: 763px) { #Kzy5FezFmlyC6hg34iT3BLtzez1byHUg { width:16.9375rem;height:2.25rem;top:20.5625rem;left:14.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTR6bExxN6fsevdD9lUPv1yh9PlPb0pR { width:16.9375rem;height:2.25rem;top:22.3125rem;left:14.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOHdMsxnWArJZC6GF9Gi75FlWpZBy9EA { width:21.25rem;height:17.25rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q38aQzMBRGlVeOg0NKz1GPHJRdHvq5X7 { width:21.375rem;height:2.4375rem;top:27.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwJJhBTOrCJWgqdA724UUTpPta3g86NZ { display:block; }
 }@media only screen and (max-width: 763px) { #mgNnQiZnPGumdISldzfGSfHrzxiE6EAX { width:16.9375rem;height:3.375rem;top:20.625rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeOxs0R5DrWnRPQayxfg8zSR4ZvUzA7T { width:21.375rem;height:1.5rem;top:18.1875rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVelhpAAu8Dwc4QgoCdmgdV7PK5pgMvX { top:1.0625rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd { display:block; }#TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuvbZgsGkM8XtIhyvTkaVTLcOCxBFsnE { width:21.25rem;height:17.1875rem;top:12.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDWkyF5pBMlOLIBab2Z3CCeHqZSTlxpd { width:21.375rem;height:;top:18.25rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntQrsA6MnPdauLhwqNvfKwgQynqoF688 { width:13.75rem;height:2.25rem;top:20.625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p97SlOse1LA3BOyvfQ5icd85TVAH5HiJ { top:1.0625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz3ID5S4exTB5SrbQZeDT1XlmGKfBiM4 { width:13.75rem;height:2.25rem;top:23.6875rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fONaSMR0s0MbDS6zZlTmcb3nkkDnuxhn { width:21.375rem;height:2.4375rem;top:27.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPq6IzFxpcVLQavR4iDkTsk6mc5ZJWT0 { display:block; }
 }@media only screen and (max-width: 763px) { #WRawNHhPxtVFZCsqdTVzcT6rXx4tKlNl { width:21.25rem;height:17.1875rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOLfuLK53XwL0Rs3MTuNwuQrtg07PH14 { width:21.375rem;height:2.4375rem;top:27.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2PokR92V3D0utMWeUMk5unkLc2ZaUHB { display:block; }
 }@media only screen and (max-width: 763px) { #NkyaBk8PDiLJom8GDS5w2ieG1Vr94GCJ { width:21.375rem;height:;top:18.25rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMlqW0TTceHaCv29QWPaJtMN5kPeFvtk { width:13.75rem;height:2.25rem;top:20.625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSISq7py8pD5KDCnogwWeqSVm3K63nrF { top:1.0625rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0R6kR7GI1txA3ZBd2TRoqgLhpTWtJzJ { width:13.75rem;height:2.25rem;top:23.6875rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXwHTDALq5qTPegZSDuic3eBXk0lXqDS { width:21.25rem;height:17.125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrMdP37n5q0SMnTq3aK64EHa1anrczhf { width:21.375rem;height:2.4375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8a5wplwiMaPt4RDVTBGCN903keGxFZr { display:block; }
 }@media only screen and (max-width: 763px) { #NQ6m2aeJCouB9f4JTotXvbw06ybPyZmn { width:21.375rem;height:1.5rem;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogMnObK3M9IJ6zSmU8rIUs3xfgyotyUb { width:16.9375rem;height:4.5rem;top:20.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlEaqtgmhJ8JTGaJSnGwPn8atvFxgqZs { width:16.9375rem;height:1.125rem;top:25.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxAdbmGoHnu25lucWJgMGrNiMaDFyIK { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbAbldto155wT00LwFktB0cMST9t7QJN { display:block; }#sbAbldto155wT00LwFktB0cMST9t7QJN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM214mRO0gTXg9xtnle5DT2Hol4KHXdw { width:21.25rem;height:14.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruJNZR0MdAlPsgKrcmpTnpbiIfdACvTU { width:21.375rem;height:;top:18.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oePdOqyoXeKcPbnq1QcPAC65to8leWGx { top:1.0625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmpaAOxc657NOnKBDITm1WzcTr81Zt6t { width:13.75rem;height:2.25rem;top:20.875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3wG9Gax7Hy22ATi9zG0rkUeZgs8PyBt { width:21.375rem;height:2.4375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQfTcfT12AVox4QcO27TTaNoCcmJaKF8 { display:block; }
 }@media only screen and (max-width: 763px) { #qrdPatZ2ES93irSf42l9VJDcaJRVxBrz { width:21.25rem;height:15.3125rem;top:12.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0RLE2moypTogDsrNfAGo18gc2FBXEy9 { width:13.75rem;height:1.125rem;top:23.4375rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkzfiGUSUgiBIcJfLpNntBLDmoy4mfTu { width:21.375rem;height:2.4375rem;top:25.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUkMy4tXpBH9bTBqf5OEabIhXUH1vadi { display:block; }
 }@media only screen and (max-width: 763px) { #sldD7GIRmqg7vBgR1eGKMNPgN74meksy { width:21.375rem;height:1.5rem;top:18.5rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2LL7rf4WmmMuX0wci2dllFghT5N3M8u { width:13.75rem;height:2.25rem;top:20.875rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmwR0fsUTIalzyEkq3sePUvWTHIxJGxS { top:1.0625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtqVS7hMq0gmrLXFrFz4RRfaqR8DdDM0 { width:21.25rem;height:14.25rem;top:12.5625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQoFw7qQ1IJACBVd7fvxssi3u6o0rXsD { width:13.75rem;height:2.25rem;top:20.6875rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkm4AZDdvJn7fPDBONB9W2kec5DhUya0 { width:13.75rem;height:1.125rem;top:23.75rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhSqliekKL0MKWEoqdE1ozXmtQoNmcos { width:21.375rem;height:2.4375rem;top:25.5625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXJqUhEKf1msQ8GB4A6InGGPs4uTI3a9 { display:block; }
 }@media only screen and (max-width: 763px) { #lfhfDR34ndZARHPLT1s4iRQC4oiBWhab { width:21.375rem;height:1.5rem;top:18.3125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK7SilMTRZv4VR4ShZaZK17yrZTuhevr { top:1.125rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 { display:block; }#oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #So0McLlarOlXDsg2QsHp5K0iXVwc6xZE { display:block; }#So0McLlarOlXDsg2QsHp5K0iXVwc6xZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElUV3RIzcQugKBNIbQWhTkLz0GaidgKN { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqavPqU6V9VQcddhSftcwSexA0aXgxpX { top:1.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU { display:block; }#vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvkhRUGRQeIc5Xlt8LccmTW8PmEsm7o1 { top:0.8125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMG6wWHc4hxEpMvZQwOL6le2esgr587A { display:block; }#KMG6wWHc4hxEpMvZQwOL6le2esgr587A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csBO236OVhARab9UI0u6ee8AMHC4a2eD { display:block; }#csBO236OVhARab9UI0u6ee8AMHC4a2eD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2SKZm9uD9BS6sLWZ735LZg34aPLrvnR { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #plRQexw8ZG1ptKVUsSP7B0wsKxUXtvlf { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwXhCtIrRTrWTgzTfP11IkdbLn7fgGc7 { width:18.375rem;height:5.625rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLyDoQVT7A9t8h6BOT1y68qBDGTx3Qfo { top:1rem;left:0rem;width:21.4375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMlDxn4Tc7U5BizXQ20EkO7MyT7UxZ5o { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsK65UDNBzpzIMSXN1JFMBQmbwQAF4CE { display:block; }
 }@media only screen and (max-width: 763px) { #ov3DOwx63JEuLqSJ5frOmZdxn90n2QX0 { width:16.25rem;height:6.75rem;top:17rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rwr3qmesn51xadodaT0vFyeBu5M14OG2 { width:21.25rem;height:17.1875rem;top:12.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIfrchqW5D5pr4H0pDvpPHlkA0x4T5w6 { width:21.375rem;height:;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRdpdyJVyFJMqqxmeHZOtkBPxXV5Kgti { width:18.375rem;height:3.375rem;top:20.5625rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ2HTgzPE5rxErVxgGTHbRKrxpfHch5w { top:1rem;left:10.3125rem;width:21.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5cLVE58yzMpklwTAQcbR7fBdJsxgada { width:21.375rem;height:2.4375rem;top:27.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwrqrL8eDd3lDxVEXpVSZvZ0UPu2PObS { display:block; }
 }@media only screen and (max-width: 763px) { #dAEzWV4c8mPBl8KtTF6nfkMMq7Qo8GuA { width:21.25rem;height:17.1875rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHrOzX3mP80JKwAC91GNe1A42CGDzmIF { width:21.375rem;height:;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbtrZvhzvRprJtuSGei8anGzX2t0ZCFl { width:18.375rem;height:4.5rem;top:20.5625rem;left:29.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOqZdzPwWZkCBcOi49iJkJa15qcegXkG { top:1rem;left:26.1875rem;width:21.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlIiPS7ANQLocedvQSOdgiLBeiKVJLQP { width:21.375rem;height:2.4375rem;top:27.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nufPi1u959z8VsqllSbnPolIxVs1gQdK { display:block; }
 }@media only screen and (max-width: 763px) { #EQJnmw45zRfDzChXKuX8nDASUPgMQyZo { top:0.375rem;left:0rem;width:5.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 { display:block; }#QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riziDc6BmwnTEX1KQMoTZfCpacf31E5G { display:block; }#riziDc6BmwnTEX1KQMoTZfCpacf31E5G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPEQM3tREl0D0RGJeHi3K9cX9pvTXytq { top:0.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3isX35I9MXv5Eho9oIc2x0xNouVRH9S { display:block; }#z3isX35I9MXv5Eho9oIc2x0xNouVRH9S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP { display:block; }#NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htGWM06vXLJHon9m7Wz0TbMBKp8lVOyq { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2dqLWlplQLqv918TTWLmdhLP6CHJFXw { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMz0MUPf0XquINNlcZ9H1ZsAGVcZuTWV { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQNeBnEi6HqX4oOZnXGlcGmlrVCodpHr { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpKUSiUoIEA3m183r07TaIQsOWpiRMNs { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADnDe18QgNUVXUfQbF7kDNJ0UMR6pEhi { width:17.3125rem;height:4.5rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZo8IcaOeyMwmc9kSpmdR939beMOhKBl { width:21.375rem;height:;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlp1CNWZZi2yCCcoLTTuzkr3W5ZtloET { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvVJRtRuouZx4Eluk6kPT25Tu3Ib7tGU { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Hi1kGSVJW00KA5r87sz4ERmpzCwSBJ { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz53gRsua4We2ZwnkMVm77qK7JMG5VQD { width:13.75rem;height:1.125rem;top:23.5rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ooy9wcoUkqCGHfUl9cpMmQeqatKhIUOu { width:13.75rem;height:1.125rem;top:21.6875rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfWeZEUlTqCwylNDnovGTteVa8MOm0tr { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4XW7QVlDJ4ymonadghoudIiI6Ty8SQ { display:block; }
 }@media only screen and (max-width: 763px) { #ppRAhJ3kpe6dEcLIdkXcCAOCx4paNLCS { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMNVbiHasfJkFZz2WU4mna5OeZB9XGyo { display:block; }
 }@media only screen and (max-width: 763px) { #glaJw3nUXPytcCuvQPtzMNsyTrSKLFWm { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2m5tCLyJWfJ79rDJyiOytf69RwQDfzR { display:block; }
 }@media only screen and (max-width: 763px) { #Rr5yS41aSP8ca8qIb4JFVM5WgpqDE2p2 { width:13.75rem;height:2.25rem;top:20.5625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXHavCQb6ZfNAE9S8VbJEZ5rFp62eMXl { width:13.75rem;height:2.25rem;top:23.5rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obR3KdoRlR8nAkMe0zGx1bHNqBQQvltH { width:20rem;height:1.125rem;top:25.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB { display:block; }#BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppnNTO8zZ9PzyObPLXGBfHa1TPrzsSKG { width:21.25rem;height:12.1875rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSww7WL2KfR1Hi670KfHCVBBUrasX1D0 { width:21.375rem;height:1.5rem;top:18.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwSXifvnrnNPK1XWa8wMUHfpGeWC9zgk { width:21.25rem;height:17.125rem;top:13.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQGKgTN1pOUgZNXm4GET49WiRrtULd6U { width:21.375rem;height:1.5rem;top:18.6875rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9OPg9lPPmhiTclwGz59wggnomeh9oT9 { top:1.625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfrIdWFEnN8lBU62DS58Q9sBgIeha9Tr { width:17.75rem;height:1.125rem;top:21.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A29cSQzQgwn1rqQ3EibA6MmnaWEV4R0q { width:15.9375rem;height:2.25rem;top:23.4375rem;left:15.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAB6IBlV0wHfi35PZL03dFImwei0s76C { width:20.3125rem;height:1.125rem;top:21.1875rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E53XUBdgHbkflTfxrFPEK0XQhozVDzP2 { width:21.375rem;height:2.4375rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBTmT73dTGmuEL88sPnoy0sHM7uZxlZz { display:block; }
 }@media only screen and (max-width: 763px) { #aFwyPGZTb6lsUXArL7NXi03NpQLeRRMA { width:21.375rem;height:2.4375rem;top:28rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbtpOGiAaOO0fvzJh0X42nGyHTGRgawC { display:block; }
 }@media only screen and (max-width: 763px) { #ZqLzB9CopdJQHFgMk5fa1VeofT34PAuS { width:13.75rem;height:3.375rem;top:23.4375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0Q25BuuqdpLwtEvNd5bhfELuihMs53 { width:21.25rem;height:17.1875rem;top:13.0625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmmMKpCmKyMgzWlFG1UvekETxKWqr8LT { width:21.375rem;height:;top:18.75rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKzl4nEAeVeCIXzTkVqTqIXKMwwR8zt5 { width:17.6875rem;height:2.25rem;top:21.1875rem;left:29.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgTmooyNd2S3cQgUnRDQxcpDC8ZUaVu4 { top:1.5625rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zeck0SRQPKyT76qbBDfr5g8lfC8gfiKW { width:21.375rem;height:2.4375rem;top:28rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvJ5yx9F5R0eqSMB3Gw2anOisNHTopkW { display:block; }
 }@media only screen and (max-width: 763px) { #O7oHC0q4V7EXBvyws0BxVv2nXvrxoSGZ { width:19.375rem;height:2.25rem;top:24.4375rem;left:28.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4G6G6vbGAPVL9oT2hFmPENQCu2dKOkI { top:0.9375rem;left:0rem;width:5.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2iNLzUFolBUcefHBvX6zr32JKuRPPue { top:1.5625rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUxHXzwUQdss9A7JZzu3NEMZeDz5ACdF { top:1.5625rem;left:0rem;width:21.375rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB { display:block; }#TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI { display:block; }#JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIDIQTqpWX3LSOh6LeqS9CHSfJnWRRF7 { top:0.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 { display:block; }#HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPUhGxu1PvsKn8g0LnWDguktguGnZBQU { display:block; }#KPUhGxu1PvsKn8g0LnWDguktguGnZBQU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uakd4oqrz1l1VyJlQ9fxg0zqwwqxHPnX { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFAVQOt5TiTJuLKmHPVpSvtHmepQIiaB { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSi6PCTTwQFpwqPQfF5BctkvJx8H7pSZ { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEJP9viL85418BGTpQoxSgTcTxi0XJo5 { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9XKDtmKRZX5AfU6Ms9uR3mdUk0TdbmZ { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0MyULAcTSksLlRT87mGQC3dgCX3XIc9 { width:19.1875rem;height:4.5rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmzFsKBZicBCbCVN9Unf9I80eDpFwPtH { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtBd5l74SINyHLLqKcUc2J1ca9VXkqG9 { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL28Bb2PQURSTJssXrTfGzD37AhF5mvb { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr2JiW0Q6O2Mc1Q4SiRt3ACGEZXsAFbT { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3bylSmkLVMRIVnnTriaOZ1AbEVVKvdI { width:13.75rem;height:2.25rem;top:20.5625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpRDJx00ZwIT6i72aT3CbKVU8n4NDRnQ { width:13.75rem;height:3.375rem;top:20.5625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTv21T5SrPqhtrauZC3xWS9EeuRKpBcQ { width:13.75rem;height:3.375rem;top:23.4375rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZinJp8s0ycIrIDZTT8VstekcVvr9LkDw { width:13.75rem;height:1.125rem;top:25.6875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcbkfUStUsQHFlaZaPQQ9c88x1mwsGxd { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQQfH0mNu4Wee6OEvM0ArQNOMX0m5nw7 { display:block; }
 }@media only screen and (max-width: 763px) { #PtPw4Ii0lNHTVmK4hd6VbbFLKO0hTc0u { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C91hJ1wq2xS0OTPkaTPh1mWrA9nC5lem { display:block; }
 }@media only screen and (max-width: 763px) { #y3pGdayAbgFNzgxCnsdGslyvvxPvrTg7 { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxtTE0T10q71TydmmPvg6nkdWyJrn8ZM { display:block; }
 }@media only screen and (max-width: 763px) { #vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf { display:block; }#vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEIr2xUui94bACJqaBPK8mDAExR0Z0E6 { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wChdyUlunBCfU9PtdTwNhDtWsAXn9XpX { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KccA1Ida5xNVmPp56VW2Vt79MtwI0Cmn { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5u1IPiasrgazB3xBV8z92uqtK5tE3ZM { width:21.375rem;height:;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ13WQBTzJSloFmMAGbrMNTehor4z5SL { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyET7zHVo6mkDPJ3e18D8TWza48vmFbl { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ikeHFUNSQTbMzDtM4aowAZnPPwyzwm { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhGc4TkM7u8IKB8Jd8kNkWMoKIN3FHbP { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqb1fGGfALJWPC8piw26MP9qF6cPE5dD { top:1rem;left:10.375rem;width:21.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdQZCVtse9oXlJ6tN7TuseSGFtWJKGSe { width:13.75rem;height:2.25rem;top:20.5625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5FL3xJIQGy8NI9FwswbIlgKNWdxhmOP { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTzA901KxEIw6HuT2snzs3ZsL3lNERaT { display:block; }
 }@media only screen and (max-width: 763px) { #uC1pmHkXErpHVHxyWPwfvskAUdbVxiUE { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMABnbS0vyVHXDdcDmTFb2F6G5IuwnRR { display:block; }
 }@media only screen and (max-width: 763px) { #lEo4FdwDyhUxTAUOw2wi9hkM1pXPenXw { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVfCQaiXM4fTJy1r65Rtqo907gglJ3Ov { display:block; }
 }@media only screen and (max-width: 763px) { #OXeAK0b9Uu31wR5OHhglETBH8uDy2zNG { width:13.75rem;height:3.375rem;top:20.5625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDxSqXR3JdMo4ps5EvIdCK6KOFBWTfz { width:15.4375rem;height:2.25rem;top:20.5625rem;left:0.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crByKr2PK0sDKe41zs9qRx0s8m6TMEeJ { width:13.75rem;height:1.125rem;top:23.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJGgLsIWiLihTo7bQtVdp3WZAlIpmgnv { width:13.75rem;height:1.125rem;top:23.5625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN { display:block; }#L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRIGrzpCR5Ihk3pIa9gR3qiHNAHXsud7 { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmPul4Qw9bInrfBSnNVmsNEue2JOsif8 { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtMskiQrCoqh3uff6lWMJEA0y3mrLxsZ { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T87pudZThlhU7vQDFgeQPolLIkyThOhX { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAuKQzGKGWrUQh8Wu0TTauAbr9kPh15K { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeFvXrbASUbNKsC540e4rWOT1XyhE89k { width:13.75rem;height:2.25rem;top:20.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCnM63t3HbB72CTPPLMtvQlXC3ldkt4R { width:21.375rem;height:;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uca6KbgpPwZbgcSDe3rIPhGDRDhr61Xu { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R44WoKqlTl7eO6JTgam3Saa1sLF0JJR9 { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Rl07HxXK4gQ9CDQAAeUmuxR0e4bWmH { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvQbHgTWHtMOrsL6kmQldBOsR8VspCgk { width:13.75rem;height:3.375rem;top:20.5625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9yteIWeTq3N5oNUgoGIMKT0pESwvIPn { width:13.75rem;height:1.125rem;top:23.5rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbRaK5lsFqHcHa9O4T0BemVaZJ4RCyVd { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsqCzHZEt6anfARFvLFTMutbapVMoXsh { display:block; }
 }@media only screen and (max-width: 763px) { #yxevozxqoWdpWa2LcDb0aF0rEZ5qqDI5 { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKlTZ5TTxfByex3B47qJLVbm7yhTF6rt { display:block; }
 }@media only screen and (max-width: 763px) { #BvXF62weohbegTQ9CTrUaLruvlbwpzUW { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi3tT3SGkXhH5ilhbowCwlDqZSxzM3v8 { display:block; }
 }@media only screen and (max-width: 763px) { #umZwkvdtpegLyooJNpDQ37UKhzUbWvo8 { width:17rem;height:3.375rem;top:20.5625rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s { display:block; }#nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 { display:block; }#kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6SeCpTcNH91RMRrSHyQyyBdCoNnTEJn { top:0.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq { display:block; }#QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDaJpKKtlhivLWFWdHRXHusbtuLItCaz { display:block; }#mDaJpKKtlhivLWFWdHRXHusbtuLItCaz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFVm8WMWeeLWq1AB82VTzpADq1vtA2Wq { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt4J0HeFXEdDO45Q4osyTHfSFVvi8lNU { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2uCzgRu7plCryOl0GRIs9nTUD6SKZbf { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifN3y3fzqZ1GA6iy98CWtvW5qTguirfx { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBSvQ0ZIXwD6ZhQnQu1XParMenz3isfD { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5x5B4i7V3bffG01GD5us6NJVqA38kKQ { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngWfGDgCnIVAxpe6axKdsrWnoXX5u5bQ { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EylslAQS3KLgCJbbmbnS76kq8rFHFsIs { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJpCI7vHQzM64OrIJoblRig69pedZpVh { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE8vT5rDnrA4S9eUWtWGvDTwPJv4Tw2K { width:17rem;height:2.25rem;top:20.5625rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaUowdcq8xxkQcoQQG9SV4D0fWzCmUpR { width:15.6875rem;height:4.5rem;top:20.5625rem;left:31.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCygIlPGvzqaTazZ6CD85smBS0kNxT84 { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSvUx4P3SlxiFmTTJuxSMOBpnCB2C1Zc { display:block; }
 }@media only screen and (max-width: 763px) { #BTdlLxndi4S0eV9zsbQQDeC3ieluS1Of { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKFuNR9ektzTThV0ChJzVCusUp5nBlkB { display:block; }
 }@media only screen and (max-width: 763px) { #vvzxPc8TFh6olUd8fIXSqXQrpzqPKLXp { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6N036PGwqbC5emg8F8X3AgrzsciIsP3 { display:block; }
 }@media only screen and (max-width: 763px) { #lpFK2HHpMOZ1k7CUv0ocis2zJoqL8HbT { width:17.375rem;height:2.25rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9GcvcknItkrsFPaaziIWS6ArvShNCWX { width:13.75rem;height:2.25rem;top:23.5rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDRatTB1Wkf1WDvMmBJbOOJUC3y3kPtU { width:13.75rem;height:1.125rem;top:23.5rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UazCgylh9acX8ZB22y0ssXBxNtcNJfWs { display:block; }#UazCgylh9acX8ZB22y0ssXBxNtcNJfWs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSR4bG0yobX5J1m8NkFEypHeDfQkJhqT { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAOsANWm3TuUfVV0JpE0pV4iGAEPS0DX { width:21.375rem;height:;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIlc19qDHHP7RJDsixKZI6eMi14fxN0x { width:21.25rem;height:17.125rem;top:12.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhvoT4xnrMh3AiRbGrMpwgc5KOxT7IQe { width:16.625rem;height:2.25rem;top:21.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blUx1QDzcANs0T72OeQ6Zw8fHqSSlALq { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFbD3n3i4C5O4JR1uHeZNMzH1m9pUf3O { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLV4IPrTDUCh7kGxch09SeHvTRXAf6SQ { top:1.0625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJLvRleXZZx1flLh31qQeSlgfieeJlG2 { width:13.75rem;height:1.125rem;top:24.8125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPw0qdOqqoH0WGw1kvuiDFkDXistKDzm { width:21.375rem;height:2.4375rem;top:27.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VheVhhS01QkX9XClGAx128QgmBfMbUvn { display:block; }
 }@media only screen and (max-width: 763px) { #TwXt2wPya48A0733l3V5EacGJCqN8vB0 { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAlB61LyLHBnxQhp4TiTNAG5yhfDgq8X { display:block; }
 }@media only screen and (max-width: 763px) { #hXSFtC1yM13phpo49UlbeabgiR1r2AvA { width:21.25rem;height:17.25rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqRqFTVeagN78GaaCqJTkEanQ282P2MG { width:21.375rem;height:2.4375rem;top:27.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFPAB7WQR7FJnCzt5MJi8GnUK1SLUdfr { display:block; }
 }@media only screen and (max-width: 763px) { #wm8IZtBbCvqxSO1DJuHpbsWITTSGNw5a { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZN5bdbnBnDvatxHzTUfi59uOd6Xvvzq { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 { display:block; }#Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cENXITrTuTXpdW92nWWVrVAIHZHROAKx { width:21.25rem;height:14.8125rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwIzuLWsH0T6cvPHQU9RJn0otSFOqFuO { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylCxDMAaDFQZ9sEigIaInmRxNfTSTsi8 { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFvG6aKuIGG5HaaaLfFzTm0JRh2DJs03 { width:21.375rem;height:2.4375rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCL2Wi5TFmPenUHK4uyvSOQLDSyaV90L { display:block; }
 }@media only screen and (max-width: 763px) { #Mkx8DFdDJtNt4ra0d0pL1o3NMpM8QbTk { width:21.25rem;height:14.4375rem;top:12.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiVOay1CCq34u5RrIcfUTTp9ofBhwG2x { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLZwF6N4yKODscXAruBWrne89dnSkDKy { width:21.25rem;height:14.9375rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2TZWHf3C566am6TqSsRrHZPo2ztiFbG { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USHW0FVUnb3KDk2rqylHDvUo6n93vJgT { top:1rem;left:10.375rem;width:21.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUyWDM3oszo4MFhREkcTXDKlLLE8uR6t { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g11DDvtNELsXt73Ftm8hn65b1CPylbvb { width:21.375rem;height:2.4375rem;top:25.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS1LCcJsfayKL6eAsMyt0nsQkbB07xIt { display:block; }
 }@media only screen and (max-width: 763px) { #pWn2dZE0TKnsmQiIAbSHyOQw2G3dPKyA { width:21.375rem;height:2.4375rem;top:25.5625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9KSSkZVMsVgXyDOQAAZEb4M8kFiJTIC { display:block; }
 }@media only screen and (max-width: 763px) { #w4hX95h73n1Kby937tKhJe1WLrKNxlwb { width:16.625rem;height:1.125rem;top:20.4375rem;left:31rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muKqUJNBbT9equBM3f7hLrT6OIUM37RZ { width:13.75rem;height:1.125rem;top:22.375rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5oPRpTVOSVMv7HvbRHsJwldI5s2lU8o { width:13.75rem;height:1.125rem;top:22.375rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKlINqJhJK6zbPVgEgvmMfEMe3D03CDu { width:16.625rem;height:1.125rem;top:20.4375rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA { display:block; }#L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcniVsnLgdffGPG4l9lwzktyFV00nbTO { width:21.25rem;height:14.0625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHGVPI57OsBJIlqqkNedzwsNT4yk0q7F { width:21.375rem;height:1.5rem;top:18.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIcI0KZJnTeB7nk6g3kJ0W0FgOBtuohR { top:0.9375rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA7fZldO1IXbxpoBShKbWssUNLTkUTiT { width:21.375rem;height:2.4375rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfdDw8NLd4wS2IseitodAt22cNhW2GCF { display:block; }
 }@media only screen and (max-width: 763px) { #Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab { display:block; }#Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC { display:block; }#MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9sGOp0T14LQCd0cOqE2T6JItxKoAT0R { top:0.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIXHBcWeZzW40i6bquxTLHlT272imG4y { display:block; }#IIXHBcWeZzW40i6bquxTLHlT272imG4y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvolZln3wSEBUQ6NJwWT2bfCld958Sme { display:block; }#NvolZln3wSEBUQ6NJwWT2bfCld958Sme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRw5pbBu141owyFzpumVZb69ZIg3TyXf { width:21.25rem;height:13.0625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAqcCTTFsuBmdLD5DMb0LXTFTRyToI0t { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOPCTKkqN07nQmkeieTkGIAkvVoGeXdz { width:21.25rem;height:13.25rem;top:12.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFBGm7o8mnaVXTFtJlcDAvX49EmfMwsQ { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJk0ZEn7SgMw23DfTacpyTOzoArM7ykO { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTk1vwgLkacKZuD7KL2LmTqfswh7wHL { top:1.0625rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZeme6VXrNvGRPaxInI9beVt7mSbGPSO { width:21.375rem;height:2.4375rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOieeAlaeBWDZZxs8CGTyVOUV405JBEr { display:block; }
 }@media only screen and (max-width: 763px) { #R7lTZZ6hTbz7pn1eG4EwknTeTrHBoNfF { width:21.375rem;height:2.4375rem;top:25.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1c5FwvpaBUkzwosumf4xCiZVTPGrEn6 { display:block; }
 }@media only screen and (max-width: 763px) { #tPlmdlA1Nfz4ST05b6cJTC5ZVksNB5Tp { width:18.375rem;height:3.375rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5JbKeR9KS6433pZS33fl5OVckBLav0U { width:21.25rem;height:12.875rem;top:12.625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMULMUEgu9IXIt5G7tMg3DXXB6ueibJC { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLOXKZVJgEk6NLZUxZXT7gwbRCG1OdW8 { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbWwlUAHi2aw4s1NSa7W6TnaOffT4HZo { width:21.375rem;height:2.4375rem;top:25.0625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx9kF62TK7EJkC5LdPCfdvrhia5oEdNa { display:block; }
 }@media only screen and (max-width: 763px) { #NoLGyFEebH0kk9kqowcrZaPn2hHLNTs9 { top:0.375rem;left:0rem;width:5.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHoMqmNTE8h5VwERF6CPprXsXToiUVJV { display:block; }#uHoMqmNTE8h5VwERF6CPprXsXToiUVJV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgTfxC85B8cVCcTo1z0HDVtJQ3Gyk8a2 { width:21.25rem;height:11.75rem;top:12.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZRKbW88N5Sh79mTUpDzhIT0nDxKVfEz { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxTXAikvJr366dfCGQF2w8CK8gToLT77 { width:21.25rem;height:11.5rem;top:13.125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAzZoD6fSBWV0WHuSbFSiT8kDsWf8DwK { width:21.375rem;height:1.5rem;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMnL5E2FKqaHHw12RaN3lCPRw7F3IK2l { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpM8Gp3le3aErbWX7gRgrb6mXisAfDBi { top:1rem;left:10.375rem;width:21.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Jria10EWng0KhihMPCPmE5xBVxBPTU { width:21.375rem;height:2.4375rem;top:24.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy7iDFJLmrlKuet4RZa8B3CrTDAc38eN { display:block; }
 }@media only screen and (max-width: 763px) { #pyh6SGm29URdTQK3uk9D5Vk8PKIXb64F { width:21.375rem;height:2.4375rem;top:24.3125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqihmTOMMrOrCmDHN1ixMeWduoL0zdU1 { display:block; }
 }@media only screen and (max-width: 763px) { #HtTEzK6b0PUfAXB96pGGT3KPui3KnMtG { width:21.25rem;height:11.8125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBJenlbWCsTdIaG0mmsyxAfRyEebOtbO { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhL9MFTVThJ8tSQhgc5Wp1KUSzLufFW { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhIBAUdClMtwsBc06sqiEwKXNFS38Xvk { width:21.375rem;height:2.4375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULzrwXQoMvfuQpXVxwZqDuinDHWZQRO7 { display:block; }
 }@media only screen and (max-width: 763px) { #pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 { display:block; }#pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQde0KN951mGwvl0Rx8Xyy6nQTvpVn3X { width:21.25rem;height:11.9375rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB8cUITTNpNEWwQbXkZM0Cq27LdIdakJ { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz8VAgus6xlngPHBEdTvGpKGDgDnlTvO { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZRMSCuWKE0PCvNFcg8CXUON6JaOuRXP { width:21.375rem;height:2.4375rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzNST2asvesVDcQ63skwk6vZ8aWbBxl5 { display:block; }
 }@media only screen and (max-width: 763px) { #TPXikQwGdVLdJGiravnLuEwNH3gVLDQA { display:block; }#TPXikQwGdVLdJGiravnLuEwNH3gVLDQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esnofyx9MRmJxLbDNXWaTTAPEUok1lrN { display:block; }#esnofyx9MRmJxLbDNXWaTTAPEUok1lrN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xStismbgoIsWkzAFIFIIGG4fz62niEvQ { top:0.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 { display:block; }#mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgu8JndQRreLeeMtXnKPbA8VudHzSVwy { display:block; }#kgu8JndQRreLeeMtXnKPbA8VudHzSVwy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwlwBz1o0BSwxS7r0dCdmHfNziPgX00D { width:21.25rem;height:12.5625rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4SiJnIyKa28dJtir83IH5p5ZSREiGc8 { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAab08i5U7XQNnUrgcWoSqbEtVMBQy1L { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NclmsTr0M2h9HOOFT3kkeiLP7AvwrZKJ { width:21.375rem;height:2.4375rem;top:23.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJGZpC7etinzcHsXRpVMKtwag3w4Umbd { display:block; }
 }@media only screen and (max-width: 763px) { #d4CATZMvTqarNCtfq4ybQJXbnNEJKcpm { width:21.25rem;height:10.6875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QexBCT1ALgToRLndyoS9eqIfR0P2mSMz { width:21.375rem;height:1.5rem;top:18.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgQtT9INVOFuxn4kLyNdLrZFgKsTh2Na { top:0.9375rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9q3F5ob9Vw75NDhNARsLnT1LDMgH0lB { width:21.375rem;height:2.4375rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiSsIMWsPLl9lcATxrH2qqOPi0isqAMH { display:block; }
 }@media only screen and (max-width: 763px) { #Z449Zc1LTfnrgPacs3svIvkaHSTzubfg { width:21.25rem;height:11.6875rem;top:12.4375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCIy1CgxxpVOgD5BSoAatE7o1TTnMJuJ { width:21.375rem;height:1.5rem;top:18.0625rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFoEbrUfwinnz8bbGOxcfthv4STivDRn { top:0.9375rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPGl9E0uhbcuIklsnFlM1PRnAvuLT3FT { width:21.375rem;height:2.4375rem;top:23.25rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqqElPBLD6GPGpeRpMuatarQbN17edKp { display:block; }
 }@media only screen and (max-width: 763px) { #HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW { display:block; }#HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUgQltMAdWLxgNZu0TSLOwTqnvbrHMPn { width:21.25rem;height:12.375rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1LMuVQMXUIu5zWvK8fUy1rVGgG3lEeB { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #My4TduWguaKHFiWgbEE9HUoBMpmWngZ0 { width:21.25rem;height:12.375rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXwyCwgLKVBADbVc9FRWxfIB2PZsJvtC { width:21.375rem;height:;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2OwQOyM6QMyEJK3XBPgJrsZlHwLszSb { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrpKteJF9Jt84ItX4BmDWUAZp76uae6P { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7MOgsbLSIEvFbKRzDFXtPNuS7hx7EnB { width:21.375rem;height:2.4375rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnogEoWulPpBt83Ifi7RtrQqux9vmT74 { display:block; }
 }@media only screen and (max-width: 763px) { #LwchZgTA47uMT4mfGzgJVTQctmAN80TT { width:21.375rem;height:2.4375rem;top:23.3125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAoQ63sk7TCvITWG7UCNKfFulmKUmUBR { display:block; }
 }@media only screen and (max-width: 763px) { #pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH { display:block; }#pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ { display:block; }#krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B69WD2cS2CsehP429p2LZDtvSvb5MK1H { top:0.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv { display:block; }#mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo { display:block; }#OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSdXO89TBXM2by6vk1wFfNJPhCGitBBe { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPGVrKR4QsVeENZm7Nt0LrG0UGLxWo8P { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayRt4UkpTXzqDqRrRwTTrNKersrUo2r0 { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCieV90SmC1ICtKtlfhCTtG9H9g82nXx { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raozA99iFg2CktT6sLDSltopE1hSKp0c { width:21.25rem;height:17.125rem;top:12.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i09WcoPx3y9ogVyLHAz7tPgZ5RK9Agii { width:15.5rem;height:2.25rem;top:20.5625rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IERCoy6dn4MbNQa73Ok2dTJZr0DucwJW { width:21.375rem;height:;top:18.125rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT1zVRnh52T06elAVRbL2Qbo60noWBd2 { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhn5z6TrLo9pbwOdFaSWi7xEdOkLHb5w { top:1rem;left:26.25rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXIQPzZSNwHszpGeoQasEDDdyoxlcrKP { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKxH0KlXDdydwQQratur0tAvD3qqoSv0 { width:12.875rem;height:2.25rem;top:23.5625rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlGeqoVxLo5qATUPH5b3cMMurk9JF2HD { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ImxsMGOinaC7ZPcdy99I9dGMDVSbG9 { display:block; }
 }@media only screen and (max-width: 763px) { #g06zOwU4uJpJ3pWZNEN3dIsXLqus0pMS { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8GVHd3wTqC3GPE60ywMiFFEkNXJK1VV { display:block; }
 }@media only screen and (max-width: 763px) { #bPcQCZoFwKfEaMwTRAytpHQAmBeDp1Tc { width:21.375rem;height:2.4375rem;top:27.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS7STnVBfRZCsusnlze57NPcBVLENNnU { display:block; }
 }@media only screen and (max-width: 763px) { #iNfJGBr7xkvmEPVTAA8Q1INdUffwrz4x { width:13.75rem;height:2.25rem;top:23.625rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG3oKb6HOrbSAE7Giy5owkeIinCd0OgB { width:20.1875rem;height:1.125rem;top:21.6875rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 { display:block; }#R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KACkoedlOuipifybtCo221UnC8rbqr7O { width:21.25rem;height:17.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m33A4B0qKQ12Sw2ylFGrC47Qy9zUbkJv { width:21.375rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3EKpf3sCw10wloR4La0Wcc1NAt05y5S { width:21.25rem;height:17.25rem;top:12.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ZsX7LiNzsPuA4dzhTXEvISVXD3EVy6 { width:21.375rem;height:1.5rem;top:18.125rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJdahLSdUiJkPImH1fEo43e65zUBMpxa { width:20.1875rem;height:1.125rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG9Qd3QJMx3sRmc94aFub2KbdlRtwfJw { top:1rem;left:0rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyi5KTvsBg5P4cLbflNrmyoxhCLTB2Qh { top:1rem;left:10.375rem;width:21.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI2AlVEB46Od5xQrMfrAA396t6lRSaiV { width:13.75rem;height:2.25rem;top:22.5rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8MXowDALys6ZGV9kW4N84TbktGAxyIB { width:21.375rem;height:2.4375rem;top:27.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QogR80CoCAAVt89Af0xccPGuP0iDUzz0 { display:block; }
 }@media only screen and (max-width: 763px) { #CxcZV9TplZeSqGJ7gHqRO06MsDt6PDed { width:21.375rem;height:2.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D016fwnJZqU3SFbkascM6rNEy6aiQvnf { display:block; }
 }@media only screen and (max-width: 763px) { #yb6ObCd9pxbw7BKfg5ZXEUyiu5nSIToc { width:20.1875rem;height:2.25rem;top:20.5625rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd { display:block; }#Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW { display:block; }#io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kb15QxwGH4vMmbZs67TTJaS8seve9f1f { top:3.5rem;left:5.375rem;width:37rem;height:5.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO0AiN7Qbew4U5G2pTEB8aDSvJwdTkwD { top:10.0625rem;left:3.4375rem;width:40.875rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM8qdGfWwGTz47pmoIM1cJm708FZow26 { top:14.4375rem;left:5.375rem;width:15.9375rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7WEp2kNpdDAz5iOxPETSHbWZHvzp1N { top:17.0625rem;left:26.5625rem;width:15.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBxDTQcRkox7uIpeknLp5nZhuDl0T1Ai { top:17.6875rem;left:26.25rem;width:16.1875rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzVfeWMIzGIAMN0Bvxg74lHBFQVmu0SA { top:20.75rem;left:28.3125rem;width:13.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN65mWkrmH4hlxKVhfzOpUtMduVpBL9l { top:13.625rem;left:19.75rem;width:13.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDMz81hUzBCNqhetDN91ZxOhc4vaSib5 { top:16.8125rem;left:20.9375rem;width:13.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6WtgMu93WLP88cueNSIa57O7sfqhoW3 { top:13.6875rem;left:17.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTzQ4bB1Spi7GsndseEUQwa0wXHTrBdo { top:16.8125rem;left:18.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKEKMVq5oqPhgCei9FPNV5XsIzIxSeBa { display:block; }#JKEKMVq5oqPhgCei9FPNV5XsIzIxSeBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxsNFp84gWB4nPxMflX0hm5KdlFPcIS6 { top:1.125rem;left:0rem;width:21.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpFfXESGPuN0UzMVSnTuWOWwrDKuWk42 { display:block; }#vpFfXESGPuN0UzMVSnTuWOWwrDKuWk42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6fVPFdoTewu60GVru0QUD2GlzXleS3r { top:2.375rem;left:18.5625rem;width:10.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTenoi2o1GDFTVtgvgPl8ALtW45HmXM1 { top:4.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELAz4298HdKlQhTagIqF0qmOZroVnLoS { top:4.5rem;left:35.75rem;width:12rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWZUK05p3CmZMOVgoJ4qpgEezOf6Rlhm { top:10.5625rem;left:0rem;width:12rem;height:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDHqsd7TnTnz8tf8d3u6uRUUDnZKblBS { top:7.5625rem;left:22.8125rem;width:2.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWitLzgIbkXAZ88u1Z3TU8dSFJTssMr6 { top:6.5625rem;left:21.1875rem;width:5.375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeIQVhkfoGiXhovXHunJyxJ68BBhLCc8 { top:2.25rem;left:0rem;width:12rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfkc0mzwTThS5Acy4FdBMXrORtTUvPyW { top:4.1875rem;left:0rem;width:12rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMEWbwKAAQinb6qKCw9FSpFfPk9EvOxe { top:4.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWgDP0qTvb8266qaB0sVe3ozoZBDMUCK { top:4.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yb3JO5s4EdeEonQNzQrRl9ELPTTKlwkT { top:4.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp { display:block; }#oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQUFRv32JTwHiqvG59FoeTID8CAoOLAS { top:0.75rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypzH6yVaN43gHWmNngqWtRtQnE0p9317 { top:4.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH8wZIkEAa4UiPRhA9cOR3Ahf6tz6Fra { top:4.5rem;left:35.75rem;width:12rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHKxyIgk6iW2gZVSO5hcuervquPWUHHv { top:10.5625rem;left:0rem;width:12rem;height:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mH48nrQLFIC2apTNmHItk5FxtTuhTkrk { top:8.75rem;left:22.8125rem;width:2.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoxiR4fovJH1qdrNnSmNdduqFmsW3KVd { top:7.75rem;left:21.1875rem;width:5.375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aefG2orirQBrCxlUKCwLNXOAqBOkhUL8 { top:2.25rem;left:0rem;width:12rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFnA8OQQVhxCepKoTvsaqKk7lFLvCvKC { top:4.1875rem;left:0rem;width:12rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU4CVUvOmeBrTyMzIiRRGCMpMnIDbqqV { top:4.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNALQBwWKkLJDbhQXwwKSe00VnuZPtCG { top:4.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vL9Ec3IaIsrWOzKBeAarlTTZxuhQK9fk { top:4.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3oDViXLEOatTWESR3Ems2xnDJTqWnHN { display:block; }#G3oDViXLEOatTWESR3Ems2xnDJTqWnHN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iblOTmkqTOlM36UkiXkhPV86RHNUNKt8 { top:1.125rem;left:36.9375rem;width:10.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTTaKcps3vkK1Lq4uOyL6ZcQVNZTHpJ { top:1.125rem;left:38.375rem;width:9.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoBpOdHb5oy9hrJCti66zLPVT99DPC0t { width:5.625rem;height:1.125rem;top:1.125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3gQ0EzmQEbST3eo3TrQzauaO4rtra7R { display:block; }
 }@media only screen and (max-width: 763px) { #vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi { display:none; }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pWDieCnUQq38HyiKsPwSgUuOJgLTOFJc { top:0.3125rem;left:0rem;width:14.8125rem;height:2.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KAhEPV6qORQ6BC8uspdatHZC1GSDKS21 { display:none; }#KAhEPV6qORQ6BC8uspdatHZC1GSDKS21 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ORBnv7DDCB94VmSh2JEIkR1XVuLVSyRE { width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg { display:block; }#giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCZH5ukfE7uN8I46OEybEX5LAsyQX0aT { top:2.25rem;left:1.25rem;width:45.25rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrZ4HfIREtCbiixi65DiQRhgULy95Ill { top:15.5rem;left:0rem;width:47.75rem;height:3.0687660668381rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhUcz9WE2mEWaarThgEzUF8aM4Ai85W0 { top:5.375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEouzHLeQEJyhzFbnPnJ0TI372svEEGK { top:8.5rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUb4ieQJsXd9oiBbWeENeatz10skTTRQ { top:11.625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg > .row .container { background-color: transparent; background-image: none; }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg > .row .container > .video-iframe-container { display: none; }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg > .row > .video-iframe-container { display: none; }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg > .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); }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg > .row .container { border-width: 0; border-radius: 0; }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gGwZixxC0mxkxwCcfqQIyH4EPqB9q9Cg > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qd9c59WsCPhhRZQ6QUcNhoX3iaaQOHCm { top:0rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15000;color:#3d4051;display:block; }
 }@media only screen and (max-width: 763px) { #glgUBaKE00dc5yobVwSTGyJDFfhZIRSI { width:15.4375rem;height:1.25rem;top:0.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #WlyLxLS80egC2nokZTLsSNwZ1XsaCmcp { width:18.8125rem;height:3.4375rem;top:20.4375rem;left:0.375rem;z-index:15048;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMwNp0Sohcz3OTsnyxATTrouZn7XoMm { display:block; }
 }@media only screen and (max-width: 763px) { #og9mr45VXphDqQMpqwtKqcNO0UaqTgsX { width:19.1875rem;height:3.4375rem;top:17rem;left:0.375rem;z-index:15046;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OIVhlPQnIJTKFtzwVMiH5s1oswRkXkoT { display:block; }
 }@media only screen and (max-width: 763px) { #MZLR8PL0el7FXU0BlAkDQqHTNnmGBbD4 { width:19.25rem;height:3.4375rem;top:13.5625rem;left:0.375rem;z-index:15045;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PVccP1soi5PTutdOSD35JGbbU8JAGelp { display:block; }
 }@media only screen and (max-width: 763px) { #uTbAqtd6sr5AX4BQD2CLXKrzAlo01tBn { width:19.125rem;height:3.4375rem;top:10.125rem;left:0.375rem;z-index:15044;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L0CBuvDlNNtfUuGBVmtCHlgLhAZ7uRlw { display:block; }
 }@media only screen and (max-width: 763px) { #QgHRtp6wK0pT9JCBU3KwGQgE0dzvFHty { width:19.4375rem;height:3.4375rem;top:6.75rem;left:0.375rem;z-index:15047;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pN8VK14M5ru7kPlRt4fdlSypP5rQ7bEA { display:block; }
 }@media only screen and (max-width: 763px) { #BICFLTXXVdnS4RzZl8PeEt8WKINN7DaB { width:19.4375rem;height:3.4375rem;top:3.375rem;left:0.375rem;z-index:15048;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aWoTvkquGCK1tgF7RKoXE3JfJJQrTi0a { display:block; }
 }@media only screen and (max-width: 763px) { #pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO { position:relative;z-index:auto;display:none; }#pdIUzApNSIVtOs6pbHZIsWPBeRBpdoiO > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HMINVZuWE7wJpiRvMwdI8PChfQPNpvv8 { width:20rem;height:3.4375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB5Lm61iEabthH3z9mAlLQHWz5QK5XAh { display:block; }
 }@media only screen and (max-width: 763px) { #DWwqKT67k4icoLRsmNIHwFrmEp4qWKRn { width:20rem;height:3.4375rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0rH4o2NyzGfTb661cqX9M8XdoqfNFQg { display:block; }
 }@media only screen and (max-width: 763px) { #LkTnCpX3kloSKvgkX7B09HW56P6zlH2g { width:20rem;height:3.4375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0PM2NsqQxG941wSFVgRlcSnbV1PpTT { display:block; }
 }@media only screen and (max-width: 763px) { #TzH8DbsTpOELTNZyatGuHVZ2mDqZ07xu { width:20rem;height:3.4375rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA3AguSe10Aw1hq99UEDJU60R4ZuMz0u { display:block; }
 }@media only screen and (max-width: 763px) { #y2ef13f0pWLsCPbmvWVv3JSWxvl6TqPP { width:20rem;height:1.25rem;top:2.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7o8wv8N2gTdawEAEKzo2MIGHC380dSi { width:20rem;height:3.4375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNVMPgswOVJKemtT0m7381lDJpKH25pM { display:block; }
 }@media only screen and (max-width: 763px) { #dPfQqlPmT2lk55QGLHsD888RZLR9szye { width:10.6875rem;height:3.4375rem;top:22.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu7ypHCVErcD1tULvVuE2sc0WReQ3e9l { display:block; }
 }@media only screen and (max-width: 763px) { #FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 { background-color:#ffffff;background-image:none;display:block; }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row .container { background-color: transparent; background-image: none; }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row .container > .video-iframe-container { display: none; }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row > .video-iframe-container { display: none; }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .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); }#FFnF3ooVtnzTtERuS7mF3tTWR8oBSEu2 > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXTwbHyh1iAPJNN65aZScDnwmX5rtBUT { width:20rem;height:4.5rem;top:10.0625rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wUABN9RHK0M4nV4yJGpobpIwvfinuQrs { width:20rem;height:7.402375rem;top:29.89453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twD1e1fpaclQew7hOAXPa4xo7VQ5Nvsm { width:20rem;height:4.3125rem;top:37.21484375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inUREoQHwpFN38m5KpAUeVHdTsZe5AwJ { width:17.5rem;height:3.4375rem;top:43.27734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieOs2a0h3Tw0sfQb7KZyV8hd9Z1uZZkQ { display:block; }
 }@media only screen and (max-width: 763px) { #hmXQgTSLPpBFw7VgSvENakXqTq7KbhbO { width:2.5rem;height:2.5rem;top:4.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVrGVMIcz0CkCtx8PwLUKUtbGZT3EyKq { width:2.5rem;height:2.5rem;top:4.9375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5sIL8fRRS1sNZXWQJ7qIss8TO0qiAwD { width:4.6875rem;height:4.75rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk4naDgtQrTM00JNo4zwRyCJsADBzhIE { width:12.3125rem;height:1.75rem;top:50.5rem;left:3.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #glOGd1lrGHOxz8BQ3BOip5RUOEom2bt1 { width:1.5625rem;height:1.5625rem;top:48.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzqDpSEVEUcEbrg92WacpGkDvXpLG9hp { width:1.5625rem;height:1.5625rem;top:53.9375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKesI23MLNe6DIsV5DdTc2yuNkiEUqrs { width:9.1875rem;height:1.75rem;top:55.75rem;left:5.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #zsxktOTvXvBfKlGsShufrD5qwfaEd1Mr { width:20rem;height:13.6875rem;top:16.26953125rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #EGKslvTIQDQiZv00ph36ONFttmv1B7Ci { width:6.8125rem;height:2.1875rem;top:29.89453125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf { display:block; }#iTZBrfNTPc7fnwSf8FNWz2kleSyc6fVf > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGcXUCbA1e45yH6a4tVJDNTFV0dIEkFe { width:11.875rem;height:1.5rem;top:8.9375rem;left:6.4375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1SxyI7x8a8KuNq0poHidJKpymz9pJmU { width:3.1875rem;height:3.1875rem;top:8.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBnTGHWQniVTaZKKyAMy8AdLTqLdSxkT { width:3.6875rem;height:3.6875rem;top:2.125rem;left:1.75rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKbbLPdz3XaTqHTdHJrml6kRzS0yzUzw { width:11.875rem;height:1.5rem;top:3.25rem;left:6.4375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWq6raTJJ4J2vNUyDXpQrPBrVJU3oLgX { background-color:#ff0000;background-image:none;display:none; }#fWq6raTJJ4J2vNUyDXpQrPBrVJU3oLgX > .row .container { width:20rem;height:16.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ { background-color:#578958;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row .container { background-color: transparent; background-image: none; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row .container > .video-iframe-container { display: none; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row > .video-iframe-container { display: none; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .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); }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row .container { border-width: 0; border-radius: 0; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K35NfElsd8L6TqbQIwZ7SNnRADoDoucZ > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fK7OUeHAV3QNbfQm9BDCvDtdLe3iO3dD { width:17.875rem;height:5.5rem;top:1.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sonx03RrTtO3JwTHNwXp4lbOcrWgz3dq { width:18.75rem;height:4.125rem;top:10.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vtb0kKKmMOpbkTmloyRND7rnPCzNLIOF { width:0.125rem;height:5rem;top:16.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCGv66UzEihwpGohp2JXmQZeo82GMdpT { width:0.125rem;height:5rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PeEVQlyTZHQdzzM9o44oP010KM4RyGHO { width:20rem;height:4.125rem;top:18.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DT2ewBBWGGdEqurfqPGnPnkMCLvTmP57 { width:1.25rem;height:1.25rem;top:8.5rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvUGAv4PQo2SAANciy04A5frNvLX6imH { width:1.25rem;height:1.25rem;top:16.375rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE { display:block; }#XXeFLLqK5xVUQs2y9e3bFUNODqRuRTFE > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auDr4SovUGRbmcbJZ9c78BJZLfdk67NL { display:block; }#auDr4SovUGRbmcbJZ9c78BJZLfdk67NL > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnsWaflLuXXbk7QWguroscWrM3qtPGKI { width:18rem;height:2.0625rem;top:2.71875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qSpanwBmNxsc0J1T2lJlCZVwnMVBQXAX { width:1.25rem;height:1.25rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp { display:block; }#IuQxLB0mhqDdpKKxzFKo0vz1uaWmy0Qp > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysSHHhpaZrIX0t2kP9iEQpnsfOd4MImv { width:18rem;height:21.5625rem;top:4.40625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpCpG50Lhy1TnNnlJn69awtMAEwkTuVa { width:19rem;height:2.4375rem;top:23.71875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOTxF9NiXw2oGwLofCZaFDCFcaKWonRb { display:block; }
 }@media only screen and (max-width: 763px) { #k6k7OO3KKIg6PpbFpywG321kACoTR4xl { width:18.125rem;height:1.4375rem;top:11.078125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Co2D8HItdsUxTmNG7TPdkikV3TGDgB { width:13.75rem;height:1.125rem;top:13.4375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE0xXFBnTykghemuKyZBTdI2EmSm7eqm { width:15.0625rem;height:0;top:15.078125rem;left:2.34375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }#oE0xXFBnTykghemuKyZBTdI2EmSm7eqm li:before{  }
 }@media only screen and (max-width: 763px) { #FxpN5oFrhNPz1Xvla8xT9sIEa508cgra { width:18.125rem;height:9.9375rem;top:0.5rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mFZ41RR7TCm7sgArMkB91IPfW17SmpML { width:18.125rem;height:9.875rem;top:29.3828125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx9B1bsztzoVK2RGhmzzvuWB1mFuQtFx { width:18rem;height:16.6875rem;top:37.890625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeVubse2HwItb3um8kATeiWdUgCZW5Jc { width:20rem;height:1.4375rem;top:39.890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Mw8hZO1LvV4GcMy9nHX1qTSx8gsZEH { width:13.75rem;height:1.125rem;top:42.078125rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXxpvOegBhfdh9ALr2OxQSTDRVF3LFvF { width:14.6875rem;height:0;top:46.703125rem;left:2.65625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }#DXxpvOegBhfdh9ALr2OxQSTDRVF3LFvF li:before{  }
 }@media only screen and (max-width: 763px) { #lolGpvf5XkKWBDqGiCLXTVuMiz0gNPKS { width:19rem;height:2.4375rem;top:96.203125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8H7q7aazZZpPz2izd4eIp5lHVn8a4My { display:block; }
 }@media only screen and (max-width: 763px) { #nFZ7K6fW1viEIXoR3TPIxc2lv3HHSRLb { width:14.6875rem;height:7.6875rem;top:15.203125rem;left:2.46875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15052;display:block; }#nFZ7K6fW1viEIXoR3TPIxc2lv3HHSRLb li:before{  }
 }@media only screen and (max-width: 763px) { #rw2RsIi2Q5KgyLNC12RUF7xvCgxL1oyE { width:18.125rem;height:2.4375rem;top:24.71875rem;left:0.9375rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #LkP9E2BIIJP2768iCpc0veXchmyfkIGh { display:block; }
 }@media only screen and (max-width: 763px) { #Rv5nQCGtSpyhF4HHRpt6gBrTbUEE69h2 { width:14.6875rem;height:7.6875rem;top:43.6875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15057;display:block; }#Rv5nQCGtSpyhF4HHRpt6gBrTbUEE69h2 li:before{  }
 }@media only screen and (max-width: 763px) { #BIOx0ORNpteoLiC7taK7IqM6Tp3WeTiN { width:18.125rem;height:2.4375rem;top:53.125rem;left:0.9375rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #r2Bg0cfknctZdMzhJt7HSWb2JZ2BV1KB { display:block; }
 }@media only screen and (max-width: 763px) { #cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB { display:block; }#cddtWAik0UwtKAsTmXbpdaeUTxK3k9mB > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M { display:block; }#Tdk0BeT2APpexNQGOCGQ3ThwRFZ9CR6M > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQZ5TQH0tkExfPNbFnEe48axTOx97sLh { width:18rem;height:4.125rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dbKT4QtAbPevwMk3U8iq5BULzH1MK9SD { width:1.25rem;height:1.25rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbVprorgb4H00Tar32rDQoGsDeWl5kCB { display:block; }#PbVprorgb4H00Tar32rDQoGsDeWl5kCB > .row .container { width:20rem;height:88.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLh5yehrUgPdH66fBxM1rQqcpbmJw3Ht { width:18rem;height:16.6875rem;top:8.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxQ5oSSeD4ymhRKl6pG9KSTtZUElvsmi { width:13.75rem;height:1.4375rem;top:16.65625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQTcEsuWpr9uxt37wNN7VpqCwUO8ALSv { width:18.125rem;height:13.9375rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXynTstKWS2EE0TrgT8rwbyW5R8wAdTh { width:13.75rem;height:2.25rem;top:18.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzA09UwBHMPt7Bb5Pwlc4ioMABZkWwyG { width:13.75rem;height:2.25rem;top:22.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3bJPyyO5VRKdI6tX3QIfpQAqGvX2Oh { width:18.125rem;height:2.4375rem;top:25.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqlJoqTeNNeCvkywrCwKkhVB3qZ2Fy3x { display:block; }
 }@media only screen and (max-width: 763px) { #pRTTv9MCm2TRGzBzsrOSegprEBq7obfr { width:18.125rem;height:13.9375rem;top:59.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvvzzPlgSabrEfdMB8Kc21JmZuJQkRLJ { width:18rem;height:18.75rem;top:66.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7Es5e0egKm232ePApzX3EA7LgwGz34m { width:18.125rem;height:1.4375rem;top:74.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2XW23TLnSXQT9W0gFTDRHoN2VsvU1W8 { width:17.875rem;height:3.375rem;top:77rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQVSybLhlQ0onTetxDzr80ipERw9512I { width:18rem;height:18.9375rem;top:36.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1RIUSQ20nmpQ28nF7Bco2URMwRKPBHr { width:16.875rem;height:1.4375rem;top:44.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abnGHQW3ITkOJJ9lf1eSE6PTSa8yahio { width:15.625rem;height:3.375rem;top:47rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJgMaV879OOxCRyZTXQAsFkhqkEt5nOE { width:18.125rem;height:14rem;top:29.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iawpZHnW6GrTc9fTh4LpeUZPNRNw4eH1 { width:18.125rem;height:2.4375rem;top:84.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIHcbWntEUDOtwNP3aA9dVGsLJE1UtPv { display:block; }
 }@media only screen and (max-width: 763px) { #U00BZM9dHWASJN1DHgS05rQAbTAxS2JH { width:17.5rem;height:3.375rem;top:80.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKR5XUx75sBQRpLH61oLDCdQyh70Jtac { width:17.5rem;height:3.375rem;top:50.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDDb3zx7TRMPzTN4solfgnkiEWqubZWb { width:18.125rem;height:2.4375rem;top:54.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSKBDvazkKBuhqFrSa2fPasJlWaHA82A { display:block; }
 }@media only screen and (max-width: 763px) { #uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL { display:block; }#uk6q3CdS4VJcLZ81oG4g7N0yHmMkTSVL > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPB5kOlruV3mAqIyAbLZJtcAN9iI2bo0 { width:18rem;height:16.6875rem;top:8.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHvLhXPSrJlaZpyWXAtrUzQ5FCucaZz { width:13.75rem;height:1.4375rem;top:16.65625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsOA6J7lS2T4LONMI9I4TN9OSSlbMbp7 { width:18.125rem;height:14rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9GDMeb83tuGiMh0IRTTZ7FFlFrsUMiE { width:13.75rem;height:2.25rem;top:18.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nggJcGOP88FJMA68GumDgEs6J1TdpXFz { width:18.125rem;height:2.4375rem;top:24.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9MH7XGVvtCNUhz5pcTsvqtGxKmpVZK0 { display:block; }
 }@media only screen and (max-width: 763px) { #V8fu3H6iBuDmcAB8sfoIqfrr8BrMWXcV { width:18.125rem;height:14rem;top:58.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLW9zkbXZ3A0KeTsrogu2DUxU4TUZzFo { width:18rem;height:18.5rem;top:65.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTUfQ1ZiVQdwHeAyBANpTIreDHfS54tm { width:18.125rem;height:1.4375rem;top:73.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWCS8zeVr7TpJnlUVtxmZXgQB62UeMEM { width:17.875rem;height:1.125rem;top:75.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJznWF6FGHs5FdCatQsaMacT6QJutgEC { width:18rem;height:18.9375rem;top:35.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdFFzLcufJfC1ELhzStPWH8CpsbKCbQf { width:16.875rem;height:1.4375rem;top:43.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc8aUiLTqxTXFa6QZ0qDRn17mmRiCrxB { width:15.625rem;height:1.125rem;top:45.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhlgZmzm87LLGTE26PLA8zsthJX9MbLe { width:18.125rem;height:14rem;top:28.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN6vlHs73A6z5pSog9ZHTeOQXNSTLTNV { width:18.125rem;height:2.4375rem;top:81.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kATNoseUsKN5xpILAlsgTKP06SrNX1hM { display:block; }
 }@media only screen and (max-width: 763px) { #cXscVRRa408MybmevnogPHEOa2GulRHT { width:17.5rem;height:2.25rem;top:77.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNIsUhhgayXMwKmuVkvzar3rCUz3Dk7A { width:17.5rem;height:2.25rem;top:47.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za5gPuQcW7kePXvwy6v6FZBZgeDXXR6d { width:18.125rem;height:2.4375rem;top:53.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdTWPRRR7F6hzHkUPRwUCKGcKGIOXu7Z { display:block; }
 }@media only screen and (max-width: 763px) { #vf4k4hvQpE5iMQdPFS7DTnFsyyDfqK88 { width:11.5rem;height:2.25rem;top:50.4375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 { display:block; }#MU1orKQuKQGreWloH7xKoaMJpPHlBTA2 > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOXJTNNuRThivrxorZ70iL9ceV02pLOp { width:18.125rem;height:13.9375rem;top:29.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfM6VUEV7ikmyJGPT7gAEZiKT0x3pS1H { width:18rem;height:17.25rem;top:36.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU8D1HAAmn7ULA7K36XWcxecMqEUNTBZ { width:18.125rem;height:2.4375rem;top:52.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsBJTNbMPk60LleezbdzPA4FTRUHnJ4n { display:block; }
 }@media only screen and (max-width: 763px) { #acVvqBRMxsoUQfDT6mcz0U6h9BPqoI3E { width:18.125rem;height:1.4375rem;top:44.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzJyGKMtnq42d2t0Q8f8ZkkTFGl4ktPu { width:11.0625rem;height:2.25rem;top:46.4375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGyKvdyrloX4bGMuURGyPoNDRphr4HZO { width:16.875rem;height:2.25rem;top:49.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWO99JZ0wfQE2DsVHWnSiE25UOSd8ZZq { width:18.125rem;height:14rem;top:29.8369140625rem;left:0.9375rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #cC8c1ko5FXI3fmTFasRgaeHfztSnbKb4 { width:18rem;height:16.0625rem;top:9.96875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPsXE7k2BcuqFrNJ9N2284Iw2AexoxaC { width:18.125rem;height:2.4375rem;top:24.40625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LypDP5Rb8nQyTnitxWV3EmSx072Jq62l { display:block; }
 }@media only screen and (max-width: 763px) { #qFv2gtS3Jbq2G0CU4TC8KXTulg0hwrTh { width:18.125rem;height:1.125rem;top:18.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQXuqXlVUSdIdCZyiwkhFudFtBML85Wa { width:16.875rem;height:2.25rem;top:20.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLO9PNtKHn2E2QM9BevRsLeTC6WJWzo1 { width:18.125rem;height:13.9375rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhIOCLR794J3VRMmxzXRAtiu9rdOccZH { width:20rem;height:1.4375rem;top:16.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEOHQPrafXq0NB2uZGp4iJt9l1Xl3cRT { width:18rem;height:14.8125rem;top:67.587890625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #taAlMO3rzE67J0Ln7wVNF5qVyZmyDqvZ { width:18.125rem;height:2.4375rem;top:80.650390625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAKz6tfFxxleyhtDQNkxAfaLs4rUpudn { display:block; }
 }@media only screen and (max-width: 763px) { #dkeAxx8odIiSlsuvTbyMWBLoR6vhEPPV { width:13.75rem;height:2.25rem;top:74.4375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVX18KLc90FdsKIROLRE3WLbXD44NNN4 { width:16.875rem;height:2.25rem;top:77.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRePG34OJmqBiSTsd1P0VM1qPb4XWhVk { width:20rem;height:1.4375rem;top:72.212890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq8qp7dbl7NKbIHsAz3yAh3vsubL0CTK { width:18.125rem;height:13.9375rem;top:57.212890625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ { display:block; }#hHiHqeqBGPwqBav9nPcqp3fPhyidfbyJ > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncG1ypdEJIIGxVong3ZlaOGgBbeOGbAE { width:18rem;height:17.1875rem;top:35.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC61QNcATGwQycCUngV0KyVi3TbPT7F5 { width:18.125rem;height:1.4375rem;top:44.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWw9XOJnUBMv1HLZ721eEauGfnE58hZ8 { width:12.75rem;height:2.25rem;top:46.875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlX0H3nXl8S3ss0Qt17GSUpW9p7MtN2t { width:18.125rem;height:13.9375rem;top:29.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOwpTpnompitDEbH0eOoA1cDPRbMuzMJ { width:18.125rem;height:2.4375rem;top:52.3125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4FeFcgkmrmBmEXaGKncxGPqcanDxUMR { display:block; }
 }@media only screen and (max-width: 763px) { #snVRrbu1cX91RggfnSaLOQHtPtaC5zK2 { width:18rem;height:15.3125rem;top:65.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0XOIxccXkS9sKDTKXNBqSy39BMSWr9n { width:15.625rem;height:1.4375rem;top:72.1875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBivOgq5ZnDXwvpgrh7kkBwS3LWFDZyA { width:18.125rem;height:13.9375rem;top:57rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU3BioP1kKKQcuTTTKz3imUha5eWMEhO { width:13.5625rem;height:2.25rem;top:77rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNnTqNTCuv8S2UocZIJQMVFztGsWt2CK { width:18.125rem;height:2.4375rem;top:79.5625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMSggIkueWmXencTQIm6QfNpTUAnMeIQ { display:block; }
 }@media only screen and (max-width: 763px) { #lzGRe8Q9yILQwgTvciPaZtyaB2PFAoI5 { width:13.625rem;height:2.25rem;top:49.5rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woS1UutlcAvH1PtJPOpqlGip9TAm0bxP { width:14.375rem;height:2.25rem;top:74.4375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esb1y5lLqi7L9BCE7pJPB1OtIrkzd6pz { width:18rem;height:15.4375rem;top:10.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiDaI8DfTCxLSW4J2u1878zS43a5fBBn { width:20rem;height:1.4375rem;top:16.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq37PhkxtCrV7PHEVIH1iEZoUVI489o0 { width:18.125rem;height:13.8125rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCt1vpr70xJ6VwM7ponhgmu4y4tChWTP { width:18.125rem;height:2.4375rem;top:24.9501953125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKuub0ItIec6ckCH1gPloTcdgFRqG6T1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZlG4ms5IlPJEyqRtc6R2FA90VZiQvU9I { width:16.875rem;height:2.25rem;top:21.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7d0ZOMzma58NaZJ7SMHeGxhKyF31w2a { width:13.75rem;height:2.25rem;top:18.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya { display:block; }#XrFZw3qBlk1MWsSFWpxhM3TAm1tU6Wya > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcwpmyuDJ6IvuDAaACPNcuwsTza0etXs { width:18rem;height:15.3125rem;top:62.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5u5pqTVV6VLmzEyCzTVToJzwJ5kpSw4 { width:15.625rem;height:1.4375rem;top:16.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzeZhCTl1TffFAH4Ug7TXkzJLEbNXE5q { width:18rem;height:16.0625rem;top:35.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeBtFSdhUu0WcAkEQz8IxFfMCubMcI5g { width:16.5625rem;height:1.4375rem;top:42.6875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmHU81lavRKlQ3sVtpFDu2ZGZQeP3W8t { width:18.125rem;height:13.9375rem;top:27.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebnNuLnQJwsRxz9GfHxP1u1xTTsLAxO7 { width:18.125rem;height:13.9375rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHKWfzd9xSfar3RaTsmZe7bTrVE1TzDH { width:18.125rem;height:2.25rem;top:19.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHgtxr8XavsyUqanIXs1vAcB2JK3CuPD { width:18.125rem;height:1.125rem;top:45.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG7Da6J5orgJUJkDrWZR3uKPBNgG9O3p { width:18.125rem;height:2.4375rem;top:22.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNA5PRiRF1BekXMWCfFexKfZD9kTnQ0b { display:block; }
 }@media only screen and (max-width: 763px) { #ZyaZ8vkeBfaS5vqoJgcmS2MgPtVhbuXc { width:18.125rem;height:2.4375rem;top:50.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0SDEkzH5AnelmCFUpPM7meITp36rO8o { display:block; }
 }@media only screen and (max-width: 763px) { #CN1OmtQD5fBKRslrDZGgNZfqqJhObOJA { width:18rem;height:15.3125rem;top:9.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CybSCz4KyWe20r1hnXHApXFIKJqZ0IcL { width:18.125rem;height:2.25rem;top:72.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPnmF000IvJpfPL1TpIRFJ2ZtkBqbLxe { width:18.125rem;height:2.4375rem;top:76.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4v0gCuC5Xk8fZ84txfE9QVwtL8OZfUx { display:block; }
 }@media only screen and (max-width: 763px) { #KDTkglZ3sbfxiZZecNWOsrSkSFbehIgE { width:15.625rem;height:1.4375rem;top:70.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ9SknRybZwVxvEEQagteuyB0GrxaxqE { width:18.125rem;height:14rem;top:55.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnesPPmA4T1fEaLyAZRfowAx9KQM9gfu { width:15.8125rem;height:2.25rem;top:47.125rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc41zq5tmnQCo0iiK3U86ICXeH5sab1I { display:block; }#wc41zq5tmnQCo0iiK3U86ICXeH5sab1I > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3phXKQIdCN83yvCO0VD7zFPtuNueFUP { width:18rem;height:19.5rem;top:36.0498046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtJM4bkWPgPWEDOh96g8u3IoqJOE4BXO { width:13.75rem;height:1.4375rem;top:44.2060546875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSnbqEM1ppsqyB6MsZulLNPpwVTxdFyC { width:18rem;height:17.125rem;top:64.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMx1ItZdrItKGA5dkel270LZMA58OEGl { width:18.125rem;height:1.4375rem;top:74.59375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUh2KXHxoiscAPT5f7hXuyZE8fQycAhn { width:18.125rem;height:14rem;top:59.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuQO1fLkK4nLz1RtsVgH2k1D7ICQS09p { width:18.125rem;height:14rem;top:29.2373046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBg2ZTZEk3voRHsTJfsEzWnqpuqwSTrK { width:18.125rem;height:2.25rem;top:76.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svUfGQaBmgJ9srRRwdnvFGmCTJbBd8TN { width:18.125rem;height:2.4375rem;top:54.7998046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwdL3oPkFSM0ig21sPSocJv0dKD82eku { display:block; }
 }@media only screen and (max-width: 763px) { #LhWXLLkDotJMJVVl50XFR7tn4tFw1Noa { width:18.125rem;height:2.4375rem;top:80.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgakwGo97soRphLVBn5GA6vEFJzh2w8V { display:block; }
 }@media only screen and (max-width: 763px) { #dp1cJxqkMZVK7Jsyw85iocEm0bT2bbUv { width:18rem;height:17.1875rem;top:8.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th21dgsR5tls6roPl0c1tQMRT8p0HIs2 { width:13.75rem;height:1.4375rem;top:16.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHOGdpgZLgv9HNCEh8JT48BxcqXpvZKS { width:16.9375rem;height:3.375rem;top:19.0625rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PviXrif56z1woWkB243pHsvIR4uEwDwF { width:18.125rem;height:13.9375rem;top:1.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTEwWXbutQZLZ01rJ4z8HyyBhpaNxS9U { width:18.125rem;height:2.4375rem;top:24.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4Q2Hn5FbxkTgZmtLQlZVn4lTTVaAtxN { display:block; }
 }@media only screen and (max-width: 763px) { #bEUWxWzJo2AX5dtl44zXep7MWo6sh7wT { width:17.3125rem;height:4.5rem;top:46.3125rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL2TlJ767KcJ21Fdw4px8mpI0pOCu30h { width:13.8125rem;height:2.25rem;top:51.7685546875rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo { display:block; }#fMIvwJKWAoaxSl6fsAb9zxfUsEqvx6Jo > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkIhA20SQwabqyyhEvGn1TTaJiR9mVUE { width:18rem;height:16.1875rem;top:8.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2uBDkfFfraR3TnN4o5HrFHmv7i8fBTS { width:20rem;height:1.4375rem;top:16.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBag77lnIUAi8fvlJS2XB9kTgSrE8bcT { width:18.125rem;height:14rem;top:1.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOItvsTtcAn4caOeUe23ekGpMID0y0sb { width:17.5625rem;height:4.5rem;top:18.5rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgLfgPr6tqJXIbcQewgwy0yNGxHJVuoi { width:18.125rem;height:2.4375rem;top:23.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LopFZwDMUJMrHD0uSAJUU4VngdPwgdZL { display:block; }
 }@media only screen and (max-width: 763px) { #A4Z7fQQ7Eu0lJeL0ENr9ZxVoS87oK9Rg { width:18rem;height:17.1875rem;top:35.1884765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcNOH8xvHJlcvVEwg8CEWElAOwlOFqGh { width:13.75rem;height:2.25rem;top:47.3759765625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgboRk8Qc9AeBPThLWxZLSlubT9ZvTSA { width:18.125rem;height:2.4375rem;top:50.5009765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hglAy5Sy94wiE82trllVlfSCM3MigVB3 { display:block; }
 }@media only screen and (max-width: 763px) { #S6OzbIh8kBONSiRByMavM6wXITihCD30 { width:18.125rem;height:1.4375rem;top:43.5009765625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJxqEmzTayprHg7UBt1DHpHBnMHz2DMc { width:13.75rem;height:1.125rem;top:45.8759765625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6RqBLMGX5H0kT1UA8tzPfrxF3TxcFiU { width:18.125rem;height:14rem;top:28.3134765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTCboPg4d8aLnbplLDlKXTMOCDloD7Uh { width:18rem;height:19.375rem;top:60.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyK0LHgf8wCa4Z6TOAXu0CHKxq7gAdc7 { width:18.125rem;height:2.25rem;top:75.1875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlkN114DHTBDSfoiwHQBXaF5cZwa9wg3 { width:13.4375rem;height:2.25rem;top:72.6875rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSfuPgIvJKLytBPgHP5tLbslkk8thfAS { width:18.125rem;height:2.4375rem;top:78.251953125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn2wealJPocra1aIn6yNufLVFFh6fO75 { display:block; }
 }@media only screen and (max-width: 763px) { #qs5K8Wy7Mui6APiLyGQkbh4HHHQ8REiT { width:20rem;height:1.4375rem;top:70.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7eao0eeqa1sXIU8vlb3h7F8vhvkq55f { width:18rem;height:13.9375rem;top:55.1884765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMNPWcg082Dz15DoTMxLx3kHecJF3sJA { display:block; }#eMNPWcg082Dz15DoTMxLx3kHecJF3sJA > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r77zQioAnA0DCmPL1p3o0TiDfrNzn4nw { width:18rem;height:16.1875rem;top:8.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ2RHAIOCarqFN7EXqhfuoq6KMsTkULr { width:18.125rem;height:1.4375rem;top:16.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRi6h09uKTA6Qo46IcynWf7PTuyWOke5 { width:18.125rem;height:14rem;top:1.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtI3kWTyty6d8bPg5t564a0TMZorUVCq { width:17.625rem;height:3.375rem;top:19.0625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hThMhkNWXdTxIxffzen41OKxnuvb4XCL { width:18.125rem;height:2.4375rem;top:23.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud0O7U6RV96DqT5dHKHwNEEdgiouQUiW { display:block; }
 }@media only screen and (max-width: 763px) { #U3yWCscTKtHXyMd5qwkUTODNmAdyRdXT { width:18rem;height:17.1875rem;top:34.6884765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQQ2Dh0XTSJopRwUEmRMfWTFq1IhrOSJ { width:13.75rem;height:1.125rem;top:48.3759765625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC9VrfDogBEzLlqxmyBULtuhzle7fBg4 { width:18.125rem;height:2.4375rem;top:50.6259765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSV9z0UoSuGxwTLFNoWSB6Mn40rERDw7 { display:block; }
 }@media only screen and (max-width: 763px) { #PRt0UI3BEEFOO2vKfzlMUGbn182UDtLV { width:18.125rem;height:1.4375rem;top:43.0009765625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr5XIgOraENJxrxJcysFtPGxLhcmWUuT { width:13.75rem;height:2.25rem;top:45.3759765625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo3i8dI2EN0L20wSUIvdJaGoCgUR8uJl { width:18.125rem;height:13.9375rem;top:27.8134765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUPISDJo2Eb87i8LbNTUipTCsw0Csg0i { width:18rem;height:19.375rem;top:60.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUySMTrSGTMVsHm8fPTT1nEHdM7G9cVJ { width:15.9375rem;height:2.25rem;top:75.75rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXdrxtJOJfN6BwxTSdgCDm8UXNhQ9uhE { width:13.4375rem;height:2.25rem;top:72.875rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afNnFD72TLqwMt29FbRlSoM3dDe9XKDz { width:18.125rem;height:2.4375rem;top:79.064453125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0OlP6XgE6G1F7p9bb3qmwk7IqxQcmiL { display:block; }
 }@media only screen and (max-width: 763px) { #w8NF5a2REaHSv9kOQUZZGxB1POLF6ewF { width:20rem;height:1.4375rem;top:70.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqOtLCU0vsZxDC1GBn3sLmSeKs0cg2oB { width:18.125rem;height:13.9375rem;top:55.3759765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu { display:block; }#AnAkbDvfuyGwdu0e4BBKdGx5LL3peDbu > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyQGWzfGCAyH70cEifTGq7pHroDlO6Ub { width:18rem;height:16.1875rem;top:8.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1O4k3ixVSuJQPUNcoCW5gZlFcSTQBgi { width:18.125rem;height:1.4375rem;top:16.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCO8EmvnfRh1OGXRcprhCrzGJCLJyCHP { width:18.125rem;height:14rem;top:1.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCQz0NNVohraH1dwt500nXt5eS6C6EJ5 { width:13.75rem;height:2.25rem;top:19.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK1WxM8u27TaHF6sSUClxocNHHFIbwJl { width:18.125rem;height:2.4375rem;top:23.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqNP4rAG4PdvI39fmONc7Za5AIssTgPo { display:block; }
 }@media only screen and (max-width: 763px) { #ZT9xdghCrV0TROngMWnMWwepwz85E65r { display:block; }#ZT9xdghCrV0TROngMWnMWwepwz85E65r > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU { display:block; }#ll7vqcHNDpAeM5gbQ4vaO8fq8hxZHOZU > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3JZTzbr5GL5TVkhzAv5qQZPeQvS3Kme { width:20rem;height:3.75rem;top:2.8125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CXBHhXWPn7T2Xxzlk4mer7uNJmPwzaEm { width:1.25rem;height:1.25rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 { display:block; }#xTe6DAMdz4UJiIa2pOzmKhLV6wLenZn1 > .row .container { width:20rem;height:87.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bz2IVnbx3uDz7HIdbTxOpSZMvJWd63Hn { width:18rem;height:10.4375rem;top:73.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2mt6Hn11bsOVmkqWviCvQcdLtFoszyK { width:18.125rem;height:1.4375rem;top:74.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnwNDG5kF0SzBIa0470yx0FJGTgN1OsD { width:18.125rem;height:13.875rem;top:1.8408203125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTlMDMffTbHFQ4kDAtkAUOEb3tSyJMPf { width:13.75rem;height:5.9375rem;top:77.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6z9cbJ6ylUvWJZfZ8C0JtKLOFp2Pz3o { width:18.125rem;height:2.4375rem;top:84rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIoT1p33oUMOClIzrRFNtIcgzQfkLvFW { display:block; }
 }@media only screen and (max-width: 763px) { #SMq1lSJKCmowsV6OpUcyhK4cSTWk7xuN { width:18.125rem;height:13.9375rem;top:30.875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxB12F7zVlSkECPrmgoupkONEadN2OTW { width:20rem;height:16.5rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9LECr885MNTsi9Pia4AuZCxBEGeMM9N { width:18.125rem;height:13.9375rem;top:59.6875rem;left:0.9375rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #u7spaKTwfZ386mmQaSJMIxLokzFLbMXI { width:18.125rem;height:13.9375rem;top:31.125rem;left:0.9375rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #r8Uf4i2ASshB0CzR1zS86hdOK3MmrqQD { width:18rem;height:12.375rem;top:15.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJX0MAhJqkiusIfQ9FVoNe64zaSADIMK { width:18.125rem;height:1.4375rem;top:16.53125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJm6ttKuUSAoDcbKH5GqwqNqqyQxB0v5 { width:15.625rem;height:1.1875rem;top:18.84375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA8ExTOOrkGEGtcy1CdXww2wzXVuihv5 { width:18.125rem;height:2.4375rem;top:26.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVkOOVoiaug0x9MaerWb97xbsIxAWdTJ { display:block; }
 }@media only screen and (max-width: 763px) { #TtfWw1BgKxcGlrmoKPu3zmbcPHVDiT4B { width:20rem;height:16.5rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUMqEKRSa9s557RxUIvdwxS2iRyC3cDR { width:16.25rem;height:4.75rem;top:20.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaeqXBk1NhxqgPgBTbMqzOpTX5b5u6zZ { width:18.125rem;height:13.9375rem;top:1.5rem;left:0.9375rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #N8dssvykIiWqQnqxsa4zCFPGm9WI8CX7 { width:18rem;height:12.375rem;top:43.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcw17iUZEUG5N5KS4yxIfwTw9kQ6xGFJ { width:18.125rem;height:2.4375rem;top:55.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0TrxIK7B0tSMO6ou4dddmRnebGh6Tgw { display:block; }
 }@media only screen and (max-width: 763px) { #OWx7pTF2risb327GDOo9xrZVE2w8N2Xm { width:13.75rem;height:5.9375rem;top:48.375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIqUAgUT4wXfJwaWJDJ1IO1T6EGBJPpi { width:20rem;height:1.4375rem;top:46.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymJhMfDcC9lBcikhm0l6PsNLitdOLZcC { width:20rem;height:16.5rem;top:31.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VycATnV9EX3Zp7Whzynx4O78VNJFnf0f { width:18.125rem;height:13.9375rem;top:31.1875rem;left:0.9375rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 { display:block; }#QQEVPNB6sXf1piHp1g8Tkn4VhSbOSxv1 > .row .container { width:20rem;height:87.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox7nqWFcbGAqKCoOTVCb0wGsK45yMSB9 { width:18.125rem;height:13.875rem;top:1.8408203125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrtHk3eDfSCLeTAyIWCESnWgWLlEzSEy { width:18rem;height:10.5rem;top:73.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHpvauE2uRTzCu59FtqRTZTnuZqdBGFC { width:18.125rem;height:1.4375rem;top:75.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCnrqQqhMdEirR1xTeT3fri5Siu2DQvH { width:13.75rem;height:5.625rem;top:77.4375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv17U2g69UBZoCIvsi6B8JwLXHPTk1sn { width:18.125rem;height:2.4375rem;top:83.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raXlRdia0exwuAVihUr4XmDmqi8p7V0Z { display:block; }
 }@media only screen and (max-width: 763px) { #x5V7nQw5vgKySZcmb2fy2Moe3wSJe5al { width:18.125rem;height:13.9375rem;top:30.875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwqgBEGgz9c7CqffQkZG9668d0wbPaNy { width:20rem;height:16.5rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRqxIgkB3DGWFI0FL94PSN6hWp58WEZ7 { width:18.125rem;height:13.9375rem;top:59.9375rem;left:0.9375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #pysbXhEPx3F3Vlxp5aRtRTbJJok0apCG { width:18rem;height:17.25rem;top:38.8125rem;left:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #xMvx3bPxEROyp1xxIZPo8dJDTAEaCvca { width:16.875rem;height:3.375rem;top:51.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6GLnGn0JmLyw33N03ObHbyNqZptig4e { width:18.125rem;height:2.4375rem;top:55.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCbTwJHI6StHJ8TDeeZxkTIpK7yDAGQg { display:block; }
 }@media only screen and (max-width: 763px) { #DMVTWk4VCpk9zgoicBAbe5SP6bQ2HvRh { width:18rem;height:17.25rem;top:9.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3kExRTOwt0NmbstzbTcvVwdVmia74sQ { width:13.75rem;height:1.4375rem;top:16.5rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wICaoBtQisA88AWwwqb8qHdRTQ6ZMVmq { width:18.125rem;height:2.4375rem;top:25.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVDUO5XTVSieUzIrGvsDzgGgbKmqvqow { display:block; }
 }@media only screen and (max-width: 763px) { #wDnKshAIuQuaLE4HUZsPPIn8wOETQpHO { width:13.75rem;height:1.4375rem;top:45.5rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsnyhmE7vPpdDOGWdEfKltzgC0cgh48G { width:17.5rem;height:3.375rem;top:47.5rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNdbzLxVoQ3wdlO9TKxdTzwk5sbvBFwA { width:18.125rem;height:13.9375rem;top:1.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFvahK9wLeUTd33KLx2JzA0meDaRNP1a { width:17.1875rem;height:3.375rem;top:18.5625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMqC2kxgPKGGhSLroUWpT4JQns63tawC { width:16.875rem;height:2.25rem;top:22.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2S0BsUNtHVGBnWXMn1XnTXdeIrSl6Rx { width:18.125rem;height:13.9375rem;top:30.3125rem;left:0.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #T9M93W28qHHJKChLLQWqgyaEubSJNy2S { width:5.375rem;height:5.25rem;top:29.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJZTJWT6NnfH8VndBcxCTycqhQU7A2f1 { width:5.375rem;height:5.25rem;top:0.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COtMSqrf607eSl46cUZZLT4GqvOnMieJ { display:block; }#COtMSqrf607eSl46cUZZLT4GqvOnMieJ > .row .container { width:20rem;height:87.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNVnoL7wNroNDdRlep8g9cbVCrbJT8u7 { width:18.125rem;height:13.875rem;top:1.8408203125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7t15meNfD8EQdEFwmEsL7DpeqciabUZ { width:18.125rem;height:13.9375rem;top:30.875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #feTymxiI09Ub2AO2Xp6OPUXvpHWMB9D6 { width:18rem;height:16.6875rem;top:67.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI1eK9IbalzSzhWfsPk0erPPvFt59AS2 { width:13.75rem;height:1.4375rem;top:75.4375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfckCatilA9WQEwnDqThi4TkNxk3l9eF { width:18.125rem;height:13.9375rem;top:60.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJOATxgCQ0dBhrFmn76umFvpBOZEqc6H { width:13.75rem;height:2.25rem;top:77.9375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMDf0aQk3NnZESnVdvyV8xpNkkZ75p8J { width:13.75rem;height:2.25rem;top:81.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwQNfzmVEldh4wOx0nTvRI4aq5MiJ4A8 { width:18.125rem;height:2.4375rem;top:84.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzwcDcGxvyHgS1xKCL5CWE1OmTsHG5K9 { display:block; }
 }@media only screen and (max-width: 763px) { #MQuWJLHWNaXGmITQHLaDVXQDftPKr2lT { width:18rem;height:16.6875rem;top:8.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwpUOTRaCeXoc8gKduBTXWGqqWOO1LTo { width:18.125rem;height:2.4375rem;top:25.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxtEqGkVCsZZotioarecHfS8WaqxtrZx { display:block; }
 }@media only screen and (max-width: 763px) { #V09cObDqpnCZkx3QWmBzWVqJzT1ebAZn { width:13.75rem;height:2.25rem;top:18.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcy0QfGMZG3a701eSxrWq3iMHOx1piIP { width:13.75rem;height:2.25rem;top:22.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZUWXhU064pInWozVS1FVCBPvaTeLJX7 { width:13.75rem;height:1.4375rem;top:16.65625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWEoeaKehVMEbewFZOdwR44bb6ETi9sQ { width:18.125rem;height:13.9375rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVCZWUQlLu1sokQPC5QwTmeokXpcLBe3 { width:5.375rem;height:5.25rem;top:0.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRx2xPdf3sxlhA8B44LBAHOQ4piE4AQS { width:18rem;height:17.1875rem;top:36.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKGoU2iuy3eAXbNXTzJsd1uUzp5nduVb { width:18.125rem;height:2.4375rem;top:54.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgfOWZQpaF3bVFI1uzAubRJ91yWOkzix { display:block; }
 }@media only screen and (max-width: 763px) { #F4ss5ekVyrkN65BsJueSgsOIGAr0pl4t { width:13.75rem;height:2.25rem;top:50.375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfW1Awcusf6Xlk9maIUps1uTAEv1O31O { width:16.875rem;height:1.4375rem;top:44.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPW8f0zqWiagzCloyG1unxLp2zWfZMQu { width:15.625rem;height:2.25rem;top:47rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orC4LuwwrwXPIrFtNqU5UuXLGxICwOIu { width:18.125rem;height:13.9375rem;top:29.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvEHPNvwlkI822ht91dacUoRMZLqSTIG { display:block; }#xvEHPNvwlkI822ht91dacUoRMZLqSTIG > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PI3rba5wo15Mi3gZPLvku4lkM1A8y3hF { width:18.125rem;height:13.9375rem;top:55.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8OTnR7xMbslpeoI0BLOX9lshhtTUQWB { width:18rem;height:17.25rem;top:62.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmethPpLehngBU0BN5SDfCl3znXyUEIB { width:18.125rem;height:1.4375rem;top:70.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Excu2lEt393FK8ZJl3cXhl10FD4lX8rs { width:17.875rem;height:2.25rem;top:73.0625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi6CSVFd2GTqk4VS9wnXrz2InSFMkOrv { width:18.125rem;height:2.4375rem;top:77.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRq3DyEuzhm4onDrDq3NISxqVfvFPcPp { display:block; }
 }@media only screen and (max-width: 763px) { #sex4xceXPRrmNHS8GFgWcPTsH6qy5DGV { width:13.75rem;height:1.125rem;top:75.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTqiDWxC26K8W8ryfMzWZs3fxFBtmtS { width:18rem;height:17.1875rem;top:36.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTb28dTdOpLCyC4O6Mwqm6QiyBev5a1k { width:18.125rem;height:2.4375rem;top:51.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0dnN8a7SRTc24xNUDfawvDXUbHA131m { display:block; }
 }@media only screen and (max-width: 763px) { #dLMxJQlxksObdFEwuwNZZ7DVSX7o8RQU { width:18.125rem;height:1.4375rem;top:44.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPoWHPVAWdKznKyxtpFxnJSxqcX1akTu { width:16.875rem;height:2.25rem;top:46.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7X9S72gFHTTtlmSoKxnLbV7NGT8fGui { width:18rem;height:17.25rem;top:8.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxxRbwFoyt4h7CAWkZ2yTyX40Lq8wNx0 { width:18.125rem;height:1.4375rem;top:16.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUy56I7eSKGhNFaeW35sSViBR0x6BFr5 { width:13.75rem;height:2.25rem;top:18.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc3oE1gdvrDRAO9BeeCOqDcWN7pyAhlw { width:18.125rem;height:13.9375rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ThUvflaBnSkcoQRhCkDWI2xrxer23U { width:14.625rem;height:2.25rem;top:21.5625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDT6MsHFLODCU34wvccwyzQDUNwavw2I { width:18.125rem;height:2.4375rem;top:24.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ1uy7EutnilmnNQHegW7aUQBZOVAB7o { display:block; }
 }@media only screen and (max-width: 763px) { #cpM723rqlScJ8UAehQfA8XnT3XACKzvs { width:18.125rem;height:14rem;top:29.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt { display:block; }#hmgev9zwsUOTDpeZDzpTPnAE8g0Z2TZt > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePOR99l7EwnPeNvJeOIifVtsS7J0mSGV { width:18rem;height:15.125rem;top:62.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxmq9ZNQIthg0kOP5l4X7G64GpI4USIa { width:16.5625rem;height:1.4375rem;top:70.75rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWOtEIAXwTMB51WJkufJ3NaDZhFz916m { width:18.125rem;height:13.9375rem;top:55.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX1kxuEQhvnsSknUTwVJ42vz81NTbwVR { width:13.75rem;height:2.25rem;top:72.9375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnCOmqBURm99H9Q9lWfnIW3sRMQmeSnb { width:18.125rem;height:2.4375rem;top:76.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5yRwh5yxPpKb0JrWXPZrkmGTmN21X4g { display:block; }
 }@media only screen and (max-width: 763px) { #fAKCHgyerk4RlyuhA0tiwsapJNSNO25T { width:18rem;height:15.3125rem;top:36.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpUv4l1vXCWCQePWyAKe9IClxiDNlGn4 { width:18.125rem;height:2.4375rem;top:51.625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ8t2voyeJ8ExNUP3pQIrRe3ZA0K748i { display:block; }
 }@media only screen and (max-width: 763px) { #saSNRmaWToaLTP8tuJylUpcHDT20b3l0 { width:12.75rem;height:2.25rem;top:21.625rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEBqq4WaUMh5G3AcpmixZsbGMpF476F0 { width:18.125rem;height:2.25rem;top:46.1875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysdmG4mSUWKTpNTh1qqvDyZ4GVxAaUqh { width:18rem;height:17.1875rem;top:7.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL0QVM304f0gFCa9I64ynIgMpQu5H3ol { width:18.125rem;height:1.4375rem;top:16.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXTvHSS554HZ63aXlBxsSltK66vpkCKM { width:18.125rem;height:13.9375rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VntKz40RUrEgOrLqlK2k8eg6ToH7WFZF { width:18.125rem;height:2.4375rem;top:24.5625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POTwWkP45IJGQE54CMn8g6oc3Or7Xyl3 { display:block; }
 }@media only screen and (max-width: 763px) { #yO5sLCfdQpUGxc0pK47g5LrqqKr5mit2 { width:15.625rem;height:1.4375rem;top:43.9375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtJThSVhBM1FNKaiJdCZM2wiCMqEeMP0 { width:18.125rem;height:13.9375rem;top:28.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IML794nQE3TsVLvsRQMidspyxxpi7Rff { width:12.75rem;height:2.25rem;top:19.0625rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogaUCoIF7SrZTOKaJRb4bDDlcugP0wZ9 { width:12.75rem;height:2.25rem;top:48.75rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh { display:block; }#zhHgO96C7WK6LHF7SiPe3aBLmIVw2ZGh > .row .container { width:20rem;height:77.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5gVW1mIU72AA8q5SwssKk644gtIQAyb { width:18rem;height:15.25rem;top:61.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glSMpnkqfKrDDGZiiLbu8MTsD5opy6gb { width:16.5625rem;height:1.4375rem;top:68.375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxBKEyDx24ZiOvSXIAnk32PkVzOT0MPf { width:18.125rem;height:14rem;top:53.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntRI4vZAsGHir2ToRanM6GFIMdWfTXs9 { width:18.125rem;height:1.125rem;top:70.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpLRwEH3zxsSVlVd9q3Fi6ThWNpK5QE7 { width:18.125rem;height:2.4375rem;top:74.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QozR3T36veSD5Zkch5J4XkpafUhm1i5h { display:block; }
 }@media only screen and (max-width: 763px) { #xyuy8ylDWPh80RZkVPxTiT44OJWemphQ { width:18rem;height:15.25rem;top:35.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0M7TISEv4VK6avqSVLAXWKStGPob3Dx { width:18.125rem;height:2.4375rem;top:48.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD0EFnnnA1LQbcV2Ukwl3vKIvDa62x7H { display:block; }
 }@media only screen and (max-width: 763px) { #wTZGbRE5dTHm3uHa9xBliq3TweIVxhJe { width:18.125rem;height:2.25rem;top:45.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve8t8saOlQl39WP5vtEpehSpq8TrEtuT { width:16.5625rem;height:1.4375rem;top:42.6875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya6f2WtZccOquqCMliENknI5gDdqruGZ { width:18rem;height:15.3125rem;top:58.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIESsmSWf2kvKM2hJB7WFmUmqtKIfO24 { width:15.625rem;height:1.4375rem;top:16.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz7cq4aCCM7ZkqTQ2v2p6MWSCo03aerN { width:18.125rem;height:13.9375rem;top:27.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8t5CNtlnGLJcyy6lHX4PbiFf8MliJ3E { width:18.125rem;height:13.9375rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eepMr5qAeGTpxQDxvKwVBSVusK7LZuUT { width:18.125rem;height:2.4375rem;top:22.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erRA4pBGgViPzSrNZ0lRm5It4DEhrbe2 { display:block; }
 }@media only screen and (max-width: 763px) { #chuGTtOndIZVMCWd2TuXJniAyqSXZEMG { width:18.125rem;height:2.25rem;top:19.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlHc0P3PFr07KtD9uOCX8vVTntyf9esg { display:block; }#IlHc0P3PFr07KtD9uOCX8vVTntyf9esg > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgUIUEJB2zqRAvfCLnsZvUBzqKDc4nDw { width:18rem;height:15.3125rem;top:9.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9dUbHckuy3b11yCIOd3xgACaSvTUAVF { width:18.125rem;height:2.25rem;top:72.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6EeXdPluN4GVXxWemd0adJnbC7wD6LD { width:18.125rem;height:2.4375rem;top:76rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmhgPPuR15B4o69Sz2ed2FTWpQhiMZbo { display:block; }
 }@media only screen and (max-width: 763px) { #R1MW9DM8EIpQSDSSRAu8P4VuzI1e7NLk { width:15.625rem;height:1.4375rem;top:70.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZysLXmfCriL4uyqXJfnQgbCiooR0ENJ { width:18.125rem;height:14rem;top:54.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8V1ZTPFH68aZtBs6Zv4Bcim0oaR44Jt { width:18rem;height:14.9375rem;top:36.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0VpJ1ybn8QIh11CW9eMKcrJ7MNgHbAa { width:18.125rem;height:2.4375rem;top:50.1884765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMlTKASVk1ZxNhdT0zr3cFvrIR1eTf1v { display:block; }
 }@media only screen and (max-width: 763px) { #wsGKQ1euTpxE3h6wSG7PUdWdCBsbb4vT { width:18.4375rem;height:3.375rem;top:46rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzV8wfU3LN6yGLGOTk4l1OTqsplhlfwk { width:18rem;height:15.25rem;top:61.9375rem;left:0.9375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #esqd7lIHNJPOoyQrqp91mFQSuac5WMF6 { width:16.5625rem;height:1.4375rem;top:16.625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL49gNWweWvnOTSdeb1XSVne1umwbyMd { width:18.125rem;height:14rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUNPVM9BxzU9bo8h7NEUDQ9uN9y2FtlE { width:18.125rem;height:2.25rem;top:19.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr6LN5evIKaW545HqLsmp5MIwXBAC2DL { width:18.125rem;height:2.4375rem;top:22.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwFfPAqqacpyPaOzklee7FrHiN1neS9u { display:block; }
 }@media only screen and (max-width: 763px) { #qs5qSE4biOdwml2O4vdxEWp7vACmaWMW { width:20rem;height:1.25rem;top:42.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP2hiDfRO685rsJ2BXnrbOppUnLTvPMw { width:18.125rem;height:13.9375rem;top:27rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSkNOwBaGfXRibFIL00viOOut0duiTNz { width:18.4375rem;height:1.125rem;top:44.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG { display:block; }#uvB0C9RGzdghy02KQZUIz3WAZi0RTHpG > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frq8frGgSwWJm9iP05upT2g0wJdqbeT2 { width:18rem;height:14.9375rem;top:9.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiHfuBlTVTgCUeKEMl4AuxGGTM5dtekD { width:20rem;height:1.375rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqE0JpX62katQ5JDa9pJPglTMa7bXrDP { width:18.125rem;height:13.9375rem;top:0.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhfNNcRCv3gKqEmvDdiObFo7w0LUAWPc { width:18.4375rem;height:1.125rem;top:18.0625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4IXHp9AiluEdfKtLTa4OTvGA0ZfqsRC { width:18.125rem;height:2.4375rem;top:23.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1INuZiPHrgVIaoDuR0Pt4rckUB6sr1w { display:block; }
 }@media only screen and (max-width: 763px) { #EoXwr6RETfn7MpGf7UFwxJ2ZCTRJAlVX { width:18.4375rem;height:3.375rem;top:19.875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT { display:block; }#stXMc4JWuQfcCpsyGfVCazsn4ZbFZ0JT > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fspalNRyJ6D82LJc1vwVUWozTl539hUC { display:block; }#fspalNRyJ6D82LJc1vwVUWozTl539hUC > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXPeSPRmrpazuxIkIT0R0P1uKXbKosmL { width:15.25rem;height:4.125rem;top:1.6875rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HcfCvR7riDd9dylO8LZk8roR5roXaZoU { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 { display:block; }#CsAUlnMfQXzI6nLdP9uQrtTi5yWdtih9 > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V678bzdcxoIUDTruldHebxbJkiRUZs2n { width:18rem;height:17.1875rem;top:7.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXxDkZ7hL78D8TVllwhvZlChU67zphhV { width:13.75rem;height:1.4375rem;top:15.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9mP5Qry8PLw1LNPv5RNvdvNGHQwKWSw { width:18rem;height:17.25rem;top:35.51171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrSxNX5Z2McSdSHWBpebwheWhs01tviD { width:13.75rem;height:1.4375rem;top:43.82421875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD3ikSIrkIydEwkQfPW0Z8h0EagkCmsz { width:18.125rem;height:13.8125rem;top:1.03125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwSqGtpfEBUsyPn4hZnqOAel2gTyO1vw { width:18.125rem;height:13.9375rem;top:28.82421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJM5hRyhLdOsUTKFeR8GAIPuVqEkmzR2 { width:18.125rem;height:2.4375rem;top:24.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOEOcObKSfNXQufUCZGSWWG57CV6GkKS { display:block; }
 }@media only screen and (max-width: 763px) { #IcyJJAK1xim3JbKNIpPlBNyvl1FMgk50 { width:18.125rem;height:2.4375rem;top:52.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCEWyKmuUhtyFxdXHZctxDJ5gVlNLTFr { display:block; }
 }@media only screen and (max-width: 763px) { #sqcEMIGIl5ckM0qEO8LPCXgsO4k5fHLb { width:16.875rem;height:2.25rem;top:21rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE8ETt86iBSXkPiu5X9nmCelLU56sIl6 { width:13.75rem;height:2.25rem;top:18.125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxM0QiD5STsX4pUe5syVNUGr2IL1CKoM { width:13.75rem;height:2.25rem;top:45.9375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHPKJoV22wwacBV3Tf2o1wkGRad8ould { width:16.875rem;height:2.25rem;top:48.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwG87E5bRggDEGH43R3v8rwKVoMv28OW { width:5.375rem;height:5.25rem;top:0.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSBp1z9ndplNgFP7RgKxTsTtwvK9wGJ3 { width:18rem;height:17.25rem;top:63.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLH8xzM4zIOMFrQPl1cskpp2U18KQ9rT { width:16.75rem;height:1.4375rem;top:71.9375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4abSZLDG8kV4BS8trmEmToe5XPVsqUp { width:18.125rem;height:14rem;top:56.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7folgMvBXNOBoJU0MyiqbSFzQM5Dx1u { width:18.125rem;height:2.4375rem;top:79.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtorBbh8eE1Kt3dagFAlwBS0Zk6m3WrQ { display:block; }
 }@media only screen and (max-width: 763px) { #wuW7MvMVXKMC4xaLtATnJtENbgosFCVs { width:13.75rem;height:2.25rem;top:74rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvadAXu2ZKuF6rXqA9snEsCuAWUNoCFE { width:16.875rem;height:2.25rem;top:76.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnJkXO7ACoQlUsndfkxJzwdasLgdC226 { width:5.375rem;height:5.25rem;top:56.28125rem;left:0.375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p { display:block; }#V0O4uOG1wstFn8cTT3JQmbs89GtOmU4p > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrodoZGAg2rXebTf5e1Lutx5wvwg5JfQ { width:18rem;height:17.25rem;top:63.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0DLDuV0Xe0ZxS3spqK58nKIl92TEq17 { width:16.75rem;height:1.4375rem;top:71.9375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxKFClkDmJ6bMvmPSTGhhXe3Th6HXRSt { width:18.125rem;height:14rem;top:56.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyQzyhTJ8NIoMSoabEV4FbGsC3WaLVO { width:18.125rem;height:2.4375rem;top:80.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkeDRgnXxXqiNLJrQTsuktfsvLw2Ve0w { display:block; }
 }@media only screen and (max-width: 763px) { #cKnbJdS4yrkPQF7cZCFEC3J0D01hTcwI { width:17.9375rem;height:1.125rem;top:74.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG3G5xxJS6SJr5HUCHFPvG8hnPMyVy3q { width:16.875rem;height:2.25rem;top:75.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7J7I5Q8w92L11RlvdhtRk6xmII1rdAf { width:18.125rem;height:1.125rem;top:78.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpiU5fm2Xt6HVLK2ETOJWqA7NRdpiRI7 { width:18rem;height:15.125rem;top:10.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf5h9M0sPVJMkU0xpDtq6NunCVS7CEaf { width:13.75rem;height:2.25rem;top:21.125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyKv7smGlBl9zzLzw7eTO58SayKwCO18 { width:18.125rem;height:2.4375rem;top:24.6884765625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upKUTo2TcrDutCiDBcquVIFwGLodSzqO { display:block; }
 }@media only screen and (max-width: 763px) { #JTeGlD69FKVT6qbTr2Gm5nf7TlByIgry { width:20rem;height:1.4375rem;top:16.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN72IzInMV1X7elcxlvzDsk6CdTT2SDC { width:16.4375rem;height:2.25rem;top:18.34375rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz2tNJGAdohttPndsWQps8TTXtCn3RgT { width:18.125rem;height:13.9375rem;top:1.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acQAX6fbteA07VKtdg6KZ7XIL3XJGCEk { width:18rem;height:17.1875rem;top:37.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UATV0cwS4HyvTEImZPOApg6AtbLUDE0o { width:16.4375rem;height:2.25rem;top:46.3759765625rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLt14wo8eG0H9qEAHJGO2XbrnGKQLhxE { width:13.75rem;height:2.25rem;top:49.2509765625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQTimdl81uWPkOOUNkJtZ9h0LfX6EI99 { width:18.125rem;height:2.4375rem;top:52.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nccbtUeDSPqFGKhrvkcb89rHzXm6wfFE { display:block; }
 }@media only screen and (max-width: 763px) { #ruKA60aLMK7nlV01aTLS24paKTGTbMdi { width:20rem;height:1.4375rem;top:44.3134765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzUaZIJZNEw5lUysgTRR75vPL3hfb73v { width:18.125rem;height:13.9375rem;top:29.1259765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE { display:block; }#h73HyRdUpMU8X2lzHPVbNCDDVS8b9lTE > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnRok4DnKWTANItpMxwLHMswDSZUDGkO { width:18.125rem;height:14rem;top:1.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXBShFw1VL3wsxLAey3JZ4Pl8JwPZUMU { width:18rem;height:17.25rem;top:10.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2TAcngpIynzJcSvMDoh5IX6zU6J5bJT { width:16.75rem;height:1.4375rem;top:16.5625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae22ciJ2XLcIKFgITSmimT32nnuDNXh7 { width:13.75rem;height:3.375rem;top:18.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ike6ZO8fW71ZGEW9OFrPpDKEabw1D04p { width:13.75rem;height:1.125rem;top:23.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPN9k9FK4s2P2WAgupDVXCKS3uBzbh1J { width:18.125rem;height:2.4375rem;top:25.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6a0uTG7vZ34VIylwQ1OC0CvHDd9B2dW { display:block; }
 }@media only screen and (max-width: 763px) { #rfdTqDsMEeQ7qZAsDF0E8tQM6S4FALyb { width:18rem;height:17.125rem;top:37.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB57Kk5ZvUZDkHPamgInhODcvzsqBoOD { width:18.125rem;height:13.9375rem;top:30rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFoC41qUTpghzAaRNQTAhRbhPD5qmcf1 { width:18.125rem;height:1.4375rem;top:45.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAc37D9BqhZGamgn9ffmzppQacsQEt1X { width:18.125rem;height:2.4375rem;top:54.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DppJK3JbFdOZZ658R90Xsxv68aTAw7RH { display:block; }
 }@media only screen and (max-width: 763px) { #DheMc0OuLCJFTom3RrwXJH27U1x8bVvX { width:18.125rem;height:1.125rem;top:47.1875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNJ2osv158kf2utL9Rzta5X0Q119dNXJ { width:16.875rem;height:2.25rem;top:49.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZJTxLCIkIH8NvRTmXdSKh9CExXisZ5d { width:18.125rem;height:1.125rem;top:52.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTgmsDbvu5T05woDXq56t0c7g71hk4y6 { width:18rem;height:17.1875rem;top:67.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcgPTqxhsfJeFb8rxThcNuuogi6KaSx2 { width:16.25rem;height:1.4375rem;top:73.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKv3upL8MXRTp8BMUL0CENc2rqtpth1R { width:18.125rem;height:14rem;top:58.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3gyc9XBhFWQmoELTA8EiHOzp4KVfcBb { width:18.125rem;height:2.4375rem;top:82.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBlT8G2iW3NmJQhGPWNWRd0E6rAqSCFb { display:block; }
 }@media only screen and (max-width: 763px) { #ytPEln5aamNTxWp2yIrNToukeOqhFiS9 { width:13.75rem;height:4.5rem;top:75.9375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl6wVZhxuJd5oWIP9bF1V2397Oh1J4TR { width:13.75rem;height:1.125rem;top:80.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab { display:block; }#Mw74zgpyMT3bylfQzZ83MLr0fUuxd8ab > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hq3ufgswu1JHqLCx9gim6KrsDkg2HKBI { width:18rem;height:17.1875rem;top:8.7744140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQgq7WWUdlITepH6yh02gSfTiz8V0BHP { width:13.75rem;height:1.4375rem;top:16.7119140625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJEnLhVX61aeVEufGx6FbngagiW2nOx { width:18rem;height:17.25rem;top:37.26171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeqwQMgbcX7y5THCLiET5pAXT8SArMHk { width:18.125rem;height:1.4375rem;top:45.29296875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLlTy8Q9MWQFseod4sikNwIoCULm8P6q { width:18rem;height:17.125rem;top:64.8369140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVlN1AZOHS0V6g0SbrzcZXiOEChCZVra { width:18.125rem;height:1.4375rem;top:73.01171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToBhQwF27wp9Aqc83N45J3zn7bmBTVT { width:18.125rem;height:13.9375rem;top:1.5869140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKPU5lbHPregKEFABhVLDJevFOE6pkk0 { width:18.125rem;height:14rem;top:57.82421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2NWVrAB1GFpNyUmw6x2UgTUiRgB5Tg7 { width:18.125rem;height:14rem;top:30.38671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP2175Fii903tLkVvKM5myLh56xXPUFr { width:18.125rem;height:2.4375rem;top:26.0244140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olr8DNXv6NlRcyKHbZOC5vox3oSIv7fL { display:block; }
 }@media only screen and (max-width: 763px) { #pdnBXhCVIrkSb788sot94JVz21HLaWiU { width:18.125rem;height:2.4375rem;top:53.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TboSE1nBV5QmcwhEoCJkmuMMcS53km4k { display:block; }
 }@media only screen and (max-width: 763px) { #G2xT0S1JllJ3iSGISkKNs12SpdCixVXU { width:18.125rem;height:2.4375rem;top:81.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIxhJ2o0PeqxtSov7eJM97hsHu2Wd4Ss { display:block; }
 }@media only screen and (max-width: 763px) { #zH5aE1nTh0MbckBl36JzRLAAtGN19SIb { width:11.8125rem;height:2.25rem;top:47.5rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3Z6xP6TDD3lW8VDr1OrTHIvKfkf4aBQ { width:18.125rem;height:2.25rem;top:50.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOkfKbEDbyPrkOZhFlZ2pcVt2mdrII8k { width:13.75rem;height:3.375rem;top:75.0625rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCp7pSZ03RJciqqHLK0Naytcz1FPJlxa { width:13.75rem;height:1.125rem;top:79.375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVN1a0C3vP2fwrQ0tPX4QpPtXCsW5GyA { width:18.125rem;height:1.125rem;top:18.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utNQiDooUI3mDz7SumIWGRqC5Ty4ySb6 { width:18.125rem;height:1.125rem;top:20.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMtap9Ar5L7hH7ne5rcq1pUPz4ZxKVvn { width:13.4375rem;height:2.25rem;top:22.5rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor { display:block; }#pZ1iZDFxlFTVsJLdigTb6qcu7XTE9Jor > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3RcgAlZ5TOTBMwi5U9Uz93rNz1lgBZR { width:18rem;height:17.1875rem;top:8.28125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko5mcmxEF4P3ifco6RLwPUoGETVc7aMg { width:13.75rem;height:1.4375rem;top:16.40625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paUgVBVrHwZeDQtElNXUe6kvO7v0oNpN { width:18rem;height:17.25rem;top:35.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk9iGALGanycThccPO7RoPwARu4kzv7n { width:18.125rem;height:1.4375rem;top:43.46875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1kvUsOET0yI9T92NtkLSMR0n7kbFyPQ { width:18rem;height:17.125rem;top:62.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1lJL5Iea6y7oiVdrhGRu5iZSlPLtwWt { width:18.125rem;height:1.4375rem;top:70.78125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA6pkk4fq1Gx9MX2v7PuqaLXvigP7mMr { width:18.125rem;height:13.9375rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3XooET0xKFEWSTu8mpbvuApeiSRWEOq { width:18.125rem;height:14rem;top:55.84375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMSAuQEBNV1wHR38A8JIC2BUrm5DGcuL { width:18.125rem;height:13.9375rem;top:28.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCwPwqpXsEUWF5WGrPTzb0ZWGucOitl0 { width:13.75rem;height:3.375rem;top:73.125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSr65cJT2TVvhloKvzoF6hlGqwvc9Aft { width:18.125rem;height:2.4375rem;top:24.03125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpd3sBtSgd2EmyTXF1UshmqFfHkyuHwM { display:block; }
 }@media only screen and (max-width: 763px) { #uoVn3BK9lnKf5PZkffmvQ4PeR4qNGVJT { width:18.125rem;height:2.4375rem;top:79.53125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlbJZpzICmidyKR5dJgkKGdpFnUptR93 { display:block; }
 }@media only screen and (max-width: 763px) { #UnaouGLxvetAtoeWqQ1VRZ32daJyxbOX { width:18.125rem;height:2.4375rem;top:51.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGVZQJxTnAdSJCBZ7z9kbzPTw49M73Xo { display:block; }
 }@media only screen and (max-width: 763px) { #gBLXFTqbnxDDS2CW4BBTbRNiaq4IWvX7 { width:13.75rem;height:1.125rem;top:77.4375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLhyLV9mxPpzJtoHHe4GCFil1a7zaJau { width:13rem;height:1.125rem;top:18.6875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAgKSWdlmfvnKSz6cPJmKX9ts0PUX0rA { width:13.5625rem;height:2.25rem;top:20.625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bScSzao92eXMkFk4EEI7xkyuNqvHtd32 { width:13rem;height:1.125rem;top:45.75rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3fuv1suxiZ9hcxtQ54hIP1iViVCdcFi { width:13.5625rem;height:2.25rem;top:47.5625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac { display:block; }#AkhPhWy7dSS0EiEvoMIRUka9cAdJfkac > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrCJQg2URdJOR3CZUt7aIFTZcH5HWMMA { width:18rem;height:17.125rem;top:7.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0tzaDOKV9h5DNN69s1NEuIaR8JewagK { width:13.75rem;height:1.4375rem;top:16.5rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWhlrukRNb8tu9PpC2dp2aSdmoSxwIUw { width:18.125rem;height:14rem;top:1.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQxuwmW0CKg9yT3TiEPMdIyuaOXOG7Kx { width:18.125rem;height:2.4375rem;top:24.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCg5STqqbcf9iVmOreryeQaBTwOhaVVG { display:block; }
 }@media only screen and (max-width: 763px) { #ATMRECT2my0QKyZGwfDJHfqFLn7TOZeW { width:16.875rem;height:1.125rem;top:20.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXe7bUhuUO35iuPML8G6vscBanzm0wvy { width:18.125rem;height:1.125rem;top:18.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duNULchvh2L4aQsUgsg101yVWM9QSsz6 { width:13.5625rem;height:2.25rem;top:21.625rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2PEVdSgffEfRcLiooN0c5zP4gKWc9mf { width:18rem;height:17.25rem;top:35.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcks0BmHhSDeMVwL74xlO7i1bQoxoHRk { width:13.75rem;height:1.4375rem;top:43.78125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnTp5b0p2kVCAlzL10ps1SgGhGDCLMRg { width:18.125rem;height:13.9375rem;top:28.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or0igRzFlBnKa5fUg9KSc60Cngk8MEJJ { width:13.5625rem;height:2.25rem;top:49.125rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weFlSZgkHFMG2mNqhTWUALyXDrHlPagQ { width:18.125rem;height:1.125rem;top:45.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaTqeGogb9fBh26StTbRSPOGa72QITXQ { width:16.875rem;height:1.125rem;top:47.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN5MaCwyPhl8UVONEiTvGVcWqXL25v2C { width:18.125rem;height:2.4375rem;top:52.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtCGBJ6pFmxsrphr0gvHDFq046l8q51d { display:block; }
 }@media only screen and (max-width: 763px) { #R5UKIQ5xp1bNkzU3u1XBUh6Zx3ZaTGzE { width:18.125rem;height:13.9375rem;top:56.59375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcyB7mXLTvT0keJHhTvOTmCAlmh9MGDL { width:18rem;height:17.1875rem;top:63.28125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCDC7ofcq4bFexpC6ibs1kWzkyxV76nK { width:18.125rem;height:2.4375rem;top:80.28125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL6hz8Iox92WlQAftGt7iqwuEy4cFVLk { display:block; }
 }@media only screen and (max-width: 763px) { #eTPCKRbF8NLsRoK0UygFNkyBoP4ufISz { width:18.125rem;height:1.4375rem;top:71.71875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpO1VFRJnifSvtcPbVWTMRq0wS0mztxq { width:11.375rem;height:2.25rem;top:74.1875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWZX7yrgVVrhmh7nxlhpTWdQaATHqu1k { width:16.875rem;height:2.25rem;top:77.15625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ { display:block; }#D0WyGmuV9KATT2vULVRt1FSXlNeaVbtJ > .row .container { width:20rem;height:84.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skfWfqxLsVweoKOfsMZUcoOnG0FpNdl2 { width:18.125rem;height:13.9375rem;top:1.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdgk9EFtO6rZsnFXbRrF4v343zzGgb8h { width:18rem;height:17.25rem;top:8.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDdgxeHuThlfhFF4J7zpC1D8kR3B5UP8 { width:18.125rem;height:2.4375rem;top:25.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxCTG0DqDDDPxCF3KBTBPo4mfSit4wA { display:block; }
 }@media only screen and (max-width: 763px) { #KftK16yZqHhmZu3TndDEsBgu201EOZEz { width:18.125rem;height:1.4375rem;top:16.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHGO0sBUROuLESNHiKqadK3bGh5WhqVU { width:11.0625rem;height:2.25rem;top:19.0625rem;left:4.46875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvWBD0aPJvZvxuRsoCw9Nr5Qdwd72Ncc { width:16.875rem;height:2.25rem;top:21.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lohhB7wtRTgRX6G0KZKuJzkxBUosm24D { width:18rem;height:17.125rem;top:64.3369140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLEn4DBSTh0hg4ZhJt1vaaTPAd51so7D { width:13.75rem;height:1.4375rem;top:44.6494140625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFsNq7ZnJHiOzhmHfEz5SPmSNUbS5heD { width:16.25rem;height:1.125rem;top:46.7744140625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR5f8UebyVb1n5WP2wEB80JsckryEQvt { width:18.125rem;height:2.4375rem;top:53.0556640625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA4GdC0OBD4Gv07dhbo7wn8HQZPnE3sx { display:block; }
 }@media only screen and (max-width: 763px) { #KGS5M3mV8GKAn8KSnvoxfKNu4Te9Iqqa { width:16.875rem;height:3.375rem;top:48.7744140625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNOEg4T5m001PN7W2QXdBP57TIOeloTT { width:18rem;height:17.125rem;top:36.6181640625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR7FXSTPg3vkwQu1HqGExbJSTlGw50FH { width:13.75rem;height:1.4375rem;top:72.6181640625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkvM723lxvD62rN7X5GvThIqoQV3hKR3 { width:18.125rem;height:14rem;top:57.4931640625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSoS5G02a87T4n1PRw8mJ5QbdBGfuc9q { width:18.125rem;height:2.4375rem;top:81.3994140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8nToFMSBD3xwkEryWesm4ikPKAvEncC { display:block; }
 }@media only screen and (max-width: 763px) { #Vt7k2mF3MKNbvqNtghF5PCdn8rNeVdSP { width:16.875rem;height:3.375rem;top:74.59375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8SizTVi2qBEKLskdncp21dSEx8Th7eT { width:13.5625rem;height:2.25rem;top:78.46875rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHy9unKfQImpgZ3MrgNilm4ZSuyHpzLz { width:20rem;height:16.5rem;top:85.0869140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fG7UcRTx6BZ6HNL1ozRXVTzWCbzuSlIM { width:18.125rem;height:14rem;top:29.8369140625rem;left:0.9375rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #vGhfKODgO6IMcXQmSv7One3KoBRraNzL { display:block; }#vGhfKODgO6IMcXQmSv7One3KoBRraNzL > .row .container { width:20rem;height:78.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sz0llqMI7gW9PuTaplJoGU3fG8hTebJ4 { width:18rem;height:17.1875rem;top:60.3134765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5bp1qZiORwUe9io2FngxrEoM5aAwIQm { width:13.75rem;height:1.4375rem;top:68.6259765625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUBqWrQTcibu55EF8cIWk31F9DdPD0H4 { width:15.625rem;height:1.125rem;top:70.75rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3SHH6oTM7DU9uQvTSG80lTXloTgtZro { width:18.125rem;height:13.9375rem;top:53.3759765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEO8dAfLsET5mspFi2JrLNzRggxCzqqC { width:18.125rem;height:2.4375rem;top:75.8759765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgFIOButgASGkm95SZbOFuTH8dfJTKAs { display:block; }
 }@media only screen and (max-width: 763px) { #Ul4q6tXipzTQb5kwkR61TBP91D5plUtZ { width:18.125rem;height:2.25rem;top:72.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKJ0HIv7nqUoOOKT8xPrIrWt8oXiTSSi { width:18.125rem;height:14rem;top:1.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xezh6qfAz4O7gGvQcw9dPFk8u3ds97SC { width:18rem;height:17.125rem;top:8.71875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSSxTqpFepZZ89K1sSuBJKyyNTcwKUEZ { width:18.125rem;height:1.4375rem;top:16.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWqsn5LHZgdQHSoxVUrmTvoeJLfbZilD { width:13.75rem;height:2.25rem;top:21rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcaevnTs5wi5R69XXtFgu4X5FSPO5oDg { width:18.125rem;height:1.125rem;top:18.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF4NTHO0pNTApXzToeuk5eHPEGuPIwxx { width:18.125rem;height:2.4375rem;top:24.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWDWGU6iCuTZVLHGTHeClcGFT6teXWTC { display:block; }
 }@media only screen and (max-width: 763px) { #nTxayzwyVndrBTsopCvzLhikMh2iOC7M { width:18rem;height:15.4375rem;top:34.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTsR2XeMH7qVLzIU1ulK9pXQVZpxy7dk { width:18.125rem;height:1.4375rem;top:44.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAGT7ssoKkM0W7lOVlodqqmK9Pm1MTJy { width:18.4375rem;height:0;top:46.1875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uinTuAzPQBeUNfm3X0Sd8WHfKcPoOP4Z { width:18.125rem;height:14rem;top:28.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT1xXsbnUCZTTBiVfGJZ44g96zgQCh8O { width:18.125rem;height:2.4375rem;top:48.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIcuzoTB3FcWtk0VCe1cMDkBFraFiJr { display:block; }
 }@media only screen and (max-width: 763px) { #BtzoQ39622OP2lHy4H8kvpE7BiylJDzf { display:block; }#BtzoQ39622OP2lHy4H8kvpE7BiylJDzf > .row .container { width:20rem;height:80.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un53Uao0iXpt43Tr8uEvTMgGXcz8TUmv { width:18rem;height:17.1875rem;top:8.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiIAUSw43TcDTqqNJ0nnL5J3D04qnzAu { width:13.75rem;height:1.4375rem;top:16.25rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu1GPPOkTB8T8aRG2y5LislP3NHBDbfH { width:18rem;height:17.25rem;top:35.19921875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFDGUX6bGm7WQRdWJ2zzBQBy9H9wSew5 { width:13.75rem;height:1.4375rem;top:43.44921875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy3IwuMoP8MGb7S88kg0yBaP26xWRRob { width:15.6875rem;height:3.375rem;top:18.59375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVIF6dbubNg5uNDXx0Batg4wNCntpMsJ { width:18.125rem;height:3.375rem;top:45.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTWwBTWSsb1xeSXaxyCxAXEaQKdleSfZ { width:18.125rem;height:2.4375rem;top:23.7744140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBkTWMF3JtxTCu7qZN2Nfv1bcPcSnH56 { display:block; }
 }@media only screen and (max-width: 763px) { #hfforylZZt4l7XU1qZawtV8H3EXRPQTV { width:18.125rem;height:2.4375rem;top:50.51171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4ENhIR9elapu1r7bUe3TFpvhzkBNXgG { display:block; }
 }@media only screen and (max-width: 763px) { #JD5TS0eucTSpqTrFsUBROVfLtFW7gnNN { width:18.125rem;height:13.9375rem;top:1.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaO0weHr2KWQ0PSezFPSgazXdqyNgJ3h { width:18.125rem;height:13.9375rem;top:28.38671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZq9uf1o5GUfqi8T8EXzaHfG2Lzis78N { width:18rem;height:17.125rem;top:62.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP6gTPpxXWv6ylBhQRX6EcTlV8T8fxZM { width:18.125rem;height:1.4375rem;top:70.15625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVBmFXBacKmMUxpC2Tobge4TaHQUyJTl { width:18.125rem;height:14rem;top:55.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoT6U71THeTAnXc7Rs4SfxnGMWIye3gJ { width:13.75rem;height:3.375rem;top:72.40625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0TuwmQAGnu8RZS4ftd995myExJK4mn0 { width:18.125rem;height:2.4375rem;top:77.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxWJc48eyyCRAIVAxwktBChmdJLK5a0v { display:block; }
 }@media only screen and (max-width: 763px) { #MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 { display:block; }#MG9bxNaEI4uyIcgiPqiADRvwdag4fUW8 > .row .container { width:20rem;height:82.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdpGl82DLkI1pooxlcDNSb9IyBGnDG63 { width:18rem;height:17.1875rem;top:8.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl6bu74BrvChNebMaysaxpPrgXZX8b41 { width:13.75rem;height:1.4375rem;top:16.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGLsnw4HL6KAxPeMFXuUzHvsUffF9kfw { width:13.75rem;height:1.125rem;top:18.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSwAcMNByLoFXwzo0HztHpQpm9E0uUEM { width:18.125rem;height:14rem;top:1.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wflIcIZz4meGL3m2CsZwchbF7CJHL5eZ { width:13.75rem;height:2.25rem;top:21.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwxXDd5wtcTrfUBS2qP9VbePfXLJvJZF { width:18.125rem;height:2.4375rem;top:24.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlT6XTC6TQG1nFwVl5hMCn1033EAv0XV { display:block; }
 }@media only screen and (max-width: 763px) { #oMcdKWPH4Wy01d0TlJxTp04RpIDySyT7 { width:18rem;height:17.1875rem;top:35.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUIP75TW9czNRBVqGTVIPPDI4KKl7g7w { width:18.125rem;height:1.4375rem;top:44.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmBSKbQXkuCAKgNI3oHxaFeNM0vDwu1Q { width:13.75rem;height:1.125rem;top:46.25rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg0FA1LfVk3zv0mxdirANCq3o9U8gPXI { width:18.125rem;height:14rem;top:28.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6gHT3zITtbXIsW7uoBvExvaKeoyWi2h { width:16.25rem;height:3.375rem;top:48.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8zQOTg9NAJb4cH59DJThnCind6d1GUT { width:18.125rem;height:2.4375rem;top:51.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQien95PtVyzNE7ioFxMrzcGRSHG3Lzo { display:block; }
 }@media only screen and (max-width: 763px) { #J30TIsfCxknSTKbVDTcw4DG82zuTKaWx { width:18rem;height:17.1875rem;top:62.8759765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxz0K8Wz8ZQ8P7S73TiNqSJlyk3T08OH { width:18.125rem;height:2.4375rem;top:78.8134765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAtlRv6Smes8UGlG0fDLuZGRBTaUTo1G { display:block; }
 }@media only screen and (max-width: 763px) { #sOUIgQbZEw1wasruauknFDJa4ldQMVDL { width:17.9375rem;height:1.4375rem;top:70.9384765625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w94obVeARSDTk9VS5pFN7qrNhodUiJsR { width:12.625rem;height:2.25rem;top:73.0634765625rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5mTVwQ5N9mqPrPeh2WuVVTqM67f5wgg { width:18.125rem;height:13.9375rem;top:55.9365234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA8nsVUuQ9GKeqLcSPq06238uL3VhLOX { width:16.25rem;height:2.25rem;top:75.8759765625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WodMbrfKbFJC83R67lwxD1h8usrRNvWc { display:block; }#WodMbrfKbFJC83R67lwxD1h8usrRNvWc > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqOkabvynCWlpkfxIy8340MbiiyFSoqB { width:18rem;height:15.75rem;top:8.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Ag4D2KyaX1BCxSlf0Pv1M7uC9yeqaC { width:13.75rem;height:1.4375rem;top:16.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwsEdgxi8n5avSrrusnxBIXI4QpEhXxi { width:16.5625rem;height:1.125rem;top:18.6875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQuTF8qe45P34HhvqvvJNPxQalP1mJ2p { width:18.125rem;height:14rem;top:1.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtTSTfdImgcn4UhFTM7GdJHhd7gr2I4D { width:13.75rem;height:1.125rem;top:20.5rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfSuEthBlqQ8hC1ONhHWnPPArg8bTGUE { width:18.125rem;height:2.4375rem;top:23.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mowMCWpoxqi61lNsHn7L4FIXwbBAt5qI { display:block; }
 }@media only screen and (max-width: 763px) { #rs3kKZk56qcvpXFU8K5tJNp08s1JRt9n { width:18rem;height:17.1875rem;top:34.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTdnSFgbdQq4W4nrQ7nJGG32kIdeNTad { width:18.125rem;height:2.4375rem;top:50.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuc3cNV6X5CyIFVU98GVVqoAdcTCGAZE { display:block; }
 }@media only screen and (max-width: 763px) { #iPSU4A5zFfSND4p9biA8u5GaKi9M1MbI { width:18.125rem;height:1.4375rem;top:42.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD8MtN2SNIpMP26rOGRnHTb9ut2HyKzB { width:16.875rem;height:3.375rem;top:44.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H69vEhiuC7ofiUhU4nyP0xoC4tSZJudr { width:18.125rem;height:14rem;top:27.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL { display:block; }#AnrfM37qfnU0RJHvOyPMe70dgRdM9gyL > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq { display:block; }#L1TEzgxWVTfFv7HMsRINIeuuCDTS7prq > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7DR2IGkAF119NeLMZgFbA1L2qPAeukS { width:20rem;height:1.875rem;top:2.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSKA5gNuru5lcUDdcJXJC0tlTtBPWIXf { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z { display:block; }#bxKsJ5HDIAAnnh2qCkTST6ddLHSXem1z > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRho6DboSFaHI3GafVsJ7uH2FwgrhBTS { width:18rem;height:17.1875rem;top:7.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU2WlZ96eeSlSQh8XH9ozoshkPcGVcrq { width:18.125rem;height:1.4375rem;top:15.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI5HVeO9kguoR64RqfW9K30na0FwMUTn { width:18rem;height:17.25rem;top:36.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez3FSPZDdLGiZpw0BXV3KFddthzu68NZ { width:17.25rem;height:1.4375rem;top:44.15625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAiek6Vrve1nIbQ9uArzcTsIvgm1ofHo { width:18rem;height:17.125rem;top:63.7744140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF4vNma35F5zeqWbVsVdIWRppHzZibF3 { width:17.125rem;height:3.375rem;top:17.65625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2iqRsebLrA25buh8aTBsLZoiT8cOghd { width:13.75rem;height:1.4375rem;top:71.71875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS2P3Wk0CHD4u8FMU0d15TklBPdqWBMe { width:18.125rem;height:13.9375rem;top:0.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXzpGu5PH7oJNmC6lCmMfIWJ9Z4mlwfa { width:18.125rem;height:14rem;top:56.8369140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZqQJJSL0bILLUzSabLJcBiVpzMKy5rq { width:18.125rem;height:13.9375rem;top:29.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKywvFEUDgJDQc46HXf1TT36nLTuT7Uc { width:13.75rem;height:2.25rem;top:76.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehr5aI7sLCBiRUO0JJTg0CG4zXRKwanM { width:18.125rem;height:1.125rem;top:73.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvw6H4VIPpfssZPQMaVsXUvlKGxOHbdV { width:18.125rem;height:2.4375rem;top:24.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZxxVfpW7VPxTXwS340TCdlq894kgJWX { display:block; }
 }@media only screen and (max-width: 763px) { #SWJFq6io4KPXWNgoPtxXb0tkuKc1RhnU { width:18.125rem;height:2.4375rem;top:79.9619140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOAyz0vlzuqaO8yi0eUUH8WEspEoMqOp { display:block; }
 }@media only screen and (max-width: 763px) { #IVf2oMnoTpzSzb2tTJO1Uv9qDyTeKkpT { width:18.125rem;height:2.4375rem;top:52.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpHZBTeCgILgqyLigvKnOgK5ipyWegTF { display:block; }
 }@media only screen and (max-width: 763px) { #gwEbEtwaAvH0Nrgw45wZSqNq6UnQVBQZ { width:18.0625rem;height:2.25rem;top:46.3125rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3cDo9cFv0LVKr22iliRWOhgSnr42qM2 { width:13.75rem;height:2.25rem;top:49.25rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPHsnFVFvxbtQDLDkpxzzedrEnXP8qXI { width:10.75rem;height:2.25rem;top:21.6875rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSaCQqX0gRqWGkMs7eDpGXLhwCyBdczv { width:16.1875rem;height:1.125rem;top:74.875rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #up6JCEhyTSU6kGLnWciT28Gq2kzKzrH7 { width:4.4375rem;height:4.375rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5pt6lS7ilJiSa5XmbCKHuyWTxwmtTZ6 { width:5.375rem;height:5.3125rem;top:28.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA { display:block; }#Tl9OeeTXugRSKawtN6XgRQ5TQTpPQ2PA > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6MWUzV6K3VGr4JpeQcDousPG43lJhVI { width:18rem;height:17.1875rem;top:8.40625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTZcuMk3R4zVMniqf3eUFSvkcOLiTSZn { width:17.125rem;height:1.4375rem;top:16.59375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLxNzCW8Ch3ywdnwES3Ds3m0QG0ZkMyd { width:18rem;height:17.25rem;top:35.76171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyZUgmvTawFDVZc1m3JCual05L1mrnP4 { width:18.125rem;height:1.4375rem;top:43.91796875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztbcyH4XAkctnHGQWfXLqcrRcpchP2hR { width:18rem;height:17.125rem;top:63.9619140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQpAdC3VdWO1xiNEe5HfpKbJe7oVT7is { width:13.75rem;height:1.125rem;top:18.90625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciEB4d5up2GD5twqmlnENw77HNeJ0kTE { width:13.75rem;height:1.4375rem;top:72.0556640625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaoWQXZpGDmQk3KUabzMJA9XzXke37NQ { width:18.125rem;height:13.9375rem;top:1.65625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V95KpzzUWOliAwDdxLZbfabUTuwuMPfk { width:18.125rem;height:14rem;top:57.0869140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm0Q8FCfQLAacB6a5JvOvwFbnvfsT1vX { width:18.125rem;height:13.9375rem;top:28.94921875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #te5tFFhdZAKpqhrXSFiyHgbzs2O3PWgm { width:13.75rem;height:2.25rem;top:46.13671875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAPeUNbooeTLqTBe3EqX7I6pGVBk0ZT7 { width:15.625rem;height:0;top:78.0244140625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQa1keQawJI2A3n0Uw3tSTtKyfkdcdL8 { width:13.75rem;height:1.125rem;top:74.0244140625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0cLDBtEHPZFDqMe3dfqTOTkMbx1HG6o { width:13.75rem;height:2.25rem;top:20.71875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sklE2lt3x7V4lRgLRHRwOv5T4cmMoEsC { width:18.125rem;height:2.4375rem;top:24.2119140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOdBk9c2lKH42LKwXsgqT2NnVTqbuV78 { display:block; }
 }@media only screen and (max-width: 763px) { #ALIrQTURFkCnlBD2uM7GvbNrTJh4ZPxl { width:18.125rem;height:2.4375rem;top:81.0244140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh1P7Lfl0w2bESaqtkf7UhOzC3yfHA4m { display:block; }
 }@media only screen and (max-width: 763px) { #TzOcyebaWSTfTczNHaPe7wPAaF4pzqvZ { width:18.125rem;height:2.4375rem;top:52.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzTF4TORA6hMknG2bPxapesqcxwnrHl7 { display:block; }
 }@media only screen and (max-width: 763px) { #qyXM4xd1tE3S9KZyuioSk0dh4w2e8AsK { width:13.75rem;height:2.25rem;top:49.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufclXSTrWphJUSek3HtXOt1VcIGKziz { width:15.625rem;height:4.5rem;top:75.6494140625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #sWGhtMgUUT0D2UNPetV81oGqZlAyfldI { display:block; }#sWGhtMgUUT0D2UNPetV81oGqZlAyfldI > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbkNFVWp5DcoCAe8kE4IOiERZr9G3mzI { width:18rem;height:17.1875rem;top:8.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeBJVRiWWRZqkoDeCksTlWAF6rCQuD4W { width:17.125rem;height:1.4375rem;top:16.59375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTxEih6tlZd9s2NFJfw6XGtUAdvb1yc { width:18rem;height:17.25rem;top:36.01171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUe8JOdegPosAMyESMDXGoxvX4S94W21 { width:18.125rem;height:1.4375rem;top:44.10546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVxt5UZWZ1wf0Thq1HtIHU6EdHFm1yPp { width:18rem;height:17.125rem;top:64.3994140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3caGNgRAkZvGvuM8ZODZ13egKyuFFdi { width:15.625rem;height:4.5rem;top:18.78125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OemTaC9oDkoKRbS44T0hUg1ElaP1K8Qs { width:13.75rem;height:1.4375rem;top:72.1181640625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKQDbRMITDa7fINBWJkk6SbdAuF6GODz { width:18.125rem;height:13.9375rem;top:1.53125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEFln4tPokaWDTpWCcEyxFtGFGLfbKvN { width:18.125rem;height:14rem;top:57.19921875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APLefD5tMmETJnJm981ynwLNNeDSyVg4 { width:18.125rem;height:14rem;top:29.07421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXKsSKsfQb5KGDLoJ7C0UcTZfXxOTE6N { width:13.75rem;height:3.375rem;top:77.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVl3N6VmguSvTcTSALGbOvckkQBDbFNA { width:13.75rem;height:2.25rem;top:74.125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG9r2PEpd93t2lp7gUkhqe6vFtVoqTOz { width:18.125rem;height:2.4375rem;top:24.5244140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhLukL3XSZdctgrbgN7EnDlMN9095sT3 { display:block; }
 }@media only screen and (max-width: 763px) { #P6pyMeRwMqJZWOHkz1pENGevQHhcMVas { width:18.125rem;height:2.4375rem;top:52.51171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9AOmxKRRDmZ8PRFJIaJlRo19lG9CHOT { display:block; }
 }@media only screen and (max-width: 763px) { #dSyfXAy5ZfaCsSWhKwb0LGWT26ML3TSH { width:18.125rem;height:2.4375rem;top:81.5869140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnoPhs3Xgiwcdh0i0KiSpSVC1xpI0QPL { display:block; }
 }@media only screen and (max-width: 763px) { #E4BezUC1c3BaKz9h30tF4UUTwboRznXU { width:16.1875rem;height:5.625rem;top:46.16796875rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k { display:block; }#ACRCHQmPFyKSZLWB6i5Ps4EyS30oGW9k > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDHm3mCao1bwFFKLP1ONA7tA5t9dfE7I { width:18rem;height:16.1875rem;top:8.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFdOgOdUrzQoAxexfdd3mSAZoqNgwSwf { width:20rem;height:1.4375rem;top:16.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOOWTLnsPUp3hGD6gR2Cqu1ELTZNFfm2 { width:18.125rem;height:14rem;top:1.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm69HftgrJJkEkLiQIGznGqDmNm2AowJ { width:17.5625rem;height:4.5rem;top:18.5rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhMyHnuPuLnzFyWT7xD2MJAsIPOA8Rsu { width:18.125rem;height:2.4375rem;top:23.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnLnXWrFysHzX61duecZEE0e8xMAr3Oo { display:block; }
 }@media only screen and (max-width: 763px) { #TCepOyWuKvTmyxsRnAd2cgd2TvkN0B92 { width:18rem;height:17.1875rem;top:35.1884765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snqEpgilqZIHZsMqTrPiRERPkHVxpt5J { width:13.75rem;height:2.25rem;top:47.3759765625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeVaoy5ZbKkPOy5M23nA6RTcI24ugchu { width:18.125rem;height:2.4375rem;top:50.5009765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOAkiwF4CgvoRTkQWeyiuJWyzB9i40CT { display:block; }
 }@media only screen and (max-width: 763px) { #E4rhGgofNqdaMACxIs6HXk8SOtL2s92u { width:18.125rem;height:1.4375rem;top:43.5009765625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAWVT3bFdXC071FPIB6drh7sa2TXbi7M { width:13.75rem;height:1.125rem;top:45.8759765625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWwwrZUcq1wzvAOWP018yfq2hXg1Pr1z { width:18.125rem;height:14rem;top:28.3134765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhiObitMFuVd5FsiZIMc773M7PVnUVNI { width:18rem;height:19.375rem;top:60.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc9r5FdTrqWGdb3TSt8ex7lfS6IVMyXu { width:18.125rem;height:1.125rem;top:72.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7m7nmb9S24t1azMltsikeTStGVykftg { width:13.4375rem;height:2.25rem;top:74.4375rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKvaU3KZqCEEOrbF54lzF578MhvelvsJ { width:18.125rem;height:2.4375rem;top:78.251953125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm5e1Lea3VIKkzJ59kXAhxDRuA1s7bH5 { display:block; }
 }@media only screen and (max-width: 763px) { #co0NyDazwFsodNBsDug1LN3PapRF5P6V { width:20rem;height:1.4375rem;top:70.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVLsTdpZToHspRmLzBZTIqk1U6QWDPIE { width:18rem;height:13.875rem;top:55.1884765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 { display:block; }#wDpSPTO0hhlOsbPJpdP1LTO9zD4i7WT8 > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmZTKg8qdHC3dCxOnFIaW2QBTgmIh7zz { width:18rem;height:17.1875rem;top:8.28125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2C9O0REVBWsN4l4cJpUMqKFJzNaZsBi { width:17.125rem;height:1.4375rem;top:16.59375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhhWvONB6o0OJs96STpTilVaxHJl4lgC { width:18rem;height:17.25rem;top:63.26171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAWlMZBnKTxH81AtEle9mzDUM6frr635 { width:18.125rem;height:1.4375rem;top:71.23046875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL1TyLn1rZbndfn4fqBXNAQX4Mbs3Spw { width:13.75rem;height:1.125rem;top:18.6875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW5xtSd1B2viaMtW8izTvcypkKCH9EfN { width:18rem;height:13.9375rem;top:1.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsSRhLhb8tJpxiHg16t5Ewkr8sBB4R9P { width:18.125rem;height:13.9375rem;top:56.34375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOxvs5nEcUxrqJHJxADnp2enF75KMvd9 { width:13.75rem;height:1.125rem;top:73.32421875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk5cMHu15XZXEJ3rZIsIf8z3JNf3X8yw { width:13.75rem;height:2.25rem;top:75.26171875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFsuvsJPM6rO3CtHv1T2KUIsPLBFK3xT { width:13.75rem;height:2.25rem;top:20.6875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqQ1iXT27OPMOMPl4M4wWqvNzV210v78 { width:18.125rem;height:2.4375rem;top:23.84375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2riaMWGqutkyaiDg8owy6fSsMfG4bPM { display:block; }
 }@media only screen and (max-width: 763px) { #GTqUGCJaIozcn7lheBoZGA4vonKsbo91 { width:18.125rem;height:2.4375rem;top:78.51171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCIOR4lOigisTG0BxXQuyaWffX5ZvZRK { display:block; }
 }@media only screen and (max-width: 763px) { #uG2k6nMsxz2oyFkDdtOFBZbBVJQ1KSbn { width:18rem;height:17.25rem;top:63.5rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULnKwPD8gxIlyclzCdB0p7GbcEETHLVZ { width:18.125rem;height:1.4375rem;top:71.78125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3NoKMUeQd0osWSbbTtTB6elOX0uGNZw { width:18.125rem;height:13.875rem;top:56.88671875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKuhPOJhJECFlf5qtSu7bZv9TJH1cWIw { width:16.25rem;height:5.625rem;top:73.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mz2zciTiEQmZWtZobvA9s6zTqH6qzmtz { width:18.125rem;height:2.4375rem;top:80.25rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7vLq0dqeDRuiF9lvrWVI9cevfK8fuDS { display:block; }
 }@media only screen and (max-width: 763px) { #CqAeGUZ46pRNI1stz7vXE3TQoaZsZdri { width:18rem;height:17.1875rem;top:35.28125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlbghV7EGiJtH4484ebtAFyU2ZI2UEfJ { width:17.125rem;height:1.4375rem;top:43.78125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwegumfZN1n4QCOL7R6wlKD4XRIk6vUA { width:18.125rem;height:13.9375rem;top:28.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2DWSsChSZLrtfkIiMCc4EW523LMg7pl { width:18.125rem;height:2.4375rem;top:51.90625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTMJw05iPz9Ch7rksOxrMyAg6m0M55xM { display:block; }
 }@media only screen and (max-width: 763px) { #QxnXfi3RWAXZUZTwsfsvqMw6q643RFO2 { width:13.75rem;height:4.5rem;top:45.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv { display:block; }#t33xNFAUxFVsKUZmUaq4CrbFRn2VwdGv > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocZ30zPq71LDtvgEV6H1K1GRCzAbfi9h { width:18rem;height:17.25rem;top:7.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwbk9qfV8RyrpyOS2X8kWBUEXpnDTSRU { width:18.125rem;height:1.4375rem;top:16.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCbkgnBmXDBmR2HxQR5xCnFkcUBBz4Or { width:18.125rem;height:14rem;top:1.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaTyU7QCuEEZ7mtFS5FrfeO4MFMnDoeT { width:17.5rem;height:1.125rem;top:18.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaQXimaPlVuNBQyXC8MAufzpDp0Qbzzh { width:13.75rem;height:1.125rem;top:20rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7NEH8DRNxC03cRnxTh8ZJCbyJO2QFx { width:18.125rem;height:2.4375rem;top:25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU2zLIN3xvepaSyA08U6p6XBg9X6maOt { display:block; }
 }@media only screen and (max-width: 763px) { #CUJt9w7hNdJ7gLTX6ybTkmRGyxf4qqns { width:18rem;height:17.25rem;top:36.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfkTuVqW0SQqKGrNDGbUq0FgTUXBVytU { width:18.125rem;height:1.4375rem;top:44.59375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdpWUQcfmFiscSW1bvSXchcTTEgLLVt3 { width:18.125rem;height:13.9375rem;top:29.69921875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSUQ8yb39QLcnI1xcKZ6DEcA83tAKQlb { width:16.25rem;height:5.625rem;top:46.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRpr6OTrGg06oktnGBrePcnF46slov51 { width:18.125rem;height:2.4375rem;top:53.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ZPp6UxBDqmzSqGOWWrO441UWD0d9Er { display:block; }
 }@media only screen and (max-width: 763px) { #fzJBpkzzfZUQyEz1l50PC1n3bAk2QERp { width:17.1875rem;height:2.25rem;top:21.625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAIXRBk0kml6BVz2X3QWpn4M4dCERfEb { width:18rem;height:14.125rem;top:66.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHy12oXTroZtNnbdEGXTZMRQp9op6s48 { width:20rem;height:1.4375rem;top:72.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcfxvyurw3tRkmA6nCQIPXmu6a0dZ2iG { width:18.125rem;height:13.9375rem;top:57.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRqZlhmwaBeoQ9WKi191BQnPzw3Nn48A { width:16.875rem;height:3.375rem;top:74.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0133BOso0kpS1KIC1TIQ61vNv04Zehc { width:18.125rem;height:2.4375rem;top:79.3759765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDxlB69Wkat2SRpyJaTEDb3Hl92SZcwW { display:block; }
 }@media only screen and (max-width: 763px) { #phE32bt8RTaficF1ivHWMm0yDOvdrw8e { display:block; }#phE32bt8RTaficF1ivHWMm0yDOvdrw8e > .row .container { width:20rem;height:84.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmWTbh1fX7gFn2cyMd3h0iVsqNfCgLLH { width:18rem;height:21.875rem;top:4.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltHEGsibSerbT6meMXvQQs4ycTwZGZ7e { width:20rem;height:2.25rem;top:22.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z856xBLt9Czk9g9a1ZBh7KfiFoeUnqE5 { width:18.125rem;height:2.4375rem;top:25.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSkltsx1m0XAvGu6HrWclULMJ9kVNg67 { display:block; }
 }@media only screen and (max-width: 763px) { #QX6tovnUN9riqq8KF8kgsbL8dLK5636Z { width:17rem;height:3.375rem;top:18.6875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #let3elaDtQV1Tf8QRaxpq9W86AnpyK61 { width:20rem;height:1.4375rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT25DVZTivuXF54I8T6eWG4mTe9qTJDU { width:18.125rem;height:13.9375rem;top:1.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5rcXmozRV0XiKWe0cyBQURZGOJEZGLF { width:18rem;height:18rem;top:36.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBOccosw7pZmqUlfCFgTWmyggv2h6WJf { width:18.125rem;height:2.4375rem;top:53.2509765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2PVRZvUFpvAfchEmi2vJhuBtkkAuNs { display:block; }
 }@media only screen and (max-width: 763px) { #P3wmuKbIO92LGSpLCwDm9HiPu3QSLeq8 { width:20rem;height:2.25rem;top:50.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyRzIFGeEIiQG0HOVyycZzfnLTd1PXCi { width:18.4375rem;height:2.25rem;top:47.5rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3HUpytSq5xrzCk1Cy8kXkIl9IFysRt9 { width:20rem;height:1.4375rem;top:45.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdFpKMhSOu5ZwtxX95bZu9ZdG6G6P8tS { width:18.125rem;height:14rem;top:30.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2wWBpQE6JFgS8TUd0qp62XSRSRlWpOZ { width:18rem;height:17.1875rem;top:65.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxf1KMs95QlAIUGKmuZbkySk5xdiWVvQ { width:20rem;height:1.4375rem;top:72.7509765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWwP2i21ushZ8vTnSgOcdLyT1yDTaHBa { width:17.875rem;height:2.25rem;top:74.8134765625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxonnrEGExKaHH09Sn6JOpVqpgS3HelB { width:13.75rem;height:2.25rem;top:77.6884765625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPdhwZ9LSJspXaSSNzoFH4Ri1KDyNNcA { width:18.125rem;height:2.4375rem;top:81.126953125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUz1uQN51mrmg3OoNwKeBrFIgCMn2iJ { display:block; }
 }@media only screen and (max-width: 763px) { #JrX9MLUxcxtqTwscP03HOG0qkUC7kFBB { width:18.125rem;height:13.9375rem;top:57.5634765625rem;left:1rem;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ { display:block; }#I7cQI8u0CgWLfSv297TDJvTLXguPCTgJ > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2TTT19QL9QLp1z1nh456qJ2o0euUI1A { display:block; }#H2TTT19QL9QLp1z1nh456qJ2o0euUI1A > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgRDkOrbBlou1GyTh9RqLQq58GgvkM63 { width:12.375rem;height:4.125rem;top:1.875rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S2VpnylrCBCbODeTDNFoZlaBB1E3cksx { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BkFMNSOv0eql5idU2nVoebGSokkPPBva { display:block; }#BkFMNSOv0eql5idU2nVoebGSokkPPBva > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cw5H5pe5pmIUEPUv5lg6SmKhG35r60cF { width:18rem;height:17.1875rem;top:7.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5l1XET0kuKHCo3n4obmCieWCtX0Q4bQ { width:13.75rem;height:1.4375rem;top:15.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDHhXyX87vMNhKtTd4b2Kzd5wG7koHt4 { width:18rem;height:17.125rem;top:33.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1m92fdxhLgH1ZtL3tQrwB54LXSpIkGV { width:13.75rem;height:2.25rem;top:17.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyBdTVPFaenbG3fotT6R2XTaLlchu1S { width:13.75rem;height:1.4375rem;top:42.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuyGM338EQrISt71zbVWeXI6Eg7Xq0TH { width:18.125rem;height:13.9375rem;top:0.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opDs6vfxlOOPPwzDvcV4OBD1FXStI6dG { width:18.125rem;height:14rem;top:27.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUI4OuhdsrF7LczvaHIouJOqXFvUBIBO { width:17.3125rem;height:2.25rem;top:46.125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzG5CFpO1hHQIpx2zzNnVA3GeDOktZuH { width:13.75rem;height:1.125rem;top:44.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIWMpJ4sfA3RstVI32RFLVHwXTTkkZgh { width:18.125rem;height:2.4375rem;top:22.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McBcNOaUbkWumLvOTvp9caeqhwM7pUqX { display:block; }
 }@media only screen and (max-width: 763px) { #LvfTJyGr4gTruA3fRHGmgutUW3UFSoZp { width:18.125rem;height:2.4375rem;top:49.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBPxMevXQBnmrgLJIoWgxRWWHpxlKzJF { display:block; }
 }@media only screen and (max-width: 763px) { #XrCEDNIr2cS8WtDPacR2yvxhdumrLFRA { width:5.375rem;height:5.25rem;top:0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAllsTqbRidaFE1wDVrwekteTu2U7wPG { width:18rem;height:17.125rem;top:60.7744140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOiGa0tPUa9uo6kqUCqH81uS1oN1oXOW { width:17.5rem;height:1.4375rem;top:69.1181640625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQRsVQ3TF56Fr2gykIbNKBm8Gr2so43p { width:18.125rem;height:13.9375rem;top:53.9501953125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGyb63u8dtpKF9PhRAHc1zvH0NDgGZO2 { width:18rem;height:1.125rem;top:74.4375rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KusS4c7mu0IBXwUqwA0AcTqv11AkKdsp { width:13.75rem;height:2.25rem;top:71.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLAfDeM5UQCEXDoqR9w7lLieZDV4409l { width:18.125rem;height:2.4375rem;top:76.6494140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3acBBoo5mwVsVO797ZkU9x56odzDTrF { display:block; }
 }@media only screen and (max-width: 763px) { #oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM { display:block; }#oRTMWSDlKIxwmD2uHgBmuaArUOTQqRqM > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRRVekcLmIcMSQc0ShSAuqzX8pd5QFtR { width:18rem;height:17.125rem;top:36.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stKskOPI1keXBKo8u7s0mCgAh9ZQIlvG { width:18.125rem;height:1.4375rem;top:44.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvVbwNRis69DH4KNBkSuuRIswUIaPnUm { width:18.125rem;height:14rem;top:29.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEUUVhJIds6XnyQlOBMKtCxaMty5TlqT { width:18.125rem;height:4.5rem;top:46.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdE0p6aXLqWZGpL7u55oS5IN8570T16p { width:18.125rem;height:2.4375rem;top:52.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIKzlecHdHpaWZGz9sft6nHfXvfyEw8d { display:block; }
 }@media only screen and (max-width: 763px) { #eWl4dvfx3ZCTt7oEK7sB4oNZUsGcGgal { width:18rem;height:17.1875rem;top:8.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm72MarbrTWhTSdAtioky3Z4eL4ZWfVb { width:13.75rem;height:1.4375rem;top:16.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3w17sVWyGtg1qom24ePCmzbFTtf5sk { width:16.9375rem;height:3.375rem;top:19.0625rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwm0XWCEocgMwX50nhbcMGTqiEmgTOC8 { width:18.125rem;height:13.9375rem;top:1.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyIPHqZ77OG0lpVouTmuxwmGucmVsKo6 { width:13.75rem;height:1.125rem;top:23.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Nwa10OTSLwXTKIr0xr9ucPZzmhQt4w { width:18.125rem;height:2.4375rem;top:25.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCsvrLiG9lEFSnTHnU7T40V4tME8LctO { display:block; }
 }@media only screen and (max-width: 763px) { #TL22iK1fgpA8SfeB5cVDyy7lnxvWX6VF { width:18.125rem;height:13.9375rem;top:56.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Phdv6JnPtivqIxtzTrx5TfZeacxwAD { width:18.125rem;height:2.4375rem;top:81.0634765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR26fqpyfzsHVQGBNxA5nvQEnHHf9ka2 { display:block; }
 }@media only screen and (max-width: 763px) { #Vglpr8pkX7ghw0t0TyrRg5WncNMslPtG { width:18rem;height:17.1875rem;top:64.9384765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzyoHmpbBI4C7ZlgQE0mrCfnH9OZTNwt { width:13.75rem;height:2.25rem;top:77.9384765625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOTV1Ad7uolViTl9d5F8Kyti4AVXR9T2 { width:18rem;height:3.375rem;top:73.9384765625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXr6m1uE9OPS8o8QTLERSFxg0UQF2J51 { width:20rem;height:1.4375rem;top:71.6884765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu3471s12M49wk38dndpTSVlOldkxPOM { display:block; }#Xu3471s12M49wk38dndpTSVlOldkxPOM > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNm7uzK2aSqVHSRN3rI2Z8bxTut0HFGy { width:18rem;height:17.25rem;top:36.5498046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhVJUPCplxJTX40sRkrTumEtGMnBWGst { width:13.75rem;height:2.875rem;top:44.7060546875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLGwrDGDdBreHGUgkfgXxugxICTMZZAO { width:18.125rem;height:14rem;top:29.7373046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Hg9f8x9cUJL8H6pBOa5UrWsCQAEg8R { width:18.125rem;height:2.4375rem;top:52.7998046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWA2i7bWX0bzezTAIKqDw7aAxkH2Axgm { display:block; }
 }@media only screen and (max-width: 763px) { #GN6srq3gbbDGN2LpiiF6DvFvZvHotfer { width:18rem;height:17.1875rem;top:8.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWy7ofGsm1ccdB9aL8kvUD2ZtOMXTTTA { width:13.75rem;height:2.875rem;top:16.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHasRtQSoQ2yMm0nKmT4EaH1Wdlwoa5o { width:18.1875rem;height:4.5rem;top:20.0625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veZhbSVne870K9bLZbeVTfo8T1T2sutd { width:18rem;height:13.9375rem;top:1.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBGqTGl5O0i0S6eFq77wIgX61btbHAOs { width:18.125rem;height:2.4375rem;top:25.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EixoB7qsnRcZaTP2bvli2G8pXBMZ0kNl { display:block; }
 }@media only screen and (max-width: 763px) { #Kzy5FezFmlyC6hg34iT3BLtzez1byHUg { width:15.125rem;height:2.25rem;top:48.2060546875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTR6bExxN6fsevdD9lUPv1yh9PlPb0pR { width:16.9375rem;height:2.25rem;top:49.6748046875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOHdMsxnWArJZC6GF9Gi75FlWpZBy9EA { width:18rem;height:11.5625rem;top:68.7373046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q38aQzMBRGlVeOg0NKz1GPHJRdHvq5X7 { width:18.125rem;height:2.4375rem;top:78.6748046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwJJhBTOrCJWgqdA724UUTpPta3g86NZ { display:block; }
 }@media only screen and (max-width: 763px) { #mgNnQiZnPGumdISldzfGSfHrzxiE6EAX { width:15.125rem;height:3.375rem;top:74.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeOxs0R5DrWnRPQayxfg8zSR4ZvUzA7T { width:13.75rem;height:1.4375rem;top:72.0810546875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVelhpAAu8Dwc4QgoCdmgdV7PK5pgMvX { width:18.125rem;height:14rem;top:57.2373046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd { display:block; }#TO9lcT4Ch0knPORmVbZ0OwESTMtqSoTd > .row .container { width:20rem;height:84.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuvbZgsGkM8XtIhyvTkaVTLcOCxBFsnE { width:18rem;height:17.1875rem;top:36.376rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDWkyF5pBMlOLIBab2Z3CCeHqZSTlxpd { width:18rem;height:1.4375rem;top:44.6875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntQrsA6MnPdauLhwqNvfKwgQynqoF688 { width:13.75rem;height:2.25rem;top:46.9375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p97SlOse1LA3BOyvfQ5icd85TVAH5HiJ { width:18.125rem;height:13.9375rem;top:29.5634765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz3ID5S4exTB5SrbQZeDT1XlmGKfBiM4 { width:13.75rem;height:2.25rem;top:50rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fONaSMR0s0MbDS6zZlTmcb3nkkDnuxhn { width:18.125rem;height:2.4375rem;top:53.1259765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPq6IzFxpcVLQavR4iDkTsk6mc5ZJWT0 { display:block; }
 }@media only screen and (max-width: 763px) { #WRawNHhPxtVFZCsqdTVzcT6rXx4tKlNl { width:18rem;height:17.1875rem;top:64.5634765625rem;left:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #mOLfuLK53XwL0Rs3MTuNwuQrtg07PH14 { width:18.125rem;height:2.4375rem;top:25.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2PokR92V3D0utMWeUMk5unkLc2ZaUHB { display:block; }
 }@media only screen and (max-width: 763px) { #NkyaBk8PDiLJom8GDS5w2ieG1Vr94GCJ { width:20rem;height:1.4375rem;top:16.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #OMlqW0TTceHaCv29QWPaJtMN5kPeFvtk { width:13.75rem;height:2.25rem;top:18.6875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSISq7py8pD5KDCnogwWeqSVm3K63nrF { width:18.125rem;height:14rem;top:1.3759765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0R6kR7GI1txA3ZBd2TRoqgLhpTWtJzJ { width:13.75rem;height:2.25rem;top:21.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXwHTDALq5qTPegZSDuic3eBXk0lXqDS { width:18rem;height:18.3125rem;top:8.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrMdP37n5q0SMnTq3aK64EHa1anrczhf { width:18.125rem;height:2.4375rem;top:81.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8a5wplwiMaPt4RDVTBGCN903keGxFZr { display:block; }
 }@media only screen and (max-width: 763px) { #NQ6m2aeJCouB9f4JTotXvbw06ybPyZmn { width:18.125rem;height:1.4375rem;top:72.46875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ogMnObK3M9IJ6zSmU8rIUs3xfgyotyUb { width:18.125rem;height:4.5rem;top:74.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlEaqtgmhJ8JTGaJSnGwPn8atvFxgqZs { width:16.9375rem;height:1.125rem;top:79.6875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxAdbmGoHnu25lucWJgMGrNiMaDFyIK { width:18.125rem;height:14rem;top:57.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbAbldto155wT00LwFktB0cMST9t7QJN { display:block; }#sbAbldto155wT00LwFktB0cMST9t7QJN > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM214mRO0gTXg9xtnle5DT2Hol4KHXdw { width:18rem;height:16.1875rem;top:8.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruJNZR0MdAlPsgKrcmpTnpbiIfdACvTU { width:18.125rem;height:1.4375rem;top:16.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oePdOqyoXeKcPbnq1QcPAC65to8leWGx { width:18.125rem;height:14rem;top:1.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmpaAOxc657NOnKBDITm1WzcTr81Zt6t { width:13.75rem;height:2.25rem;top:19.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3wG9Gax7Hy22ATi9zG0rkUeZgs8PyBt { width:18.125rem;height:2.4375rem;top:23.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQfTcfT12AVox4QcO27TTaNoCcmJaKF8 { display:block; }
 }@media only screen and (max-width: 763px) { #qrdPatZ2ES93irSf42l9VJDcaJRVxBrz { width:18rem;height:17.1875rem;top:34.6884765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0RLE2moypTogDsrNfAGo18gc2FBXEy9 { width:13.75rem;height:1.125rem;top:48.3759765625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkzfiGUSUgiBIcJfLpNntBLDmoy4mfTu { width:18.125rem;height:2.4375rem;top:50.6259765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUkMy4tXpBH9bTBqf5OEabIhXUH1vadi { display:block; }
 }@media only screen and (max-width: 763px) { #sldD7GIRmqg7vBgR1eGKMNPgN74meksy { width:18.125rem;height:1.4375rem;top:43.0009765625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2LL7rf4WmmMuX0wci2dllFghT5N3M8u { width:13.75rem;height:2.25rem;top:45.3759765625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmwR0fsUTIalzyEkq3sePUvWTHIxJGxS { width:18.125rem;height:13.9375rem;top:27.8134765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtqVS7hMq0gmrLXFrFz4RRfaqR8DdDM0 { width:18rem;height:15.5rem;top:63.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQoFw7qQ1IJACBVd7fvxssi3u6o0rXsD { width:13.75rem;height:2.25rem;top:72.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkm4AZDdvJn7fPDBONB9W2kec5DhUya0 { width:13.75rem;height:1.125rem;top:75.375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhSqliekKL0MKWEoqdE1ozXmtQoNmcos { width:18.125rem;height:2.4375rem;top:77.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXJqUhEKf1msQ8GB4A6InGGPs4uTI3a9 { display:block; }
 }@media only screen and (max-width: 763px) { #lfhfDR34ndZARHPLT1s4iRQC4oiBWhab { width:18.125rem;height:1.4375rem;top:70rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK7SilMTRZv4VR4ShZaZK17yrZTuhevr { width:18.125rem;height:13.9375rem;top:55.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 { display:block; }#oNhSyzITP0OuNOW6sRiWU4xZkM7dDaB8 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #So0McLlarOlXDsg2QsHp5K0iXVwc6xZE { display:block; }#So0McLlarOlXDsg2QsHp5K0iXVwc6xZE > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElUV3RIzcQugKBNIbQWhTkLz0GaidgKN { width:18.5rem;height:4.125rem;top:1.6875rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aqavPqU6V9VQcddhSftcwSexA0aXgxpX { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU { display:block; }#vD3QF363q3wTQEaEd1yIe0QPcCrIQtmU > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvkhRUGRQeIc5Xlt8LccmTW8PmEsm7o1 { width:20rem;height:1.625rem;top:1.53125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMG6wWHc4hxEpMvZQwOL6le2esgr587A { display:block; }#KMG6wWHc4hxEpMvZQwOL6le2esgr587A > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csBO236OVhARab9UI0u6ee8AMHC4a2eD { display:block; }#csBO236OVhARab9UI0u6ee8AMHC4a2eD > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2SKZm9uD9BS6sLWZ735LZg34aPLrvnR { width:18rem;height:17.1875rem;top:8.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plRQexw8ZG1ptKVUsSP7B0wsKxUXtvlf { width:17.1875rem;height:1.4375rem;top:15.5625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwXhCtIrRTrWTgzTfP11IkdbLn7fgGc7 { width:16.25rem;height:0;top:17.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLyDoQVT7A9t8h6BOT1y68qBDGTx3Qfo { width:18.125rem;height:13.9375rem;top:0.59375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMlDxn4Tc7U5BizXQ20EkO7MyT7UxZ5o { width:18.125rem;height:2.4375rem;top:25.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsK65UDNBzpzIMSXN1JFMBQmbwQAF4CE { display:block; }
 }@media only screen and (max-width: 763px) { #ov3DOwx63JEuLqSJ5frOmZdxn90n2QX0 { width:16.25rem;height:6.75rem;top:17.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #Rwr3qmesn51xadodaT0vFyeBu5M14OG2 { width:18rem;height:17.1875rem;top:36.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIfrchqW5D5pr4H0pDvpPHlkA0x4T5w6 { width:18.125rem;height:1.4375rem;top:45rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRdpdyJVyFJMqqxmeHZOtkBPxXV5Kgti { width:18.125rem;height:3.375rem;top:47.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ2HTgzPE5rxErVxgGTHbRKrxpfHch5w { width:18.125rem;height:13.9375rem;top:29.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5cLVE58yzMpklwTAQcbR7fBdJsxgada { width:18.125rem;height:2.4375rem;top:52.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwrqrL8eDd3lDxVEXpVSZvZ0UPu2PObS { display:block; }
 }@media only screen and (max-width: 763px) { #dAEzWV4c8mPBl8KtTF6nfkMMq7Qo8GuA { width:18rem;height:17.1875rem;top:63.62890625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHrOzX3mP80JKwAC91GNe1A42CGDzmIF { width:18.3125rem;height:1.4375rem;top:72.25390625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbtrZvhzvRprJtuSGei8anGzX2t0ZCFl { width:18.125rem;height:4.5rem;top:74.62890625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOqZdzPwWZkCBcOi49iJkJa15qcegXkG { width:18.125rem;height:13.9375rem;top:56.94140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlIiPS7ANQLocedvQSOdgiLBeiKVJLQP { width:18.125rem;height:2.4375rem;top:80.25390625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nufPi1u959z8VsqllSbnPolIxVs1gQdK { display:block; }
 }@media only screen and (max-width: 763px) { #EQJnmw45zRfDzChXKuX8nDASUPgMQyZo { width:5.375rem;height:5.25rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 { display:block; }#QaQizVrIVfzVr1BHIFCbs8SAFwGEcLh0 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riziDc6BmwnTEX1KQMoTZfCpacf31E5G { display:block; }#riziDc6BmwnTEX1KQMoTZfCpacf31E5G > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPEQM3tREl0D0RGJeHi3K9cX9pvTXytq { width:20rem;height:1.625rem;top:1.53125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3isX35I9MXv5Eho9oIc2x0xNouVRH9S { display:block; }#z3isX35I9MXv5Eho9oIc2x0xNouVRH9S > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP { display:block; }#NEBqsupBbOepfpPRdBx6t0IWz2Ut67CP > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htGWM06vXLJHon9m7Wz0TbMBKp8lVOyq { width:18rem;height:17.1875rem;top:8.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2dqLWlplQLqv918TTWLmdhLP6CHJFXw { width:13.75rem;height:1.4375rem;top:15.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMz0MUPf0XquINNlcZ9H1ZsAGVcZuTWV { width:18rem;height:17.25rem;top:37.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQNeBnEi6HqX4oOZnXGlcGmlrVCodpHr { width:13.75rem;height:1.4375rem;top:45.21875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpKUSiUoIEA3m183r07TaIQsOWpiRMNs { width:18rem;height:17.125rem;top:63.7744140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADnDe18QgNUVXUfQbF7kDNJ0UMR6pEhi { width:16.875rem;height:4.5rem;top:17.65625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZo8IcaOeyMwmc9kSpmdR939beMOhKBl { width:13.75rem;height:2.875rem;top:71.8369140625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlp1CNWZZi2yCCcoLTTuzkr3W5ZtloET { width:18.125rem;height:13.9375rem;top:0.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvVJRtRuouZx4Eluk6kPT25Tu3Ib7tGU { width:18.125rem;height:14rem;top:56.8369140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Hi1kGSVJW00KA5r87sz4ERmpzCwSBJ { width:18.125rem;height:14rem;top:30.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz53gRsua4We2ZwnkMVm77qK7JMG5VQD { width:13.75rem;height:1.125rem;top:50.26171875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ooy9wcoUkqCGHfUl9cpMmQeqatKhIUOu { width:13.75rem;height:1.125rem;top:75.5244140625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfWeZEUlTqCwylNDnovGTteVa8MOm0tr { width:18.125rem;height:2.4375rem;top:25.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4XW7QVlDJ4ymonadghoudIiI6Ty8SQ { display:block; }
 }@media only screen and (max-width: 763px) { #ppRAhJ3kpe6dEcLIdkXcCAOCx4paNLCS { width:18.125rem;height:2.4375rem;top:52.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMNVbiHasfJkFZz2WU4mna5OeZB9XGyo { display:block; }
 }@media only screen and (max-width: 763px) { #glaJw3nUXPytcCuvQPtzMNsyTrSKLFWm { width:18.125rem;height:2.4375rem;top:80.8369140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2m5tCLyJWfJ79rDJyiOytf69RwQDfzR { display:block; }
 }@media only screen and (max-width: 763px) { #Rr5yS41aSP8ca8qIb4JFVM5WgpqDE2p2 { width:13.75rem;height:2.25rem;top:47.4375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXHavCQb6ZfNAE9S8VbJEZ5rFp62eMXl { width:13.75rem;height:2.25rem;top:77.25rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obR3KdoRlR8nAkMe0zGx1bHNqBQQvltH { width:14.5rem;height:2.25rem;top:22.6875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB { display:block; }#BQFzf2X9tykHXAeMiBF5dnsEfsDnlMCB > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppnNTO8zZ9PzyObPLXGBfHa1TPrzsSKG { width:18rem;height:18.5625rem;top:64.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSww7WL2KfR1Hi670KfHCVBBUrasX1D0 { width:13.75rem;height:1.4375rem;top:16.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwSXifvnrnNPK1XWa8wMUHfpGeWC9zgk { width:18rem;height:17.125rem;top:36.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQGKgTN1pOUgZNXm4GET49WiRrtULd6U { width:13.75rem;height:1.4375rem;top:44.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9OPg9lPPmhiTclwGz59wggnomeh9oT9 { width:18.125rem;height:14rem;top:29.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfrIdWFEnN8lBU62DS58Q9sBgIeha9Tr { width:13.75rem;height:1.125rem;top:18.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A29cSQzQgwn1rqQ3EibA6MmnaWEV4R0q { width:13.75rem;height:2.25rem;top:49.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAB6IBlV0wHfi35PZL03dFImwei0s76C { width:15.625rem;height:2.25rem;top:46.9375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E53XUBdgHbkflTfxrFPEK0XQhozVDzP2 { width:18.125rem;height:2.4375rem;top:25.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBTmT73dTGmuEL88sPnoy0sHM7uZxlZz { display:block; }
 }@media only screen and (max-width: 763px) { #aFwyPGZTb6lsUXArL7NXi03NpQLeRRMA { width:18.125rem;height:2.4375rem;top:52.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbtpOGiAaOO0fvzJh0X42nGyHTGRgawC { display:block; }
 }@media only screen and (max-width: 763px) { #ZqLzB9CopdJQHFgMk5fa1VeofT34PAuS { width:13.75rem;height:3.375rem;top:20.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0Q25BuuqdpLwtEvNd5bhfELuihMs53 { width:18rem;height:10.125rem;top:15.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmmMKpCmKyMgzWlFG1UvekETxKWqr8LT { width:18.125rem;height:1.4375rem;top:72.46875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #tKzl4nEAeVeCIXzTkVqTqIXKMwwR8zt5 { width:13.75rem;height:3.375rem;top:74.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgTmooyNd2S3cQgUnRDQxcpDC8ZUaVu4 { width:18.125rem;height:13.9375rem;top:57.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zeck0SRQPKyT76qbBDfr5g8lfC8gfiKW { width:18.125rem;height:2.4375rem;top:82.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvJ5yx9F5R0eqSMB3Gw2anOisNHTopkW { display:block; }
 }@media only screen and (max-width: 763px) { #O7oHC0q4V7EXBvyws0BxVv2nXvrxoSGZ { width:16.25rem;height:3.375rem;top:78.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4G6G6vbGAPVL9oT2hFmPENQCu2dKOkI { width:5.375rem;height:5.25rem;top:1.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2iNLzUFolBUcefHBvX6zr32JKuRPPue { width:20rem;height:16.5rem;top:86.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUxHXzwUQdss9A7JZzu3NEMZeDz5ACdF { width:18.125rem;height:14rem;top:1.6875rem;left:0.9375rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB { display:block; }#TnzaA7hrgAEM6i4Ontfv5pCfH5GCFcmB > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI { display:block; }#JURfZTyZ43VBy97y5wNrKmhyG6xT1cbI > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIDIQTqpWX3LSOh6LeqS9CHSfJnWRRF7 { width:20rem;height:1.625rem;top:1.53125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 { display:block; }#HhXIwMHEpfuFvh8oTzw3HrHwiJbapnt1 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPUhGxu1PvsKn8g0LnWDguktguGnZBQU { display:block; }#KPUhGxu1PvsKn8g0LnWDguktguGnZBQU > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uakd4oqrz1l1VyJlQ9fxg0zqwwqxHPnX { width:18rem;height:17.1875rem;top:7.59375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFAVQOt5TiTJuLKmHPVpSvtHmepQIiaB { width:18.125rem;height:1.4375rem;top:15.46875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSi6PCTTwQFpwqPQfF5BctkvJx8H7pSZ { width:18rem;height:17.25rem;top:36.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEJP9viL85418BGTpQoxSgTcTxi0XJo5 { width:13.75rem;height:1.4375rem;top:44.75rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9XKDtmKRZX5AfU6Ms9uR3mdUk0TdbmZ { width:18rem;height:17.125rem;top:65.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0MyULAcTSksLlRT87mGQC3dgCX3XIc9 { width:17.5rem;height:4.5rem;top:17.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmzFsKBZicBCbCVN9Unf9I80eDpFwPtH { width:18.125rem;height:1.4375rem;top:73.40625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtBd5l74SINyHLLqKcUc2J1ca9VXkqG9 { width:18.125rem;height:13.9375rem;top:0.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL28Bb2PQURSTJssXrTfGzD37AhF5mvb { width:18.125rem;height:14rem;top:58.40625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr2JiW0Q6O2Mc1Q4SiRt3ACGEZXsAFbT { width:18.125rem;height:13.9375rem;top:29.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3bylSmkLVMRIVnnTriaOZ1AbEVVKvdI { width:13.75rem;height:2.25rem;top:46.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpRDJx00ZwIT6i72aT3CbKVU8n4NDRnQ { width:13.75rem;height:3.375rem;top:75.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTv21T5SrPqhtrauZC3xWS9EeuRKpBcQ { width:13.75rem;height:3.375rem;top:49.6875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZinJp8s0ycIrIDZTT8VstekcVvr9LkDw { width:13.75rem;height:1.125rem;top:22.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcbkfUStUsQHFlaZaPQQ9c88x1mwsGxd { width:18.125rem;height:2.4375rem;top:24.84375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQQfH0mNu4Wee6OEvM0ArQNOMX0m5nw7 { display:block; }
 }@media only screen and (max-width: 763px) { #PtPw4Ii0lNHTVmK4hd6VbbFLKO0hTc0u { width:18.125rem;height:2.4375rem;top:53.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C91hJ1wq2xS0OTPkaTPh1mWrA9nC5lem { display:block; }
 }@media only screen and (max-width: 763px) { #y3pGdayAbgFNzgxCnsdGslyvvxPvrTg7 { width:18.125rem;height:2.4375rem;top:80.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxtTE0T10q71TydmmPvg6nkdWyJrn8ZM { display:block; }
 }@media only screen and (max-width: 763px) { #vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf { display:block; }#vP5J5Ji2GSP2b6ghnC0cneiPbA5ab4cf > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEIr2xUui94bACJqaBPK8mDAExR0Z0E6 { width:18rem;height:17.1875rem;top:8.40625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wChdyUlunBCfU9PtdTwNhDtWsAXn9XpX { width:13.75rem;height:1.4375rem;top:16.53125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KccA1Ida5xNVmPp56VW2Vt79MtwI0Cmn { width:18rem;height:17.25rem;top:35.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5u1IPiasrgazB3xBV8z92uqtK5tE3ZM { width:17.5rem;height:1.4375rem;top:43.84375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ13WQBTzJSloFmMAGbrMNTehor4z5SL { width:18rem;height:17.125rem;top:62.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyET7zHVo6mkDPJ3e18D8TWza48vmFbl { width:17.5rem;height:1.4375rem;top:70.71875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ikeHFUNSQTbMzDtM4aowAZnPPwyzwm { width:18.125rem;height:13.9375rem;top:1.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhGc4TkM7u8IKB8Jd8kNkWMoKIN3FHbP { width:18.125rem;height:14rem;top:55.59375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqb1fGGfALJWPC8piw26MP9qF6cPE5dD { width:18.125rem;height:13.9375rem;top:28.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdQZCVtse9oXlJ6tN7TuseSGFtWJKGSe { width:13.75rem;height:2.25rem;top:72.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5FL3xJIQGy8NI9FwswbIlgKNWdxhmOP { width:18.125rem;height:2.4375rem;top:24.34375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTzA901KxEIw6HuT2snzs3ZsL3lNERaT { display:block; }
 }@media only screen and (max-width: 763px) { #uC1pmHkXErpHVHxyWPwfvskAUdbVxiUE { width:18.125rem;height:2.4375rem;top:50.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMABnbS0vyVHXDdcDmTFb2F6G5IuwnRR { display:block; }
 }@media only screen and (max-width: 763px) { #lEo4FdwDyhUxTAUOw2wi9hkM1pXPenXw { width:18.125rem;height:2.4375rem;top:78.03125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVfCQaiXM4fTJy1r65Rtqo907gglJ3Ov { display:block; }
 }@media only screen and (max-width: 763px) { #OXeAK0b9Uu31wR5OHhglETBH8uDy2zNG { width:13.75rem;height:3.375rem;top:46.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDxSqXR3JdMo4ps5EvIdCK6KOFBWTfz { width:15.4375rem;height:2.25rem;top:18.875rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crByKr2PK0sDKe41zs9qRx0s8m6TMEeJ { width:13.75rem;height:1.125rem;top:21.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJGgLsIWiLihTo7bQtVdp3WZAlIpmgnv { width:13.75rem;height:1.125rem;top:75.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN { display:block; }#L0OMNJwbT5of0l9bdTZrWXMJTegyIoHN > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRIGrzpCR5Ihk3pIa9gR3qiHNAHXsud7 { width:18rem;height:17.1875rem;top:8.21875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmPul4Qw9bInrfBSnNVmsNEue2JOsif8 { width:18.125rem;height:1.4375rem;top:16.34375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtMskiQrCoqh3uff6lWMJEA0y3mrLxsZ { width:18rem;height:17.25rem;top:35.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T87pudZThlhU7vQDFgeQPolLIkyThOhX { width:17.5rem;height:1.4375rem;top:43.40625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAuKQzGKGWrUQh8Wu0TTauAbr9kPh15K { width:18rem;height:17.125rem;top:62.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeFvXrbASUbNKsC540e4rWOT1XyhE89k { width:13.75rem;height:2.25rem;top:18.5625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCnM63t3HbB72CTPPLMtvQlXC3ldkt4R { width:18.125rem;height:1.4375rem;top:69.96875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uca6KbgpPwZbgcSDe3rIPhGDRDhr61Xu { width:18.125rem;height:13.9375rem;top:1.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R44WoKqlTl7eO6JTgam3Saa1sLF0JJR9 { width:18.125rem;height:13.9375rem;top:55.03125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Rl07HxXK4gQ9CDQAAeUmuxR0e4bWmH { width:18.125rem;height:13.9375rem;top:28.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvQbHgTWHtMOrsL6kmQldBOsR8VspCgk { width:17.5rem;height:2.25rem;top:45.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9yteIWeTq3N5oNUgoGIMKT0pESwvIPn { width:13.75rem;height:1.125rem;top:21.5625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbRaK5lsFqHcHa9O4T0BemVaZJ4RCyVd { width:18.125rem;height:2.4375rem;top:23.90625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsqCzHZEt6anfARFvLFTMutbapVMoXsh { display:block; }
 }@media only screen and (max-width: 763px) { #yxevozxqoWdpWa2LcDb0aF0rEZ5qqDI5 { width:18.125rem;height:2.4375rem;top:50.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKlTZ5TTxfByex3B47qJLVbm7yhTF6rt { display:block; }
 }@media only screen and (max-width: 763px) { #BvXF62weohbegTQ9CTrUaLruvlbwpzUW { width:18.125rem;height:2.4375rem;top:77.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi3tT3SGkXhH5ilhbowCwlDqZSxzM3v8 { display:block; }
 }@media only screen and (max-width: 763px) { #umZwkvdtpegLyooJNpDQ37UKhzUbWvo8 { width:17rem;height:3.375rem;top:72rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s { display:block; }#nOrnTnMepy2AzduXNJ2lK7ZGlrT6Zy0s > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 { display:block; }#kU1cm7GoWkhSIddcCw8gpS3vV0L4gQN9 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6SeCpTcNH91RMRrSHyQyyBdCoNnTEJn { width:20rem;height:1.625rem;top:1.53125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq { display:block; }#QbstT08J1f9sweQ8qeT7ZINtZ8ahynuq > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDaJpKKtlhivLWFWdHRXHusbtuLItCaz { display:block; }#mDaJpKKtlhivLWFWdHRXHusbtuLItCaz > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFVm8WMWeeLWq1AB82VTzpADq1vtA2Wq { width:18rem;height:17.1875rem;top:7.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt4J0HeFXEdDO45Q4osyTHfSFVvi8lNU { width:18.125rem;height:1.4375rem;top:15.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2uCzgRu7plCryOl0GRIs9nTUD6SKZbf { width:18rem;height:17.25rem;top:34.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifN3y3fzqZ1GA6iy98CWtvW5qTguirfx { width:16.875rem;height:1.4375rem;top:43.03125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBSvQ0ZIXwD6ZhQnQu1XParMenz3isfD { width:18rem;height:17.125rem;top:62.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5x5B4i7V3bffG01GD5us6NJVqA38kKQ { width:13.75rem;height:1.4375rem;top:71.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngWfGDgCnIVAxpe6axKdsrWnoXX5u5bQ { width:18.125rem;height:13.9375rem;top:0.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EylslAQS3KLgCJbbmbnS76kq8rFHFsIs { width:18.125rem;height:14rem;top:55.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJpCI7vHQzM64OrIJoblRig69pedZpVh { width:18.125rem;height:13.9375rem;top:28.03125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE8vT5rDnrA4S9eUWtWGvDTwPJv4Tw2K { width:13.75rem;height:3.375rem;top:45.125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaUowdcq8xxkQcoQQG9SV4D0fWzCmUpR { width:15.25rem;height:5.625rem;top:73.25rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCygIlPGvzqaTazZ6CD85smBS0kNxT84 { width:18.125rem;height:2.4375rem;top:23.46875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSvUx4P3SlxiFmTTJuxSMOBpnCB2C1Zc { display:block; }
 }@media only screen and (max-width: 763px) { #BTdlLxndi4S0eV9zsbQQDeC3ieluS1Of { width:18.125rem;height:2.4375rem;top:51.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKFuNR9ektzTThV0ChJzVCusUp5nBlkB { display:block; }
 }@media only screen and (max-width: 763px) { #vvzxPc8TFh6olUd8fIXSqXQrpzqPKLXp { width:18.125rem;height:2.4375rem;top:79.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6N036PGwqbC5emg8F8X3AgrzsciIsP3 { display:block; }
 }@media only screen and (max-width: 763px) { #lpFK2HHpMOZ1k7CUv0ocis2zJoqL8HbT { width:17.375rem;height:2.25rem;top:17.5625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9GcvcknItkrsFPaaziIWS6ArvShNCWX { width:13.75rem;height:2.25rem;top:20.4375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDRatTB1Wkf1WDvMmBJbOOJUC3y3kPtU { width:13.75rem;height:1.125rem;top:49.125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UazCgylh9acX8ZB22y0ssXBxNtcNJfWs { display:block; }#UazCgylh9acX8ZB22y0ssXBxNtcNJfWs > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSR4bG0yobX5J1m8NkFEypHeDfQkJhqT { width:18rem;height:17.1875rem;top:8.40625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAOsANWm3TuUfVV0JpE0pV4iGAEPS0DX { width:18.125rem;height:2.875rem;top:16.53125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIlc19qDHHP7RJDsixKZI6eMi14fxN0x { width:18rem;height:13.3125rem;top:37.1494140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhvoT4xnrMh3AiRbGrMpwgc5KOxT7IQe { width:17.5rem;height:2.25rem;top:20.21875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blUx1QDzcANs0T72OeQ6Zw8fHqSSlALq { width:13.75rem;height:1.4375rem;top:45.2431640625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFbD3n3i4C5O4JR1uHeZNMzH1m9pUf3O { width:18.125rem;height:13.9375rem;top:1.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLV4IPrTDUCh7kGxch09SeHvTRXAf6SQ { width:18.125rem;height:14rem;top:30.3369140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJLvRleXZZx1flLh31qQeSlgfieeJlG2 { width:13.75rem;height:1.125rem;top:23.09375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPw0qdOqqoH0WGw1kvuiDFkDXistKDzm { width:18.125rem;height:2.4375rem;top:49.0244140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VheVhhS01QkX9XClGAx128QgmBfMbUvn { display:block; }
 }@media only screen and (max-width: 763px) { #TwXt2wPya48A0733l3V5EacGJCqN8vB0 { width:18.125rem;height:2.4375rem;top:25.59375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAlB61LyLHBnxQhp4TiTNAG5yhfDgq8X { display:block; }
 }@media only screen and (max-width: 763px) { #hXSFtC1yM13phpo49UlbeabgiR1r2AvA { width:18rem;height:13.5625rem;top:60.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqRqFTVeagN78GaaCqJTkEanQ282P2MG { width:18.125rem;height:2.4375rem;top:72.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFPAB7WQR7FJnCzt5MJi8GnUK1SLUdfr { display:block; }
 }@media only screen and (max-width: 763px) { #wm8IZtBbCvqxSO1DJuHpbsWITTSGNw5a { width:18.125rem;height:1.4375rem;top:68.7744140625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZN5bdbnBnDvatxHzTUfi59uOd6Xvvzq { width:18.125rem;height:14rem;top:53.7744140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 { display:block; }#Jr6RoqzTZNkFDA4KriL7qiPFSgXSR418 > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cENXITrTuTXpdW92nWWVrVAIHZHROAKx { width:18rem;height:13.8125rem;top:8.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwIzuLWsH0T6cvPHQU9RJn0otSFOqFuO { width:13.75rem;height:1.4375rem;top:16.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylCxDMAaDFQZ9sEigIaInmRxNfTSTsi8 { width:18.125rem;height:13.9375rem;top:1.65625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFvG6aKuIGG5HaaaLfFzTm0JRh2DJs03 { width:18.125rem;height:2.4375rem;top:20.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCL2Wi5TFmPenUHK4uyvSOQLDSyaV90L { display:block; }
 }@media only screen and (max-width: 763px) { #Mkx8DFdDJtNt4ra0d0pL1o3NMpM8QbTk { width:18rem;height:17.1875rem;top:32.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiVOay1CCq34u5RrIcfUTTp9ofBhwG2x { width:13.75rem;height:1.4375rem;top:40.375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLZwF6N4yKODscXAruBWrne89dnSkDKy { width:18rem;height:17.25rem;top:59.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2TZWHf3C566am6TqSsRrHZPo2ztiFbG { width:13.75rem;height:1.4375rem;top:67.375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USHW0FVUnb3KDk2rqylHDvUo6n93vJgT { width:18.125rem;height:13.9375rem;top:25.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUyWDM3oszo4MFhREkcTXDKlLLE8uR6t { width:18.125rem;height:13.9375rem;top:52.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g11DDvtNELsXt73Ftm8hn65b1CPylbvb { width:18.125rem;height:2.4375rem;top:47.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS1LCcJsfayKL6eAsMyt0nsQkbB07xIt { display:block; }
 }@media only screen and (max-width: 763px) { #pWn2dZE0TKnsmQiIAbSHyOQw2G3dPKyA { width:18.125rem;height:2.4375rem;top:74.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9KSSkZVMsVgXyDOQAAZEb4M8kFiJTIC { display:block; }
 }@media only screen and (max-width: 763px) { #w4hX95h73n1Kby937tKhJe1WLrKNxlwb { width:16.625rem;height:1.125rem;top:69.5rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muKqUJNBbT9equBM3f7hLrT6OIUM37RZ { width:13.75rem;height:1.125rem;top:71.3125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5oPRpTVOSVMv7HvbRHsJwldI5s2lU8o { width:13.75rem;height:1.125rem;top:44.5625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKlINqJhJK6zbPVgEgvmMfEMe3D03CDu { width:16.625rem;height:1.125rem;top:42.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA { display:block; }#L5mqX4Q2cM4MZkLGWuyC6glFcfI9hkcA > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcniVsnLgdffGPG4l9lwzktyFV00nbTO { width:18rem;height:13.5625rem;top:8.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHGVPI57OsBJIlqqkNedzwsNT4yk0q7F { width:13.75rem;height:1.4375rem;top:16.375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIcI0KZJnTeB7nk6g3kJ0W0FgOBtuohR { width:18.125rem;height:13.9375rem;top:1.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA7fZldO1IXbxpoBShKbWssUNLTkUTiT { width:18.125rem;height:2.4375rem;top:20.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfdDw8NLd4wS2IseitodAt22cNhW2GCF { display:block; }
 }@media only screen and (max-width: 763px) { #Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab { display:block; }#Wc5TmkyZI7yzm2o3EFeFd4Vm09fUoSab > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC { display:block; }#MmSDfWt3K9bPPRSn6S659n1VbBK0ivSC > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9sGOp0T14LQCd0cOqE2T6JItxKoAT0R { width:20rem;height:1.625rem;top:1.53125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIXHBcWeZzW40i6bquxTLHlT272imG4y { display:block; }#IIXHBcWeZzW40i6bquxTLHlT272imG4y > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvolZln3wSEBUQ6NJwWT2bfCld958Sme { display:block; }#NvolZln3wSEBUQ6NJwWT2bfCld958Sme > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRw5pbBu141owyFzpumVZb69ZIg3TyXf { width:18rem;height:17.1875rem;top:7.46875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAqcCTTFsuBmdLD5DMb0LXTFTRyToI0t { width:13.75rem;height:1.4375rem;top:15.75rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOPCTKkqN07nQmkeieTkGIAkvVoGeXdz { width:18rem;height:12.75rem;top:57.59375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFBGm7o8mnaVXTFtJlcDAvX49EmfMwsQ { width:13.75rem;height:1.4375rem;top:65.84375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJk0ZEn7SgMw23DfTacpyTOzoArM7ykO { width:18.125rem;height:13.9375rem;top:0.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTk1vwgLkacKZuD7KL2LmTqfswh7wHL { width:18.125rem;height:14rem;top:50.84375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZeme6VXrNvGRPaxInI9beVt7mSbGPSO { width:18.125rem;height:2.4375rem;top:22.53125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOieeAlaeBWDZZxs8CGTyVOUV405JBEr { display:block; }
 }@media only screen and (max-width: 763px) { #R7lTZZ6hTbz7pn1eG4EwknTeTrHBoNfF { width:18.125rem;height:2.4375rem;top:69.78125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1c5FwvpaBUkzwosumf4xCiZVTPGrEn6 { display:block; }
 }@media only screen and (max-width: 763px) { #tPlmdlA1Nfz4ST05b6cJTC5ZVksNB5Tp { width:18.125rem;height:3.375rem;top:18.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5JbKeR9KS6433pZS33fl5OVckBLav0U { width:18rem;height:12.0625rem;top:34.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMULMUEgu9IXIt5G7tMg3DXXB6ueibJC { width:18.125rem;height:14rem;top:27.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLOXKZVJgEk6NLZUxZXT7gwbRCG1OdW8 { width:13.75rem;height:1.4375rem;top:42.375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbWwlUAHi2aw4s1NSa7W6TnaOffT4HZo { width:18.125rem;height:2.4375rem;top:46.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx9kF62TK7EJkC5LdPCfdvrhia5oEdNa { display:block; }
 }@media only screen and (max-width: 763px) { #NoLGyFEebH0kk9kqowcrZaPn2hHLNTs9 { width:5.375rem;height:5.25rem;top:0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHoMqmNTE8h5VwERF6CPprXsXToiUVJV { display:block; }#uHoMqmNTE8h5VwERF6CPprXsXToiUVJV > .row .container { width:20rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgTfxC85B8cVCcTo1z0HDVtJQ3Gyk8a2 { width:18rem;height:7.125rem;top:38.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZRKbW88N5Sh79mTUpDzhIT0nDxKVfEz { width:13.75rem;height:1.4375rem;top:40.5625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxTXAikvJr366dfCGQF2w8CK8gToLT77 { width:18rem;height:9.625rem;top:58.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAzZoD6fSBWV0WHuSbFSiT8kDsWf8DwK { width:13.75rem;height:1.4375rem;top:64.4375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMnL5E2FKqaHHw12RaN3lCPRw7F3IK2l { width:18.125rem;height:14rem;top:49.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpM8Gp3le3aErbWX7gRgrb6mXisAfDBi { width:18.125rem;height:13.9375rem;top:25.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Jria10EWng0KhihMPCPmE5xBVxBPTU { width:18.125rem;height:2.4375rem;top:44.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy7iDFJLmrlKuet4RZa8B3CrTDAc38eN { display:block; }
 }@media only screen and (max-width: 763px) { #pyh6SGm29URdTQK3uk9D5Vk8PKIXb64F { width:18.125rem;height:2.4375rem;top:68.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqihmTOMMrOrCmDHN1ixMeWduoL0zdU1 { display:block; }
 }@media only screen and (max-width: 763px) { #HtTEzK6b0PUfAXB96pGGT3KPui3KnMtG { width:18rem;height:12.4375rem;top:8.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBJenlbWCsTdIaG0mmsyxAfRyEebOtbO { width:13.75rem;height:1.4375rem;top:16.5rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhL9MFTVThJ8tSQhgc5Wp1KUSzLufFW { width:18.125rem;height:14rem;top:1.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhIBAUdClMtwsBc06sqiEwKXNFS38Xvk { width:18.125rem;height:2.4375rem;top:20.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULzrwXQoMvfuQpXVxwZqDuinDHWZQRO7 { display:block; }
 }@media only screen and (max-width: 763px) { #pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 { display:block; }#pH31VsswU2hPxqWiuHVHWqt2TC6JrTU0 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQde0KN951mGwvl0Rx8Xyy6nQTvpVn3X { width:18rem;height:12.375rem;top:8.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB8cUITTNpNEWwQbXkZM0Cq27LdIdakJ { width:13.75rem;height:1.4375rem;top:16.5625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz8VAgus6xlngPHBEdTvGpKGDgDnlTvO { width:18.125rem;height:14rem;top:1.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZRMSCuWKE0PCvNFcg8CXUON6JaOuRXP { width:18.125rem;height:2.4375rem;top:20.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzNST2asvesVDcQ63skwk6vZ8aWbBxl5 { display:block; }
 }@media only screen and (max-width: 763px) { #TPXikQwGdVLdJGiravnLuEwNH3gVLDQA { display:block; }#TPXikQwGdVLdJGiravnLuEwNH3gVLDQA > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esnofyx9MRmJxLbDNXWaTTAPEUok1lrN { display:block; }#esnofyx9MRmJxLbDNXWaTTAPEUok1lrN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xStismbgoIsWkzAFIFIIGG4fz62niEvQ { width:20rem;height:1.625rem;top:1.53125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 { display:block; }#mP1o4WNiyTCDGMCeS6enZcu78kQkfT16 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgu8JndQRreLeeMtXnKPbA8VudHzSVwy { display:block; }#kgu8JndQRreLeeMtXnKPbA8VudHzSVwy > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwlwBz1o0BSwxS7r0dCdmHfNziPgX00D { width:18rem;height:14.9375rem;top:28.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4SiJnIyKa28dJtir83IH5p5ZSREiGc8 { width:16.875rem;height:1.4375rem;top:39.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAab08i5U7XQNnUrgcWoSqbEtVMBQy1L { width:18.125rem;height:14rem;top:24.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NclmsTr0M2h9HOOFT3kkeiLP7AvwrZKJ { width:18.125rem;height:2.4375rem;top:42.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJGZpC7etinzcHsXRpVMKtwag3w4Umbd { display:block; }
 }@media only screen and (max-width: 763px) { #d4CATZMvTqarNCtfq4ybQJXbnNEJKcpm { width:18rem;height:9.3125rem;top:11.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QexBCT1ALgToRLndyoS9eqIfR0P2mSMz { width:13.75rem;height:1.4375rem;top:15.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgQtT9INVOFuxn4kLyNdLrZFgKsTh2Na { width:18.125rem;height:14rem;top:0.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9q3F5ob9Vw75NDhNARsLnT1LDMgH0lB { width:18.125rem;height:2.4375rem;top:19.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiSsIMWsPLl9lcATxrH2qqOPi0isqAMH { display:block; }
 }@media only screen and (max-width: 763px) { #Z449Zc1LTfnrgPacs3svIvkaHSTzubfg { width:18rem;height:15.1875rem;top:52.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCIy1CgxxpVOgD5BSoAatE7o1TTnMJuJ { width:13.75rem;height:1.4375rem;top:62.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFoEbrUfwinnz8bbGOxcfthv4STivDRn { width:18.125rem;height:14rem;top:47.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPGl9E0uhbcuIklsnFlM1PRnAvuLT3FT { width:18.125rem;height:2.4375rem;top:67rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqqElPBLD6GPGpeRpMuatarQbN17edKp { display:block; }
 }@media only screen and (max-width: 763px) { #HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW { display:block; }#HkyWtWA6m3bAI2ybQPZkN2ZoFfW6V6iW > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUgQltMAdWLxgNZu0TSLOwTqnvbrHMPn { width:18rem;height:12.0625rem;top:8.40625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1LMuVQMXUIu5zWvK8fUy1rVGgG3lEeB { width:16.375rem;height:1.4375rem;top:16.5625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #My4TduWguaKHFiWgbEE9HUoBMpmWngZ0 { width:18rem;height:9.8125rem;top:34.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXwyCwgLKVBADbVc9FRWxfIB2PZsJvtC { width:13.75rem;height:1.4375rem;top:40.09375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2OwQOyM6QMyEJK3XBPgJrsZlHwLszSb { width:18.125rem;height:14rem;top:1.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrpKteJF9Jt84ItX4BmDWUAZp76uae6P { width:18.125rem;height:13.9375rem;top:25.34375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7MOgsbLSIEvFbKRzDFXtPNuS7hx7EnB { width:18.125rem;height:2.4375rem;top:20.53125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnogEoWulPpBt83Ifi7RtrQqux9vmT74 { display:block; }
 }@media only screen and (max-width: 763px) { #LwchZgTA47uMT4mfGzgJVTQctmAN80TT { width:18.125rem;height:2.4375rem;top:44.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAoQ63sk7TCvITWG7UCNKfFulmKUmUBR { display:block; }
 }@media only screen and (max-width: 763px) { #pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH { display:block; }#pNTBMlTpiuNDEf8s2Tf6Tvrfk6p93SPH > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ { display:block; }#krUNGLF6nAoH2wPwWlzAGvsofV1cvePZ > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B69WD2cS2CsehP429p2LZDtvSvb5MK1H { width:20rem;height:1.625rem;top:1.53125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv { display:block; }#mpasOIwGbO3TkIT3etAE1NAuZ3TshRBv > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo { display:block; }#OU0rTqT1FR5SypthnXgNkQKqRlh4n6Bo > .row .container { width:20rem;height:83.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSdXO89TBXM2by6vk1wFfNJPhCGitBBe { width:18rem;height:17.1875rem;top:7.34375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPGVrKR4QsVeENZm7Nt0LrG0UGLxWo8P { width:16.5625rem;height:1.4375rem;top:15.4375rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayRt4UkpTXzqDqRrRwTTrNKersrUo2r0 { width:18rem;height:17.25rem;top:35.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCieV90SmC1ICtKtlfhCTtG9H9g82nXx { width:16.875rem;height:1.4375rem;top:44.15625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raozA99iFg2CktT6sLDSltopE1hSKp0c { width:18rem;height:18.4375rem;top:62.71875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i09WcoPx3y9ogVyLHAz7tPgZ5RK9Agii { width:13.75rem;height:3.375rem;top:17.5rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IERCoy6dn4MbNQa73Ok2dTJZr0DucwJW { width:18.125rem;height:2.875rem;top:70.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT1zVRnh52T06elAVRbL2Qbo60noWBd2 { width:18.125rem;height:13.9375rem;top:0.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhn5z6TrLo9pbwOdFaSWi7xEdOkLHb5w { width:18.125rem;height:14rem;top:55.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXIQPzZSNwHszpGeoQasEDDdyoxlcrKP { width:18.125rem;height:13.9375rem;top:29.15625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKxH0KlXDdydwQQratur0tAvD3qqoSv0 { width:13.3125rem;height:2.25rem;top:21.625rem;left:3.34375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlGeqoVxLo5qATUPH5b3cMMurk9JF2HD { width:18.125rem;height:2.4375rem;top:24.59375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ImxsMGOinaC7ZPcdy99I9dGMDVSbG9 { display:block; }
 }@media only screen and (max-width: 763px) { #g06zOwU4uJpJ3pWZNEN3dIsXLqus0pMS { width:18.125rem;height:2.4375rem;top:50.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8GVHd3wTqC3GPE60ywMiFFEkNXJK1VV { display:block; }
 }@media only screen and (max-width: 763px) { #bPcQCZoFwKfEaMwTRAytpHQAmBeDp1Tc { width:18.125rem;height:2.4375rem;top:80.84375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS7STnVBfRZCsusnlze57NPcBVLENNnU { display:block; }
 }@media only screen and (max-width: 763px) { #iNfJGBr7xkvmEPVTAA8Q1INdUffwrz4x { width:13.75rem;height:2.25rem;top:77.5rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG3oKb6HOrbSAE7Giy5owkeIinCd0OgB { width:16.25rem;height:2.25rem;top:74.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 { display:block; }#R9wxf929ifbwnw8hA0ZV390yJSoIRxT4 > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KACkoedlOuipifybtCo221UnC8rbqr7O { width:18rem;height:17.1875rem;top:8.21875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m33A4B0qKQ12Sw2ylFGrC47Qy9zUbkJv { width:16.5625rem;height:1.4375rem;top:16.46875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3EKpf3sCw10wloR4La0Wcc1NAt05y5S { width:18rem;height:17.25rem;top:36rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ZsX7LiNzsPuA4dzhTXEvISVXD3EVy6 { width:16.875rem;height:1.4375rem;top:44.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJdahLSdUiJkPImH1fEo43e65zUBMpxa { width:12.0625rem;height:2.25rem;top:18.6875rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG9Qd3QJMx3sRmc94aFub2KbdlRtwfJw { width:18.125rem;height:13.9375rem;top:1.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyi5KTvsBg5P4cLbflNrmyoxhCLTB2Qh { width:18.125rem;height:13.9375rem;top:29.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI2AlVEB46Od5xQrMfrAA396t6lRSaiV { width:13.75rem;height:2.25rem;top:21.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8MXowDALys6ZGV9kW4N84TbktGAxyIB { width:18.125rem;height:2.4375rem;top:51rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QogR80CoCAAVt89Af0xccPGuP0iDUzz0 { display:block; }
 }@media only screen and (max-width: 763px) { #CxcZV9TplZeSqGJ7gHqRO06MsDt6PDed { width:18.125rem;height:2.4375rem;top:24.78125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D016fwnJZqU3SFbkascM6rNEy6aiQvnf { display:block; }
 }@media only screen and (max-width: 763px) { #yb6ObCd9pxbw7BKfg5ZXEUyiu5nSIToc { width:20rem;height:2.25rem;top:46.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd { display:block; }#Zr3MpREqLZMqewWTMMMoiMHTIHpfPwxd > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW { display:block; }#io61KF0O4rw8T0wIvh9ScVI02Rz7Q5TW > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kb15QxwGH4vMmbZs67TTJaS8seve9f1f { width:20rem;height:11rem;top:2.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uO0AiN7Qbew4U5G2pTEB8aDSvJwdTkwD { width:20rem;height:3.125rem;top:15.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tM8qdGfWwGTz47pmoIM1cJm708FZow26 { width:15.9375rem;height:17.25rem;top:21.75rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TB7WEp2kNpdDAz5iOxPETSHbWZHvzp1N { width:15.5rem;height:3.375rem;top:41.375rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBxDTQcRkox7uIpeknLp5nZhuDl0T1Ai { width:16.1875rem;height:2.1875rem;top:42rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #ZzVfeWMIzGIAMN0Bvxg74lHBFQVmu0SA { width:13.4375rem;height:1.5625rem;top:45.625rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #EN65mWkrmH4hlxKVhfzOpUtMduVpBL9l { width:13.4375rem;height:1.5625rem;top:20.375rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #CDMz81hUzBCNqhetDN91ZxOhc4vaSib5 { width:13.4375rem;height:1.5625rem;top:22.625rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #g6WtgMu93WLP88cueNSIa57O7sfqhoW3 { width:1.5625rem;height:1.5625rem;top:47.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTzQ4bB1Spi7GsndseEUQwa0wXHTrBdo { width:1.5625rem;height:1.5625rem;top:50rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKEKMVq5oqPhgCei9FPNV5XsIzIxSeBa { display:none; }#JKEKMVq5oqPhgCei9FPNV5XsIzIxSeBa > .row .container { width:20rem;height:31.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NxsNFp84gWB4nPxMflX0hm5KdlFPcIS6 { width:20rem;height:16.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpFfXESGPuN0UzMVSnTuWOWwrDKuWk42 { display:none; }#vpFfXESGPuN0UzMVSnTuWOWwrDKuWk42 > .row .container { width:20rem;height:25.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e6fVPFdoTewu60GVru0QUD2GlzXleS3r { width:10.625rem;height:3rem;top:2.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTenoi2o1GDFTVtgvgPl8ALtW45HmXM1 { width:1.4375rem;height:1.4375rem;top:13.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELAz4298HdKlQhTagIqF0qmOZroVnLoS { width:12rem;height:0;top:8.0625rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #NWZUK05p3CmZMOVgoJ4qpgEezOf6Rlhm { width:12rem;height:1rem;top:11.4375rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;z-index:15023;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BDHqsd7TnTnz8tf8d3u6uRUUDnZKblBS { width:2.1875rem;height:1.25rem;top:6.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWitLzgIbkXAZ88u1Z3TU8dSFJTssMr6 { width:5.375rem;height:0.8125rem;top:6rem;left:7.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeIQVhkfoGiXhovXHunJyxJ68BBhLCc8 { width:12rem;height:1rem;top:17.5rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Wfkc0mzwTThS5Acy4FdBMXrORtTUvPyW { width:12rem;height:3.9375rem;top:18.8125rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tMEWbwKAAQinb6qKCw9FSpFfPk9EvOxe { width:1.4375rem;height:1.4375rem;top:13.0625rem;left:10.3125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #fWgDP0qTvb8266qaB0sVe3ozoZBDMUCK { width:1.4375rem;height:1.4375rem;top:13.0625rem;left:8.25rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yb3JO5s4EdeEonQNzQrRl9ELPTTKlwkT { width:1.4375rem;height:1.4375rem;top:4.5625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp { display:block; }#oTV0wnvJNTBW00TVeEX2q1FwykApU5Jp > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQUFRv32JTwHiqvG59FoeTID8CAoOLAS { width:6.25rem;height:6.25rem;top:0.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypzH6yVaN43gHWmNngqWtRtQnE0p9317 { width:1.4375rem;height:1.4375rem;top:13.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JH8wZIkEAa4UiPRhA9cOR3Ahf6tz6Fra { width:12rem;height:0;top:8.0625rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #xHKxyIgk6iW2gZVSO5hcuervquPWUHHv { width:12rem;height:1rem;top:11.4375rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;z-index:15023;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mH48nrQLFIC2apTNmHItk5FxtTuhTkrk { width:2.1875rem;height:1.25rem;top:8.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoxiR4fovJH1qdrNnSmNdduqFmsW3KVd { width:5.375rem;height:0.8125rem;top:7.25rem;left:7.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aefG2orirQBrCxlUKCwLNXOAqBOkhUL8 { width:12rem;height:1rem;top:17.5rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cFnA8OQQVhxCepKoTvsaqKk7lFLvCvKC { width:12rem;height:3.9375rem;top:18.8125rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CU4CVUvOmeBrTyMzIiRRGCMpMnIDbqqV { width:1.4375rem;height:1.4375rem;top:13.0625rem;left:10.3125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #xNALQBwWKkLJDbhQXwwKSe00VnuZPtCG { width:1.4375rem;height:1.4375rem;top:13.0625rem;left:8.25rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vL9Ec3IaIsrWOzKBeAarlTTZxuhQK9fk { width:1.4375rem;height:1.4375rem;top:4.5625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3oDViXLEOatTWESR3Ems2xnDJTqWnHN { display:block; }#G3oDViXLEOatTWESR3Ems2xnDJTqWnHN > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iblOTmkqTOlM36UkiXkhPV86RHNUNKt8 { width:12.1875rem;height:1.125rem;top:5.6875rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNTTaKcps3vkK1Lq4uOyL6ZcQVNZTHpJ { width:11.5rem;height:1.125rem;top:1.625rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hoBpOdHb5oy9hrJCti66zLPVT99DPC0t { width:5.625rem;height:1.125rem;top:3.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3gQ0EzmQEbST3eo3TrQzauaO4rtra7R { display:block; }
 }@media only screen and (max-width: 763px) { #vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi { background-color:#578958;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi > .row .container { background-color: transparent; background-image: none; }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi > .row .container > .video-iframe-container { display: none; }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi > .row > .video-iframe-container { display: none; }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi > .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); }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi > .row .container { border-width: 0; border-radius: 0; }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vV4ClnLU8BsQCzXy8q7x1v896nmAJ7qi > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWDieCnUQq38HyiKsPwSgUuOJgLTOFJc { width:20rem;height:1.25rem;top:0.375rem;left:0rem;font-size:0.8125rem;line-height:1.6;text-align:center;text-align-last:center;font-family:lato;font-weight:300;font-style:normal;z-index:15031;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KAhEPV6qORQ6BC8uspdatHZC1GSDKS21 { display:block; }#KAhEPV6qORQ6BC8uspdatHZC1GSDKS21 > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORBnv7DDCB94VmSh2JEIkR1XVuLVSyRE { top:0.34375rem;left:0rem;width:20rem;height:1.3125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg { display:block; }#giJGKpq1tkEKCtyO1CdOrAGW7BtemXIg > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCZH5ukfE7uN8I46OEybEX5LAsyQX0aT { width:19.6875rem;height:4.5rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrZ4HfIREtCbiixi65DiQRhgULy95Ill { width:20rem;height:1.28515625rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhUcz9WE2mEWaarThgEzUF8aM4Ai85W0 { width:19rem;height:6.75rem;top:7rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEouzHLeQEJyhzFbnPnJ0TI372svEEGK { width:18.125rem;height:6.75rem;top:15rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUb4ieQJsXd9oiBbWeENeatz10skTTRQ { width:20rem;height:2.25rem;top:25.53515625rem;left:0rem;font-size:0.875rem;display:block; }
 }