.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,255,238;--color-primary-1:255,255,198;--color-primary-2:255,255,140;--color-primary-3:128,128,70;--color-primary-4:38,38,21;--color-secondary-0:241,249,254;--color-secondary-1:209,235,253;--color-secondary-2:163,215,251;--color-secondary-3:82,108,126;--color-secondary-4:24,32,38;--color-tertiary-0:255,255,255;--color-tertiary-1:202,202,202;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Sans Pro Bold";--paragraphs-font-family:"Roboto"; }@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-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi { 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;z-index:auto;display:block; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { background-color: transparent; background-image: none; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container > .video-iframe-container { display: none; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row > .video-iframe-container { display: none; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .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); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { border-width: 0; border-radius: 0; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#WdMy4trsGC6fuZpoDMKdG8FTszBrD08Q { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:11.75rem;top:1.4375rem;left:3.4375rem;overflow:hidden;display:block; }
#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { 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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:block; }#oudaSBeT0KRlISVtQOCQTnP055qopTb8 { color:#2d2d29;display:block;width:52.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:10.25rem;left:3.8125rem;height:3.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oPHDJT4uCrN3EWn8mFPSikSLKVOe0ukI { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:16.4375rem;left:3.8125rem;height:10.2363125rem;font-style:normal;display:block; }
#frWN08HW2fZtNgxv6RlhE5VlUz3eJZKd { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:40.4375rem;top:10.25rem;left:32.75rem;overflow:hidden;display:block; }
#KFmCLZGaw1M4xuJfMam93t0pUT3Ju8Ax { background-color:#282728;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.5625rem;left:48.375rem;display:block; }
#ubDtQZH6Fu54s21QdEGWeWzbk9s1p3Hb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y7DOilcTtI6FOznlkqn3J6LxaLdOuN2z { color:rgba(var(--color-tertiary-0),0.38);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:23.4375rem;left:85.96875rem;height:19.2rem;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; }
#Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM { 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; }#Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM > .row .container { background-color: transparent; background-image: none; }#Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM > .row .container > .video-iframe-container { display: none; }#Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM > .row > .video-iframe-container { display: none; }#Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM > .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); }#Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM > .row .container { border-width: 0; border-radius: 0; }#Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:75rem;position:relative;display:block; }#KEeNXfSZySo2pJZTqeSW8l9CqGbhe20P { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:10.994529724121rem;left:18.125rem;height:0;text-align:left;text-align-last:left;display:none; }
#q3qkAzG6nTOUnoOPORUUB8Rq9IPe7oR9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:16.875rem;left:15rem;height:1.70625rem;font-style:normal;display:block; }
#kTWN03wA5RFiCRRsCKEh0q96zmfN0wqx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:19.1875rem;left:14.9375rem;height:2.6rem;font-style:normal;display:block; }
#xTA3LyAZt8OIOgQxvN66drtlG1IM28Ac { color:#282728;display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:3.1875rem;left:3.6875rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#bBdtOhZwyngRnrhyLivOyqU363XMouoe { color:#2d2d29;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:5.9375rem;left:3.6875rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#p1buVnxiLfDEkp9EVuRHzkgIImu1BBRl { box-sizing:content-box;height:16rem;width:26.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:12.5rem;left:9.6875rem;display:block; }
#UuItHnsm5KU4TdWeVvWATKwT1IPrEmat { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:15rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.375rem;left:15.625rem;display:block; }
#UZRT41aHAMraedDv40lIs2AWEpPPDqaX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IVLWXN5ehVtENgQoXVZdwwytG117MUuH { color:rgba(var(--color-tertiary-0),0.23);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:10.375rem;left:9rem;height:20.8rem;display:block; }
#e14hN75eFVTktONxXQzCcck87udiGTGs { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:13.4375rem;left:21.75rem;overflow:hidden;display:block; }
#Ad02sfJHRNVMEb0EZLwsmOrn8lQaVwDw { color:rgba(var(--color-tertiary-0),0.2);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.3125rem;left:40.5rem;height:20.8rem;display:block; }
#aGFh2ONryfaC3NbeD0bLRrCzyTVdJITu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:15rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:23.375rem;left:45.0625rem;display:block; }
#QX21HszEo4SUKKTSRoIQlo9mMUFMgQS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rU2GXpARU2SzB692whK2XSXog9xeQwcp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:43.5rem;height:2.6rem;font-style:normal;display:block; }
#uVMUmw450QJIndywbAAUS4tJkGuxlErG { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.875rem;left:43.5rem;height:1.70625rem;font-style:normal;display:block; }
#roGRNTfkJIIoAkMf4qTUmEMgzFg60yno { 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:2.75rem;width:2.75rem;top:13.5625rem;left:51.1875rem;overflow:hidden;display:block; }
#tmaprKHsDUPJJWb1VwWunuIEti7nTa5w { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:35.5rem;left:15rem;height:3.4125rem;font-style:normal;display:block; }
#qVzf86VQFND2H6bTNpuveERb7bfGIHhm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:40.0625rem;left:15rem;height:2.6rem;font-style:normal;display:block; }
#LISowdKxgaTo93khAehQCmbD6hPVypSP { 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:2.4375rem;width:2.4375rem;top:32.5rem;left:21.875rem;overflow:hidden;display:block; }
#ClOLRuLkcsw7Bd4CtGaFkHA6rlJuTRWH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:15rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:43.9375rem;left:15.625rem;display:block; }
#XkyFgEz89DUBoJsDcQVmZ4GsseKQsnFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OSbVITylx7JisCQG3IQnexpiZmZTMhcq { color:rgba(var(--color-tertiary-0),0.22);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.5rem;left:9.6875rem;height:20.8rem;display:block; }
#vchocPtymlLDBufufbapQazy3z5m4cri { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:32.3125rem;left:51.1875rem;overflow:hidden;display:block; }
#xDsIshRrIcdF9qbTlVAaVl8gOBMtdOK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:35.5625rem;left:43.5rem;height:3.4125rem;font-style:normal;display:block; }
#dHNv7QpTEKCWpAV9LXwHcVaVzCcS3kOT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:39.9375rem;left:43.5rem;height:2.6rem;font-style:normal;display:block; }
#UcfBUxpnJIU94bmTTusfU8y1OnTWS4Vf { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:15rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:43.9375rem;left:45.0625rem;display:block; }
#yQuvLigoWOv86EPUWGMf2HQ5yBhiAyqk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJGsEDA0bQO4pAGopJxKA59ZBzUPKLog { color:rgba(var(--color-tertiary-0),0.22);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.8125rem;left:38.5rem;height:20.8rem;display:block; }
#uLgvNlET2h8HH7qXJWdU424OwgNQxs9G { box-sizing:content-box;height:16rem;width:26.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:12.5625rem;left:39.125rem;display:block; }
#HuJG1UR61dwgwu5SFEAPxz8gyX8dXzuR { box-sizing:content-box;height:17.9375rem;width:26.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:31.125rem;left:9.6875rem;display:block; }
#RFHEEleJgdoVSdCH1HswIk2QxaebokVO { box-sizing:content-box;height:17.9375rem;width:26.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:31.125rem;left:39.0625rem;display:block; }
#UEdEOOfctTI7HbDpvXGHkLERFyNRHI8d { background-color:#282728;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:51.4375rem;left:32.9375rem;display:block; }
#BHbStkOwW0stlxKcXnT2G5belTeHPXkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JA3o8l3UwOOCaybRdQbTcCos9ycQVc6D { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:3.1867184638977rem;left:60.812500953674rem;overflow:hidden;display:block; }
#E6tsSOBTe9JLwz86O35VpRu78XTlOCXl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fecacc;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; }#E6tsSOBTe9JLwz86O35VpRu78XTlOCXl > .row .container { background-color: transparent; background-image: none; }#E6tsSOBTe9JLwz86O35VpRu78XTlOCXl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6tsSOBTe9JLwz86O35VpRu78XTlOCXl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6tsSOBTe9JLwz86O35VpRu78XTlOCXl > .row .container > .video-iframe-container { display: none; }#E6tsSOBTe9JLwz86O35VpRu78XTlOCXl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6tsSOBTe9JLwz86O35VpRu78XTlOCXl > .row > .video-iframe-container { display: none; }#E6tsSOBTe9JLwz86O35VpRu78XTlOCXl > .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); }#E6tsSOBTe9JLwz86O35VpRu78XTlOCXl > .row .container { border-width: 0; border-radius: 0; }#E6tsSOBTe9JLwz86O35VpRu78XTlOCXl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6tsSOBTe9JLwz86O35VpRu78XTlOCXl > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;position:relative;display:block; }#gmTE2vrHLXrJtfNP3DJriAr3nqPwTkAW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:17.123046875rem;left:8.4990234375rem;height:1.70605625rem;font-style:normal;display:block; }
#skmbVUWfZRS4gUi8zroFf7T378MoGQrw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:20.435546875rem;left:6.6865234375rem;height:11.69821875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcG5C2HZNvzZxU2pTSpnNaeN38WSJSc9 { color:#282728;display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:5.3125rem;left:4rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#wxK31feNsAZRXJzUfTCnSBUbRprdpu9k { color:#282728;display:block;width:64.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:8.25rem;left:4rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#VZ303dJxirrTM3vZ1Uy3F00iCLEosPKT { box-sizing:content-box;height:25.9375rem;width:20.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:13.123046875rem;left:4.9375rem;display:block; }
#y9Q19PymqLsfcWlpHTUgVzrSSIgQv1bF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:15rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:33.6875rem;left:7.6240234375rem;display:block; }
#K4dagCqCmeSEVWLnioRUgtRffqgK1sPd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQ2WCuG7NM2eVK8qGSkKRclXQn4liAw8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:15rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:33.6875rem;left:30.3125rem;display:block; }
#EQBIqJckTSZNwE7p2tTfpLz8yhISZu8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vfk3f3s2TDHFGDPC1o5CKyozHezJN5LD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:15rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:33.75rem;left:53.4375rem;display:block; }
#CTTU6Eiqv6EJzLbVcuKxoXLZCFpQ41Op { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pBFAKbgIyKGUwTOgre9wIpBD7tvLRI2P { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:21.736328125rem;left:29.0625rem;height:9.0986375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rmbprqT3Cv2xMw2J1PWTvz1DOEOxXe2t { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.998046875rem;left:29.5rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wl2fh7zxWEVmaQNtuXei3262QFFU4tFJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.998046875rem;left:52.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5RaZJBXJUCvt2Du2KoeeM2mn0wWIqeu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:20.435546875rem;left:52.1875rem;height:7.79883125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CB16oNn3KdQ3m69INWgkCoeGaD7emtLo { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:14.15625rem;left:59.25rem;overflow:hidden;display:block; }
#fAnd112rlrBF3VWxrPTKX1TD8atffrph { 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:2.375rem;width:2.375rem;top:14.185546875rem;left:13.8740234375rem;overflow:hidden;display:block; }
#lHyhXiIBguDOq1tPxFQr7RUGyZqLfpTX { 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:2.625rem;width:2.625rem;top:13.798828125rem;left:36.5rem;overflow:hidden;display:block; }
#fzVHsVWtVn4UiPZKSTxGlvC1fHcDodd1 { color:rgba(var(--color-tertiary-0),0.22);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.072265625rem;left:8.8740234375rem;height:20.7998125rem;display:block; }
#VFh2RB6LZVSiw5ZCfZRMaFesvzCFTCzx { color:rgba(var(--color-tertiary-0),0.22);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:12.935546875rem;left:32.3125rem;height:20.7998125rem;display:block; }
#JQ9Fl7ibSeJ5tw1yOVzbAu567vlXET8w { color:rgba(var(--color-tertiary-0),0.22);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:13.935546875rem;left:54.6875rem;height:20.7998125rem;display:block; }
#uZndNNwqsuL48NQTKynyXx6uscR46t5h { background-color:#282728;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:41.4365234375rem;left:28.8125rem;display:block; }
#y0nmHILbn9sbplnTBWL01XdqIeeH30bo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#myz3ymkNR83Onk3WsAZKe0sImRTlTKMp { box-sizing:content-box;height:25.9375rem;width:20.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:13.125rem;left:27.75rem;display:block; }
#Ts7JPWDJagg910lELiyy8aT2PPxSQz2J { box-sizing:content-box;height:25.9375rem;width:20.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:13.125rem;left:50.875rem;display:block; }
#G1CRkPCF9dKoATiz0x7aN7wsaDA07VCW { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:5.349609375rem;left:62.9248046875rem;overflow:hidden;display:block; }
#FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaa581;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; }#FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y > .row .container { background-color: transparent; background-image: none; }#FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y > .row .container > .video-iframe-container { display: none; }#FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y > .row > .video-iframe-container { display: none; }#FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y > .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); }#FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y > .row .container { border-width: 0; border-radius: 0; }#FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:75rem;position:relative;display:block; }#K1ovuL4cZN6y3fOG44rPq376LVPit3eD { color:#2d2d29;display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:6.9375rem;left:3.6875rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#pikV1RntHqA0HqVLsekPZw3gDSnCfzRH { color:#2d2d29;display:block;width:64.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:9.875rem;left:3.6875rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#g2UMUOUhg32BH63gQv85LDIcu7zRqWeV { color:rgba(var(--color-tertiary-0),0.23);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.3125rem;left:8.625rem;height:20.7998125rem;display:block; }
#n2NOvswHTksGDw900Iy2gyvkvEF40wes { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:20.25rem;left:13.1875rem;height:3.4121125rem;font-style:normal;display:block; }
#oPDlhghNZNMrGDTqpA6h0oqBePhPzCWa { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.375rem;left:13.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#kHGsmRrhd3BhGmR4oEh2kaZnmlfVmJIw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:15rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.625rem;left:14.5625rem;display:block; }
#Xs5oTbfQaStiTJeU3HXJJBd1iWDI3Qq4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3q81IkaTM6BUb9FBboT0LtUiTUufsek { color:rgba(var(--color-tertiary-0),0.23);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.25rem;left:39.5rem;height:20.7998125rem;display:block; }
#LM8Lp0tLyN7hmEV8EGPgv4TyJr5HhKUK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:20.25rem;left:43.0625rem;height:3.4121125rem;font-style:normal;display:block; }
#ft5ZPLhMkPSTxUR2v0rrudDSwk6bkw02 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.375rem;left:43.0625rem;height:2.5996125rem;font-style:normal;display:block; }
#kTTRa3SoGtzHtsCoI709aIDtsswBuoQr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:15rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.625rem;left:45.8125rem;display:block; }
#CS1fK9QQKtVFyuOQzwCDMnoEGFgQTCSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThdTTzoJU4XDBLDiXg5a8WD0surONG66 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;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:17.125rem;left:52.46875rem;overflow:hidden;display:block; }
#EHdc9FbLNc135HsyuwOW69D1Ek5vNSIO { box-sizing:content-box;height:17.9375rem;width:26.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:16rem;left:8.625rem;display:block; }
#TNuSBVe5WEhrrCETNqpROy5NXbzU8INk { box-sizing:content-box;height:17.9375rem;width:26.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:16rem;left:39.5rem;display:block; }
#Um2iHUvDAFX6XATSpP9vtP1qpXZM0hlu { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:17rem;left:20.6875rem;overflow:hidden;display:block; }
#u4CoGchR4AhAaDk0Dn1QeGBHIHMAmVMc { background-color:#282728;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40.435546875rem;left:30.75rem;display:block; }
#u191cSx3UGKswMERQWpbhMdhpLR3PAUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGItdAktdOOXQA6VDgXOh2NzovyALB34 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:6.9375rem;left:60.8125rem;overflow:hidden;display:block; }
#Tnx2sCaUsGdPZwSmHBNcsK0ufHF4E3Bx { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:37.9228515625rem;left:25.75rem;overflow:hidden;display:block; }
#f5lQZigK8rqNg7JzqOChUazBbHscPfkM { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;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:37.66015625rem;left:42.0498046875rem;overflow:hidden;display:block; }
#JvTTKXlKIhgtEnCO12my5HeQ9neqwhFo { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:40.873046875rem;left:46.974609375rem;overflow:hidden;display:block; }
#bxROHWPTk0NIS9B67ixea7Ve9Pp5rtAc { box-sizing:content-box;height:0.3125rem;width:0.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#2d2d29;background-image:none;top:43.873046875rem;left:27.6748046875rem;display:block; }
#FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz { 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; }#FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz > .row .container { background-color: transparent; background-image: none; }#FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz > .row .container > .video-iframe-container { display: none; }#FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz > .row > .video-iframe-container { display: none; }#FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz > .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); }#FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz > .row .container { border-width: 0; border-radius: 0; }#FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#RGBW9PJTsZKPDV4KpSKR6XXJfix6ZQST { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:10.994529724121rem;left:18.125rem;height:0;text-align:left;text-align-last:left;display:none; }
#tiuNqJLzS8m5PqGwOulnDM2qI5zUItGq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:14998;line-height:1.3;letter-spacing:0;top:17.6875rem;left:12.4375rem;height:1.70625rem;font-style:normal;display:block; }
#mwGqWscdel7TJZJ1p16TGWU7La2d95Fy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:20.3125rem;left:12.4375rem;height:2.6rem;font-style:normal;display:block; }
#FFsAbTJJPktF6PfTT6o8MDJ9xaf7SEft { color:#2d2d29;display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:2.5rem;left:3.5625rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#MII3cHvP1DqtA3Tx3C0NlJTR8Ot75yrJ { color:#2d2d29;display:block;width:65.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:5.8125rem;left:3.5625rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#XgaLJ9ThSV0JqEi3MUydEDCtCUBHvpbC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:15rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.6875rem;left:14.125rem;display:block; }
#U14ZAeSB8aG4Kd3yHMpxP8kHT9dEMlO3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVdOPs5E7B3SRT2GaXZQB5ioOogL9hui { color:rgba(var(--color-tertiary-0),0.38);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:14995;line-height:1.1;letter-spacing:0;top:11.4375rem;left:9.1875rem;height:17.599625rem;display:block; }
#tZd1GL3eKKcIbk2KOCy4gppG5UNMvhap { color:rgba(var(--color-tertiary-0),0.38);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:10.625rem;left:37.375rem;height:19.2rem;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; }
#hkwMkGb75rnp5Evfikxaa7Wt4Z3y4SkN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:15rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:24.6875rem;left:44.5625rem;display:block; }
#V9okpmiG1e6wHIA9OgAaP1xTHyv92UsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsKs9fyyiPn1r65y4PMQIwlJsfi43EZl { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.625rem;left:42.25rem;height:3.8994125rem;font-style:normal;display:block; }
#LsyHKIkbDse4TAAHpq0fX2CdueUqXM3N { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.6875rem;left:42.25rem;height:1.70625rem;font-style:normal;display:block; }
#hg56ldmsHTBgZhOiSRHF2ULcTZ9nFnNk { box-sizing:content-box;height:17.9375rem;width:26.875rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:12.625rem;left:7.375rem;display:block; }
#l1bO7gUpqOWHMhTbtHG4rQ1StCfu3ylo { box-sizing:content-box;height:17.9375rem;width:26.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.32);background-image:none;top:12.625rem;left:38.625rem;display:block; }
#Q6u8SeXDVw22fv4WGO58V5HvnQyGkgkD { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:13.875rem;left:20.25rem;overflow:hidden;display:block; }
#I5ZLsVlSTH868Dcylou6uiUcyXk7LdLM { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:13.8125rem;left:50.625rem;overflow:hidden;display:block; }
#lMyKPumzvzaxFro4plZCgukxSvA1trLo { color:rgba(var(--color-tertiary-0),0.38);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:14996;line-height:1.1;letter-spacing:0;top:11.4375rem;left:17.5625rem;height:17.6rem;display:block; }
#CoiF9a8PMrSgXwTrAxG6e37W6dKU7Ank { color:rgba(var(--color-tertiary-0),0.38);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:10.625rem;left:44.5625rem;height:19.2rem;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; }
#GXWDvgmzKqAHlTWN4W1is6NySBG8ffni { 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:8.1875rem;width:8.1875rem;top:33.59921836853rem;left:32.343750953674rem;overflow:hidden;display:block; }
#WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO { 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; }#WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO > .row .container { background-color: transparent; background-image: none; }#WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO > .row .container > .video-iframe-container { display: none; }#WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO > .row > .video-iframe-container { display: none; }#WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO > .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); }#WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO > .row .container { border-width: 0; border-radius: 0; }#WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#dOuyER0B1gBhGQaTvo4zEvycHg7NiiWO { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:10.994529724121rem;left:18.125rem;height:0;text-align:left;text-align-last:left;display:none; }
#e8wzKL51TJ1qWNbdaWKw3OhxmCZTocWc { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.4921875rem;left:19.499218940735rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhL6S7LwrGXhTEKCXeMe3cXGRc9BufTB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:20.1875rem;top:5.6796875rem;left:27.406250953674rem;overflow:hidden;display:block; }
#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f3f6;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; }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row .container { background-color: transparent; background-image: none; }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row .container > .video-iframe-container { display: none; }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row > .video-iframe-container { display: none; }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .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); }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row .container { border-width: 0; border-radius: 0; }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#l9JxrWJILaaKqAbBHTlnJymkXgvfCqKg { 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:9rem;width:58.5625rem;top:8.78125rem;left:8.21875rem;overflow:hidden;display:block; }
#eQFy3wiJkc4OboIO4CqMh967gFwEdQ7E { color:rgba(var(--color-tertiary-4),1);display:block;width:31.434375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:4.7492189407349rem;left:21.78281211853rem;height:1.50024375rem;text-align:center;text-align-last:center;display:block; }
#Tmyc9hAoCziVagePAxow6blh2K26g6XZ { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { background-color: transparent; background-image: none; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container > .video-iframe-container { display: none; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row > .video-iframe-container { display: none; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .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); }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { border-width: 0; border-radius: 0; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#qxKetNEILpJkgEC3iPtwTbzKRQrTbnoS { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:1.950075rem;font-style:normal;display:block; }
#tzT3aMTbfU5vqrfkvaGfWVc9Pb7QHcOc { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:53.562501907349rem;height:1.950075rem;font-style:normal;display:block; }
#KXGPOEkUhz368dmxLuDGBwSrWQxnFeby { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.3rem;display:block; }
#E5THH06lnlbifX8l7UReM7nfar6eSvwG { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.7373046875rem;left:0rem;height:1.3rem;display:block; }
#xArMMKVOzged1BDDEkatXTgMTyCKz3gr { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:1.3rem;display:block; }
#dI0mMkTeBHg4TGNQ9N4P9vsGqomRXuCn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0rem;height:1.3rem;display:block; }
#lDUyyifWsX0f1XcTJEQG8p9ZwWBbL08z { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.9375rem;left:0rem;height:1.3rem;display:block; }
#Bpg3gMG3oRBMdf5PwzyG4lFrBOmks0uz { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25rem;left:0rem;height:1.3rem;display:block; }
#Zr9Sq33ZgdmkRve4TEK6moS7HM1QPu3O { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0rem;height:1.3rem;display:block; }
#eeFTxa4IKmaOlLc8ftzfHpm1knlaMJUa { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.375rem;left:0rem;height:1.3rem;display:block; }
#lQr121QBMk3nevU8Ht8O7McEF1D8EfG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.8125rem;left:0rem;height:1.3rem;display:block; }
#ZFcl2upfUazlViaE7HuSwLA4UsQwyAU2 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.375rem;left:53.5625rem;height:1.3rem;display:block; }
#IIGNIUrZsAV2hmTFPNsZuMmu5nx78Uta { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.75rem;left:53.5625rem;height:1.3rem;display:block; }
#vRTpgHVQk53FMnIWiRPLectHqMRGSSP3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.125rem;left:53.5625rem;height:1.3rem;display:block; }
#dOzmacE8KNIIDvEOwny8FZq6MAdAiDsz { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.625rem;left:53.5625rem;height:1.3rem;display:block; }
#R20y8RZqywwCQpElOg34Iz3dlqkN1Sfb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0625rem;left:32.25rem;height:1.950075rem;font-style:normal;display:block; }
#nyT4W3psiwEZhBTucyNRC6TJGgbJNheO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.375rem;left:32.25rem;height:1.3rem;display:block; }
#OH0Vlgm27bWwJLp7NaMltLvFKzg2wy69 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.7373046875rem;left:32.25rem;height:1.3rem;display:block; }
#Ncq6zCcQRJgn1qPopZ7T2MbsqAqvi3Nx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.125rem;left:32.25rem;height:1.3rem;display:block; }
#QchBWBF5GChhn2hhnfBPnTKLNe84LeAC { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.625rem;left:32.250001907349rem;height:1.3rem;display:block; }
#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { background-color: transparent; background-image: none; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container > .video-iframe-container { display: none; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row > .video-iframe-container { display: none; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .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); }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { border-width: 0; border-radius: 0; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#ki5x69OC7TIItSttvPTMbu7vicpOB0Hk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.125rem;left:30.375rem; }
#ki5x69OC7TIItSttvPTMbu7vicpOB0Hk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.0625rem;left:34.625rem; }
#NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#LGJR3QoFTmn7DTeseGqwagH61i5OSb0E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.125rem;left:38.5625rem; }
#LGJR3QoFTmn7DTeseGqwagH61i5OSb0E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:0.9375rem;left:42.5625rem; }
#qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K > .row .container { background-color: transparent; background-image: none; }#ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K > .row .container > .video-iframe-container { display: none; }#ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K > .row > .video-iframe-container { display: none; }#ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K > .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); }#ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K > .row .container { border-width: 0; border-radius: 0; }#ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K > .row .container { font-size:0.875rem;font-family:arial;height:1.4375rem;width:75rem;position:relative;display:block; }#KBOtwvr6ytg22TkUazrSTLHJODC8rWVh { color:rgba(var(--color-tertiary-1),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.35234451293945rem;left:18.561718940735rem;height:0.73125rem;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) { #baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi { display:block; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdMy4trsGC6fuZpoDMKdG8FTszBrD08Q { top:1.4375rem;left:0rem;width:11.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oudaSBeT0KRlISVtQOCQTnP055qopTb8 { top:10.25rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPHDJT4uCrN3EWn8mFPSikSLKVOe0ukI { top:16.4375rem;left:0rem;width:29.5625rem;height:10.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frWN08HW2fZtNgxv6RlhE5VlUz3eJZKd { top:10.25rem;left:7.3125rem;width:40.4375rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFmCLZGaw1M4xuJfMam93t0pUT3Ju8Ax { width:9.1875rem;height:3.4375rem;top:31.5625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubDtQZH6Fu54s21QdEGWeWzbk9s1p3Hb { display:block; }
 }@media only screen and (max-width: 763px) { #y7DOilcTtI6FOznlkqn3J6LxaLdOuN2z { top:24.0625rem;left:23.9375rem;width:23.8125rem;height:;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM { display:block; }#Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEeNXfSZySo2pJZTqeSW8l9CqGbhe20P { top:10.9375rem;left:4.5rem;width:37.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3qkAzG6nTOUnoOPORUUB8Rq9IPe7oR9 { top:16.875rem;left:1.375rem;width:20.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTWN03wA5RFiCRRsCKEh0q96zmfN0wqx { top:19.1875rem;left:1.3125rem;width:20.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTA3LyAZt8OIOgQxvN66drtlG1IM28Ac { top:3.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBdtOhZwyngRnrhyLivOyqU363XMouoe { top:5.9375rem;left:0rem;width:37.5rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1buVnxiLfDEkp9EVuRHzkgIImu1BBRl { top:12.5rem;left:0rem;width:26.875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuItHnsm5KU4TdWeVvWATKwT1IPrEmat { width:15rem;height:3.4375rem;top:23.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZRT41aHAMraedDv40lIs2AWEpPPDqaX { display:block; }
 }@media only screen and (max-width: 763px) { #IVLWXN5ehVtENgQoXVZdwwytG117MUuH { top:10.375rem;left:0rem;width:19.25rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #e14hN75eFVTktONxXQzCcck87udiGTGs { top:13.4375rem;left:8.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad02sfJHRNVMEb0EZLwsmOrn8lQaVwDw { top:10.3125rem;left:26.875rem;width:12.5rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGFh2ONryfaC3NbeD0bLRrCzyTVdJITu { width:15rem;height:3.4375rem;top:23.375rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX21HszEo4SUKKTSRoIQlo9mMUFMgQS0 { display:block; }
 }@media only screen and (max-width: 763px) { #rU2GXpARU2SzB692whK2XSXog9xeQwcp { top:19.1875rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVMUmw450QJIndywbAAUS4tJkGuxlErG { top:16.875rem;left:27.125rem;width:20.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roGRNTfkJIIoAkMf4qTUmEMgzFg60yno { top:13.5625rem;left:37.5625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmaprKHsDUPJJWb1VwWunuIEti7nTa5w { top:35.5rem;left:1.375rem;width:27.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVzf86VQFND2H6bTNpuveERb7bfGIHhm { top:40.0625rem;left:1.375rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LISowdKxgaTo93khAehQCmbD6hPVypSP { top:32.5rem;left:8.25rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClOLRuLkcsw7Bd4CtGaFkHA6rlJuTRWH { width:15rem;height:3.4375rem;top:43.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkyFgEz89DUBoJsDcQVmZ4GsseKQsnFx { display:block; }
 }@media only screen and (max-width: 763px) { #OSbVITylx7JisCQG3IQnexpiZmZTMhcq { top:28.5rem;left:0rem;width:12.5rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #vchocPtymlLDBufufbapQazy3z5m4cri { top:32.3125rem;left:37.5625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDsIshRrIcdF9qbTlVAaVl8gOBMtdOK2 { top:35.5625rem;left:27.5625rem;width:20.1875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHNv7QpTEKCWpAV9LXwHcVaVzCcS3kOT { top:39.9375rem;left:26.375rem;width:21.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcfBUxpnJIU94bmTTusfU8y1OnTWS4Vf { width:15rem;height:3.4375rem;top:43.9375rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQuvLigoWOv86EPUWGMf2HQ5yBhiAyqk { display:block; }
 }@media only screen and (max-width: 763px) { #zJGsEDA0bQO4pAGopJxKA59ZBzUPKLog { top:28.8125rem;left:24.875rem;width:12.5rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLgvNlET2h8HH7qXJWdU424OwgNQxs9G { top:12.5625rem;left:20.875rem;width:26.875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuJG1UR61dwgwu5SFEAPxz8gyX8dXzuR { top:31.125rem;left:0rem;width:26.875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFHEEleJgdoVSdCH1HswIk2QxaebokVO { top:31.125rem;left:20.875rem;width:26.875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEdEOOfctTI7HbDpvXGHkLERFyNRHI8d { width:9.1875rem;height:3.4375rem;top:51.4375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHbStkOwW0stlxKcXnT2G5belTeHPXkl { display:block; }
 }@media only screen and (max-width: 763px) { #JA3o8l3UwOOCaybRdQbTcCos9ycQVc6D { top:3.125rem;left:42rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6tsSOBTe9JLwz86O35VpRu78XTlOCXl { display:block; }#E6tsSOBTe9JLwz86O35VpRu78XTlOCXl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmTE2vrHLXrJtfNP3DJriAr3nqPwTkAW { top:17.0625rem;left:0rem;width:16.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skmbVUWfZRS4gUi8zroFf7T378MoGQrw { top:20.375rem;left:0rem;width:16.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcG5C2HZNvzZxU2pTSpnNaeN38WSJSc9 { top:5.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxK31feNsAZRXJzUfTCnSBUbRprdpu9k { top:8.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ303dJxirrTM3vZ1Uy3F00iCLEosPKT { top:13.0625rem;left:0rem;width:20.125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Q19PymqLsfcWlpHTUgVzrSSIgQv1bF { width:15rem;height:3.4375rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4dagCqCmeSEVWLnioRUgtRffqgK1sPd { display:block; }
 }@media only screen and (max-width: 763px) { #SQ2WCuG7NM2eVK8qGSkKRclXQn4liAw8 { width:15rem;height:3.4375rem;top:33.6875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQBIqJckTSZNwE7p2tTfpLz8yhISZu8T { display:block; }
 }@media only screen and (max-width: 763px) { #vfk3f3s2TDHFGDPC1o5CKyozHezJN5LD { width:15rem;height:3.4375rem;top:33.75rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTU6Eiqv6EJzLbVcuKxoXLZCFpQ41Op { display:block; }
 }@media only screen and (max-width: 763px) { #pBFAKbgIyKGUwTOgre9wIpBD7tvLRI2P { top:21.6875rem;left:15.4375rem;width:16.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmbprqT3Cv2xMw2J1PWTvz1DOEOxXe2t { top:16.9375rem;left:15.875rem;width:16.5625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl2fh7zxWEVmaQNtuXei3262QFFU4tFJ { top:16.9375rem;left:31.1875rem;width:16.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5RaZJBXJUCvt2Du2KoeeM2mn0wWIqeu { top:20.375rem;left:30.875rem;width:16.875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB16oNn3KdQ3m69INWgkCoeGaD7emtLo { top:14.125rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAnd112rlrBF3VWxrPTKX1TD8atffrph { top:14.125rem;left:0.2490234375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHyhXiIBguDOq1tPxFQr7RUGyZqLfpTX { top:13.75rem;left:22.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzVHsVWtVn4UiPZKSTxGlvC1fHcDodd1 { top:13.0625rem;left:0rem;width:12.5rem;height:20.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFh2RB6LZVSiw5ZCfZRMaFesvzCFTCzx { top:12.875rem;left:18.6875rem;width:12.5rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ9Fl7ibSeJ5tw1yOVzbAu567vlXET8w { top:13.875rem;left:35.25rem;width:12.5rem;height:20.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZndNNwqsuL48NQTKynyXx6uscR46t5h { width:17.375rem;height:3.4375rem;top:41.375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0nmHILbn9sbplnTBWL01XdqIeeH30bo { display:block; }
 }@media only screen and (max-width: 763px) { #myz3ymkNR83Onk3WsAZKe0sImRTlTKMp { top:13.125rem;left:14.125rem;width:20.125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts7JPWDJagg910lELiyy8aT2PPxSQz2J { top:13.125rem;left:27.625rem;width:20.125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1CRkPCF9dKoATiz0x7aN7wsaDA07VCW { top:5.3125rem;left:41.9375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y { display:block; }#FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1ovuL4cZN6y3fOG44rPq376LVPit3eD { top:6.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pikV1RntHqA0HqVLsekPZw3gDSnCfzRH { top:9.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2UMUOUhg32BH63gQv85LDIcu7zRqWeV { top:15.3125rem;left:0rem;width:12.5rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2NOvswHTksGDw900Iy2gyvkvEF40wes { top:20.25rem;left:0rem;width:27.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPDlhghNZNMrGDTqpA6h0oqBePhPzCWa { top:24.375rem;left:0rem;width:20.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHGsmRrhd3BhGmR4oEh2kaZnmlfVmJIw { width:15rem;height:3.4375rem;top:28.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs5oTbfQaStiTJeU3HXJJBd1iWDI3Qq4 { display:block; }
 }@media only screen and (max-width: 763px) { #Q3q81IkaTM6BUb9FBboT0LtUiTUufsek { top:15.25rem;left:25.875rem;width:12.5rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM8Lp0tLyN7hmEV8EGPgv4TyJr5HhKUK { top:20.25rem;left:27.0625rem;width:20.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft5ZPLhMkPSTxUR2v0rrudDSwk6bkw02 { top:24.375rem;left:26.4375rem;width:21.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTRa3SoGtzHtsCoI709aIDtsswBuoQr { width:15rem;height:3.4375rem;top:28.625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS1fK9QQKtVFyuOQzwCDMnoEGFgQTCSI { display:block; }
 }@media only screen and (max-width: 763px) { #ThdTTzoJU4XDBLDiXg5a8WD0surONG66 { top:17.125rem;left:38.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHdc9FbLNc135HsyuwOW69D1Ek5vNSIO { top:16rem;left:0rem;width:26.875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNuSBVe5WEhrrCETNqpROy5NXbzU8INk { top:16rem;left:20.875rem;width:26.875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um2iHUvDAFX6XATSpP9vtP1qpXZM0hlu { top:17rem;left:7.0625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4CoGchR4AhAaDk0Dn1QeGBHIHMAmVMc { width:13.5rem;height:3.4375rem;top:40.375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u191cSx3UGKswMERQWpbhMdhpLR3PAUT { display:block; }
 }@media only screen and (max-width: 763px) { #AGItdAktdOOXQA6VDgXOh2NzovyALB34 { top:6.9375rem;left:41.9375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnx2sCaUsGdPZwSmHBNcsK0ufHF4E3Bx { top:37.875rem;left:12.125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5lQZigK8rqNg7JzqOChUazBbHscPfkM { top:37.625rem;left:28.4248046875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvTTKXlKIhgtEnCO12my5HeQ9neqwhFo { top:40.8125rem;left:33.349609375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxROHWPTk0NIS9B67ixea7Ve9Pp5rtAc { top:43.8125rem;left:14.0498046875rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz { display:block; }#FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGBW9PJTsZKPDV4KpSKR6XXJfix6ZQST { top:10.9375rem;left:4.5rem;width:37.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiuNqJLzS8m5PqGwOulnDM2qI5zUItGq { top:17.6875rem;left:0rem;width:27.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwGqWscdel7TJZJ1p16TGWU7La2d95Fy { top:20.3125rem;left:0rem;width:18.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFsAbTJJPktF6PfTT6o8MDJ9xaf7SEft { top:2.5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MII3cHvP1DqtA3Tx3C0NlJTR8Ot75yrJ { top:5.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgaLJ9ThSV0JqEi3MUydEDCtCUBHvpbC { width:15rem;height:3.4375rem;top:24.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U14ZAeSB8aG4Kd3yHMpxP8kHT9dEMlO3 { display:block; }
 }@media only screen and (max-width: 763px) { #uVdOPs5E7B3SRT2GaXZQB5ioOogL9hui { top:11.4375rem;left:0rem;width:20rem;height:17.5625rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZd1GL3eKKcIbk2KOCy4gppG5UNMvhap { top:10.625rem;left:23.75rem;width:23.8125rem;height:19.1875rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkwMkGb75rnp5Evfikxaa7Wt4Z3y4SkN { width:15rem;height:3.4375rem;top:24.6875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9okpmiG1e6wHIA9OgAaP1xTHyv92UsM { display:block; }
 }@media only screen and (max-width: 763px) { #TsKs9fyyiPn1r65y4PMQIwlJsfi43EZl { top:19.625rem;left:26.25rem;width:21.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsyHKIkbDse4TAAHpq0fX2CdueUqXM3N { top:17.6875rem;left:24.8125rem;width:22.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg56ldmsHTBgZhOiSRHF2ULcTZ9nFnNk { top:12.625rem;left:0rem;width:26.875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1bO7gUpqOWHMhTbtHG4rQ1StCfu3ylo { top:12.625rem;left:20.875rem;width:26.875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6u8SeXDVw22fv4WGO58V5HvnQyGkgkD { top:13.875rem;left:6.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5ZLsVlSTH868Dcylou6uiUcyXk7LdLM { top:13.8125rem;left:37rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMyKPumzvzaxFro4plZCgukxSvA1trLo { top:11.4375rem;left:3.9375rem;width:20rem;height:17.5625rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoiF9a8PMrSgXwTrAxG6e37W6dKU7Ank { top:10.625rem;left:28.6875rem;width:19.0625rem;height:19.1875rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXWDvgmzKqAHlTWN4W1is6NySBG8ffni { top:33.5625rem;left:18.718750953674rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO { display:block; }#WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOuyER0B1gBhGQaTvo4zEvycHg7NiiWO { top:10.9375rem;left:4.5rem;width:37.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8wzKL51TJ1qWNbdaWKw3OhxmCZTocWc { top:13.4375rem;left:5.8742189407349rem;width:36rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhL6S7LwrGXhTEKCXeMe3cXGRc9BufTB { top:5.625rem;left:13.781250953674rem;width:20.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa { display:block; }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9JxrWJILaaKqAbBHTlnJymkXgvfCqKg { top:8.75rem;left:0rem;width:47.75rem;height:7.3383137673425rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQFy3wiJkc4OboIO4CqMh967gFwEdQ7E { top:4.6875rem;left:8.15781211853rem;width:31.375rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmyc9hAoCziVagePAxow6blh2K26g6XZ { display:block; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxKetNEILpJkgEC3iPtwTbzKRQrTbnoS { top:5.0625rem;left:0rem;width:27.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzT3aMTbfU5vqrfkvaGfWVc9Pb7QHcOc { top:5.0625rem;left:31.875rem;width:15.875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXGPOEkUhz368dmxLuDGBwSrWQxnFeby { top:10.375rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5THH06lnlbifX8l7UReM7nfar6eSvwG { top:12.6875rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xArMMKVOzged1BDDEkatXTgMTyCKz3gr { top:15.125rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI0mMkTeBHg4TGNQ9N4P9vsGqomRXuCn { top:17.5625rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDUyyifWsX0f1XcTJEQG8p9ZwWBbL08z { top:19.9375rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpg3gMG3oRBMdf5PwzyG4lFrBOmks0uz { top:25rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr9Sq33ZgdmkRve4TEK6moS7HM1QPu3O { top:22.5625rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeFTxa4IKmaOlLc8ftzfHpm1knlaMJUa { top:27.375rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQr121QBMk3nevU8Ht8O7McEF1D8EfG5 { top:29.8125rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFcl2upfUazlViaE7HuSwLA4UsQwyAU2 { top:10.375rem;left:26.3125rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGNIUrZsAV2hmTFPNsZuMmu5nx78Uta { top:12.75rem;left:26.3125rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRTpgHVQk53FMnIWiRPLectHqMRGSSP3 { top:15.125rem;left:26.3125rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOzmacE8KNIIDvEOwny8FZq6MAdAiDsz { top:17.625rem;left:26.3125rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R20y8RZqywwCQpElOg34Iz3dlqkN1Sfb { top:5.0625rem;left:18.625rem;width:15.875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyT4W3psiwEZhBTucyNRC6TJGgbJNheO { top:10.375rem;left:18.625rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH0Vlgm27bWwJLp7NaMltLvFKzg2wy69 { top:12.6875rem;left:18.625rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncq6zCcQRJgn1qPopZ7T2MbsqAqvi3Nx { top:15.125rem;left:18.625rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QchBWBF5GChhn2hhnfBPnTKLNe84LeAC { top:17.625rem;left:18.625001907349rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF { display:block; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ki5x69OC7TIItSttvPTMbu7vicpOB0Hk { top:1.125rem;left:16.75rem;width:1.875rem;height:1.875rem;display:block; }
#ki5x69OC7TIItSttvPTMbu7vicpOB0Hk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz { top:1.0625rem;left:21rem;width:1.9375rem;height:1.9375rem;display:block; }
#NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #LGJR3QoFTmn7DTeseGqwagH61i5OSb0E { top:1.125rem;left:24.9375rem;width:1.875rem;height:1.875rem;display:block; }
#LGJR3QoFTmn7DTeseGqwagH61i5OSb0E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 { top:0.9375rem;left:28.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
#qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K { display:block; }#ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBOtwvr6ytg22TkUazrSTLHJODC8rWVh { top:0.3125rem;left:4.9367189407349rem;width:37.875rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi { position:relative;z-index:auto;display:block; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdMy4trsGC6fuZpoDMKdG8FTszBrD08Q { width:10.75rem;height:3.875rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oudaSBeT0KRlISVtQOCQTnP055qopTb8 { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oPHDJT4uCrN3EWn8mFPSikSLKVOe0ukI { width:20rem;height:12.35rem;top:5.28125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frWN08HW2fZtNgxv6RlhE5VlUz3eJZKd { width:11.5rem;height:6.4375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFmCLZGaw1M4xuJfMam93t0pUT3Ju8Ax { width:9.1875rem;height:3.4375rem;top:18.9375rem;left:5.4062500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubDtQZH6Fu54s21QdEGWeWzbk9s1p3Hb { display:block; }
 }@media only screen and (max-width: 763px) { #y7DOilcTtI6FOznlkqn3J6LxaLdOuN2z { width:20rem;height:0;top:24.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM { display:block; }#Rbz0GpyWzB99GdIMAhiPy1tagITDAuoM > .row .container { width:20rem;height:92.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEeNXfSZySo2pJZTqeSW8l9CqGbhe20P { width:16.75rem;height:0;top:27.112499237061rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q3qkAzG6nTOUnoOPORUUB8Rq9IPe7oR9 { width:13.125rem;height:3.7375rem;top:11.04921913147rem;left:1.6250000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTWN03wA5RFiCRRsCKEh0q96zmfN0wqx { width:16.5625rem;height:4.63125rem;top:15.59921836853rem;left:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTA3LyAZt8OIOgQxvN66drtlG1IM28Ac { width:20rem;height:4rem;top:1.5500001907349rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bBdtOhZwyngRnrhyLivOyqU363XMouoe { width:20rem;height:1.4375rem;top:6.0498046875rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p1buVnxiLfDEkp9EVuRHzkgIImu1BBRl { width:20rem;height:16.125rem;top:9.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuItHnsm5KU4TdWeVvWATKwT1IPrEmat { width:15rem;height:3.4375rem;top:21.29921913147rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZRT41aHAMraedDv40lIs2AWEpPPDqaX { display:block; }
 }@media only screen and (max-width: 763px) { #IVLWXN5ehVtENgQoXVZdwwytG117MUuH { width:12.5rem;height:0;top:9.79921913147rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #e14hN75eFVTktONxXQzCcck87udiGTGs { width:2.75rem;height:2.75rem;top:10.4248046875rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ad02sfJHRNVMEb0EZLwsmOrn8lQaVwDw { width:12.5rem;height:0;top:45.25rem;left:3.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGFh2ONryfaC3NbeD0bLRrCzyTVdJITu { width:15rem;height:3.4375rem;top:40.3125rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX21HszEo4SUKKTSRoIQlo9mMUFMgQS0 { display:block; }
 }@media only screen and (max-width: 763px) { #rU2GXpARU2SzB692whK2XSXog9xeQwcp { width:16.6875rem;height:4.63125rem;top:34.799999713897rem;left:1.6250000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVMUmw450QJIndywbAAUS4tJkGuxlErG { width:17.25rem;height:3.7375rem;top:30.250000953674rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roGRNTfkJIIoAkMf4qTUmEMgzFg60yno { width:2.75rem;height:2.75rem;top:28.0625rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmaprKHsDUPJJWb1VwWunuIEti7nTa5w { width:16.5625rem;height:3.7375rem;top:49.6875rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVzf86VQFND2H6bTNpuveERb7bfGIHhm { width:17.1875rem;height:5.11875rem;top:55.721876144409rem;left:1.4062500596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LISowdKxgaTo93khAehQCmbD6hPVypSP { width:2.4375rem;height:2.4375rem;top:89.9560546875rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClOLRuLkcsw7Bd4CtGaFkHA6rlJuTRWH { width:15rem;height:3.4375rem;top:62.8125rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkyFgEz89DUBoJsDcQVmZ4GsseKQsnFx { display:block; }
 }@media only screen and (max-width: 763px) { #OSbVITylx7JisCQG3IQnexpiZmZTMhcq { width:12.5rem;height:0;top:44.4375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vchocPtymlLDBufufbapQazy3z5m4cri { width:2.75rem;height:2.75rem;top:109.8623046875rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDsIshRrIcdF9qbTlVAaVl8gOBMtdOK2 { width:17.625rem;height:3.7375rem;top:73.112501144406rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHNv7QpTEKCWpAV9LXwHcVaVzCcS3kOT { width:17.5rem;height:6.175rem;top:78.287500381469rem;left:1.6250000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcfBUxpnJIU94bmTTusfU8y1OnTWS4Vf { width:15rem;height:3.4375rem;top:85.75rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQuvLigoWOv86EPUWGMf2HQ5yBhiAyqk { display:block; }
 }@media only screen and (max-width: 763px) { #zJGsEDA0bQO4pAGopJxKA59ZBzUPKLog { width:12.5rem;height:0;top:64.5rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLgvNlET2h8HH7qXJWdU424OwgNQxs9G { width:20rem;height:16rem;top:29.1142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuJG1UR61dwgwu5SFEAPxz8gyX8dXzuR { width:20rem;height:17.9375rem;top:49.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFHEEleJgdoVSdCH1HswIk2QxaebokVO { width:20rem;height:17.9375rem;top:72.404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEdEOOfctTI7HbDpvXGHkLERFyNRHI8d { width:9.1875rem;height:3.4375rem;top:91.875rem;left:5.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHbStkOwW0stlxKcXnT2G5belTeHPXkl { display:block; }
 }@media only screen and (max-width: 763px) { #JA3o8l3UwOOCaybRdQbTcCos9ycQVc6D { width:3rem;height:3rem;top:5.2687511444092rem;left:16.899999582767rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6tsSOBTe9JLwz86O35VpRu78XTlOCXl { display:block; }#E6tsSOBTe9JLwz86O35VpRu78XTlOCXl > .row .container { width:20rem;height:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmTE2vrHLXrJtfNP3DJriAr3nqPwTkAW { width:16.5625rem;height:1.86875rem;top:15.42421913147rem;left:1.5625000596046rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #skmbVUWfZRS4gUi8zroFf7T378MoGQrw { width:16.875rem;height:13.89375rem;top:17.79921913147rem;left:1.5625000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcG5C2HZNvzZxU2pTSpnNaeN38WSJSc9 { width:20rem;height:4rem;top:1.2234344482422rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wxK31feNsAZRXJzUfTCnSBUbRprdpu9k { width:20rem;height:3.225rem;top:6.42421913147rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VZ303dJxirrTM3vZ1Uy3F00iCLEosPKT { width:20rem;height:27.875rem;top:10.98671913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Q19PymqLsfcWlpHTUgVzrSSIgQv1bF { width:15rem;height:3.4375rem;top:33.42421913147rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4dagCqCmeSEVWLnioRUgtRffqgK1sPd { display:block; }
 }@media only screen and (max-width: 763px) { #SQ2WCuG7NM2eVK8qGSkKRclXQn4liAw8 { width:15rem;height:3.4375rem;top:69.25000190735rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQBIqJckTSZNwE7p2tTfpLz8yhISZu8T { display:block; }
 }@media only screen and (max-width: 763px) { #vfk3f3s2TDHFGDPC1o5CKyozHezJN5LD { width:15rem;height:3.4375rem;top:99.5625rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTU6Eiqv6EJzLbVcuKxoXLZCFpQ41Op { display:block; }
 }@media only screen and (max-width: 763px) { #pBFAKbgIyKGUwTOgre9wIpBD7tvLRI2P { width:16.875rem;height:13.89375rem;top:53.375rem;left:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmbprqT3Cv2xMw2J1PWTvz1DOEOxXe2t { width:16.5625rem;height:3.7375rem;top:47.4375rem;left:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl2fh7zxWEVmaQNtuXei3262QFFU4tFJ { width:16.5625rem;height:1.86875rem;top:82.4375rem;left:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5RaZJBXJUCvt2Du2KoeeM2mn0wWIqeu { width:16.875rem;height:12.35rem;top:85.875rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB16oNn3KdQ3m69INWgkCoeGaD7emtLo { width:2.4375rem;height:2.4375rem;top:78.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAnd112rlrBF3VWxrPTKX1TD8atffrph { width:2.375rem;height:2.375rem;top:12.223438262939rem;left:8.8125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHyhXiIBguDOq1tPxFQr7RUGyZqLfpTX { width:2.625rem;height:2.625rem;top:43.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzVHsVWtVn4UiPZKSTxGlvC1fHcDodd1 { width:16.875rem;height:0;top:15.36171913147rem;left:0.67343765497206rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFh2RB6LZVSiw5ZCfZRMaFesvzCFTCzx { width:12.5rem;height:0;top:51.768553733826rem;left:3.8125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQ9Fl7ibSeJ5tw1yOVzbAu567vlXET8w { width:12.5rem;height:0;top:88.687304496762rem;left:5.5812530517578rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZndNNwqsuL48NQTKynyXx6uscR46t5h { width:17.375rem;height:3.4375rem;top:165.6875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0nmHILbn9sbplnTBWL01XdqIeeH30bo { display:block; }
 }@media only screen and (max-width: 763px) { #myz3ymkNR83Onk3WsAZKe0sImRTlTKMp { width:20rem;height:32rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts7JPWDJagg910lELiyy8aT2PPxSQz2J { width:20rem;height:25.9375rem;top:78.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1CRkPCF9dKoATiz0x7aN7wsaDA07VCW { width:3.625rem;height:3.625rem;top:1.41015625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y { display:block; }#FSZiJTarGDTGE8JJCmH1T7KaycxIBu3y > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1ovuL4cZN6y3fOG44rPq376LVPit3eD { width:20rem;height:4rem;top:2.5500240325927rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pikV1RntHqA0HqVLsekPZw3gDSnCfzRH { width:20rem;height:2.875rem;top:7.5476563572881rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g2UMUOUhg32BH63gQv85LDIcu7zRqWeV { width:12.5rem;height:0;top:7.4248046875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2NOvswHTksGDw900Iy2gyvkvEF40wes { width:17.375rem;height:5.60625rem;top:13.924218952656rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPDlhghNZNMrGDTqpA6h0oqBePhPzCWa { width:18.5rem;height:3.0875rem;top:20.0078125rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHGsmRrhd3BhGmR4oEh2kaZnmlfVmJIw { width:15rem;height:3.4375rem;top:24.09375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs5oTbfQaStiTJeU3HXJJBd1iWDI3Qq4 { display:block; }
 }@media only screen and (max-width: 763px) { #Q3q81IkaTM6BUb9FBboT0LtUiTUufsek { width:12.5rem;height:0;top:29.7978515625rem;left:7.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LM8Lp0tLyN7hmEV8EGPgv4TyJr5HhKUK { width:18.625rem;height:3.7375rem;top:33.5859375rem;left:1.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft5ZPLhMkPSTxUR2v0rrudDSwk6bkw02 { width:18rem;height:4.63125rem;top:38.177734375rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTRa3SoGtzHtsCoI709aIDtsswBuoQr { width:15rem;height:3.4375rem;top:44.2734375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS1fK9QQKtVFyuOQzwCDMnoEGFgQTCSI { display:block; }
 }@media only screen and (max-width: 763px) { #ThdTTzoJU4XDBLDiXg5a8WD0surONG66 { width:1.5rem;height:1.5rem;top:32.7373046875rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHdc9FbLNc135HsyuwOW69D1Ek5vNSIO { width:20rem;height:17.9375rem;top:12.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNuSBVe5WEhrrCETNqpROy5NXbzU8INk { width:20rem;height:17.9375rem;top:31.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um2iHUvDAFX6XATSpP9vtP1qpXZM0hlu { width:2.75rem;height:2.75rem;top:55.836730957031rem;left:12.061719894409rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4CoGchR4AhAaDk0Dn1QeGBHIHMAmVMc { width:13.5rem;height:3.4375rem;top:93.211730957031rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u191cSx3UGKswMERQWpbhMdhpLR3PAUT { display:block; }
 }@media only screen and (max-width: 763px) { #AGItdAktdOOXQA6VDgXOh2NzovyALB34 { width:3.8125rem;height:3.8125rem;top:2.6435546875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnx2sCaUsGdPZwSmHBNcsK0ufHF4E3Bx { width:2.5625rem;height:2.5625rem;top:50.7109375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5lQZigK8rqNg7JzqOChUazBbHscPfkM { width:1.5625rem;height:1.5625rem;top:54.5234375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvTTKXlKIhgtEnCO12my5HeQ9neqwhFo { width:2.5625rem;height:2.5625rem;top:57.3359375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxROHWPTk0NIS9B67ixea7Ve9Pp5rtAc { width:0.3125rem;height:0.3125rem;top:61.1484375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz { display:block; }#FaDgUZz4NmMa2nrD0TXUFEkflcEZgMSz > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGBW9PJTsZKPDV4KpSKR6XXJfix6ZQST { width:16.75rem;height:0;top:7.9875004291537rem;left:1.1242187619209rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tiuNqJLzS8m5PqGwOulnDM2qI5zUItGq { width:18.75rem;height:1.86875rem;top:15.375rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwGqWscdel7TJZJ1p16TGWU7La2d95Fy { width:17.375rem;height:4.63125rem;top:18.25rem;left:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFsAbTJJPktF6PfTT6o8MDJ9xaf7SEft { width:20rem;height:4rem;top:2.5500240325927rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MII3cHvP1DqtA3Tx3C0NlJTR8Ot75yrJ { width:18.875rem;height:2.875rem;top:7.421875rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XgaLJ9ThSV0JqEi3MUydEDCtCUBHvpbC { width:15rem;height:3.4375rem;top:24.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U14ZAeSB8aG4Kd3yHMpxP8kHT9dEMlO3 { display:block; }
 }@media only screen and (max-width: 763px) { #uVdOPs5E7B3SRT2GaXZQB5ioOogL9hui { width:20rem;height:0;top:28.8623046875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZd1GL3eKKcIbk2KOCy4gppG5UNMvhap { width:20rem;height:0;top:48.5498046875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkwMkGb75rnp5Evfikxaa7Wt4Z3y4SkN { width:15rem;height:3.4375rem;top:45.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9okpmiG1e6wHIA9OgAaP1xTHyv92UsM { display:block; }
 }@media only screen and (max-width: 763px) { #TsKs9fyyiPn1r65y4PMQIwlJsfi43EZl { width:17.625rem;height:6.175rem;top:38.125rem;left:1.1865234375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsyHKIkbDse4TAAHpq0fX2CdueUqXM3N { width:16.875rem;height:3.7375rem;top:33.5rem;left:1.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg56ldmsHTBgZhOiSRHF2ULcTZ9nFnNk { width:20rem;height:16.3125rem;top:13.5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #l1bO7gUpqOWHMhTbtHG4rQ1StCfu3ylo { width:20rem;height:17.9375rem;top:32.2421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6u8SeXDVw22fv4WGO58V5HvnQyGkgkD { width:2.75rem;height:2.75rem;top:48.262499809265rem;left:11.51171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5ZLsVlSTH868Dcylou6uiUcyXk7LdLM { width:2.875rem;height:2.875rem;top:67.387499809262rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMyKPumzvzaxFro4plZCgukxSvA1trLo { width:20rem;height:auto;top:11.4375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CoiF9a8PMrSgXwTrAxG6e37W6dKU7Ank { width:19.0625rem;height:auto;top:10.625rem;left:0.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXWDvgmzKqAHlTWN4W1is6NySBG8ffni { width:8.1875rem;height:8.1875rem;top:89.8750038147rem;left:5.9062500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO { display:block; }#WMRxXKTd1dxSgkVss97hPO0wBPg8xEmO > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOuyER0B1gBhGQaTvo4zEvycHg7NiiWO { width:16.75rem;height:0;top:5.1750001907349rem;left:1.6250001192093rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e8wzKL51TJ1qWNbdaWKw3OhxmCZTocWc { width:20rem;height:11.94375rem;top:11.749218463898rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhL6S7LwrGXhTEKCXeMe3cXGRc9BufTB { width:20rem;height:7.7399380804956rem;top:3.4437499046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa { background-color:#f5f3f6;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; }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row .container { background-color: transparent; background-image: none; }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row .container > .video-iframe-container { display: none; }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row > .video-iframe-container { display: none; }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .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); }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row .container { border-width: 0; border-radius: 0; }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UplGtOCxqIBH7vU5mh6TyrPhuZ2hRTUa > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9JxrWJILaaKqAbBHTlnJymkXgvfCqKg { width:20rem;height:3.2166666666667rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQFy3wiJkc4OboIO4CqMh967gFwEdQ7E { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tmyc9hAoCziVagePAxow6blh2K26g6XZ { display:none; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { width:20rem;height:52.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qxKetNEILpJkgEC3iPtwTbzKRQrTbnoS { width:20rem;height:1.4622375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzT3aMTbfU5vqrfkvaGfWVc9Pb7QHcOc { width:15.875rem;height:1.4622375rem;top:6.671875rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXGPOEkUhz368dmxLuDGBwSrWQxnFeby { width:20rem;height:1.29948125rem;top:9.3828125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5THH06lnlbifX8l7UReM7nfar6eSvwG { width:20rem;height:1.29948125rem;top:17.03125625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xArMMKVOzged1BDDEkatXTgMTyCKz3gr { width:20rem;height:1.29948125rem;top:24.6797rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dI0mMkTeBHg4TGNQ9N4P9vsGqomRXuCn { width:20rem;height:1.29948125rem;top:32.32814375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDUyyifWsX0f1XcTJEQG8p9ZwWBbL08z { width:20rem;height:1.29948125rem;top:39.9765875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bpg3gMG3oRBMdf5PwzyG4lFrBOmks0uz { width:20rem;height:1.29948125rem;top:45.07555rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zr9Sq33ZgdmkRve4TEK6moS7HM1QPu3O { width:20rem;height:1.29948125rem;top:42.52606875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeFTxa4IKmaOlLc8ftzfHpm1knlaMJUa { width:20rem;height:1.29948125rem;top:47.62503125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQr121QBMk3nevU8Ht8O7McEF1D8EfG5 { width:20rem;height:1.29948125rem;top:50.1745125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFcl2upfUazlViaE7HuSwLA4UsQwyAU2 { width:20rem;height:1.29948125rem;top:14.481775rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIGNIUrZsAV2hmTFPNsZuMmu5nx78Uta { width:20rem;height:1.29948125rem;top:22.13021875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRTpgHVQk53FMnIWiRPLectHqMRGSSP3 { width:20rem;height:1.29948125rem;top:29.7786625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dOzmacE8KNIIDvEOwny8FZq6MAdAiDsz { width:20rem;height:1.29948125rem;top:37.42710625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R20y8RZqywwCQpElOg34Iz3dlqkN1Sfb { width:15.875rem;height:1.4622375rem;top:3.9609375rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyT4W3psiwEZhBTucyNRC6TJGgbJNheO { width:20rem;height:1.29948125rem;top:11.93229375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OH0Vlgm27bWwJLp7NaMltLvFKzg2wy69 { width:20rem;height:1.29948125rem;top:19.5807375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ncq6zCcQRJgn1qPopZ7T2MbsqAqvi3Nx { width:20rem;height:1.29948125rem;top:27.22918125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QchBWBF5GChhn2hhnfBPnTKLNe84LeAC { width:20rem;height:1.29948125rem;top:34.877625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF { display:block; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ki5x69OC7TIItSttvPTMbu7vicpOB0Hk { display:flex;width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem; }
#ki5x69OC7TIItSttvPTMbu7vicpOB0Hk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz { display:flex;width:1.9375rem;height:1.9375rem;top:4.375rem;left:9rem; }
#NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #LGJR3QoFTmn7DTeseGqwagH61i5OSb0E { display:flex;width:1.875rem;height:1.875rem;top:7.5625rem;left:9.0625rem; }
#LGJR3QoFTmn7DTeseGqwagH61i5OSb0E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 { display:flex;width:2.0625rem;height:2.0625rem;top:10.6875rem;left:8.9375rem; }
#qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K { display:block; }#ggKMrBmkrG2PKOqPlyKTUoBScJt9QX4K > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBOtwvr6ytg22TkUazrSTLHJODC8rWVh { width:20rem;height:0.73125rem;top:1.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }