.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e1202454-360d-4cd2-94d1-57b1b4a2a590/d5ad6a3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;overflow:visible;position:relative;display:block; }#iHrITBBuvJ5pnfoLKXNo8L8qbRGQ80qe { color:rgba(var(--color-tertiary-0),1);display:block;width:74.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6859087944031rem;left:0.18663215637207rem;height:5.3616875rem;text-align:center;text-align-last:center;display:block; }
#ARKPx5diVtLe60NI5c36JxWAbvypw16B { color:rgba(var(--color-tertiary-0),1);display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.0244140625rem;left:0rem;height:16.5755rem;text-align:center;text-align-last:center;display:block; }
#GTXGVQwAoB9BOxK31FlhRih5Dd09ytwS { color:rgba(var(--color-tertiary-0),1);display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.0244140625rem;left:0rem;height:16.57425rem;text-align:center;text-align-last:center;display:none; }
#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row .container { background-color: transparent; background-image: none; }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row .container > .video-iframe-container { display: none; }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row > .video-iframe-container { display: none; }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .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); }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row .container { border-width: 0; border-radius: 0; }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:75rem;overflow:visible;position:relative;display:block; }#QwITgXSPCQm83uX0CHahx6onkkb4mTKx { color:rgba(var(--color-primary-4),1);display:block;width:70.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.37109375rem;left:2.9365234375rem;height:52.8125rem;text-align:left;text-align-last:left;display:block; }
#PLuGP7zHRnUIBxKnOOMTWnl6qwinA7hX { box-sizing:content-box;height:3.4375rem;width:51.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.1875rem;left:2.1865234375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p > .row .container { background-color: transparent; background-image: none; }#PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p > .row .container > .video-iframe-container { display: none; }#PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p > .row > .video-iframe-container { display: none; }#PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p > .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); }#PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p > .row .container { border-width: 0; border-radius: 0; }#PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p > .row .container { font-size:0.875rem;font-family:arial;height:71.5rem;width:75rem;overflow:visible;position:relative;display:block; }#NOTm1SvhOf77Da4sdc9SaQnbu3wInitq { color:rgba(var(--color-tertiary-4),1);display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.75rem;left:0.3759765625rem;height:4.14388125rem;text-align:center;text-align-last:center;display:block; }
#ExRiQgHT6dTPtCRrFVRgR2O3mvrUW0HE { color:rgba(var(--color-primary-4),1);display:block;width:70.93625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.625rem;left:2.2197265625rem;height:52.8125rem;text-align:left;text-align-last:left;display:block; }
#eLlQxds2tMLDMkyM5BTmIMJ82oRSZo9w { box-sizing:content-box;height:3.4375rem;width:27.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:57.8125rem;left:0.9697265625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT { background-color:rgba(238,198,115,0.7);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT > .row .container { background-color: transparent; background-image: none; }#fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT > .row .container > .video-iframe-container { display: none; }#fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT > .row > .video-iframe-container { display: none; }#fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT > .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); }#fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT > .row .container { border-width: 0; border-radius: 0; }#fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;overflow:visible;position:relative;display:block; }#fJzOp7dg7WyosX4p0MqTflKGIMm5ViBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.9768875rem;text-align:center;text-align-last:center;display:block; }
#uw8LURvTaq83ALaPXmnm42hADJcxpANa { color:rgba(var(--color-tertiary-4),1);display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:4.845375rem;text-align:center;text-align-last:center;display:block; }
#Fbf71WhidQnBDWhwyFDN7cuop5eMOhHu { color:rgba(var(--color-tertiary-4),1);display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;display:none; }
#UguBdTESGAX1hiePQGS2zOCnot4l4SeD { color:rgba(var(--color-tertiary-4),1);display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:4.79296875rem;text-align:center;text-align-last:center;display:none; }
#ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp > .row .container { background-color: transparent; background-image: none; }#ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp > .row .container > .video-iframe-container { display: none; }#ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp > .row > .video-iframe-container { display: none; }#ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp > .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); }#ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp > .row .container { border-width: 0; border-radius: 0; }#ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp > .row .container { font-size:0.875rem;font-family:arial;height:85.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#i9sfQt7b8JcZeBR2hohbPMSF1Ri9WFIw { color:rgba(var(--color-primary-4),1);display:block;width:70.935625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:2.59375rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#pGSTWJiTlnOy8ILPudpzif4k1JT4DKK1 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:35.8125rem;top:11.75rem;left:0rem;overflow:hidden;display:block; }
#T25UAwKCylKqoSR7N54wd8URDVUg7BUv { color:rgba(var(--color-primary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.46875rem;left:40.8759765625rem;height:6.9863125rem;text-align:left;text-align-last:left;display:block; }
#ItULnCVkkdKQv7mG9xRheP0eFnswbS7l { color:rgba(var(--color-primary-4),1);display:block;width:70.935625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.3125rem;left:2.59375rem;height:;text-align:left;text-align-last:left;display:block; }
#XKhZIbgvNBWLkiLlg0GKRh21KUn4SBp6 { box-sizing:content-box;height:3.4375rem;width:36.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:39.625rem;left:1.9072265625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#S6ICemnSwSHKHOAtmH2VvXefEpErygTt { box-sizing:content-box;height:3.4375rem;width:36.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:39.625rem;left:1.9072265625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:none; }
#aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q > .row .container { background-color: transparent; background-image: none; }#aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q > .row .container > .video-iframe-container { display: none; }#aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q > .row > .video-iframe-container { display: none; }#aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q > .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); }#aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q > .row .container { border-width: 0; border-radius: 0; }#aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q > .row .container { font-size:0.875rem;font-family:arial;height:75.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Zuol3pGDiwgr4g1xOxPFhhm0vfZR5m8G { color:rgba(var(--color-primary-4),1);display:block;width:70.935625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.03125rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#NVvKkNEuIA8fnNBpGEArnr27zvcOX6mk { color:rgba(var(--color-primary-4),1);display:block;width:70.935625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.25rem;left:2.03125rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#KTmsJ1IVMtkLPauGn60p2vfkcv20ccSy { color:rgba(var(--color-primary-4),1);display:block;width:70.935625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3125rem;left:2.03125rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#W8JEoC9DwlVB1ADyrnFVWv7lT7v3TlmT { box-sizing:content-box;height:3.4375rem;width:57.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.546875rem;left:1.03125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#dQDIhza9xUc9gKgAFIuu1HPSQPeF1BAc { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:35.8125rem;top:25.1875rem;left:39.1875rem;overflow:hidden;display:block; }
#Hp6Aw3u9bUQ9Nlwt1BryWTiEBG0fwarI { color:rgba(var(--color-primary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.4755859375rem;left:2.03125rem;height:17.5488125rem;text-align:left;text-align-last:left;display:block; }
#fhkHoClPvQy6NuWVeHehAvUViQCbPamM { color:rgba(var(--color-primary-4),1);display:block;width:70.935625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:49.75rem;left:2.03125rem;height:20.3125rem;text-align:left;text-align-last:left;display:block; }
#DlqmREVBDMdE3UWUHirVSELP8ldcQQqM { box-sizing:content-box;height:3.4375rem;width:57.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.546875rem;left:1.03125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:none; }
#c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT > .row .container { background-color: transparent; background-image: none; }#c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT > .row .container > .video-iframe-container { display: none; }#c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT > .row > .video-iframe-container { display: none; }#c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT > .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); }#c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT > .row .container { border-width: 0; border-radius: 0; }#c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#ypNTbvLp4tsB0eUu8VnFuHHP2tqyRshG { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6328125rem;left:0rem;height:19.173625rem;text-align:center;text-align-last:center;display:block; }
#SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 > .row .container { background-color: transparent; background-image: none; }#SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 > .row .container > .video-iframe-container { display: none; }#SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 > .row > .video-iframe-container { display: none; }#SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 > .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); }#SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 > .row .container { border-width: 0; border-radius: 0; }#SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 > .row .container { font-size:0.875rem;font-family:arial;height:86.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#GTmzAq6BgqJWFGGu33CcXusIPWuCtXv7 { color:rgba(var(--color-primary-4),1);display:block;width:70.935625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.03125rem;height:;text-align:left;text-align-last:left;display:block; }
#s6k23NSnFkiudeTXaIssfRTMhIBq8TDU { color:rgba(var(--color-primary-4),1);display:block;width:70.935625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.875rem;left:2.03125rem;height:;text-align:left;text-align-last:left;display:block; }
#JbXxIOHGp6mkscLDdNaS4qAfdqSSymFa { box-sizing:content-box;height:3.4375rem;width:60.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.171875rem;left:1.40625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#fnK9BXv10ChLnrzEhJfRWhhZ7MFTC4or { color:rgba(var(--color-primary-4),1);display:block;width:70.935625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.625rem;left:2.03125rem;height:10.15625rem;text-align:left;text-align-last:left;display:block; }
#NG2QoobmVbXJZxrqa7ymdcyVdngHgqwV { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:33.6875rem;top:36.5625rem;left:0rem;overflow:hidden;display:block; }
#DPZWuxESiyPrDH2GagXhcSIKSLUeyc38 { color:#93593b;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.2880859375rem;left:36.71875rem;height:18.764625rem;text-align:left;text-align-last:left;display:block; }
#gZTf8gpLmLHhk5VtRXce3TfHUUafTJGb { color:rgba(var(--color-primary-4),1);display:block;width:72.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:59.25rem;left:0.15625rem;height:;text-align:left;text-align-last:left;display:block; }
#tvdzL4tN1N7qvBvsh729yCtFV9x2Nq6h { box-sizing:content-box;height:3.4375rem;width:60.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.171875rem;left:1.40625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:none; }
#teUT1bEM6ET9mGzlI5GPU4vHDGpL7ylZ { color:rgba(var(--color-primary-4),1);display:block;width:70.935625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.875rem;left:2.03125rem;height:2.03125rem;text-align:left;text-align-last:left;display:none; }
#ups9HHiug6lMNoppOgfFPsqItOAxGaRf { color:rgba(var(--color-primary-4),1);display:block;width:70.935625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.03125rem;height:12.1875rem;text-align:left;text-align-last:left;display:none; }
#y62q37vtxnpuOTvqckWorWUPR4TQZdBE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#y62q37vtxnpuOTvqckWorWUPR4TQZdBE > .row .container { background-color: transparent; background-image: none; }#y62q37vtxnpuOTvqckWorWUPR4TQZdBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y62q37vtxnpuOTvqckWorWUPR4TQZdBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y62q37vtxnpuOTvqckWorWUPR4TQZdBE > .row .container > .video-iframe-container { display: none; }#y62q37vtxnpuOTvqckWorWUPR4TQZdBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y62q37vtxnpuOTvqckWorWUPR4TQZdBE > .row > .video-iframe-container { display: none; }#y62q37vtxnpuOTvqckWorWUPR4TQZdBE > .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); }#y62q37vtxnpuOTvqckWorWUPR4TQZdBE > .row .container { border-width: 0; border-radius: 0; }#y62q37vtxnpuOTvqckWorWUPR4TQZdBE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#y62q37vtxnpuOTvqckWorWUPR4TQZdBE > .row .container { font-size:0.875rem;font-family:arial;height:86.375rem;width:75rem;overflow:visible;position:relative;display:block; }#JrawoKxxIZg1PFihmVdBlPryIFRF6bNU { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:40.375rem;top:3.875rem;left:34.625rem;overflow:hidden;display:block; }
#TtdOGTkHJTxANQbJXw66MBLvqiMm0iZL { color:#93593b;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4443359375rem;left:2.53125rem;height:11.69925rem;text-align:left;text-align-last:left;display:block; }
#TcmVyPorsPNfC48AgTXlvry5MO4iiD7R { color:rgba(var(--color-primary-4),1);display:block;width:73.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29rem;left:0.09375rem;height:;text-align:left;text-align-last:left;display:block; }
#L3XvGtTiVEhpJURTJ7wFgTBNUkEwFaZS { color:rgba(var(--color-primary-4),1);display:block;width:70.935625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:48.0625rem;left:2.53125rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#AUuT0MugbGxZpScnGP9VmnqWhAlEOk5x { box-sizing:content-box;height:3.4375rem;width:47.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:47.359375rem;left:1.59375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#zdDrGvWKzKntWpvfDm6TvOJbAqhI2ohI { color:rgba(var(--color-primary-4),1);display:block;width:73.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:52.3125rem;left:0.15625rem;height:28.4375rem;text-align:left;text-align-last:left;display:block; }
#lUtBD6izOz6HBX2Vyc9SSEJcHlaxNeOn { color:rgba(var(--color-primary-4),1);display:block;width:73.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29rem;left:0.09375rem;height:16.25rem;text-align:left;text-align-last:left;display:none; }
#bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM > .row .container { background-color: transparent; background-image: none; }#bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM > .row .container > .video-iframe-container { display: none; }#bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM > .row > .video-iframe-container { display: none; }#bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM > .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); }#bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM > .row .container { border-width: 0; border-radius: 0; }#bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#hCvQyemtapZXR5PlShWgeoLyyUpX4KES { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6328125rem;left:0rem;height:14.3801875rem;text-align:center;text-align-last:center;display:block; }
#LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 > .row .container { background-color: transparent; background-image: none; }#LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 > .row .container > .video-iframe-container { display: none; }#LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 > .row > .video-iframe-container { display: none; }#LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 > .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); }#LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 > .row .container { border-width: 0; border-radius: 0; }#LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 > .row .container { font-size:0.875rem;font-family:arial;height:72.5rem;width:75rem;overflow:visible;position:relative;display:block; }#QwXAE6gxWiemNv2NgvO7qzLXoVQGKulC { color:rgba(var(--color-primary-4),1);display:block;width:73rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.1875rem;left:-0.09375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#LEeC9fEvxiqCTG4Kd7Ms8ChWlTnWPb31 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:40.375rem;top:7.5rem;left:0rem;overflow:hidden;display:block; }
#OR0VOl3dAeBZsSIVicutBk0prKkBB3BF { color:#93593b;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.8056640625rem;left:41.5625rem;height:14.624rem;text-align:left;text-align-last:left;display:block; }
#zXuVESBeHQbBMHTMgEfHKJvDy5OJv3uB { color:rgba(var(--color-primary-4),1);display:block;width:73.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.75rem;left:-0.15625rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#eTZddJQbALyTGHuubTQp5QJ81MzvRwtF { color:rgba(var(--color-primary-4),1);display:block;width:70.935625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:41.0625rem;left:2.03125rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#ST1iZmrzmV18QWq4v3bOCWSWdeDmks7F { box-sizing:content-box;height:3.4375rem;width:40.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:40.359375rem;left:0.78125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#TcinuXS83CEzQHz5I4vXF98MRVurTWOD { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:45.9375rem;left:-0.03125rem;height:22.34375rem;text-align:left;text-align-last:left;display:block; }
#MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 > .row .container { background-color: transparent; background-image: none; }#MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 > .row .container > .video-iframe-container { display: none; }#MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 > .row > .video-iframe-container { display: none; }#MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 > .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); }#MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 > .row .container { border-width: 0; border-radius: 0; }#MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 > .row .container { font-size:0.875rem;font-family:arial;height:56.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#GxX5ZbzreGHkCTHDHDrTqpzLgM0bfLQx { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:39.6875rem;top:3.4375rem;left:34.625rem;overflow:hidden;display:block; }
#xxhoFmfpniPbSaxTk4qW21sSXcRiUlGx { color:#93593b;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8681640625rem;left:0rem;height:11.69925rem;text-align:left;text-align-last:left;display:block; }
#Mf0ka5vcrMzBevt6x9iTmIuqffLpnHOs { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:27.875rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#o4b7EptgmmTozWsA1cCNdsGhJqfyuVLc { color:rgba(var(--color-primary-4),1);display:block;width:70.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:36.5rem;left:2.125rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#vq8Lx6XKhyz7tzSDnMD6I67EzyqQ2cCS { box-sizing:content-box;height:3.4375rem;width:65.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.796875rem;left:1.53125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#FapDhhKmSFKMdJhcO1JZvadfuMJoSrz6 { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:41.1875rem;left:0rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#F1l5JviKBcUQoDmNxPEiWaG6e1tXsTNh { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:41.1875rem;left:0rem;height:12.1875rem;text-align:left;text-align-last:left;display:none; }
#uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB > .row .container { background-color: transparent; background-image: none; }#uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB > .row .container > .video-iframe-container { display: none; }#uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB > .row > .video-iframe-container { display: none; }#uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB > .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); }#uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB > .row .container { border-width: 0; border-radius: 0; }#uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;overflow:visible;position:relative;display:block; }#oODDapvzXOq6VST0erxdOWm16v13RdLF { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:31.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BKUnROJHKTm5Acpg03Ur1hl0mr6yps0o { color:#93593b;display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.8681640625rem;left:33.9375rem;height:5.20019375rem;text-align:left;text-align-last:left;display:block; }
#mNgfSRSWCJXPP1eT9lhXrT3KaVSkWXqK { color:#93593b;display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.724609375rem;left:33.9375rem;height:2.6001rem;text-align:left;text-align-last:left;display:block; }
#PkvhDh95gH2zRx1Zzdsreq9tzaLyNQpL { color:#93593b;display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.3681640625rem;left:33.9375rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#qtDTeutBETO52TtfkbVn3kTUat1cMcoN { color:#93593b;display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.76171875rem;left:33.9375rem;height:7.8003125rem;text-align:left;text-align-last:left;display:block; }
#PQPRZfggAg3LhKTosoakVOw9wZFAlpKq { color:rgba(var(--color-primary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.13671875rem;left:0rem;height:7.3079375rem;text-align:left;text-align-last:left;display:block; }
#ybDPF5AZAHdzI9IMhTFelMVbfTvkCfIs { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34.75rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#s59z1ohoT25I8xKfX1kx5pml90SnAmiv { color:rgba(var(--color-primary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.13671875rem;left:0rem;height:7.3095625rem;text-align:left;text-align-last:left;display:none; }
#svWiSvtxrxTUMs3OA7aqaSMSdXJf5bxq { color:#93593b;display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.3681640625rem;left:33.9375rem;height:5.8496125rem;text-align:left;text-align-last:left;display:none; }
#MzPgHzxyHe7a5s54UTlBG65TPQTVRg2q { color:#93593b;display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.724609375rem;left:33.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:none; }
#XnZ3c0FTpcMCESkzoHlCxZrWske20kH8 { color:#93593b;display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.8681640625rem;left:33.9375rem;height:5.19921875rem;text-align:left;text-align-last:left;display:none; }
#tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht > .row .container { background-color: transparent; background-image: none; }#tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht > .row .container > .video-iframe-container { display: none; }#tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht > .row > .video-iframe-container { display: none; }#tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht > .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); }#tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht > .row .container { border-width: 0; border-radius: 0; }#tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#I5I8lnM9n6Vw70fErCJwU3faee8DJPwc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.0625rem;width:28rem;top:3.5rem;left:45.4658203125rem;overflow:hidden;display:block; }
#kKbvbFfPtFbQSJ3UG5Pv9UngBMB9IwTA { color:rgba(var(--color-primary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.6181640625rem;left:0rem;height:5.0374375rem;text-align:left;text-align-last:left;display:block; }
#JTN4mBIO7Ik6TFbZWFKxIMi0h2o5JFQU { color:rgba(var(--color-primary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8056640625rem;left:0rem;height:5.0374375rem;text-align:left;text-align-last:left;display:block; }
#sfZlIvJFx39dcUKKG0gr4aJ0zWlhCsxk { color:#93593b;display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.9306640625rem;left:0rem;height:5.52430625rem;text-align:left;text-align-last:left;display:block; }
#UGMbUxqbNl6tZ27NtJA6h5734hukIF8i { color:rgba(var(--color-primary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.1806640625rem;left:0rem;height:25.1871875rem;text-align:left;text-align-last:left;display:block; }
#GuguAy8k3h83UhGNSOXUNIQJPIgPcAhO { color:rgba(var(--color-primary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.6181640625rem;left:0rem;height:5.0371125rem;text-align:left;text-align-last:left;display:none; }
#r7VszDDPzpJCdBH9oJufHgvABtu22XQP { color:rgba(var(--color-primary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8056640625rem;left:0rem;height:5.0371125rem;text-align:left;text-align-last:left;display:none; }
#SfiiwkvABTuNblhivXl56R0WKMq5tTBb { color:rgba(var(--color-primary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.1806640625rem;left:0rem;height:25.1855625rem;text-align:left;text-align-last:left;display:none; }
#OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU > .row .container { background-color: transparent; background-image: none; }#OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU > .row .container > .video-iframe-container { display: none; }#OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU > .row > .video-iframe-container { display: none; }#OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU > .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); }#OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU > .row .container { border-width: 0; border-radius: 0; }#OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#pckqdP5l9dmJFofmIuUAOa8o9gQ36Lof { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.17578125rem;left:0rem;height:9.5868125rem;text-align:center;text-align-last:center;display:block; }
#PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk > .row .container { background-color: transparent; background-image: none; }#PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk > .row .container > .video-iframe-container { display: none; }#PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk > .row > .video-iframe-container { display: none; }#PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk > .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); }#PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk > .row .container { border-width: 0; border-radius: 0; }#PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk > .row .container { font-size:0.875rem;font-family:arial;height:175.25rem;width:75rem;overflow:visible;position:relative;display:block; }#W503LDTU83Fyv5iL7nGFTlK26waL4LLa { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#aMebkJ10EfQ5Tf3UHQnD586JgCrkEbfk { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.28125rem;left:2.0625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#p07wGtXevdVrGlTklF1W4Hf3bm5IKJFp { box-sizing:content-box;height:3.4375rem;width:52.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.578125rem;left:1.09375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#oBJNv1WXxNV4TuKhbMNGUGalI3E2ADAa { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.5rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#J04tFnWm32tdKcITfTQLe7EGHePaJZ6V { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.7578125rem;left:0.1875rem;height:6.662125rem;text-align:center;text-align-last:center;display:block; }
#WNq84UwaOd4tBQBIri2ATk1QqA43mGBs { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:34.25rem;left:0rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#ZoPbcdhyImnRK0c7yKTr3nsV54umlsuw { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:31.75rem;top:49.1875rem;left:0rem;overflow:hidden;display:block; }
#sNMJIlNRVJiwlU3FPnq6XARh3LJz3C5F { color:#93593b;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:52.1806640625rem;left:35.625rem;height:13.81075rem;text-align:left;text-align-last:left;display:block; }
#u4PWXdc9SwMLqcXlbc0UgMkpTk0roOuB { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:72.4375rem;left:0rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#AzaBSbcP2yJyRgV3oMeZ5UAPKTyl5s1h { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:87.6875rem;left:2.0625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#lLplqc7yJgI4VMxZ9brGR1OI1GGT7TtM { box-sizing:content-box;height:3.4375rem;width:29.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:86.984375rem;left:1.09375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#bXyTcdUJwE70RUCA0gdsNpFOQF2JbgD9 { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:92.6875rem;left:0rem;height:10.15625rem;text-align:left;text-align-last:left;display:block; }
#x7DffDwv6LePFgQMITfN7wwxp2wBgOFK { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:106.4453125rem;left:0.3759765625rem;height:6.662125rem;text-align:center;text-align-last:center;display:block; }
#QUa2eqlkpZ4APtR60p4GAf3kK1bV8wpW { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:115.625rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#k2T8WICVUMKluxQHQCz9WTgvCILSdoR1 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:62.8125rem;top:122.875rem;left:6.09375rem;overflow:hidden;display:block; }
#hAuJmXVd1CFpdlPNA3UCXJLWz8pgrFyV { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:163.4453125rem;left:0.3759765625rem;height:5.20019375rem;text-align:center;text-align-last:center;display:block; }
#f8TeC9xoP6yHXDlTgfoxT32o2XT8RyKp { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.7578125rem;left:0.1875rem;height:6.662125rem;text-align:center;text-align-last:center;display:none; }
#gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT > .row .container { background-color: transparent; background-image: none; }#gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT > .row .container > .video-iframe-container { display: none; }#gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT > .row > .video-iframe-container { display: none; }#gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT > .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); }#gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT > .row .container { border-width: 0; border-radius: 0; }#gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ubb9BxR6vcxElcGLzHg4agdyVtPGEhlE { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6328125rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#qWeHDOTiXUft3WSeBNtdhSqPRod8hSfX { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6328125rem;left:0rem;height:;text-align:center;text-align-last:center;display:none; }
#ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS > .row .container { background-color: transparent; background-image: none; }#ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS > .row .container > .video-iframe-container { display: none; }#ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS > .row > .video-iframe-container { display: none; }#ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS > .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); }#ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS > .row .container { border-width: 0; border-radius: 0; }#ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS > .row .container { font-size:0.875rem;font-family:arial;height:96.25rem;width:75rem;overflow:visible;position:relative;display:block; }#I49smgaHz7IhJ6OsOBX1o1dQH1xlBqR0 { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:10.15625rem;text-align:left;text-align-last:left;display:block; }
#Cg8aCzWD86GRTMqerX1Fuo7k6AbfnR5W { color:rgba(var(--color-primary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.375rem;left:2.0625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#dR2LzhVZzMAKSAo3ChBqmgy8hBz5Xgus { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:18.75rem;left:0rem;height:32.5rem;text-align:left;text-align-last:left;display:block; }
#R1M0SXcI6esf9QZUb6OLoIP3ehbpcGxB { box-sizing:content-box;height:3.4375rem;width:37.625rem;position:absolute;display:block;z-index:15009;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.671875rem;left:0.78125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#r6BLCg46hC8ndWBV9K1TaZqzx6psqFih { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:54.6328125rem;left:0rem;height:3.0061875rem;text-align:center;text-align-last:center;display:block; }
#ThwHPhol8bbs75dgE24HLrFD5OHOx45r { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:61.5625rem;left:0rem;height:30.46875rem;text-align:left;text-align-last:left;display:block; }
#QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu > .row .container { background-color: transparent; background-image: none; }#QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu > .row .container > .video-iframe-container { display: none; }#QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu > .row > .video-iframe-container { display: none; }#QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu > .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); }#QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu > .row .container { border-width: 0; border-radius: 0; }#QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#S8WTD6d3VBzebVRxG4JZO4IXTTDnczcs { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8203125rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#QLFkLvB1OX10qul3SD5THwovW3W73QUK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QLFkLvB1OX10qul3SD5THwovW3W73QUK > .row .container { background-color: transparent; background-image: none; }#QLFkLvB1OX10qul3SD5THwovW3W73QUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLFkLvB1OX10qul3SD5THwovW3W73QUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLFkLvB1OX10qul3SD5THwovW3W73QUK > .row .container > .video-iframe-container { display: none; }#QLFkLvB1OX10qul3SD5THwovW3W73QUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLFkLvB1OX10qul3SD5THwovW3W73QUK > .row > .video-iframe-container { display: none; }#QLFkLvB1OX10qul3SD5THwovW3W73QUK > .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); }#QLFkLvB1OX10qul3SD5THwovW3W73QUK > .row .container { border-width: 0; border-radius: 0; }#QLFkLvB1OX10qul3SD5THwovW3W73QUK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QLFkLvB1OX10qul3SD5THwovW3W73QUK > .row .container { font-size:0.875rem;font-family:arial;height:144.25rem;width:75rem;overflow:visible;position:relative;display:block; }#KVZJHIAnOMgm7dwVPrkW353haJRhFAOt { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#cNQ9hWyhmodzzIfbZZMzmdortCFa7e7x { color:rgba(var(--color-primary-4),1);display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#BGkTGHgUwDz4RTy06XDUQ40Ot5lZp3cl { box-sizing:content-box;height:3.4375rem;width:43.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.671875rem;left:0.96875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#C9qLG5wqzkLHhe2t3Eh3NZH0QOG7luSo { color:rgba(var(--color-primary-4),1);display:block;width:71.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:18.546875rem;left:0rem;height:32.5rem;text-align:left;text-align-last:left;display:block; }
#LGuTSo92EM1lZHGesacKqOOwv9uZ3VzW { color:rgba(var(--color-primary-4),1);display:block;width:71.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:19.5625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#EBXXSMFScAu3kkIFEQ6Xk7Rkkr3D5Tn3 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:31rem;top:55.25rem;left:43.25rem;overflow:hidden;display:block; }
#ufUJWkhtqp3hyoiMXI62JUl1iTF024nr { color:rgba(var(--color-primary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:56.8681640625rem;left:2.4375rem;height:;text-align:left;text-align-last:left;display:block; }
#HLm6nZd9vKzPy64p2OCE8AExmTtwhxsF { color:#93593b;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:60.5947265625rem;left:3.3125rem;height:;text-align:left;text-align-last:left;display:block; }
#XdqifITTHr0W7tCm8QIp8Be8sVBoEagx { color:rgba(var(--color-primary-4),1);display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:78.4375rem;left:1.625rem;height:;text-align:left;text-align-last:left;display:block; }
#V4Pn4zeSdmmoqlm9nCqDvfavpC0wgGUO { box-sizing:content-box;height:3.4375rem;width:43.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:77.734375rem;left:0.96875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#Tw0qfuG1vhmn2bma4aR1UfUz0T1eVbGV { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:82.75rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#eb7MiGF6CGhOpMUgNH1dmWQlLAJrxSiN { color:#93593b;display:block;width:65.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:92.4453125rem;left:4.84375rem;height:9.0185625rem;text-align:center;text-align-last:center;display:block; }
#P0qogAGxOfMqsVkdTPJcn3XgOzeqFXUl { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:104rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#A1qykEWH3O2sVPfxJmb1dJIUQUtlgM3p { color:#93593b;display:block;width:65.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:117.5078125rem;left:4.84375rem;height:6.01236875rem;text-align:center;text-align-last:center;display:block; }
#MZuRZzdJZyFaeAV0EyxSezXF5CyWpMKL { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:126.1875rem;left:0rem;height:14.21875rem;text-align:left;text-align-last:left;display:block; }
#CgslCphFActbOt4sIM5a4Hd9NxVNweEy { color:#93593b;display:block;width:65.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:92.4453125rem;left:4.84375rem;height:9.0175625rem;text-align:center;text-align-last:center;display:none; }
#zkBWiEgZkmI3pb1qb2IXpfzLv8th991W { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zkBWiEgZkmI3pb1qb2IXpfzLv8th991W > .row .container { background-color: transparent; background-image: none; }#zkBWiEgZkmI3pb1qb2IXpfzLv8th991W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBWiEgZkmI3pb1qb2IXpfzLv8th991W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBWiEgZkmI3pb1qb2IXpfzLv8th991W > .row .container > .video-iframe-container { display: none; }#zkBWiEgZkmI3pb1qb2IXpfzLv8th991W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBWiEgZkmI3pb1qb2IXpfzLv8th991W > .row > .video-iframe-container { display: none; }#zkBWiEgZkmI3pb1qb2IXpfzLv8th991W > .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); }#zkBWiEgZkmI3pb1qb2IXpfzLv8th991W > .row .container { border-width: 0; border-radius: 0; }#zkBWiEgZkmI3pb1qb2IXpfzLv8th991W > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zkBWiEgZkmI3pb1qb2IXpfzLv8th991W > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#qKR3M7Vtg9d3QsJIce7VIQLHIAQwTECa { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0703125rem;left:0rem;height:14.379875rem;text-align:center;text-align-last:center;display:block; }
#Qx5pLFBPlmBzgrpih5iOs84ZTKrGvLTx { color:#020202;display:block;width:65.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.92578125rem;left:4.84375rem;height:3.0061875rem;text-align:center;text-align-last:center;display:block; }
#EnA2D0M7DUN1xGmb516dyaHmrQoUugaA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EnA2D0M7DUN1xGmb516dyaHmrQoUugaA > .row .container { background-color: transparent; background-image: none; }#EnA2D0M7DUN1xGmb516dyaHmrQoUugaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnA2D0M7DUN1xGmb516dyaHmrQoUugaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnA2D0M7DUN1xGmb516dyaHmrQoUugaA > .row .container > .video-iframe-container { display: none; }#EnA2D0M7DUN1xGmb516dyaHmrQoUugaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnA2D0M7DUN1xGmb516dyaHmrQoUugaA > .row > .video-iframe-container { display: none; }#EnA2D0M7DUN1xGmb516dyaHmrQoUugaA > .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); }#EnA2D0M7DUN1xGmb516dyaHmrQoUugaA > .row .container { border-width: 0; border-radius: 0; }#EnA2D0M7DUN1xGmb516dyaHmrQoUugaA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EnA2D0M7DUN1xGmb516dyaHmrQoUugaA > .row .container { font-size:0.875rem;font-family:arial;height:113.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#dprix84iGfXug653UULUFAu1gVLEkp43 { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:6.125rem;left:2.0625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#fXz8MQ4qFy7pDCygy5STWWsymVmPAday { box-sizing:content-box;height:3.4375rem;width:47.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.421875rem;left:1.46875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#lX4W7T8grRUunvgiU2XQTfgdRe6exml5 { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:99.53125rem;text-align:left;text-align-last:left;display:block; }
#erkTTb8esXH0kX6Q9yNIiBr75CoWx9BH { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:1.869140625rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV > .row .container { background-color: transparent; background-image: none; }#sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV > .row .container > .video-iframe-container { display: none; }#sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV > .row > .video-iframe-container { display: none; }#sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV > .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); }#sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV > .row .container { border-width: 0; border-radius: 0; }#sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV > .row .container { font-size:0.875rem;font-family:arial;height:70.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#f6HGASU5tSTHo5f5AKlAKBZgQ6CNTWEA { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:31rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
#EWxGNwK955bAOk9iyegNfp0rhv9mWZp0 { color:#93593b;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.1376953125rem;left:35.4375rem;height:;text-align:left;text-align-last:left;display:block; }
#Z4hCOdPgaHQ1rObCiMBdSvZVEinrtK1d { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:25.619140625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#p9umFZTwruuWx5xt5thIMggUQkJQve9W { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:33.744140625rem;left:3.65625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#xUC0rsK6IBbMQ0aCn0QuDXqeyTSHo9kq { box-sizing:content-box;height:3.4375rem;width:65.4375rem;position:absolute;display:block;z-index:15013;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.041015625rem;left:2.46875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#R70QiTMz5D2aTDrTQOoUm9nw9rzJVegP { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:38.494140625rem;left:0rem;height:30.46875rem;text-align:left;text-align-last:left;display:block; }
#zGGAaQohbJuGHruyA9zz6Wrdk8eAOxSw { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:25.619140625rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;display:none; }
#bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD > .row .container { background-color: transparent; background-image: none; }#bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD > .row .container > .video-iframe-container { display: none; }#bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD > .row > .video-iframe-container { display: none; }#bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD > .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); }#bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD > .row .container { border-width: 0; border-radius: 0; }#bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#OTF4wvB6JzEN9WOVfuT7HIUT6fT9dyrc { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.2578125rem;left:0rem;height:14.3801875rem;text-align:center;text-align-last:center;display:block; }
#IPETxag3l5PZbuw6TRwD2WNr5ot69rUD { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.2578125rem;left:0rem;height:14.378875rem;text-align:center;text-align-last:center;display:none; }
#QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT > .row .container { background-color: transparent; background-image: none; }#QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT > .row .container > .video-iframe-container { display: none; }#QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT > .row > .video-iframe-container { display: none; }#QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT > .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); }#QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT > .row .container { border-width: 0; border-radius: 0; }#QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT > .row .container { font-size:0.875rem;font-family:arial;height:219.375rem;width:75rem;overflow:visible;position:relative;display:block; }#ZylpNGo8V6NoENDqy5c9i5FCwNc72OzR { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:2.181640625rem;left:0rem;height:22.34375rem;text-align:left;text-align-last:left;display:block; }
#J8Rvg1fS30yT9g86GDBizANbDzMThVJ3 { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:25.994140625rem;left:3.65625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#SyMrh9T9bJTov5orUZsFlTFaN7Tq23UK { box-sizing:content-box;height:3.4375rem;width:42.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.291015625rem;left:2.34375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#s9h1DDygBT7rqeEJhw1I8AIb95Uhal2o { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:31.46875rem;left:0rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#tMpF08i8SqHWEWJPp1nThtbTa1WqpDep { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:30.4375rem;top:48.3125rem;left:44rem;overflow:hidden;display:block; }
#K87FtdDVQDDS1qhUiWTi5EFvkdTyQ7LQ { color:#93593b;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:52.7626953125rem;left:0.875rem;height:;text-align:left;text-align-last:left;display:block; }
#kRid9X4HePliaUMATDIRnUDWTyLVzTVS { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:69.681640625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#LMErqyH4VdmRTI6bKNeAMiq4lLnU5fuL { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:102.306640625rem;left:3.65625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#bvNBMS0iz4rmSik93bk8ALu0PGXIlBkc { box-sizing:content-box;height:3.4375rem;width:45.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:101.603515625rem;left:2.34375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#wN4nVvIyLMLzwMnb0yZeEkONFrPSlsqT { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:106.806640625rem;left:0rem;height:10.15625rem;text-align:left;text-align-last:left;display:block; }
#qw5a3QaQyy31vf4Oa4LtsCg8X9nAxFsf { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.625rem;top:119.875rem;left:2.34375rem;overflow:hidden;display:block; }
#sQO4Ingb31N1y6hnuoSv9S6IvbwTKvu8 { color:rgba(var(--color-primary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:119.875rem;left:37rem;height:19.3350625rem;text-align:left;text-align-last:left;display:block; }
#zScU3ThxRLu6zdFriZTaIGUU3CPPltd7 { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:142.181640625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#RQNJzOZXntKV2eInGKb88LIg849JlPrg { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:202.806640625rem;left:2.34375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#sqgZErshP9bpfzf4t9QGlu2dROg7t6PH { box-sizing:content-box;height:3.4375rem;width:39rem;position:absolute;display:block;z-index:15016;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:202.103515625rem;left:1.21875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#GGQ6Qkuu2Fm0nnE11R7iHJQaO9AB3IH5 { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:207.494140625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#QXLGuRkzv0sKS55XhbDKZSMTnta90Rep { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:69.681640625rem;left:0rem;height:;text-align:left;text-align-last:left;display:none; }
#zn6LsBVTigzUah9cvROlVtA7duPCBTCI { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zn6LsBVTigzUah9cvROlVtA7duPCBTCI > .row .container { background-color: transparent; background-image: none; }#zn6LsBVTigzUah9cvROlVtA7duPCBTCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zn6LsBVTigzUah9cvROlVtA7duPCBTCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zn6LsBVTigzUah9cvROlVtA7duPCBTCI > .row .container > .video-iframe-container { display: none; }#zn6LsBVTigzUah9cvROlVtA7duPCBTCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zn6LsBVTigzUah9cvROlVtA7duPCBTCI > .row > .video-iframe-container { display: none; }#zn6LsBVTigzUah9cvROlVtA7duPCBTCI > .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); }#zn6LsBVTigzUah9cvROlVtA7duPCBTCI > .row .container { border-width: 0; border-radius: 0; }#zn6LsBVTigzUah9cvROlVtA7duPCBTCI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zn6LsBVTigzUah9cvROlVtA7duPCBTCI > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;overflow:visible;position:relative;display:block; }#CvrbZ4QS66rGid3a81uPqvemt4O6Tofv { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.7578125rem;left:0rem;height:11.0488125rem;text-align:center;text-align-last:center;display:block; }
#ZQUykk97lzGBxER4IBy60GFxSblJ3agu { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZQUykk97lzGBxER4IBy60GFxSblJ3agu > .row .container { background-color: transparent; background-image: none; }#ZQUykk97lzGBxER4IBy60GFxSblJ3agu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQUykk97lzGBxER4IBy60GFxSblJ3agu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQUykk97lzGBxER4IBy60GFxSblJ3agu > .row .container > .video-iframe-container { display: none; }#ZQUykk97lzGBxER4IBy60GFxSblJ3agu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQUykk97lzGBxER4IBy60GFxSblJ3agu > .row > .video-iframe-container { display: none; }#ZQUykk97lzGBxER4IBy60GFxSblJ3agu > .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); }#ZQUykk97lzGBxER4IBy60GFxSblJ3agu > .row .container { border-width: 0; border-radius: 0; }#ZQUykk97lzGBxER4IBy60GFxSblJ3agu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZQUykk97lzGBxER4IBy60GFxSblJ3agu > .row .container { font-size:0.875rem;font-family:arial;height:194.75rem;width:75rem;overflow:visible;position:relative;display:block; }#fR8cmnV7Wx3yTlUWXOAGb5yVi9rPaOTN { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:1.775390625rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#AvDn26Toq75bWQ4BoP3MiZFI3xWz0QZW { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:12.150390625rem;left:2.59375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#J9XvvT6afWyBi7yQQWZAvRNO4TxTEoSV { box-sizing:content-box;height:3.4375rem;width:44.875rem;position:absolute;display:block;z-index:15017;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.447265625rem;left:1.46875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#GquFFOqXVcqdhvAVvhZ8Mb6ElsJlFGtz { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:16.400390625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#Sp4xTuOmf399ggnA9I7MX43LZuQRtRwA { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:31.625rem;top:30.4375rem;left:42.21875rem;overflow:hidden;display:block; }
#URNEQN9l8OuvWn9MS1zU5sx7TIvxOw4T { color:rgba(var(--color-primary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:35.6376953125rem;left:2.59375rem;height:8.286125rem;text-align:left;text-align-last:left;display:block; }
#vNITSRdgiLD29M8aC17ndkTCX6TwuQbT { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:53.150390625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#NbtSTfdI2arBtzTPOVzABBeNvlRFcMgU { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:31.625rem;top:64.4375rem;left:0rem;overflow:hidden;display:block; }
#Vd4V6fOG5hISArZPexCngcF8ofTTNIpJ { color:rgba(var(--color-primary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:68.6376953125rem;left:39rem;height:;text-align:left;text-align-last:left;display:block; }
#TF7nuf2yTNiJDJq8RA5g3kobes0sGzzz { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:85.212890625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#pFL5S0qlppxy1acREgUaX1zT3ZbmA7t8 { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:109.400390625rem;left:2.59375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#wQv0ZO5hv60cNzW4yfOCod2uh3By9CF7 { box-sizing:content-box;height:3.4375rem;width:56.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:108.697265625rem;left:1.53125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#eQe6J1DBe4DzBy8HItEypidD31J1yzDB { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:115.087890625rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#hUXLfKUt55UXiGSENUxkN8b0hZNr05PL { color:#93593b;display:block;width:69.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:124.6328125rem;left:2.90625rem;height:9.0185625rem;text-align:center;text-align-last:center;display:block; }
#uUNycr0b9n4vJMcOyBMmV2Qw9gUEle4x { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:137.025390625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#Mvzb3Ke0C6wKS9ZeetPJx6TWXwHeoecT { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:53.150390625rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;display:none; }
#lAxgwQ1bpJTQxmF0xE91v9mhVhcDx37R { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:85.212890625rem;left:0rem;height:22.34375rem;text-align:left;text-align-last:left;display:none; }
#sDmFt64gFDhOnEmzcnWb2IPKW2PI9Udc { color:rgba(var(--color-primary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:68.6376953125rem;left:39rem;height:8.285125rem;text-align:left;text-align-last:left;display:none; }
#GD5Gb7BIKgMxxIkiw70x220smo9fnd4z { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GD5Gb7BIKgMxxIkiw70x220smo9fnd4z > .row .container { background-color: transparent; background-image: none; }#GD5Gb7BIKgMxxIkiw70x220smo9fnd4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD5Gb7BIKgMxxIkiw70x220smo9fnd4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD5Gb7BIKgMxxIkiw70x220smo9fnd4z > .row .container > .video-iframe-container { display: none; }#GD5Gb7BIKgMxxIkiw70x220smo9fnd4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD5Gb7BIKgMxxIkiw70x220smo9fnd4z > .row > .video-iframe-container { display: none; }#GD5Gb7BIKgMxxIkiw70x220smo9fnd4z > .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); }#GD5Gb7BIKgMxxIkiw70x220smo9fnd4z > .row .container { border-width: 0; border-radius: 0; }#GD5Gb7BIKgMxxIkiw70x220smo9fnd4z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GD5Gb7BIKgMxxIkiw70x220smo9fnd4z > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Qy3p9FJPaeL3cFC6XToNZWrWZ9Pqyuie { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.650390625rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#D7ydEAqlCTTwMFgSXzBHUHQCUP5RmyDK { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.650390625rem;left:0rem;height:16.57325rem;text-align:center;text-align-last:center;display:none; }
#Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 > .row .container { background-color: transparent; background-image: none; }#Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 > .row .container > .video-iframe-container { display: none; }#Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 > .row > .video-iframe-container { display: none; }#Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 > .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); }#Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 > .row .container { border-width: 0; border-radius: 0; }#Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 > .row .container { font-size:0.875rem;font-family:arial;height:78.25rem;width:75rem;overflow:visible;position:relative;display:block; }#cExWJw0smRfgNPFUvUAHx8uO4QEd6RJm { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:2.337890625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#dJxayz8ZAckWdoOUUGHOwTlVeHxOmQaT { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:12.837890625rem;left:2rem;height:;text-align:left;text-align-last:left;display:block; }
#zXJ9nNMtxnrsUae2VrdSoC6kQRaABfN0 { box-sizing:content-box;height:3.4375rem;width:55.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.134765625rem;left:0.90625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#IOKoAsTPD8cAF0ouzHsbUSgzS9MIDcTB { color:rgba(var(--color-primary-4),1);display:block;width:67rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:17.525390625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#STeRUXPeJdrFbN1u7DhFpRmV2JUIHd0E { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:2.337890625rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;display:none; }
#ZZVFT1h25QXJCORPo7UR5TeAHTqwBF7c { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:12.837890625rem;left:2rem;height:2.03125rem;text-align:left;text-align-last:left;display:none; }
#fHpsTy5AltcT77SuvTxhhATF0qQbvC3T { color:rgba(var(--color-primary-4),1);display:block;width:67rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:17.525390625rem;left:0rem;height:;text-align:left;text-align-last:left;display:none; }
#fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi > .row .container { background-color: transparent; background-image: none; }#fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi > .row .container > .video-iframe-container { display: none; }#fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi > .row > .video-iframe-container { display: none; }#fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi > .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); }#fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi > .row .container { border-width: 0; border-radius: 0; }#fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#VKA2tmVUXgL8C9qwISmdUA20t7WHdOi0 { color:rgba(var(--color-primary-4),1);display:block;width:69.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:3.150390625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#kz7zbrKCsSTsk1D7TpTB2TRUixgHSWy1 { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:27.587890625rem;left:1.875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#N80rbyhL9BIn1HyER0WkPATV08pmPbtA { box-sizing:content-box;height:3.4375rem;width:48.375rem;position:absolute;display:block;z-index:15020;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:26.884765625rem;left:1.28125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#VOsO7t3v91Px79n6VX2Trp1rAZiMJeUE { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:31.712890625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#sFFptc8ArDKqEcwhhduwrgqyr6T3B5yf { color:#93593b;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:37.7001953125rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#mIXn42JufIH05KPr8dgOLshtXFwq5Qrg { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:31.0625rem;top:34.9375rem;left:41.375rem;overflow:hidden;display:block; }
#RIQcWkeBb50fRCtyn0nQNXgMv0cgN0Oh { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:56.587890625rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS { background-color:#eec673;background-image:none;z-index:;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS > .row .container { background-color: transparent; background-image: none; }#L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS > .row .container > .video-iframe-container { display: none; }#L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS > .row > .video-iframe-container { display: none; }#L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS > .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); }#L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS > .row .container { border-width: 0; border-radius: 0; }#L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;overflow:visible;position:relative;display:block; }#JPTKvLKav24vt26dc87VMyTxC0dyPPLJ { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.587890625rem;left:0rem;height:5.5244125rem;text-align:center;text-align-last:center;display:block; }
#XZMNTHF1qW7051Z69aH44QnwnkBdadfe { color:rgba(var(--color-tertiary-0),1);display:block;width:74.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:3.837890625rem;left:0.0625rem;height:;text-align:center;text-align-last:center;display:block; }
#R0KCBhWJOZqpeKDcWR9hDMF5K1fgTbe1 { position:absolute;display:block;z-index:15046;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:37.1875rem;top:16.111328125rem;left:18.59375rem;overflow:hidden;display:block; }
#ZB1NGSoTBobASpNsJyXOqeut3CVDW5cL { color:rgba(var(--color-tertiary-0),1);display:block;width:74.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:3.837890625rem;left:0.0625rem;height:;text-align:center;text-align-last:center;display:none; }
#yAnxF4p140JgsWrb10bvfNhweoLbAvt1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yAnxF4p140JgsWrb10bvfNhweoLbAvt1 > .row .container { background-color: transparent; background-image: none; }#yAnxF4p140JgsWrb10bvfNhweoLbAvt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAnxF4p140JgsWrb10bvfNhweoLbAvt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAnxF4p140JgsWrb10bvfNhweoLbAvt1 > .row .container > .video-iframe-container { display: none; }#yAnxF4p140JgsWrb10bvfNhweoLbAvt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAnxF4p140JgsWrb10bvfNhweoLbAvt1 > .row > .video-iframe-container { display: none; }#yAnxF4p140JgsWrb10bvfNhweoLbAvt1 > .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); }#yAnxF4p140JgsWrb10bvfNhweoLbAvt1 > .row .container { border-width: 0; border-radius: 0; }#yAnxF4p140JgsWrb10bvfNhweoLbAvt1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yAnxF4p140JgsWrb10bvfNhweoLbAvt1 > .row .container { font-size:0.875rem;font-family:arial;height:76.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#DO7yxJ08OV57mZPlHDESnV1NlIAmtcc0 { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:3.087890625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#TsPGfAV1NqcrFLuKOFFq5p4WE4DPrUOv { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:40.087890625rem;left:2.625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#LHOERtZTDRVUUElwEqL7yFFsgk97nHk2 { box-sizing:content-box;height:3.4375rem;width:56.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:39.384765625rem;left:1.96875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#hHZPOh0ey8OIqx19asS8IIUnwMuP7PfT { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:44.962890625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#OoczAil0KbbUPOCSUVXNTvqiQmk9U09I { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OoczAil0KbbUPOCSUVXNTvqiQmk9U09I > .row .container { background-color: transparent; background-image: none; }#OoczAil0KbbUPOCSUVXNTvqiQmk9U09I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoczAil0KbbUPOCSUVXNTvqiQmk9U09I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoczAil0KbbUPOCSUVXNTvqiQmk9U09I > .row .container > .video-iframe-container { display: none; }#OoczAil0KbbUPOCSUVXNTvqiQmk9U09I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoczAil0KbbUPOCSUVXNTvqiQmk9U09I > .row > .video-iframe-container { display: none; }#OoczAil0KbbUPOCSUVXNTvqiQmk9U09I > .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); }#OoczAil0KbbUPOCSUVXNTvqiQmk9U09I > .row .container { border-width: 0; border-radius: 0; }#OoczAil0KbbUPOCSUVXNTvqiQmk9U09I > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OoczAil0KbbUPOCSUVXNTvqiQmk9U09I > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#VaDEmU7siW3gK4T4vtxzpNcpBGd2P5GX { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#M66Hu1zOyCWcKkib8XIElaEIK9eiAAJO { color:rgba(var(--color-primary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:44.6875rem;text-align:left;text-align-last:left;display:none; }
#UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA > .row .container { background-color: transparent; background-image: none; }#UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA > .row .container > .video-iframe-container { display: none; }#UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA > .row > .video-iframe-container { display: none; }#UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA > .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); }#UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA > .row .container { border-width: 0; border-radius: 0; }#UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#obBw0t3gCdHt5MoKUdJCP9UkoieIpHOQ { color:#000000;display:block;width:57.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.96875rem;left:8.96875rem;height:;text-align:center;text-align-last:center;display:block; }
#UU1sSvZ6BfTIIaGwotrImflgX7huq37d { color:#000000;display:block;width:57.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.96875rem;left:8.96875rem;height:;text-align:center;text-align-last:center;display:none; }
#uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth > .row .container { background-color: transparent; background-image: none; }#uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth > .row .container > .video-iframe-container { display: none; }#uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth > .row > .video-iframe-container { display: none; }#uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth > .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); }#uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth > .row .container { border-width: 0; border-radius: 0; }#uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#nB9q1tVQltnc6rKq1ztLaKAbLwKzXKW1 { color:#93593b;display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:2.837890625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#JR6RhcvuBlIF6Gaprd1879R6n7vX4wtT { color:#000000;display:block;width:58.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.03125rem;left:10.03125rem;height:21.9360625rem;text-align:center;text-align-last:center;display:block; }
#XWNvev2o8X8Zl5SNvnrZ8ckIydygLako { color:#93593b;display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:33.150390625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#gTaEIRAnfFGhuC7rBpy4wsUdXluyxUyu { color:#000000;display:block;width:58.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:37.96875rem;left:11.15625rem;height:;text-align:center;text-align-last:center;display:block; }
#wbuGSJzMKfAFDlBceIQlQ8MsMbVNH9r6 { color:#000000;display:block;width:58.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.03125rem;left:10.03125rem;height:21.9375rem;text-align:center;text-align-last:center;display:none; }
#TM5QI79kFW1IyZpdfwNrNRy6GDoVO08C { color:#000000;display:block;width:58.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:37.96875rem;left:11.15625rem;height:;text-align:center;text-align-last:center;display:none; }
#gSkFwcRtkmsPpTBv4cybCCVVQgO7Guni { color:#93593b;display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:2.837890625rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:none; }
#Of2rKrZE3XMHk7zCeUcxwuR52CPCVnIi { color:#93593b;display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:33.150390625rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:none; }
#BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 > .row .container { background-color: transparent; background-image: none; }#BSM9W8VDITtKniiiTdu8GHb3glEbRUU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 > .row .container > .video-iframe-container { display: none; }#BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 > .row > .video-iframe-container { display: none; }#BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 > .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); }#BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 > .row .container { border-width: 0; border-radius: 0; }#BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;overflow:visible;position:relative;display:block; }#PHlemqS5LTRDA2sdtH4svDP35eoGv0Tb { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.087890625rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#mIwDVVB3EuK2JqmQcpvPBCOZigNhTFmV { color:#fafafa;display:block;width:73.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:2.962890625rem;left:1.1875rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw > .row .container { background-color: transparent; background-image: none; }#a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw > .row .container > .video-iframe-container { display: none; }#a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw > .row > .video-iframe-container { display: none; }#a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw > .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); }#a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw > .row .container { border-width: 0; border-radius: 0; }#a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw > .row .container { font-size:0.875rem;font-family:arial;height:156.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#eMMiaFBpZtXRMHKUNGOihZ75MyUoJWfL { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:2.150390625rem;left:0rem;height:32.5rem;text-align:left;text-align-last:left;display:block; }
#qv22i9pa5Nh1WUhBz1DhVAivyD47IEnP { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:36.962890625rem;left:2.4375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#TEdvp98OMPTuckxZrnr8Rz81JfkCTfor { box-sizing:content-box;height:3.4375rem;width:58.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36.259765625rem;left:1.78125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#S57AR1qHrepdvOAL8tkJChLQX7yIzRyU { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:41.712890625rem;left:0rem;height:28.4375rem;text-align:left;text-align-last:left;display:block; }
#c4QsmRhBqrz0TW7ISlNm2BBzEPBWmZz2 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:31.0625rem;top:73.8125rem;left:0rem;overflow:hidden;display:block; }
#IiO4P0TAsTyHTkF3iUKqhGmu1TDL2PEt { color:#93593b;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:74.52734375rem;left:35.125rem;height:;text-align:left;text-align-last:left;display:block; }
#tKubHlWhunR89QGFMmV8Z0SphAWD9gKX { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:93.625rem;left:0rem;height:56.875rem;text-align:left;text-align-last:left;display:block; }
#IGHNNPDLzUGmmAPh9zWGupfAVBBsd5QM { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:93.625rem;left:0rem;height:56.875rem;text-align:left;text-align-last:left;display:none; }
#pM2mWWOWVdFZieP79rOZUsUbrwA92po9 { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pM2mWWOWVdFZieP79rOZUsUbrwA92po9 > .row .container { background-color: transparent; background-image: none; }#pM2mWWOWVdFZieP79rOZUsUbrwA92po9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pM2mWWOWVdFZieP79rOZUsUbrwA92po9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pM2mWWOWVdFZieP79rOZUsUbrwA92po9 > .row .container > .video-iframe-container { display: none; }#pM2mWWOWVdFZieP79rOZUsUbrwA92po9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pM2mWWOWVdFZieP79rOZUsUbrwA92po9 > .row > .video-iframe-container { display: none; }#pM2mWWOWVdFZieP79rOZUsUbrwA92po9 > .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); }#pM2mWWOWVdFZieP79rOZUsUbrwA92po9 > .row .container { border-width: 0; border-radius: 0; }#pM2mWWOWVdFZieP79rOZUsUbrwA92po9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pM2mWWOWVdFZieP79rOZUsUbrwA92po9 > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#PSDZ9qlkwE6NvWgtXnfSt2NPHXV4P296 { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.837890625rem;left:0rem;height:6.9863125rem;text-align:center;text-align-last:center;display:block; }
#TpvsutzLWxAIzZICn6FzSFELh2PxtK4u { color:#93593b;display:block;width:74.623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.837890625rem;left:0rem;height:6.9863125rem;text-align:center;text-align-last:center;display:none; }
#MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ > .row .container { background-color: transparent; background-image: none; }#MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ > .row .container > .video-iframe-container { display: none; }#MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ > .row > .video-iframe-container { display: none; }#MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ > .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); }#MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ > .row .container { border-width: 0; border-radius: 0; }#MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ > .row .container { font-size:0.875rem;font-family:arial;height:73.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#al0H5wr2Uf62siPhHLPeuqWHtG3TMmGu { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:4.212890625rem;left:0rem;height:18.28125rem;text-align:left;text-align-last:left;display:block; }
#Man6bfPXbGEs9s9ED9UkTUQzFsAvF737 { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:20.525390625rem;left:1.1875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#Gkitsd6mAEIN7ltgVuUDnCHxFvbmn9vW { box-sizing:content-box;height:3.4375rem;width:64.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.822265625rem;left:0.6875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#GDwA8fIFZuU1X6TJ5AEZHCHapbsEE0M6 { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:24.837890625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#nLlLmLQx8sIbC4sJadcGcEn7ETKG4OPP { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:24.837890625rem;left:0rem;height:42.65625rem;text-align:left;text-align-last:left;display:none; }
#X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 > .row .container { background-color: transparent; background-image: none; }#X04KVdLATFAhQe5dP1RQvIyHT9In1AB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 > .row .container > .video-iframe-container { display: none; }#X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 > .row > .video-iframe-container { display: none; }#X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 > .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); }#X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 > .row .container { border-width: 0; border-radius: 0; }#X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#e7H3STik34HIQ85QcIkhcViWLxC5RVCb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:27rem;top:0.78125rem;left:8.4951171875rem;overflow:hidden;display:block; }
#Tk2OpFqLJ4TQvhrqAXrbVuClFsWkBzk2 { color:rgba(var(--color-primary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.900390625rem;left:41.4375rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#RmOa6xdhwgaX21CUTUFDPDQCIHIblQJa { box-sizing:content-box;height:0.625rem;width:7.4375rem;position:absolute;display:block;z-index:15051;background-color:rgba(250,22,22,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.009765625rem;left:59.5625rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PSlqqJDwlSZi6SZFRnrFCpA25T4M3d8N { box-sizing:content-box;height:6.125rem;width:25.875rem;position:absolute;display:block;z-index:15052;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:41.4375rem;display:block; }
#O1T5beUBTQhOU8H733XTD89VP2GdpIGZ { color:rgba(var(--color-primary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:9.625rem;left:42.8125rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#t2Nzhc2WJk49Dc4Z2gORelyTz5SgNQOr { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:anybody;font-size:2.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:9.0625rem;left:53.8125rem;height:3.1684rem;text-align:left;text-align-last:left;display:block; }
#SZouF4Tfgr5yQXXOq3b7AWPLmwql2U06 { background-color:#18ca1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.499rem;height:5.061525rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:15.5rem;left:41.4375rem;display:block; }
#o2guh0LeUVUN58fGdRtXmmqapRn9I9rz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gH0ue5TC4PBPwl1vhZk8ycu3hFX9X1LT { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:16.5625rem;top:21.3125rem;left:40.8701171875rem;overflow:hidden;display:block; }
#OATcXgCnZ8a6psTVEitSimxXgdNVwBJz { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:16.5625rem;top:21.3125rem;left:56.1826171875rem;overflow:hidden;display:block; }
#BSMNhgoHCI0VSMs9ovJ6vVJW00I6EuAT { box-sizing:content-box;height:4rem;width:12.0625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.15625rem;left:57.4375rem;display:block; }
#ls3R81p8rge7RkUVDTBz3CxTW0bTp616 { color:rgba(var(--color-primary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.900390625rem;left:41.4375rem;height:2.84375rem;text-align:left;text-align-last:left;display:none; }
#T3W4PnFn9D6GE8ryIQcSMoOKsJmS18Ao { box-sizing:content-box;height:0.625rem;width:7.4375rem;position:absolute;display:block;z-index:15051;background-color:rgba(250,22,22,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.009765625rem;left:59.5625rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#mASJdXPS3foE8AwhxQ4NGV9Ngz0a9kQq { box-sizing:content-box;height:6.125rem;width:25.875rem;position:absolute;display:block;z-index:15052;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:41.4375rem;display:none; }
#WKwNmJGVUXFgnNJD7T1cpC82bLwRqS7c { color:rgba(var(--color-primary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:9.625rem;left:42.8125rem;height:1.94921875rem;text-align:left;text-align-last:left;display:none; }
#Bis5RoLLmkVLAaSGNz7H8vrNsLdsWHmI { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:anybody;font-size:2.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:9.0625rem;left:53.8125rem;height:3.16796875rem;text-align:left;text-align-last:left;display:none; }
#RDk3GSJelwolQMSWxzcCoEclGLRVfp7F { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RDk3GSJelwolQMSWxzcCoEclGLRVfp7F > .row .container { background-color: transparent; background-image: none; }#RDk3GSJelwolQMSWxzcCoEclGLRVfp7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDk3GSJelwolQMSWxzcCoEclGLRVfp7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDk3GSJelwolQMSWxzcCoEclGLRVfp7F > .row .container > .video-iframe-container { display: none; }#RDk3GSJelwolQMSWxzcCoEclGLRVfp7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDk3GSJelwolQMSWxzcCoEclGLRVfp7F > .row > .video-iframe-container { display: none; }#RDk3GSJelwolQMSWxzcCoEclGLRVfp7F > .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); }#RDk3GSJelwolQMSWxzcCoEclGLRVfp7F > .row .container { border-width: 0; border-radius: 0; }#RDk3GSJelwolQMSWxzcCoEclGLRVfp7F > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RDk3GSJelwolQMSWxzcCoEclGLRVfp7F > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;overflow:visible;position:relative;display:block; }#Gw4wGhQ2MAPTW2CXTcreDDASzlEkWwC8 { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:2.837890625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#MkuWCmqam8pn50qSMJamPKsPFxKpPPrO { box-sizing:content-box;height:3.4375rem;width:31.3125rem;position:absolute;display:block;z-index:15025;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.837890625rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR > .row .container { background-color: transparent; background-image: none; }#cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR > .row .container > .video-iframe-container { display: none; }#cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR > .row > .video-iframe-container { display: none; }#cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR > .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); }#cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR > .row .container { border-width: 0; border-radius: 0; }#cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#Uo6vw5TRkE0ehhRZZQwx92iJxAu0Fxgi { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:27rem;top:0.78125rem;left:8.4951171875rem;overflow:hidden;display:block; }
#tlypem1lmQnlG5fUTP82sPTCPcqb2ZPv { color:rgba(var(--color-primary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.900390625rem;left:41.4375rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#ziyoQoIuNO9GE70rLiBZLcqF3ILAhrXO { box-sizing:content-box;height:0.625rem;width:7.4375rem;position:absolute;display:block;z-index:15051;background-color:rgba(250,22,22,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.009765625rem;left:59.5625rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cA9Mi2spia8PZki8mxsdTr2z5qLgwhyf { box-sizing:content-box;height:6.125rem;width:25.875rem;position:absolute;display:block;z-index:15052;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:41.4375rem;display:block; }
#FW0kUxMimt23TTIL3Tqi8C7gwSJG5bLQ { color:rgba(var(--color-primary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:9.625rem;left:42.8125rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#yRzTlV5dP3HupNEAn8sFrsz1Ofd4Wm9a { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:anybody;font-size:2.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:9.0625rem;left:53.8125rem;height:3.1684rem;text-align:left;text-align-last:left;display:block; }
#ZypenUxVlWgTXFVqqw3VFGTVBx2dzCnc { background-color:#18ca1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.0625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:15.5rem;left:41.4375rem;display:block; }
#tTMI8K97XeG4TAkqiHIoTTS3aCUU4Ufy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZRAJTPbPsC8Sk8lXLDzo2PM7aNJLTOV { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:16.5625rem;top:21.3125rem;left:40.8701171875rem;overflow:hidden;display:block; }
#Ato14k5ydlg5SsbdrVmAntgmiCCUXoyA { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:16.5625rem;top:21.3125rem;left:56.1826171875rem;overflow:hidden;display:block; }
#E23kkpSkPinmu1TE1WDnuuiaT8iKzOc9 { box-sizing:content-box;height:4rem;width:12.0625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.15625rem;left:57.4375rem;display:block; }
#xTrRfyiQTqT4RgoNlIQEBserhAowb3WP { color:rgba(var(--color-primary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.900390625rem;left:41.4375rem;height:2.84375rem;text-align:left;text-align-last:left;display:none; }
#ltQ7WsdsQApcTvJLG90wTEZbht1NzLhT { box-sizing:content-box;height:0.625rem;width:7.4375rem;position:absolute;display:block;z-index:15051;background-color:rgba(250,22,22,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.009765625rem;left:59.5625rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#iORbl5B9yAkiqbTZEXPfKxudciSgGccT { box-sizing:content-box;height:6.125rem;width:25.875rem;position:absolute;display:block;z-index:15052;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:41.4375rem;display:none; }
#d2FgyHUhwdu9UCT7LA5XZqW28oLVrJod { color:rgba(var(--color-primary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:9.625rem;left:42.8125rem;height:1.94921875rem;text-align:left;text-align-last:left;display:none; }
#NhBf47dqTuCJ7rPhdaK8xTblZNkr3Vgg { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:anybody;font-size:2.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:9.0625rem;left:53.8125rem;height:3.16796875rem;text-align:left;text-align-last:left;display:none; }
#OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS > .row .container { border-width: 0; border-radius: 0; }#OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#fyCTHDrgNDqaznbwDBWoMsbFaIfDQaD9 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:27rem;top:0.78125rem;left:8.4951171875rem;overflow:hidden;display:block; }
#U1KWx8PMZmU4bVVAONu1WckXaQJA22DV { color:rgba(var(--color-primary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.900390625rem;left:41.4375rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#nFDIXTCJumq1Vh72iB7vihXTIAFbAWtC { box-sizing:content-box;height:0.625rem;width:7.4375rem;position:absolute;display:block;z-index:15051;background-color:rgba(250,22,22,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.009765625rem;left:59.5625rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nMKs1yBD6by77O5ooAaTwxNI8rROa5gv { box-sizing:content-box;height:6.125rem;width:25.875rem;position:absolute;display:block;z-index:15052;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:41.4375rem;display:block; }
#nmWOU3pvD7NeRe2usmQH12aE3qn5N8Gh { color:rgba(var(--color-primary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:9.625rem;left:42.8125rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#JD7F5CdwX5PHCfLpfaGyb9I48srPbuXE { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:anybody;font-size:2.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:9.0625rem;left:53.8125rem;height:3.16796875rem;text-align:left;text-align-last:left;display:block; }
#VnVwWhe2mAD0bC3sQg1Tra44TRpf0cTV { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:3.525390625rem;left:0rem;height:18.28125rem;text-align:left;text-align-last:left;display:none; }
#I4QVtZlTXqDCMngsd0ItK5LU02Kzp7iT { box-sizing:content-box;height:3.4375rem;width:49.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.697265625rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:none; }
#aNyvQHR0sSkhJ5SdRuMIxZTJ3A62iTRS { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#aNyvQHR0sSkhJ5SdRuMIxZTJ3A62iTRS > .row .container { border-width: 0; border-radius: 0; }#aNyvQHR0sSkhJ5SdRuMIxZTJ3A62iTRS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aNyvQHR0sSkhJ5SdRuMIxZTJ3A62iTRS > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#RSD2A2FFm8Z4vDEWT9q8vkIKhSoKnNV4 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:27rem;top:0.78125rem;left:8.4951171875rem;overflow:hidden;display:block; }
#ACaOHIbHIcPTtZvkDsx7ehfWyRNZ8Zcg { color:rgba(var(--color-primary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.900390625rem;left:41.4375rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#oBlRSo103O2eIHXA6XzZ44f7roRZgpK6 { box-sizing:content-box;height:0.625rem;width:7.4375rem;position:absolute;display:block;z-index:15051;background-color:rgba(250,22,22,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.009765625rem;left:59.5625rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wgn0SmL3w8m4y10PGKNBt77LaSMRm1v9 { box-sizing:content-box;height:6.125rem;width:25.875rem;position:absolute;display:block;z-index:15052;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:41.4375rem;display:block; }
#qIeplEtlEPUDLRvvPv9cSOc6J3OziTQA { color:rgba(var(--color-primary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:9.625rem;left:42.8125rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#EVFmg7H5ixGb4VlmNXil4bqU4HmN0c0d { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:anybody;font-size:2.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:9.0625rem;left:53.8125rem;height:3.16796875rem;text-align:left;text-align-last:left;display:block; }
#rXEd8KI7rqZiA8hvDlCMdKsnhsmqm7xQ { background-color:#18ca1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.0625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:15.5rem;left:41.4375rem;display:block; }
#Rdoqc7QL7imlRnzfDUMdz3ZhHUVoMei7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Js9ulPZSsCdRrqREH0pfJKlTUKFJBFPT { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:16.5625rem;top:21.3125rem;left:40.8701171875rem;overflow:hidden;display:block; }
#kx0dyT4bZaKHBuZCEuzyPXeQqwaQTzCr { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:16.5625rem;top:21.3125rem;left:56.1826171875rem;overflow:hidden;display:block; }
#LDwbnxOqtkZeMkws1i2vcLTGGhureAwB { box-sizing:content-box;height:4rem;width:12.0625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.15625rem;left:57.4375rem;display:block; }
#iulTnRPgb2hXFtda4PfgK8iE2erzF9Xo { color:rgba(var(--color-primary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.900390625rem;left:41.4375rem;height:2.84375rem;text-align:left;text-align-last:left;display:none; }
#FaUg7xvapOmCXfQkNIfNTeTLwncMluwU { box-sizing:content-box;height:0.625rem;width:7.4375rem;position:absolute;display:block;z-index:15051;background-color:rgba(250,22,22,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.009765625rem;left:59.5625rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#r7OyHbXZvI3SrTZdfK5WRhPwnSbl6ip8 { box-sizing:content-box;height:6.125rem;width:25.875rem;position:absolute;display:block;z-index:15052;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:41.4375rem;display:none; }
#bHA6IE7rHMeXNAiQg4IocGSEbHeQRu4v { color:rgba(var(--color-primary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:9.625rem;left:42.8125rem;height:1.94921875rem;text-align:left;text-align-last:left;display:none; }
#UIOFD97TLFZFCNDBRnDcF4QmQw6Zn07v { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:anybody;font-size:2.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:9.0625rem;left:53.8125rem;height:3.16796875rem;text-align:left;text-align-last:left;display:none; }
#LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM > .row .container { background-color: transparent; background-image: none; }#LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM > .row .container > .video-iframe-container { display: none; }#LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM > .row > .video-iframe-container { display: none; }#LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM > .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); }#LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM > .row .container { border-width: 0; border-radius: 0; }#LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM > .row .container { font-size:0.875rem;font-family:arial;height:76.375rem;width:75rem;overflow:visible;position:relative;display:block; }#vCP4IMaI9Iygs9V1BczUtJNoG0H7bLKs { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:3.525390625rem;left:0rem;height:18.28125rem;text-align:left;text-align-last:left;display:block; }
#G3ZKb3x0zPahuyDNHQc20bKNKidPpSqh { box-sizing:content-box;height:3.4375rem;width:49.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.697265625rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#rgUGMHTJGvTwT7zEh2SF9sLhgIAcP17x { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:20.400390625rem;left:1.1875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#AOSDqKVVfCUAeI8ChqMqkRmpT8E7BUnb { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:25.025390625rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#myUKRnFi3ukm42eQ0BnPg4GM7Q2rcJMi { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:31.400390625rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#TCySc8gbBtoyUu1bDF0yt0DX6odl8JBX { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:24.6875rem;top:37.150390625rem;left:0.6826171875rem;overflow:hidden;display:block; }
#AXU5fciz1lDbhs1f2TPkqhAkcLUXlAmT { color:rgba(var(--color-primary-4),1);display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:38.712890625rem;left:27.3701171875rem;height:2.9768875rem;text-align:left;text-align-last:left;display:block; }
#v7Q1rZkZxRPu2JLCbFUkq4rblUI9TMOZ { color:#93593b;display:block;width:34.75rem;position:absolute;font-family:anybody;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:42.462890625rem;left:27.3701171875rem;height:5.52430625rem;text-align:left;text-align-last:left;display:block; }
#iswX30TRZUmnIhqMOVrWkUlGezCMz9ou { color:rgba(var(--color-primary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:45.0234375rem;left:49.5625rem;height:2.48941875rem;text-align:left;text-align-last:left;display:block; }
#mUcS1MKyxInASlSpkdRHDkABHkWrLe93 { color:rgba(var(--color-primary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:50.2734375rem;left:27.3701171875rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#CyAxHBmfgdnozxXKEFIw0WUoooFwWsTE { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:3.525390625rem;left:0rem;height:18.28125rem;text-align:left;text-align-last:left;display:none; }
#SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G > .row .container { background-color: transparent; background-image: none; }#SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G > .row .container > .video-iframe-container { display: none; }#SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G > .row > .video-iframe-container { display: none; }#SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G > .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); }#SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G > .row .container { border-width: 0; border-radius: 0; }#SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#c7HDBytKmcVUUdLnHgf7t5bgfTLZa8GC { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.1875rem;width:26.625rem;top:0.775390625rem;left:0rem;overflow:hidden;display:block; }
#NRDGRT6xNA8BlP8AEJfpfckrLHUxAgoR { color:rgba(var(--color-primary-4),1);display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:2.212890625rem;left:27.3701171875rem;height:;text-align:left;text-align-last:left;display:block; }
#uPuJTVOUIzyMcgNVStL7HqvpZ1lDrcMn { color:#93593b;display:block;width:36.6875rem;position:absolute;font-family:anybody;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.087890625rem;left:27.3701171875rem;height:5.52430625rem;text-align:left;text-align-last:left;display:block; }
#PGsBNXzS1fNzQGeQIDAoWIc9BsPf6W4h { color:rgba(var(--color-primary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:8.849609375rem;left:27.34375rem;height:2.48941875rem;text-align:left;text-align-last:left;display:block; }
#qvikVMwkVqgd0dpPRMSbJ1VwQEVhqsPb { color:rgba(var(--color-primary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:14.734375rem;left:27.3701171875rem;height:14.21875rem;text-align:left;text-align-last:left;display:block; }
#qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v > .row .container { background-color: transparent; background-image: none; }#qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v > .row .container > .video-iframe-container { display: none; }#qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v > .row > .video-iframe-container { display: none; }#qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v > .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); }#qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v > .row .container { border-width: 0; border-radius: 0; }#qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;overflow:visible;position:relative;display:block; }#HHKyRGTcJSd5vcuZDhlxAAW6RWaTONVg { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:27.4375rem;top:2.650390625rem;left:0rem;overflow:hidden;display:block; }
#HL8lFvhset3D8TgSlnsnqAuJQ6NIK7RA { color:rgba(var(--color-primary-4),1);display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:4.712890625rem;left:27.1826171875rem;height:2.9768875rem;text-align:left;text-align-last:left;display:block; }
#WEKw1z8tKzeWSMayGT5v9ETnSHkkueM0 { color:#93593b;display:block;width:36.6875rem;position:absolute;font-family:anybody;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.400390625rem;left:27.1826171875rem;height:2.76215rem;text-align:left;text-align-last:left;display:block; }
#SN9rT9CcmiLuuE0i7a3xQQXXTO39z6Ad { color:rgba(var(--color-primary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:15.337890625rem;left:27.1826171875rem;height:20.3125rem;text-align:left;text-align-last:left;display:block; }
#AqnslR307Nwlp6eXkypWMtJqV1ricvOQ { color:rgba(var(--color-primary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:11.162109375rem;left:27.34375rem;height:;text-align:left;text-align-last:left;display:block; }
#RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU > .row .container { background-color: transparent; background-image: none; }#RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU > .row .container > .video-iframe-container { display: none; }#RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU > .row > .video-iframe-container { display: none; }#RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU > .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); }#RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU > .row .container { border-width: 0; border-radius: 0; }#RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;overflow:visible;position:relative;display:block; }#l3uBffqm6VNokfRMTwUau3UIGafixWMM { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:2.087890625rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#JLPzEXE4unFsKQL5raHEPF3PV4NGtb3P { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:10.587890625rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#f17cV3VFLNMFmuVpTioT6BBUHXo3l0Vp { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:10.587890625rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:none; }
#Uzn5sRDMtKqNAFsP2do5SXfuoGlUTByk { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:2.087890625rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;display:none; }
#wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL > .row .container { background-color: transparent; background-image: none; }#wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL > .row .container > .video-iframe-container { display: none; }#wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL > .row > .video-iframe-container { display: none; }#wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL > .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); }#wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL > .row .container { border-width: 0; border-radius: 0; }#wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#NZ9xGt0owKT0f5UpACeiXeoup79vbVEw { color:rgba(var(--color-primary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.5625rem;left:47.875rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#AlMDx4bgXFSaNbmhGvIfl8JrkW2DxNKc { box-sizing:content-box;height:0.625rem;width:7.4375rem;position:absolute;display:block;z-index:15052;background-color:rgba(250,22,22,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1875rem;left:66rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZZQbIHBivhoNTfPhcJxmN1uQXy4y7nxm { box-sizing:content-box;height:6.125rem;width:25.875rem;position:absolute;display:block;z-index:15053;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:47.5625rem;display:block; }
#Bsl0FHZfK13Nl11s2bamFPsrqI9RONNq { color:rgba(var(--color-primary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:13.0625rem;left:48.9375rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#W3BLdG93F8v2ax5s94dIBf8R3Kf0ru8P { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:anybody;font-size:2.4375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:12.5rem;left:60.25rem;height:3.1684rem;text-align:left;text-align-last:left;display:block; }
#Q1MTlOTW8xtWQT7s4xG6uKyMhL1470mO { background-color:#18ca1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.0625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:18.625rem;left:47.9375rem;display:block; }
#ToSbD4EONyuPEXD2wHTWGkyUqToybyly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JPgVkXout91sy7a9iabQJPdM6Am1wzFf { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:14.3125rem;top:26.0625rem;left:46rem;overflow:hidden;display:block; }
#ipwf5hFyrgpbRA0ve1wbomlw9Zyrbuh7 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:14.25rem;top:27.09375rem;left:60.75rem;overflow:hidden;display:block; }
#WxS2LlEULO5I0VPUUWELWLOlekALZC9M { box-sizing:content-box;height:3.875rem;width:11.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.25rem;left:62rem;display:block; }
#DVEhF8lZOdBTFddy8mngxSGmHk20SflX { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.0625rem;width:45.3125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#Iw2wNchiywC2SwEyLpNTO4QApzZT5cV1 { box-sizing:content-box;height:29.125rem;width:10.5rem;position:absolute;display:block;z-index:15053;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:35.5625rem;display:block; }
#QZgrIT413nJI070NpEHA77nFxsTecCLy { box-sizing:content-box;height:27.8125rem;width:2.5625rem;position:absolute;display:block;z-index:15054;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:0rem;display:block; }
#y8yERtBnl3QwZF6NJnR43veA4Az9kQq9 { box-sizing:content-box;height:27.8125rem;width:5.75rem;position:absolute;display:block;z-index:15055;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:0.6875rem;display:block; }
#h5RwNFWiytcsEuqJQln8h9IkDEQcGVnd { box-sizing:content-box;height:3.625rem;width:23.125rem;position:absolute;display:block;z-index:15056;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:23.625rem;display:block; }
#SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 > .row .container { background-color: transparent; background-image: none; }#SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 > .row .container > .video-iframe-container { display: none; }#SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 > .row > .video-iframe-container { display: none; }#SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 > .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); }#SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 > .row .container { border-width: 0; border-radius: 0; }#SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 > .row .container { font-size:0.875rem;font-family:arial;height:139.5rem;width:75rem;overflow:visible;position:relative;display:block; }#npd1cX15GW73y2N1B573T5DzRHNUULEg { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:2.212890625rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#oVbZ42OobaNTTqvZamfQcJU6WwaiPBag { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:11.087890625rem;left:3.1875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#ZwwaIWiv1OeKM2zzhxrkTD4GHrzCf4X3 { box-sizing:content-box;height:3.4375rem;width:41.875rem;position:absolute;display:block;z-index:15025;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.384765625rem;left:1.25rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#PAtI9Zc5il2rZJTyykV3AG5JccLdNxHh { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:16.275390625rem;left:0rem;height:16.25rem;text-align:left;text-align-last:left;display:block; }
#CI44bJSnKuEq2PwT7qcikUgtygiKCP4G { color:rgba(var(--color-primary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:39.275390625rem;left:1.25rem;height:22.096375rem;text-align:left;text-align-last:left;display:block; }
#bKPyzTp6SAkxQiwF3O0zDKxvms6dezkL { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:29.6875rem;top:37.072265625rem;left:41.5rem;overflow:hidden;display:block; }
#JkZ33lQnLH3eO12Fp9Dg6OLR8ia7eJTN { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:66.837890625rem;left:0rem;height:67.03125rem;text-align:left;text-align-last:left;display:block; }
#RbdZkPKOqtnBfgGtQuZVcULpu9tAWsqK { box-sizing:content-box;height:3.4375rem;width:46.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:100.697265625rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#DIN7nQldNhVMCtXFcmLilalZgw3NNtA8 { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:16.275390625rem;left:0rem;height:16.25rem;text-align:left;text-align-last:left;display:none; }
#oz1R9DPsozdCbmDx2M0brkwaI89wTPXy { color:rgba(var(--color-primary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:39.275390625rem;left:1.25rem;height:22.09375rem;text-align:left;text-align-last:left;display:none; }
#NJQ83peZJIP8KdKJgm9Nc0aGlkSActsf { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:29.6875rem;top:37.072265625rem;left:41.5rem;overflow:hidden;display:none; }
#TTMcIyofu4SSKXoF90kOmfsUknAAGN77 { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:66.837890625rem;left:0rem;height:67.03125rem;text-align:left;text-align-last:left;display:none; }
#Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k > .row .container { background-color: transparent; background-image: none; }#Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k > .row .container > .video-iframe-container { display: none; }#Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k > .row > .video-iframe-container { display: none; }#Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k > .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); }#Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k > .row .container { border-width: 0; border-radius: 0; }#Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#bb6dM2xb61rBE2XX2Eao4QXt4Bgmfu83 { color:rgba(var(--color-primary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.5625rem;left:47.875rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#z1hAFUeJAlZpEhiOTGATkHBrCkPy0EcH { box-sizing:content-box;height:0.625rem;width:7.4375rem;position:absolute;display:block;z-index:15052;background-color:rgba(250,22,22,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1875rem;left:66rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HLIEAnVTMdkk9MrpQXlvlCgiyHccRHtL { box-sizing:content-box;height:6.125rem;width:25.875rem;position:absolute;display:block;z-index:15053;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:47.5625rem;display:block; }
#wa9kgm8PUr5OXCRnqThb3TEMHpWx0Lfr { color:rgba(var(--color-primary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:13.0625rem;left:48.9375rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#KUoKov7vSpzGoIkJkXoZcPn0zLcA8r01 { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:anybody;font-size:2.4375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:12.5rem;left:60.25rem;height:3.1684rem;text-align:left;text-align-last:left;display:block; }
#rngMgMHqBSFVEtxzi7WGv8N0OoJGobVU { background-color:#18ca1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.0625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:18.625rem;left:47.9375rem;display:block; }
#WAmRVbrowmKTKHmims0syXp8tvT81gxb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tv3A281K1w63bVbaIiZvW2XAw2uOvOXq { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:14.3125rem;top:26.0625rem;left:46rem;overflow:hidden;display:block; }
#y5Iql6xTM3tWDFX0163bNKdSUlgqGC3w { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:14.25rem;top:27.09375rem;left:60.75rem;overflow:hidden;display:block; }
#IwIIOzGrS5b41UmcDrdfWzRr2vWV7bVz { box-sizing:content-box;height:3.875rem;width:11.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.25rem;left:62rem;display:block; }
#T37Dk4pJP5384fddicZrczoDLG8W2i2G { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.0625rem;width:45.3125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#fWGiCKkHng4rnmfByKdrww3xO1JyJbiK { box-sizing:content-box;height:29.125rem;width:10.5rem;position:absolute;display:block;z-index:15053;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:35.5625rem;display:block; }
#dHSiO6RX4WrqEuhXfa2204k6RUq1Sq0e { box-sizing:content-box;height:27.8125rem;width:2.5625rem;position:absolute;display:block;z-index:15054;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:0rem;display:block; }
#g1TR4XLw6Z1kiuFXgeonkXuaCUEJOVFo { box-sizing:content-box;height:27.8125rem;width:5.75rem;position:absolute;display:block;z-index:15055;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:0.6875rem;display:block; }
#bRgzBJy0gm8MeOTeGvI3IGFTlsKlBTRP { box-sizing:content-box;height:3.625rem;width:23.125rem;position:absolute;display:block;z-index:15056;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:23.625rem;display:block; }
#oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd > .row .container { background-color: transparent; background-image: none; }#oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd > .row .container > .video-iframe-container { display: none; }#oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd > .row > .video-iframe-container { display: none; }#oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd > .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); }#oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd > .row .container { border-width: 0; border-radius: 0; }#oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd > .row .container { font-size:0.875rem;font-family:arial;height:149.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#cDwp7XGr5tK2ZbzIpTo72nQOVCJG90uT { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:2.087890625rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#pcTxPisrzyqMqqIrla845RroyIKuyl3D { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.0625rem;width:53.0625rem;top:7rem;left:13.09375rem;overflow:hidden;display:block; }
#AXiEQhkeFTMoOhTBGTQaTcDKe91QSM3x { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:45.837890625rem;left:0rem;height:18.28125rem;text-align:left;text-align-last:left;display:block; }
#xZQcEDqUPlXbKUKGcUDVQ4KVkQuqfCl4 { box-sizing:content-box;height:3.4375rem;width:48.5625rem;position:absolute;display:block;z-index:15026;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:64.634765625rem;left:0.625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#tdAGi5apsTtmDRw2GyvNSJ721Qsk7AFK { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:65.337890625rem;left:1.5rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#k4GPzGrZBCda4WmtAfGMnNreXcRo0qvk { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:69.650390625rem;left:0rem;height:46.71875rem;text-align:left;text-align-last:left;display:block; }
#QqGx9kNrZSaeTpFTIh5szSxSDwiLfaCK { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:118.025390625rem;left:1.5rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#kbeAbJmdDgJRogb6mguTgfLR5EvTCqfJ { box-sizing:content-box;height:3.4375rem;width:57.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(225,206,29,0.36);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:117.322265625rem;left:0.625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#oMXh71VIVmrz4m9dHvxzmNKSsI19ZW7p { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:123.587890625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL > .row .container { background-color: transparent; background-image: none; }#rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL > .row .container > .video-iframe-container { display: none; }#rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL > .row > .video-iframe-container { display: none; }#rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL > .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); }#rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL > .row .container { border-width: 0; border-radius: 0; }#rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#xDFykxkDVBw36RVhLWXA8rwIzSlVAuCL { color:rgba(var(--color-primary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.5625rem;left:47.875rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#v3P6Evy8AkpQlvOCE7ABztWaLIubOJou { box-sizing:content-box;height:0.625rem;width:7.4375rem;position:absolute;display:block;z-index:15052;background-color:rgba(250,22,22,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1875rem;left:66rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GtKlVxvbBo7CXIEkRegctyQE0l73TInC { box-sizing:content-box;height:6.125rem;width:25.875rem;position:absolute;display:block;z-index:15053;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:47.5625rem;display:block; }
#R3Q16A5Umh6GLLwyZJ1CCfbJNe8x7UoX { color:rgba(var(--color-primary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:13.0625rem;left:48.9375rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#JkbExr2A86aEsnnEODKdOQ0nZWoyZxul { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:anybody;font-size:2.4375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:12.5rem;left:60.25rem;height:3.1684rem;text-align:left;text-align-last:left;display:block; }
#VDkPoWDMQqNqN9ILTrdXkG8BDDLOV1ep { background-color:#18ca1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.0625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:18.625rem;left:47.9375rem;display:block; }
#TOJkHNetVpW2r4dClto1mE3sJ2G8GtcN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rw65AdVazI4Tgwd4C4OF91CTLbOqrbVO { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:14.3125rem;top:26.0625rem;left:46rem;overflow:hidden;display:block; }
#sob68TqmZ1LhmTpBSyz7TF8VwbHmpKVo { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:14.25rem;top:27.09375rem;left:60.75rem;overflow:hidden;display:block; }
#IdTioLgOleQOWy8kEDsxCqtnkTypqads { box-sizing:content-box;height:3.875rem;width:11.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.25rem;left:62rem;display:block; }
#MqAuyslpwpEWhiGo7ZZPWqMylXZ6dwIE { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.0625rem;width:45.3125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#FoTSp1VaCLUTquny4P6Ruc99brf4rxMV { box-sizing:content-box;height:29.125rem;width:10.5rem;position:absolute;display:block;z-index:15053;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:35.5625rem;display:block; }
#Xp4kQVrtXnNgl216dU1EFUlt3lAcQvwN { box-sizing:content-box;height:27.8125rem;width:2.5625rem;position:absolute;display:block;z-index:15054;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:0rem;display:block; }
#WQTNEOWpD3TDEuTxHeQRggdlBPXG7Pe8 { box-sizing:content-box;height:27.8125rem;width:5.75rem;position:absolute;display:block;z-index:15055;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:0.6875rem;display:block; }
#iJtN6zf1ONvRlS5xsQgncGciBAHphAX5 { box-sizing:content-box;height:3.625rem;width:23.125rem;position:absolute;display:block;z-index:15056;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:23.625rem;display:block; }
#SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg > .row .container { background-color: transparent; background-image: none; }#SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg > .row .container > .video-iframe-container { display: none; }#SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg > .row > .video-iframe-container { display: none; }#SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg > .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); }#SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg > .row .container { border-width: 0; border-radius: 0; }#SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg > .row .container { font-size:0.875rem;font-family:arial;height:64.125rem;width:75rem;overflow:visible;position:relative;display:block; }#QotsVXK1tOTGZsrZ5d3K3INai6FMxyNF { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:2.087890625rem;left:0rem;height:10.15625rem;text-align:left;text-align-last:left;display:block; }
#gG2tLkqDBLFpilktfEJb5sBGfUevZE2T { color:rgba(var(--color-primary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:16.40625rem;left:6.375rem;height:;text-align:left;text-align-last:left;display:block; }
#GPmas8y910E5itd1Cii0p2ikcGCTz9cW { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#GPmas8y910E5itd1Cii0p2ikcGCTz9cW > .row .container { border-width: 0; border-radius: 0; }#GPmas8y910E5itd1Cii0p2ikcGCTz9cW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GPmas8y910E5itd1Cii0p2ikcGCTz9cW > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#y464T8kkhwREcpfSwhISTH5xNPy6fbTe { color:rgba(var(--color-primary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.5625rem;left:47.875rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#O7qvbm3rCPC7fB1nVnFAf5wK06Kzesug { box-sizing:content-box;height:0.625rem;width:7.4375rem;position:absolute;display:block;z-index:15052;background-color:rgba(250,22,22,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1875rem;left:66rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WnAXc1tl82Mkfc95m7TDxqI5QiG5cfa0 { box-sizing:content-box;height:6.125rem;width:25.875rem;position:absolute;display:block;z-index:15053;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:47.5625rem;display:block; }
#t86fe6O20tINGJfKlI0dLEFTEZZ6X5yl { color:rgba(var(--color-primary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:13.0625rem;left:48.9375rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#mZAFgHLzli8pKosdOBIygx3qgBqnuIIp { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:anybody;font-size:2.4375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:12.5rem;left:60.25rem;height:3.16796875rem;text-align:left;text-align-last:left;display:block; }
#ktTdg1TpftuiBbhVafmPQvlhgDyP7M5d { background-color:#18ca1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.0625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:18.625rem;left:47.9375rem;display:block; }
#gDB4wlnEzT3aRbNpUA7HWz7cCuRQSVng { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esvE7F9ygNKOAWw4BvtTmLhf7MEQw1kV { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:14.3125rem;top:26.0625rem;left:46rem;overflow:hidden;display:block; }
#whKdkQtLyW0gEvIDmh4B9OQv79PIRHM9 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:14.25rem;top:27.09375rem;left:60.75rem;overflow:hidden;display:block; }
#rXdkZ7ADbRuEBrkZa0Z3g1wgvzqoV67D { box-sizing:content-box;height:3.875rem;width:11.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.25rem;left:62rem;display:block; }
#UN7KPqe4MM9x8xs1PBHu3wkRdQ292Lhp { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.0625rem;width:45.3125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#JJQZaHR0oye5in9C3Tpn8kbHcEUTP93B { box-sizing:content-box;height:29.125rem;width:10.5rem;position:absolute;display:block;z-index:15053;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:35.5625rem;display:block; }
#cBMaJohCURuTGSEJR6GcuO8fPHi9PVqa { box-sizing:content-box;height:27.8125rem;width:2.5625rem;position:absolute;display:block;z-index:15054;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:0rem;display:block; }
#HoxqQd8TKKD3RwC6tiZTew1ERn4g64Ag { box-sizing:content-box;height:27.8125rem;width:5.75rem;position:absolute;display:block;z-index:15055;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:0.6875rem;display:block; }
#bapkGkbABzQTZxlolsIpUkbdMpcm4TTc { box-sizing:content-box;height:3.625rem;width:23.125rem;position:absolute;display:block;z-index:15056;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:23.625rem;display:block; }
#xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 { background-color:#eec673;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 > .row .container { background-color: transparent; background-image: none; }#xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 > .row .container > .video-iframe-container { display: none; }#xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 > .row > .video-iframe-container { display: none; }#xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 > .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); }#xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 > .row .container { border-width: 0; border-radius: 0; }#xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#JZv40IicyIATNJ6Lfo2Khni5haWQsg3m { color:rgba(var(--color-primary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.5625rem;left:47.875rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#DeS1UIXiJ5JPOPbuFVgDODsH7bUL7lIZ { box-sizing:content-box;height:0.625rem;width:7.4375rem;position:absolute;display:block;z-index:15052;background-color:rgba(250,22,22,0.56);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1875rem;left:66rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#SDcPaS1hVyGygHaqFOBTFEq7MQT1P4CW { box-sizing:content-box;height:6.125rem;width:25.875rem;position:absolute;display:block;z-index:15053;background-color:rgba(255,255,255,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:47.5625rem;display:block; }
#ZnpK5ogb3l5ZFCNZMhJ9b003lDrRXwqL { color:rgba(var(--color-primary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:13.0625rem;left:48.9375rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#v4QC8ARMc4Psafw3sW0C6coMJhzx00IQ { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:anybody;font-size:2.4375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:12.5rem;left:60.25rem;height:3.1684rem;text-align:left;text-align-last:left;display:block; }
#y9zDXpqx80NGZ2gs8kxuvAxgtXxMAWtl { background-color:#18ca1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.0625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:18.625rem;left:47.9375rem;display:block; }
#E7CTN1Ad7BDrtEDf28JxdCqVIT7Qr8DJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KJ1HPUANckyDBEkkIeBfzK2i6qfnaT52 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:14.3125rem;top:26.0625rem;left:46rem;overflow:hidden;display:block; }
#Z3KbeHO4p5qVwTu5xHUVmgNwNunsaSmw { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:14.25rem;top:27.09375rem;left:60.75rem;overflow:hidden;display:block; }
#qg40CrszTHb5egiaBZFyAgxHiwOAxQqc { box-sizing:content-box;height:3.875rem;width:11.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.25rem;left:62rem;display:block; }
#h2wqxNQTEzo8Uo6TyTovCTsd0l9IhQFQ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.0625rem;width:45.3125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#il8O8umiWzE6ETsXMOrTiT5b2a4hz5Kh { box-sizing:content-box;height:29.125rem;width:10.5rem;position:absolute;display:block;z-index:15053;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:35.5625rem;display:block; }
#nN1dnTPbUPnXKdh5ytsiLUPKT1KKhThZ { box-sizing:content-box;height:27.8125rem;width:2.5625rem;position:absolute;display:block;z-index:15054;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:0rem;display:block; }
#NpATsy0CGNfCgceB3Nt1UTtreXPVfG7S { box-sizing:content-box;height:27.8125rem;width:5.75rem;position:absolute;display:block;z-index:15055;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:0.6875rem;display:block; }
#HQs17Ti6M08l9BC2RP0KltHcOTzlETi0 { box-sizing:content-box;height:3.625rem;width:23.125rem;position:absolute;display:block;z-index:15056;background-color:#eec673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:23.625rem;display:block; }
#UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 > .row .container { background-color: transparent; background-image: none; }#UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 > .row .container > .video-iframe-container { display: none; }#UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 > .row > .video-iframe-container { display: none; }#UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 > .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); }#UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 > .row .container { border-width: 0; border-radius: 0; }#UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 > .row .container { font-size:0.875rem;font-family:arial;height:64.125rem;width:75rem;overflow:visible;position:relative;display:block; }#ygspgugJEGPWskyAc68sC8F96RB39doF { color:rgba(var(--color-primary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:5.400390625rem;left:17rem;height:;text-align:left;text-align-last:left;display:block; }
#T6FrO7xI2qundb9OuexiTCIapgpEhHWP { box-sizing:content-box;height:6.125rem;width:46.6875rem;position:absolute;display:block;z-index:15052;background-color:rgba(244,236,0,0.61);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.369140625rem;left:16rem;display:block; }
#moG0hQE7h0S7BZBBKftKPFtTkVndSgwy { background-color:#273572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.0625rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:15.5625rem;left:6.875rem;display:block; }
#apxDavMWZlZqsCgSFMAyikmUGhlirkPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v1gShNtTfrTuor5b6KTv1OVqzu70Rg0q { background-color:#273572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.0625rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:15.5625rem;left:40.9375rem;display:block; }
#R1u8KItO9Puq1drNhL2IkI4HJHkrHDvb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RN5WnQ0PR9ceT0IOvo8ZkcOnttEQ3zMn { background-color:#273572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.0625rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:15.5625rem;left:6.875rem;display:none; }
#uVLs6wopAtu0UTA4LaAkymNWg1K4n43p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q32akGtsZvBpka6KyIbTpE9O48e6iE7p { background-color:#273572;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.0625rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:15.5625rem;left:40.9375rem;display:none; }
#t3EDh25hqlk2pIsSXLps9FRFVlMRIrrU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHrITBBuvJ5pnfoLKXNo8L8qbRGQ80qe { top:2.625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARKPx5diVtLe60NI5c36JxWAbvypw16B { top:10rem;left:0rem;width:47.75rem;height:16.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTXGVQwAoB9BOxK31FlhRih5Dd09ytwS { top:13.0625rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr { display:block; }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwITgXSPCQm83uX0CHahx6onkkb4mTKx { top:2.3125rem;left:0rem;width:47.75rem;height:52.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLuGP7zHRnUIBxKnOOMTWnl6qwinA7hX { top:32.1875rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p { display:block; }#PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOTm1SvhOf77Da4sdc9SaQnbu3wInitq { top:7.75rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExRiQgHT6dTPtCRrFVRgR2O3mvrUW0HE { top:15.625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLlQxds2tMLDMkyM5BTmIMJ82oRSZo9w { top:57.8125rem;left:0rem;width:27.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT { display:block; }#fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJzOp7dg7WyosX4p0MqTflKGIMm5ViBQ { top:3.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw8LURvTaq83ALaPXmnm42hADJcxpANa { top:8.125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbf71WhidQnBDWhwyFDN7cuop5eMOhHu { top:3.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UguBdTESGAX1hiePQGS2zOCnot4l4SeD { top:8.125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp { display:block; }#ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9sfQt7b8JcZeBR2hohbPMSF1Ri9WFIw { top:2.3125rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGSTWJiTlnOy8ILPudpzif4k1JT4DKK1 { top:11.75rem;left:0rem;width:35.8125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T25UAwKCylKqoSR7N54wd8URDVUg7BUv { top:17.4375rem;left:14.3125rem;width:33.4375rem;height:;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItULnCVkkdKQv7mG9xRheP0eFnswbS7l { top:34.3125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKhZIbgvNBWLkiLlg0GKRh21KUn4SBp6 { top:39.625rem;left:0rem;width:36.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6ICemnSwSHKHOAtmH2VvXefEpErygTt { top:39.625rem;left:0rem;width:36.3125rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q { display:block; }#aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zuol3pGDiwgr4g1xOxPFhhm0vfZR5m8G { top:1.6875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVvKkNEuIA8fnNBpGEArnr27zvcOX6mk { top:5.25rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmsJ1IVMtkLPauGn60p2vfkcv20ccSy { top:9.3125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8JEoC9DwlVB1ADyrnFVWv7lT7v3TlmT { top:4.5rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQDIhza9xUc9gKgAFIuu1HPSQPeF1BAc { top:25.1875rem;left:11.9375rem;width:35.8125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp6Aw3u9bUQ9Nlwt1BryWTiEBG0fwarI { top:26.4375rem;left:0rem;width:33.4375rem;height:17.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhkHoClPvQy6NuWVeHehAvUViQCbPamM { top:49.75rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlqmREVBDMdE3UWUHirVSELP8ldcQQqM { top:4.5rem;left:0rem;width:47.75rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT { display:block; }#c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypNTbvLp4tsB0eUu8VnFuHHP2tqyRshG { top:3.625rem;left:0rem;width:47.75rem;height:19.125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 { display:block; }#SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTmzAq6BgqJWFGGu33CcXusIPWuCtXv7 { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6k23NSnFkiudeTXaIssfRTMhIBq8TDU { top:16.875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbXxIOHGp6mkscLDdNaS4qAfdqSSymFa { top:16.125rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnK9BXv10ChLnrzEhJfRWhhZ7MFTC4or { top:21.625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG2QoobmVbXJZxrqa7ymdcyVdngHgqwV { top:36.5625rem;left:0rem;width:33.6875rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPZWuxESiyPrDH2GagXhcSIKSLUeyc38 { top:37.25rem;left:14.3125rem;width:33.4375rem;height:18.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTf8gpLmLHhk5VtRXce3TfHUUafTJGb { top:59.25rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvdzL4tN1N7qvBvsh729yCtFV9x2Nq6h { top:16.125rem;left:0rem;width:47.75rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #teUT1bEM6ET9mGzlI5GPU4vHDGpL7ylZ { top:31.4375rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ups9HHiug6lMNoppOgfFPsqItOAxGaRf { top:2.125rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y62q37vtxnpuOTvqckWorWUPR4TQZdBE { display:block; }#y62q37vtxnpuOTvqckWorWUPR4TQZdBE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrawoKxxIZg1PFihmVdBlPryIFRF6bNU { top:3.875rem;left:7.375rem;width:40.375rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtdOGTkHJTxANQbJXw66MBLvqiMm0iZL { top:8.4375rem;left:0rem;width:33.4375rem;height:11.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcmVyPorsPNfC48AgTXlvry5MO4iiD7R { top:29rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3XvGtTiVEhpJURTJ7wFgTBNUkEwFaZS { top:48.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUuT0MugbGxZpScnGP9VmnqWhAlEOk5x { top:47.3125rem;left:0rem;width:47.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdDrGvWKzKntWpvfDm6TvOJbAqhI2ohI { top:52.3125rem;left:0rem;width:47.75rem;height:28.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUtBD6izOz6HBX2Vyc9SSEJcHlaxNeOn { top:27.0625rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM { display:block; }#bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCvQyemtapZXR5PlShWgeoLyyUpX4KES { top:3.625rem;left:0rem;width:47.75rem;height:;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 { display:block; }#LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwXAE6gxWiemNv2NgvO7qzLXoVQGKulC { top:2.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEeC9fEvxiqCTG4Kd7Ms8ChWlTnWPb31 { top:7.5rem;left:0rem;width:40.375rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR0VOl3dAeBZsSIVicutBk0prKkBB3BF { top:12.75rem;left:14.3125rem;width:33.4375rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXuVESBeHQbBMHTMgEfHKJvDy5OJv3uB { top:31.75rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZddJQbALyTGHuubTQp5QJ81MzvRwtF { top:41.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1iZmrzmV18QWq4v3bOCWSWdeDmks7F { top:40.3125rem;left:0rem;width:40.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcinuXS83CEzQHz5I4vXF98MRVurTWOD { top:45.9375rem;left:0rem;width:47.75rem;height:22.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 { display:block; }#MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxX5ZbzreGHkCTHDHDrTqpzLgM0bfLQx { top:3.4375rem;left:7.375rem;width:39.6875rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxhoFmfpniPbSaxTk4qW21sSXcRiUlGx { top:5.8125rem;left:0rem;width:33.4375rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf0ka5vcrMzBevt6x9iTmIuqffLpnHOs { top:27.875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4b7EptgmmTozWsA1cCNdsGhJqfyuVLc { top:36.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq8Lx6XKhyz7tzSDnMD6I67EzyqQ2cCS { top:35.75rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FapDhhKmSFKMdJhcO1JZvadfuMJoSrz6 { top:41.1875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1l5JviKBcUQoDmNxPEiWaG6e1tXsTNh { top:62.4375rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB { display:block; }#uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oODDapvzXOq6VST0erxdOWm16v13RdLF { top:0rem;left:0rem;width:31.75rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKUnROJHKTm5Acpg03Ur1hl0mr6yps0o { top:0.8125rem;left:6.6875rem;width:41.0625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNgfSRSWCJXPP1eT9lhXrT3KaVSkWXqK { top:8.6875rem;left:6.6875rem;width:41.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkvhDh95gH2zRx1Zzdsreq9tzaLyNQpL { top:13.3125rem;left:6.6875rem;width:41.0625rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtDTeutBETO52TtfkbVn3kTUat1cMcoN { top:20.75rem;left:6.6875rem;width:41.0625rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQPRZfggAg3LhKTosoakVOw9wZFAlpKq { top:23.125rem;left:0rem;width:31.6875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybDPF5AZAHdzI9IMhTFelMVbfTvkCfIs { top:34.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s59z1ohoT25I8xKfX1kx5pml90SnAmiv { top:23.125rem;left:0rem;width:31.6875rem;height:7.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #svWiSvtxrxTUMs3OA7aqaSMSdXJf5bxq { top:13.3125rem;left:6.6875rem;width:41.0625rem;height:5.8125rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzPgHzxyHe7a5s54UTlBG65TPQTVRg2q { top:8.6875rem;left:6.6875rem;width:41.0625rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnZ3c0FTpcMCESkzoHlCxZrWske20kH8 { top:0.8125rem;left:6.6875rem;width:41.0625rem;height:5.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht { display:block; }#tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5I8lnM9n6Vw70fErCJwU3faee8DJPwc { top:3.5rem;left:19.75rem;width:28rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKbvbFfPtFbQSJ3UG5Pv9UngBMB9IwTA { top:2.5625rem;left:0rem;width:33.4375rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTN4mBIO7Ik6TFbZWFKxIMi0h2o5JFQU { top:9.75rem;left:0rem;width:33.4375rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfZlIvJFx39dcUKKG0gr4aJ0zWlhCsxk { top:15.875rem;left:0rem;width:40.375rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGMbUxqbNl6tZ27NtJA6h5734hukIF8i { top:22.125rem;left:0rem;width:33.4375rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuguAy8k3h83UhGNSOXUNIQJPIgPcAhO { top:0.8125rem;left:0rem;width:20rem;height:;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7VszDDPzpJCdBH9oJufHgvABtu22XQP { top:12.6875rem;left:0rem;width:20rem;height:;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfiiwkvABTuNblhivXl56R0WKMq5tTBb { top:39.4375rem;left:0rem;width:20rem;height:;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU { display:block; }#OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pckqdP5l9dmJFofmIuUAOa8o9gQ36Lof { top:7.125rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk { display:block; }#PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W503LDTU83Fyv5iL7nGFTlK26waL4LLa { top:1.625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMebkJ10EfQ5Tf3UHQnD586JgCrkEbfk { top:9.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p07wGtXevdVrGlTklF1W4Hf3bm5IKJFp { top:8.5625rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBJNv1WXxNV4TuKhbMNGUGalI3E2ADAa { top:14.5rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J04tFnWm32tdKcITfTQLe7EGHePaJZ6V { top:24.75rem;left:0rem;width:47.75rem;height:;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNq84UwaOd4tBQBIri2ATk1QqA43mGBs { top:34.25rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoPbcdhyImnRK0c7yKTr3nsV54umlsuw { top:49.1875rem;left:0rem;width:31.75rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNMJIlNRVJiwlU3FPnq6XARh3LJz3C5F { top:52.125rem;left:11.75rem;width:36rem;height:13.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4PWXdc9SwMLqcXlbc0UgMkpTk0roOuB { top:72.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzaBSbcP2yJyRgV3oMeZ5UAPKTyl5s1h { top:87.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLplqc7yJgI4VMxZ9brGR1OI1GGT7TtM { top:86.9375rem;left:0rem;width:29.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXyTcdUJwE70RUCA0gdsNpFOQF2JbgD9 { top:92.6875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7DffDwv6LePFgQMITfN7wwxp2wBgOFK { top:106.4375rem;left:0rem;width:47.75rem;height:;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUa2eqlkpZ4APtR60p4GAf3kK1bV8wpW { top:115.625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2T8WICVUMKluxQHQCz9WTgvCILSdoR1 { top:122.875rem;left:0rem;width:47.75rem;height:25.039054726368rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAuJmXVd1CFpdlPNA3UCXJLWz8pgrFyV { top:163.4375rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8TeC9xoP6yHXDlTgfoxT32o2XT8RyKp { top:40.25rem;left:0rem;width:20rem;height:;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT { display:block; }#gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubb9BxR6vcxElcGLzHg4agdyVtPGEhlE { top:3.625rem;left:0rem;width:47.75rem;height:;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWeHDOTiXUft3WSeBNtdhSqPRod8hSfX { top:4.5rem;left:0rem;width:19.5625rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS { display:block; }#ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I49smgaHz7IhJ6OsOBX1o1dQH1xlBqR0 { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8aCzWD86GRTMqerX1Fuo7k6AbfnR5W { top:14.375rem;left:0rem;width:36.625rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR2LzhVZzMAKSAo3ChBqmgy8hBz5Xgus { top:18.75rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1M0SXcI6esf9QZUb6OLoIP3ehbpcGxB { top:13.625rem;left:0rem;width:37.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6BLCg46hC8ndWBV9K1TaZqzx6psqFih { top:54.625rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThwHPhol8bbs75dgE24HLrFD5OHOx45r { top:61.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu { display:block; }#QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8WTD6d3VBzebVRxG4JZO4IXTTDnczcs { top:5.8125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLFkLvB1OX10qul3SD5THwovW3W73QUK { display:block; }#QLFkLvB1OX10qul3SD5THwovW3W73QUK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVZJHIAnOMgm7dwVPrkW353haJRhFAOt { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNQ9hWyhmodzzIfbZZMzmdortCFa7e7x { top:13.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGkTGHgUwDz4RTy06XDUQ40Ot5lZp3cl { top:12.625rem;left:0rem;width:43.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9qLG5wqzkLHhe2t3Eh3NZH0QOG7luSo { top:18.5rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGuTSo92EM1lZHGesacKqOOwv9uZ3VzW { top:19.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXXSMFScAu3kkIFEQ6Xk7Rkkr3D5Tn3 { top:55.25rem;left:16rem;width:31rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufUJWkhtqp3hyoiMXI62JUl1iTF024nr { top:56.8125rem;left:0rem;width:36rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLm6nZd9vKzPy64p2OCE8AExmTtwhxsF { top:60.5625rem;left:0rem;width:36rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdqifITTHr0W7tCm8QIp8Be8sVBoEagx { top:78.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Pn4zeSdmmoqlm9nCqDvfavpC0wgGUO { top:77.6875rem;left:0rem;width:43.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0qfuG1vhmn2bma4aR1UfUz0T1eVbGV { top:82.75rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb7MiGF6CGhOpMUgNH1dmWQlLAJrxSiN { top:92.4375rem;left:0rem;width:47.75rem;height:9rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0qogAGxOfMqsVkdTPJcn3XgOzeqFXUl { top:104rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1qykEWH3O2sVPfxJmb1dJIUQUtlgM3p { top:117.5rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZuRZzdJZyFaeAV0EyxSezXF5CyWpMKL { top:126.1875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgslCphFActbOt4sIM5a4Hd9NxVNweEy { top:92.4375rem;left:0rem;width:47.75rem;height:9rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkBWiEgZkmI3pb1qb2IXpfzLv8th991W { display:block; }#zkBWiEgZkmI3pb1qb2IXpfzLv8th991W > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKR3M7Vtg9d3QsJIce7VIQLHIAQwTECa { top:3.0625rem;left:0rem;width:47.75rem;height:14.375rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx5pLFBPlmBzgrpih5iOs84ZTKrGvLTx { top:20.875rem;left:0rem;width:47.75rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnA2D0M7DUN1xGmb516dyaHmrQoUugaA { display:block; }#EnA2D0M7DUN1xGmb516dyaHmrQoUugaA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dprix84iGfXug653UULUFAu1gVLEkp43 { top:6.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXz8MQ4qFy7pDCygy5STWWsymVmPAday { top:5.375rem;left:0rem;width:47.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4W7T8grRUunvgiU2XQTfgdRe6exml5 { top:11.8125rem;left:0rem;width:47.75rem;height:99.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erkTTb8esXH0kX6Q9yNIiBr75CoWx9BH { top:1.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV { display:block; }#sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6HGASU5tSTHo5f5AKlAKBZgQ6CNTWEA { top:5.0625rem;left:0rem;width:31rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWxGNwK955bAOk9iyegNfp0rhv9mWZp0 { top:10.125rem;left:11.75rem;width:36rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4hCOdPgaHQ1rObCiMBdSvZVEinrtK1d { top:25.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9umFZTwruuWx5xt5thIMggUQkJQve9W { top:33.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUC0rsK6IBbMQ0aCn0QuDXqeyTSHo9kq { top:33rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R70QiTMz5D2aTDrTQOoUm9nw9rzJVegP { top:38.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGGAaQohbJuGHruyA9zz6Wrdk8eAOxSw { top:31.1875rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD { display:block; }#bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTF4wvB6JzEN9WOVfuT7HIUT6fT9dyrc { top:6.25rem;left:0rem;width:47.75rem;height:14.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPETxag3l5PZbuw6TRwD2WNr5ot69rUD { top:6rem;left:0rem;width:20rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT { display:block; }#QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZylpNGo8V6NoENDqy5c9i5FCwNc72OzR { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Rvg1fS30yT9g86GDBizANbDzMThVJ3 { top:25.9375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyMrh9T9bJTov5orUZsFlTFaN7Tq23UK { top:25.25rem;left:0rem;width:42.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9h1DDygBT7rqeEJhw1I8AIb95Uhal2o { top:31.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMpF08i8SqHWEWJPp1nThtbTa1WqpDep { top:48.3125rem;left:16.75rem;width:30.4375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K87FtdDVQDDS1qhUiWTi5EFvkdTyQ7LQ { top:52.75rem;left:0rem;width:36rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRid9X4HePliaUMATDIRnUDWTyLVzTVS { top:69.625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMErqyH4VdmRTI6bKNeAMiq4lLnU5fuL { top:102.25rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvNBMS0iz4rmSik93bk8ALu0PGXIlBkc { top:101.5625rem;left:0rem;width:45.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN4nVvIyLMLzwMnb0yZeEkONFrPSlsqT { top:106.75rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw5a3QaQyy31vf4Oa4LtsCg8X9nAxFsf { top:119.875rem;left:0rem;width:31.625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQO4Ingb31N1y6hnuoSv9S6IvbwTKvu8 { top:119.875rem;left:11.75rem;width:36rem;height:19.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zScU3ThxRLu6zdFriZTaIGUU3CPPltd7 { top:142.125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQNJzOZXntKV2eInGKb88LIg849JlPrg { top:202.75rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqgZErshP9bpfzf4t9QGlu2dROg7t6PH { top:202.0625rem;left:0rem;width:39rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGQ6Qkuu2Fm0nnE11R7iHJQaO9AB3IH5 { top:207.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXLGuRkzv0sKS55XhbDKZSMTnta90Rep { top:112.875rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zn6LsBVTigzUah9cvROlVtA7duPCBTCI { display:block; }#zn6LsBVTigzUah9cvROlVtA7duPCBTCI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvrbZ4QS66rGid3a81uPqvemt4O6Tofv { top:4.75rem;left:0rem;width:47.75rem;height:11rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQUykk97lzGBxER4IBy60GFxSblJ3agu { display:block; }#ZQUykk97lzGBxER4IBy60GFxSblJ3agu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fR8cmnV7Wx3yTlUWXOAGb5yVi9rPaOTN { top:1.75rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvDn26Toq75bWQ4BoP3MiZFI3xWz0QZW { top:12.125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9XvvT6afWyBi7yQQWZAvRNO4TxTEoSV { top:11.4375rem;left:0rem;width:44.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GquFFOqXVcqdhvAVvhZ8Mb6ElsJlFGtz { top:16.375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp4xTuOmf399ggnA9I7MX43LZuQRtRwA { top:30.4375rem;left:16.125rem;width:31.625rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URNEQN9l8OuvWn9MS1zU5sx7TIvxOw4T { top:35.625rem;left:0rem;width:36rem;height:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNITSRdgiLD29M8aC17ndkTCX6TwuQbT { top:53.125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbtSTfdI2arBtzTPOVzABBeNvlRFcMgU { top:64.4375rem;left:0rem;width:31.625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd4V6fOG5hISArZPexCngcF8ofTTNIpJ { top:68.625rem;left:11.75rem;width:36rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7nuf2yTNiJDJq8RA5g3kobes0sGzzz { top:85.1875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFL5S0qlppxy1acREgUaX1zT3ZbmA7t8 { top:109.375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQv0ZO5hv60cNzW4yfOCod2uh3By9CF7 { top:108.6875rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQe6J1DBe4DzBy8HItEypidD31J1yzDB { top:115.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUXLfKUt55UXiGSENUxkN8b0hZNr05PL { top:124.625rem;left:0rem;width:47.75rem;height:9rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUNycr0b9n4vJMcOyBMmV2Qw9gUEle4x { top:137rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvzb3Ke0C6wKS9ZeetPJx6TWXwHeoecT { top:88.25rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAxgwQ1bpJTQxmF0xE91v9mhVhcDx37R { top:128.75rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDmFt64gFDhOnEmzcnWb2IPKW2PI9Udc { top:114rem;left:0rem;width:20rem;height:;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GD5Gb7BIKgMxxIkiw70x220smo9fnd4z { display:block; }#GD5Gb7BIKgMxxIkiw70x220smo9fnd4z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qy3p9FJPaeL3cFC6XToNZWrWZ9Pqyuie { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ydEAqlCTTwMFgSXzBHUHQCUP5RmyDK { top:4.75rem;left:0rem;width:20rem;height:;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 { display:block; }#Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cExWJw0smRfgNPFUvUAHx8uO4QEd6RJm { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJxayz8ZAckWdoOUUGHOwTlVeHxOmQaT { top:12.8125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXJ9nNMtxnrsUae2VrdSoC6kQRaABfN0 { top:12.125rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOKoAsTPD8cAF0ouzHsbUSgzS9MIDcTB { top:17.5rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STeRUXPeJdrFbN1u7DhFpRmV2JUIHd0E { top:2.9375rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZVFT1h25QXJCORPo7UR5TeAHTqwBF7c { top:33.875rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHpsTy5AltcT77SuvTxhhATF0qQbvC3T { top:17.5rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi { display:block; }#fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKA2tmVUXgL8C9qwISmdUA20t7WHdOi0 { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz7zbrKCsSTsk1D7TpTB2TRUixgHSWy1 { top:27.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N80rbyhL9BIn1HyER0WkPATV08pmPbtA { top:26.875rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOsO7t3v91Px79n6VX2Trp1rAZiMJeUE { top:31.6875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFFptc8ArDKqEcwhhduwrgqyr6T3B5yf { top:37.6875rem;left:0rem;width:36rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIXn42JufIH05KPr8dgOLshtXFwq5Qrg { top:34.9375rem;left:16.125rem;width:31.0625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIQcWkeBb50fRCtyn0nQNXgMv0cgN0Oh { top:56.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS { display:block; }#L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPTKvLKav24vt26dc87VMyTxC0dyPPLJ { top:10.5625rem;left:0rem;width:47.75rem;height:5.5rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZMNTHF1qW7051Z69aH44QnwnkBdadfe { top:3.8125rem;left:0rem;width:47.75rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0KCBhWJOZqpeKDcWR9hDMF5K1fgTbe1 { top:16.0625rem;left:4.96875rem;width:37.1875rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB1NGSoTBobASpNsJyXOqeut3CVDW5cL { top:3.8125rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAnxF4p140JgsWrb10bvfNhweoLbAvt1 { display:block; }#yAnxF4p140JgsWrb10bvfNhweoLbAvt1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DO7yxJ08OV57mZPlHDESnV1NlIAmtcc0 { top:3.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsPGfAV1NqcrFLuKOFFq5p4WE4DPrUOv { top:40.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHOERtZTDRVUUElwEqL7yFFsgk97nHk2 { top:39.375rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHZPOh0ey8OIqx19asS8IIUnwMuP7PfT { top:44.9375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoczAil0KbbUPOCSUVXNTvqiQmk9U09I { display:block; }#OoczAil0KbbUPOCSUVXNTvqiQmk9U09I > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaDEmU7siW3gK4T4vtxzpNcpBGd2P5GX { top:2.9375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M66Hu1zOyCWcKkib8XIElaEIK9eiAAJO { top:1.9375rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA { display:block; }#UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obBw0t3gCdHt5MoKUdJCP9UkoieIpHOQ { top:1.9375rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU1sSvZ6BfTIIaGwotrImflgX7huq37d { top:0.875rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth { display:block; }#uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nB9q1tVQltnc6rKq1ztLaKAbLwKzXKW1 { top:2.8125rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR6RhcvuBlIF6Gaprd1879R6n7vX4wtT { top:8rem;left:0rem;width:47.75rem;height:21.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWNvev2o8X8Zl5SNvnrZ8ckIydygLako { top:33.125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTaEIRAnfFGhuC7rBpy4wsUdXluyxUyu { top:37.9375rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbuGSJzMKfAFDlBceIQlQ8MsMbVNH9r6 { top:8rem;left:0rem;width:47.75rem;height:21.9375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TM5QI79kFW1IyZpdfwNrNRy6GDoVO08C { top:37.9375rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSkFwcRtkmsPpTBv4cybCCVVQgO7Guni { top:2.5rem;left:0rem;width:20rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Of2rKrZE3XMHk7zCeUcxwuR52CPCVnIi { top:64rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 { display:block; }#BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHlemqS5LTRDA2sdtH4svDP35eoGv0Tb { top:9.0625rem;left:0rem;width:47.75rem;height:;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIwDVVB3EuK2JqmQcpvPBCOZigNhTFmV { top:2.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw { display:block; }#a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMMiaFBpZtXRMHKUNGOihZ75MyUoJWfL { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv22i9pa5Nh1WUhBz1DhVAivyD47IEnP { top:36.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEdvp98OMPTuckxZrnr8Rz81JfkCTfor { top:36.25rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S57AR1qHrepdvOAL8tkJChLQX7yIzRyU { top:41.6875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4QsmRhBqrz0TW7ISlNm2BBzEPBWmZz2 { top:73.8125rem;left:0rem;width:31.0625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiO4P0TAsTyHTkF3iUKqhGmu1TDL2PEt { top:74.5rem;left:11.75rem;width:36rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKubHlWhunR89QGFMmV8Z0SphAWD9gKX { top:93.625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGHNNPDLzUGmmAPh9zWGupfAVBBsd5QM { top:166.25rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pM2mWWOWVdFZieP79rOZUsUbrwA92po9 { display:block; }#pM2mWWOWVdFZieP79rOZUsUbrwA92po9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSDZ9qlkwE6NvWgtXnfSt2NPHXV4P296 { top:6.8125rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpvsutzLWxAIzZICn6FzSFELh2PxtK4u { top:3.875rem;left:0rem;width:20rem;height:;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ { display:block; }#MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #al0H5wr2Uf62siPhHLPeuqWHtG3TMmGu { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Man6bfPXbGEs9s9ED9UkTUQzFsAvF737 { top:20.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkitsd6mAEIN7ltgVuUDnCHxFvbmn9vW { top:19.8125rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDwA8fIFZuU1X6TJ5AEZHCHapbsEE0M6 { top:24.8125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLlLmLQx8sIbC4sJadcGcEn7ETKG4OPP { top:52.3125rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 { display:block; }#X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7H3STik34HIQ85QcIkhcViWLxC5RVCb { top:0.75rem;left:0rem;width:27rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk2OpFqLJ4TQvhrqAXrbVuClFsWkBzk2 { top:2.875rem;left:15.4375rem;width:32.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmOa6xdhwgaX21CUTUFDPDQCIHIblQJa { top:4rem;left:40.3125rem;width:7.4375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSlqqJDwlSZi6SZFRnrFCpA25T4M3d8N { top:7.5625rem;left:21.875rem;width:25.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1T5beUBTQhOU8H733XTD89VP2GdpIGZ { top:9.625rem;left:24.5625rem;width:23.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2Nzhc2WJk49Dc4Z2gORelyTz5SgNQOr { top:9.0625rem;left:34.1875rem;width:13.5625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZouF4Tfgr5yQXXOq3b7AWPLmwql2U06 { width:25.4375rem;height:5rem;top:15.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2guh0LeUVUN58fGdRtXmmqapRn9I9rz { display:block; }
 }@media only screen and (max-width: 763px) { #gH0ue5TC4PBPwl1vhZk8ycu3hFX9X1LT { top:21.3125rem;left:27.2451171875rem;width:16.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OATcXgCnZ8a6psTVEitSimxXgdNVwBJz { top:21.3125rem;left:31.1875rem;width:16.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSMNhgoHCI0VSMs9ovJ6vVJW00I6EuAT { top:27.125rem;left:35.6875rem;width:12.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls3R81p8rge7RkUVDTBz3CxTW0bTp616 { top:2.875rem;left:15.4375rem;width:32.3125rem;height:2.8125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3W4PnFn9D6GE8ryIQcSMoOKsJmS18Ao { top:4rem;left:40.3125rem;width:7.4375rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mASJdXPS3foE8AwhxQ4NGV9Ngz0a9kQq { top:7.5625rem;left:21.875rem;width:25.875rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKwNmJGVUXFgnNJD7T1cpC82bLwRqS7c { top:35.75rem;left:0rem;width:20rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bis5RoLLmkVLAaSGNz7H8vrNsLdsWHmI { top:9.0625rem;left:34.1875rem;width:13.5625rem;height:3.125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDk3GSJelwolQMSWxzcCoEclGLRVfp7F { display:block; }#RDk3GSJelwolQMSWxzcCoEclGLRVfp7F > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw4wGhQ2MAPTW2CXTcreDDASzlEkWwC8 { top:2.8125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkuWCmqam8pn50qSMJamPKsPFxKpPPrO { top:32.8125rem;left:0rem;width:31.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR { display:block; }#cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uo6vw5TRkE0ehhRZZQwx92iJxAu0Fxgi { top:0.75rem;left:0rem;width:27rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlypem1lmQnlG5fUTP82sPTCPcqb2ZPv { top:2.875rem;left:15.4375rem;width:32.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziyoQoIuNO9GE70rLiBZLcqF3ILAhrXO { top:4rem;left:40.3125rem;width:7.4375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA9Mi2spia8PZki8mxsdTr2z5qLgwhyf { top:7.5625rem;left:21.875rem;width:25.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0kUxMimt23TTIL3Tqi8C7gwSJG5bLQ { top:9.625rem;left:24.5625rem;width:23.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRzTlV5dP3HupNEAn8sFrsz1Ofd4Wm9a { top:9.0625rem;left:34.1875rem;width:13.5625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZypenUxVlWgTXFVqqw3VFGTVBx2dzCnc { width:25.5rem;height:5.0625rem;top:15.5rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTMI8K97XeG4TAkqiHIoTTS3aCUU4Ufy { display:block; }
 }@media only screen and (max-width: 763px) { #rZRAJTPbPsC8Sk8lXLDzo2PM7aNJLTOV { top:21.3125rem;left:27.2451171875rem;width:16.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ato14k5ydlg5SsbdrVmAntgmiCCUXoyA { top:21.3125rem;left:31.1875rem;width:16.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E23kkpSkPinmu1TE1WDnuuiaT8iKzOc9 { top:27.125rem;left:35.6875rem;width:12.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTrRfyiQTqT4RgoNlIQEBserhAowb3WP { top:2.875rem;left:15.4375rem;width:32.3125rem;height:2.8125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltQ7WsdsQApcTvJLG90wTEZbht1NzLhT { top:4rem;left:40.3125rem;width:7.4375rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iORbl5B9yAkiqbTZEXPfKxudciSgGccT { top:7.5625rem;left:21.875rem;width:25.875rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2FgyHUhwdu9UCT7LA5XZqW28oLVrJod { top:35.75rem;left:0rem;width:20rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhBf47dqTuCJ7rPhdaK8xTblZNkr3Vgg { top:9.0625rem;left:34.1875rem;width:13.5625rem;height:3.125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS { display:none; }#OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fyCTHDrgNDqaznbwDBWoMsbFaIfDQaD9 { top:0.75rem;left:0rem;width:27rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1KWx8PMZmU4bVVAONu1WckXaQJA22DV { top:2.875rem;left:15.4375rem;width:32.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFDIXTCJumq1Vh72iB7vihXTIAFbAWtC { top:4rem;left:40.3125rem;width:7.4375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMKs1yBD6by77O5ooAaTwxNI8rROa5gv { top:7.5625rem;left:21.875rem;width:25.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmWOU3pvD7NeRe2usmQH12aE3qn5N8Gh { top:9.625rem;left:24.5625rem;width:23.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD7F5CdwX5PHCfLpfaGyb9I48srPbuXE { top:9.0625rem;left:34.1875rem;width:13.5625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnVwWhe2mAD0bC3sQg1Tra44TRpf0cTV { top:2.625rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4QVtZlTXqDCMngsd0ItK5LU02Kzp7iT { top:19.6875rem;left:0rem;width:47.75rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNyvQHR0sSkhJ5SdRuMIxZTJ3A62iTRS { display:none; }#aNyvQHR0sSkhJ5SdRuMIxZTJ3A62iTRS > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RSD2A2FFm8Z4vDEWT9q8vkIKhSoKnNV4 { top:0.75rem;left:0rem;width:27rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACaOHIbHIcPTtZvkDsx7ehfWyRNZ8Zcg { top:2.875rem;left:15.4375rem;width:32.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBlRSo103O2eIHXA6XzZ44f7roRZgpK6 { top:4rem;left:40.3125rem;width:7.4375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgn0SmL3w8m4y10PGKNBt77LaSMRm1v9 { top:7.5625rem;left:21.875rem;width:25.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIeplEtlEPUDLRvvPv9cSOc6J3OziTQA { top:9.625rem;left:24.5625rem;width:23.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVFmg7H5ixGb4VlmNXil4bqU4HmN0c0d { top:9.0625rem;left:34.1875rem;width:13.5625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXEd8KI7rqZiA8hvDlCMdKsnhsmqm7xQ { width:25.5rem;height:5.0625rem;top:15.5rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdoqc7QL7imlRnzfDUMdz3ZhHUVoMei7 { display:block; }
 }@media only screen and (max-width: 763px) { #Js9ulPZSsCdRrqREH0pfJKlTUKFJBFPT { top:21.3125rem;left:27.2451171875rem;width:16.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx0dyT4bZaKHBuZCEuzyPXeQqwaQTzCr { top:21.3125rem;left:31.1875rem;width:16.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDwbnxOqtkZeMkws1i2vcLTGGhureAwB { top:27.125rem;left:35.6875rem;width:12.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iulTnRPgb2hXFtda4PfgK8iE2erzF9Xo { top:2.875rem;left:15.4375rem;width:32.3125rem;height:2.8125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FaUg7xvapOmCXfQkNIfNTeTLwncMluwU { top:4rem;left:40.3125rem;width:7.4375rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7OyHbXZvI3SrTZdfK5WRhPwnSbl6ip8 { top:7.5625rem;left:21.875rem;width:25.875rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHA6IE7rHMeXNAiQg4IocGSEbHeQRu4v { top:35.75rem;left:0rem;width:20rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIOFD97TLFZFCNDBRnDcF4QmQw6Zn07v { top:9.0625rem;left:34.1875rem;width:13.5625rem;height:3.125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM { display:block; }#LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCP4IMaI9Iygs9V1BczUtJNoG0H7bLKs { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ZKb3x0zPahuyDNHQc20bKNKidPpSqh { top:19.6875rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgUGMHTJGvTwT7zEh2SF9sLhgIAcP17x { top:20.375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOSDqKVVfCUAeI8ChqMqkRmpT8E7BUnb { top:25rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myUKRnFi3ukm42eQ0BnPg4GM7Q2rcJMi { top:31.375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCySc8gbBtoyUu1bDF0yt0DX6odl8JBX { top:37.125rem;left:0rem;width:24.6875rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXU5fciz1lDbhs1f2TPkqhAkcLUXlAmT { top:38.6875rem;left:0.625rem;width:47.125rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7Q1rZkZxRPu2JLCbFUkq4rblUI9TMOZ { top:42.4375rem;left:13rem;width:34.75rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iswX30TRZUmnIhqMOVrWkUlGezCMz9ou { top:45rem;left:27.4375rem;width:20.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUcS1MKyxInASlSpkdRHDkABHkWrLe93 { top:50.25rem;left:4.0625rem;width:43.6875rem;height:14.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyAxHBmfgdnozxXKEFIw0WUoooFwWsTE { top:5.9375rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G { display:block; }#SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7HDBytKmcVUUdLnHgf7t5bgfTLZa8GC { top:0.75rem;left:0rem;width:26.625rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRDGRT6xNA8BlP8AEJfpfckrLHUxAgoR { top:2.1875rem;left:0.625rem;width:47.125rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPuJTVOUIzyMcgNVStL7HqvpZ1lDrcMn { top:6.0625rem;left:11.0625rem;width:36.6875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGsBNXzS1fNzQGeQIDAoWIc9BsPf6W4h { top:8.8125rem;left:13.71875rem;width:20.3125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvikVMwkVqgd0dpPRMSbJ1VwQEVhqsPb { top:14.6875rem;left:4.0625rem;width:43.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v { display:block; }#qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHKyRGTcJSd5vcuZDhlxAAW6RWaTONVg { top:2.625rem;left:0rem;width:27.4375rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL8lFvhset3D8TgSlnsnqAuJQ6NIK7RA { top:4.6875rem;left:0.625rem;width:47.125rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEKw1z8tKzeWSMayGT5v9ETnSHkkueM0 { top:8.375rem;left:11.0625rem;width:36.6875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN9rT9CcmiLuuE0i7a3xQQXXTO39z6Ad { top:15.3125rem;left:4.0625rem;width:43.6875rem;height:20.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqnslR307Nwlp6eXkypWMtJqV1ricvOQ { top:11.125rem;left:13.71875rem;width:20.3125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU { display:block; }#RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3uBffqm6VNokfRMTwUau3UIGafixWMM { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLPzEXE4unFsKQL5raHEPF3PV4NGtb3P { top:10.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f17cV3VFLNMFmuVpTioT6BBUHXo3l0Vp { top:14.875rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uzn5sRDMtKqNAFsP2do5SXfuoGlUTByk { top:1.9375rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL { display:block; }#wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZ9xGt0owKT0f5UpACeiXeoup79vbVEw { top:6.5625rem;left:21.9375rem;width:25.8125rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlMDx4bgXFSaNbmhGvIfl8JrkW2DxNKc { top:8.1875rem;left:40.3125rem;width:7.4375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZQbIHBivhoNTfPhcJxmN1uQXy4y7nxm { top:11rem;left:21.875rem;width:25.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsl0FHZfK13Nl11s2bamFPsrqI9RONNq { top:13.0625rem;left:24.5625rem;width:23.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3BLdG93F8v2ax5s94dIBf8R3Kf0ru8P { top:12.5rem;left:34.1875rem;width:13.5625rem;height:3.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1MTlOTW8xtWQT7s4xG6uKyMhL1470mO { width:25.5rem;height:5.0625rem;top:18.625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSbD4EONyuPEXD2wHTWGkyUqToybyly { display:block; }
 }@media only screen and (max-width: 763px) { #JPgVkXout91sy7a9iabQJPdM6Am1wzFf { top:26.0625rem;left:32.375rem;width:14.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipwf5hFyrgpbRA0ve1wbomlw9Zyrbuh7 { top:27.0625rem;left:33.5rem;width:14.25rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxS2LlEULO5I0VPUUWELWLOlekALZC9M { top:32.25rem;left:34.125rem;width:11.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVEhF8lZOdBTFddy8mngxSGmHk20SflX { top:1.125rem;left:0rem;width:45.3125rem;height:48.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw2wNchiywC2SwEyLpNTO4QApzZT5cV1 { top:2.1875rem;left:21.9375rem;width:10.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZgrIT413nJI070NpEHA77nFxsTecCLy { top:2.1875rem;left:0rem;width:2.5625rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8yERtBnl3QwZF6NJnR43veA4Az9kQq9 { top:1.125rem;left:0rem;width:5.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5RwNFWiytcsEuqJQln8h9IkDEQcGVnd { top:0rem;left:10rem;width:23.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 { display:block; }#SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npd1cX15GW73y2N1B573T5DzRHNUULEg { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVbZ42OobaNTTqvZamfQcJU6WwaiPBag { top:11.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwwaIWiv1OeKM2zzhxrkTD4GHrzCf4X3 { top:10.375rem;left:0rem;width:41.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAtI9Zc5il2rZJTyykV3AG5JccLdNxHh { top:16.25rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI44bJSnKuEq2PwT7qcikUgtygiKCP4G { top:39.25rem;left:0rem;width:36rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKPyzTp6SAkxQiwF3O0zDKxvms6dezkL { top:37.0625rem;left:18.0625rem;width:29.6875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkZ33lQnLH3eO12Fp9Dg6OLR8ia7eJTN { top:66.8125rem;left:0rem;width:47.75rem;height:67rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbdZkPKOqtnBfgGtQuZVcULpu9tAWsqK { top:100.6875rem;left:0rem;width:46.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIN7nQldNhVMCtXFcmLilalZgw3NNtA8 { top:16.25rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oz1R9DPsozdCbmDx2M0brkwaI89wTPXy { top:58.25rem;left:0rem;width:20rem;height:;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJQ83peZJIP8KdKJgm9Nc0aGlkSActsf { top:37.0625rem;left:18.0625rem;width:29.6875rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTMcIyofu4SSKXoF90kOmfsUknAAGN77 { top:114rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k { display:block; }#Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bb6dM2xb61rBE2XX2Eao4QXt4Bgmfu83 { top:6.5625rem;left:21.9375rem;width:25.8125rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1hAFUeJAlZpEhiOTGATkHBrCkPy0EcH { top:8.1875rem;left:40.3125rem;width:7.4375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLIEAnVTMdkk9MrpQXlvlCgiyHccRHtL { top:11rem;left:21.875rem;width:25.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa9kgm8PUr5OXCRnqThb3TEMHpWx0Lfr { top:13.0625rem;left:24.5625rem;width:23.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUoKov7vSpzGoIkJkXoZcPn0zLcA8r01 { top:12.5rem;left:34.1875rem;width:13.5625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rngMgMHqBSFVEtxzi7WGv8N0OoJGobVU { width:25.5rem;height:5.0625rem;top:18.625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAmRVbrowmKTKHmims0syXp8tvT81gxb { display:block; }
 }@media only screen and (max-width: 763px) { #Tv3A281K1w63bVbaIiZvW2XAw2uOvOXq { top:26.0625rem;left:32.375rem;width:14.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Iql6xTM3tWDFX0163bNKdSUlgqGC3w { top:27.0625rem;left:33.5rem;width:14.25rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwIIOzGrS5b41UmcDrdfWzRr2vWV7bVz { top:32.25rem;left:34.125rem;width:11.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T37Dk4pJP5384fddicZrczoDLG8W2i2G { top:1.125rem;left:0rem;width:45.3125rem;height:48.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWGiCKkHng4rnmfByKdrww3xO1JyJbiK { top:2.1875rem;left:21.9375rem;width:10.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHSiO6RX4WrqEuhXfa2204k6RUq1Sq0e { top:2.1875rem;left:0rem;width:2.5625rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1TR4XLw6Z1kiuFXgeonkXuaCUEJOVFo { top:1.125rem;left:0rem;width:5.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRgzBJy0gm8MeOTeGvI3IGFTlsKlBTRP { top:0rem;left:10rem;width:23.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd { display:block; }#oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDwp7XGr5tK2ZbzIpTo72nQOVCJG90uT { top:2.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcTxPisrzyqMqqIrla845RroyIKuyl3D { top:7rem;left:0rem;width:47.75rem;height:31.552120141343rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXiEQhkeFTMoOhTBGTQaTcDKe91QSM3x { top:45.8125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZQcEDqUPlXbKUKGcUDVQ4KVkQuqfCl4 { top:64.625rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdAGi5apsTtmDRw2GyvNSJ721Qsk7AFK { top:65.3125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4GPzGrZBCda4WmtAfGMnNreXcRo0qvk { top:69.625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqGx9kNrZSaeTpFTIh5szSxSDwiLfaCK { top:118rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbeAbJmdDgJRogb6mguTgfLR5EvTCqfJ { top:117.3125rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMXh71VIVmrz4m9dHvxzmNKSsI19ZW7p { top:123.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL { display:block; }#rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDFykxkDVBw36RVhLWXA8rwIzSlVAuCL { top:6.5625rem;left:21.9375rem;width:25.8125rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3P6Evy8AkpQlvOCE7ABztWaLIubOJou { top:8.1875rem;left:40.3125rem;width:7.4375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtKlVxvbBo7CXIEkRegctyQE0l73TInC { top:11rem;left:21.875rem;width:25.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3Q16A5Umh6GLLwyZJ1CCfbJNe8x7UoX { top:13.0625rem;left:24.5625rem;width:23.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkbExr2A86aEsnnEODKdOQ0nZWoyZxul { top:12.5rem;left:34.1875rem;width:13.5625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDkPoWDMQqNqN9ILTrdXkG8BDDLOV1ep { width:25.5rem;height:5.0625rem;top:18.625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOJkHNetVpW2r4dClto1mE3sJ2G8GtcN { display:block; }
 }@media only screen and (max-width: 763px) { #Rw65AdVazI4Tgwd4C4OF91CTLbOqrbVO { top:26.0625rem;left:32.375rem;width:14.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sob68TqmZ1LhmTpBSyz7TF8VwbHmpKVo { top:27.0625rem;left:33.5rem;width:14.25rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdTioLgOleQOWy8kEDsxCqtnkTypqads { top:32.25rem;left:34.125rem;width:11.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqAuyslpwpEWhiGo7ZZPWqMylXZ6dwIE { top:1.125rem;left:0rem;width:45.3125rem;height:48.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTSp1VaCLUTquny4P6Ruc99brf4rxMV { top:2.1875rem;left:21.9375rem;width:10.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp4kQVrtXnNgl216dU1EFUlt3lAcQvwN { top:2.1875rem;left:0rem;width:2.5625rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQTNEOWpD3TDEuTxHeQRggdlBPXG7Pe8 { top:1.125rem;left:0rem;width:5.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJtN6zf1ONvRlS5xsQgncGciBAHphAX5 { top:0rem;left:10rem;width:23.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg { display:block; }#SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QotsVXK1tOTGZsrZ5d3K3INai6FMxyNF { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG2tLkqDBLFpilktfEJb5sBGfUevZE2T { top:16.375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPmas8y910E5itd1Cii0p2ikcGCTz9cW { display:none; }#GPmas8y910E5itd1Cii0p2ikcGCTz9cW > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y464T8kkhwREcpfSwhISTH5xNPy6fbTe { top:6.5625rem;left:21.9375rem;width:25.8125rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7qvbm3rCPC7fB1nVnFAf5wK06Kzesug { top:8.1875rem;left:40.3125rem;width:7.4375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnAXc1tl82Mkfc95m7TDxqI5QiG5cfa0 { top:11rem;left:21.875rem;width:25.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t86fe6O20tINGJfKlI0dLEFTEZZ6X5yl { top:13.0625rem;left:24.5625rem;width:23.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZAFgHLzli8pKosdOBIygx3qgBqnuIIp { top:12.5rem;left:34.1875rem;width:13.5625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktTdg1TpftuiBbhVafmPQvlhgDyP7M5d { width:25.5rem;height:5.0625rem;top:18.625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDB4wlnEzT3aRbNpUA7HWz7cCuRQSVng { display:block; }
 }@media only screen and (max-width: 763px) { #esvE7F9ygNKOAWw4BvtTmLhf7MEQw1kV { top:26.0625rem;left:32.375rem;width:14.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whKdkQtLyW0gEvIDmh4B9OQv79PIRHM9 { top:27.0625rem;left:33.5rem;width:14.25rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXdkZ7ADbRuEBrkZa0Z3g1wgvzqoV67D { top:32.25rem;left:34.125rem;width:11.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN7KPqe4MM9x8xs1PBHu3wkRdQ292Lhp { top:1.125rem;left:0rem;width:45.3125rem;height:48.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJQZaHR0oye5in9C3Tpn8kbHcEUTP93B { top:2.1875rem;left:21.9375rem;width:10.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBMaJohCURuTGSEJR6GcuO8fPHi9PVqa { top:2.1875rem;left:0rem;width:2.5625rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoxqQd8TKKD3RwC6tiZTew1ERn4g64Ag { top:1.125rem;left:0rem;width:5.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bapkGkbABzQTZxlolsIpUkbdMpcm4TTc { top:0rem;left:10rem;width:23.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 { display:block; }#xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZv40IicyIATNJ6Lfo2Khni5haWQsg3m { top:6.5625rem;left:21.9375rem;width:25.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeS1UIXiJ5JPOPbuFVgDODsH7bUL7lIZ { top:8.1875rem;left:40.3125rem;width:7.4375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDcPaS1hVyGygHaqFOBTFEq7MQT1P4CW { top:11rem;left:21.875rem;width:25.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnpK5ogb3l5ZFCNZMhJ9b003lDrRXwqL { top:13.0625rem;left:24.5625rem;width:23.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4QC8ARMc4Psafw3sW0C6coMJhzx00IQ { top:12.5rem;left:34.1875rem;width:13.5625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9zDXpqx80NGZ2gs8kxuvAxgtXxMAWtl { width:25.5rem;height:5.0625rem;top:18.625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7CTN1Ad7BDrtEDf28JxdCqVIT7Qr8DJ { display:block; }
 }@media only screen and (max-width: 763px) { #KJ1HPUANckyDBEkkIeBfzK2i6qfnaT52 { top:26.0625rem;left:32.375rem;width:14.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3KbeHO4p5qVwTu5xHUVmgNwNunsaSmw { top:27.0625rem;left:33.5rem;width:14.25rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg40CrszTHb5egiaBZFyAgxHiwOAxQqc { top:32.25rem;left:34.125rem;width:11.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2wqxNQTEzo8Uo6TyTovCTsd0l9IhQFQ { top:1.125rem;left:0rem;width:45.3125rem;height:48.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #il8O8umiWzE6ETsXMOrTiT5b2a4hz5Kh { top:2.1875rem;left:21.9375rem;width:10.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN1dnTPbUPnXKdh5ytsiLUPKT1KKhThZ { top:2.1875rem;left:0rem;width:2.5625rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpATsy0CGNfCgceB3Nt1UTtreXPVfG7S { top:1.125rem;left:0rem;width:5.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQs17Ti6M08l9BC2RP0KltHcOTzlETi0 { top:0rem;left:10rem;width:23.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 { display:block; }#UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygspgugJEGPWskyAc68sC8F96RB39doF { top:5.375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6FrO7xI2qundb9OuexiTCIapgpEhHWP { top:4.3125rem;left:1.0625rem;width:46.6875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moG0hQE7h0S7BZBBKftKPFtTkVndSgwy { width:25.5rem;height:5.0625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apxDavMWZlZqsCgSFMAyikmUGhlirkPc { display:block; }
 }@media only screen and (max-width: 763px) { #v1gShNtTfrTuor5b6KTv1OVqzu70Rg0q { width:25.5rem;height:5.0625rem;top:15.5625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1u8KItO9Puq1drNhL2IkI4HJHkrHDvb { display:block; }
 }@media only screen and (max-width: 763px) { #RN5WnQ0PR9ceT0IOvo8ZkcOnttEQ3zMn { width:25.5rem;height:5.0625rem;top:15.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVLs6wopAtu0UTA4LaAkymNWg1K4n43p { display:block; }
 }@media only screen and (max-width: 763px) { #Q32akGtsZvBpka6KyIbTpE9O48e6iE7p { width:25.5rem;height:5.0625rem;top:15.5625rem;left:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3EDh25hqlk2pIsSXLps9FRFVlMRIrrU { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e1202454-360d-4cd2-94d1-57b1b4a2a590/d5ad6a3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHrITBBuvJ5pnfoLKXNo8L8qbRGQ80qe { width:20rem;height:6.582rem;top:3.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARKPx5diVtLe60NI5c36JxWAbvypw16B { width:20rem;height:0;top:14.060546875rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTXGVQwAoB9BOxK31FlhRih5Dd09ytwS { width:20rem;height:;top:13.123046875rem;left:0rem;font-size:1.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr { background-color:rgba(var(--color-tertiary-0),1);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; }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row .container { background-color: transparent; background-image: none; }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row .container > .video-iframe-container { display: none; }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row > .video-iframe-container { display: none; }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .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); }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row .container { border-width: 0; border-radius: 0; }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRk7zlslLUv8VLmgn8LsaJDTdeqC0ARr > .row .container { width:20rem;height:126.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwITgXSPCQm83uX0CHahx6onkkb4mTKx { width:20rem;height:119.84375rem;top:5.9375rem;left:0rem;font-size:1.5625rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PLuGP7zHRnUIBxKnOOMTWnl6qwinA7hX { width:20rem;height:7.3125rem;top:74.6875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p { display:block; }#PQ8mW51TNRzRhi5xJXTFqdOb5IyXwc5p > .row .container { width:20rem;height:123.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOTm1SvhOf77Da4sdc9SaQnbu3wInitq { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExRiQgHT6dTPtCRrFVRgR2O3mvrUW0HE { width:20rem;height:109.6875rem;top:12.38671875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eLlQxds2tMLDMkyM5BTmIMJ82oRSZo9w { width:18.1875rem;height:4.3125rem;top:102.07421875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT { display:block; }#fs0FzSJzia7ztO1k2z3r2hOP8uZcfRRT > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJzOp7dg7WyosX4p0MqTflKGIMm5ViBQ { width:20rem;height:0;top:5.4375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uw8LURvTaq83ALaPXmnm42hADJcxpANa { width:20rem;height:0;top:10.849609375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fbf71WhidQnBDWhwyFDN7cuop5eMOhHu { width:20rem;height:1.94921875rem;top:3.1875rem;left:0rem;font-size:1.5rem;z-index:15004;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #UguBdTESGAX1hiePQGS2zOCnot4l4SeD { width:20rem;height:2.6001rem;top:7.48046875rem;left:0rem;font-size:2rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp { display:block; }#ibwoIgB8ez2HoMsUXZeyWrFCetwgGRzp > .row .container { width:20rem;height:134.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9sfQt7b8JcZeBR2hohbPMSF1Ri9WFIw { width:20rem;height:16.25rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGSTWJiTlnOy8ILPudpzif4k1JT4DKK1 { width:20rem;height:11.2373125rem;top:29.517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T25UAwKCylKqoSR7N54wd8URDVUg7BUv { width:20rem;height:7.8003125rem;top:19.8623046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItULnCVkkdKQv7mG9xRheP0eFnswbS7l { width:20rem;height:87.34375rem;top:42.16015625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKhZIbgvNBWLkiLlg0GKRh21KUn4SBp6 { width:20rem;height:3.4375rem;top:40.286125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6ICemnSwSHKHOAtmH2VvXefEpErygTt { width:20rem;height:4.3125rem;top:52.0498046875rem;left:0rem;z-index:15002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q { display:block; }#aWTONCKAAz7up0E1w2zHUEl0LoBvEy8Q > .row .container { width:20rem;height:133.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zuol3pGDiwgr4g1xOxPFhhm0vfZR5m8G { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVvKkNEuIA8fnNBpGEArnr27zvcOX6mk { width:20rem;height:8.125rem;top:15.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmsJ1IVMtkLPauGn60p2vfkcv20ccSy { width:20rem;height:22.34375rem;top:22.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8JEoC9DwlVB1ADyrnFVWv7lT7v3TlmT { width:20rem;height:3.4375rem;top:10.625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #dQDIhza9xUc9gKgAFIuu1HPSQPeF1BAc { width:20rem;height:11.239092495637rem;top:72.92775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp6Aw3u9bUQ9Nlwt1BryWTiEBG0fwarI { width:20rem;height:23.400875rem;top:48.28125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhkHoClPvQy6NuWVeHehAvUViQCbPamM { width:20rem;height:46.71875rem;top:85.416rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlqmREVBDMdE3UWUHirVSELP8ldcQQqM { width:20rem;height:8.9375rem;top:15.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT { display:block; }#c6A9wMn6rNmb6rBIpTDBag7ZSRoOknMT > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypNTbvLp4tsB0eUu8VnFuHHP2tqyRshG { width:20rem;height:18.2006875rem;top:2.6201171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 { display:block; }#SDyTJGT1eX7FbzhDXeSosDFKihJXUJd6 > .row .container { width:20rem;height:160rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTmzAq6BgqJWFGGu33CcXusIPWuCtXv7 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6k23NSnFkiudeTXaIssfRTMhIBq8TDU { width:20rem;height:0;top:28.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbXxIOHGp6mkscLDdNaS4qAfdqSSymFa { width:20rem;height:3.4375rem;top:26.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnK9BXv10ChLnrzEhJfRWhhZ7MFTC4or { width:20rem;height:20.3125rem;top:40.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG2QoobmVbXJZxrqa7ymdcyVdngHgqwV { width:20rem;height:11.948051948052rem;top:62.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPZWuxESiyPrDH2GagXhcSIKSLUeyc38 { width:20rem;height:31.2011875rem;top:75.69725rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTf8gpLmLHhk5VtRXce3TfHUUafTJGb { width:20rem;height:50.78125rem;top:108.1425625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvdzL4tN1N7qvBvsh729yCtFV9x2Nq6h { width:20rem;height:9rem;top:31rem;left:0rem;z-index:15004;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #teUT1bEM6ET9mGzlI5GPU4vHDGpL7ylZ { width:20rem;height:;top:31.4375rem;left:0rem;font-size:1.5625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ups9HHiug6lMNoppOgfFPsqItOAxGaRf { width:20rem;height:;top:2.125rem;left:0rem;font-size:1.5625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #y62q37vtxnpuOTvqckWorWUPR4TQZdBE { display:block; }#y62q37vtxnpuOTvqckWorWUPR4TQZdBE > .row .container { width:20rem;height:143.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrawoKxxIZg1PFihmVdBlPryIFRF6bNU { width:20rem;height:11.052631578947rem;top:15.4980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtdOGTkHJTxANQbJXw66MBLvqiMm0iZL { width:20rem;height:13.0005rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcmVyPorsPNfC48AgTXlvry5MO4iiD7R { width:20rem;height:0;top:27.7998125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3XvGtTiVEhpJURTJ7wFgTBNUkEwFaZS { width:20rem;height:6.09375rem;top:72.3310625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUuT0MugbGxZpScnGP9VmnqWhAlEOk5x { width:20rem;height:6.4375rem;top:72.3310546875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zdDrGvWKzKntWpvfDm6TvOJbAqhI2ohI { width:20rem;height:62.96875rem;top:79.6748125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUtBD6izOz6HBX2Vyc9SSEJcHlaxNeOn { width:20rem;height:;top:27.1123046875rem;left:0rem;font-size:1.5625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM { display:block; }#bz7xyCXuZ7HaHRmRdpgk9i0g6Ado6xqM > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCvQyemtapZXR5PlShWgeoLyyUpX4KES { width:20rem;height:13.0005rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 { display:block; }#LDqqmSE8QdBqdLlF45TVhDfFdzQTWeL9 > .row .container { width:20rem;height:106.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwXAE6gxWiemNv2NgvO7qzLXoVQGKulC { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEeC9fEvxiqCTG4Kd7Ms8ChWlTnWPb31 { width:20rem;height:11.05175rem;top:8.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR0VOl3dAeBZsSIVicutBk0prKkBB3BF { width:20rem;height:15.6005625rem;top:21.89453125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXuVESBeHQbBMHTMgEfHKJvDy5OJv3uB { width:20rem;height:14.21875rem;top:38.96875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZddJQbALyTGHuubTQp5QJ81MzvRwtF { width:20rem;height:4.0625rem;top:55.3359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1iZmrzmV18QWq4v3bOCWSWdeDmks7F { width:20rem;height:4.375rem;top:55.1796875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TcinuXS83CEzQHz5I4vXF98MRVurTWOD { width:20rem;height:42.65625rem;top:61.34375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 { display:block; }#MwIKKTk2oTEuk8xbzQq1CPMV7IJbCgo1 > .row .container { width:20rem;height:87.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxX5ZbzreGHkCTHDHDrTqpzLgM0bfLQx { width:20rem;height:11.244094488189rem;top:18.0966875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxhoFmfpniPbSaxTk4qW21sSXcRiUlGx { width:20rem;height:15.6005625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf0ka5vcrMzBevt6x9iTmIuqffLpnHOs { width:20rem;height:14.21875rem;top:30.589875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4b7EptgmmTozWsA1cCNdsGhJqfyuVLc { width:20rem;height:8.125rem;top:50.746125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq8Lx6XKhyz7tzSDnMD6I67EzyqQ2cCS { width:20rem;height:9.5rem;top:50.05859375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #FapDhhKmSFKMdJhcO1JZvadfuMJoSrz6 { width:20rem;height:0;top:59.55859375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1l5JviKBcUQoDmNxPEiWaG6e1tXsTNh { width:20rem;height:;top:62.49609375rem;left:0rem;font-size:1.5625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB { display:block; }#uEPwAtVUvV3XcdSZZpWI1NLaaRfGIgAB > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oODDapvzXOq6VST0erxdOWm16v13RdLF { width:20rem;height:14.094488188976rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKUnROJHKTm5Acpg03Ur1hl0mr6yps0o { width:20rem;height:0;top:31.78125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNgfSRSWCJXPP1eT9lhXrT3KaVSkWXqK { width:20rem;height:0;top:36.7421875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkvhDh95gH2zRx1Zzdsreq9tzaLyNQpL { width:20rem;height:0;top:34.69140625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtDTeutBETO52TtfkbVn3kTUat1cMcoN { width:20rem;height:15.6005625rem;top:59.28515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQPRZfggAg3LhKTosoakVOw9wZFAlpKq { width:20rem;height:0;top:45.08984375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybDPF5AZAHdzI9IMhTFelMVbfTvkCfIs { width:20rem;height:8.125rem;top:76.13184375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s59z1ohoT25I8xKfX1kx5pml90SnAmiv { width:20rem;height:11.6926875rem;top:17.3203125rem;left:0rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #svWiSvtxrxTUMs3OA7aqaSMSdXJf5bxq { width:20rem;height:10.400375rem;top:48.27734375rem;left:0rem;font-size:2rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #MzPgHzxyHe7a5s54UTlBG65TPQTVRg2q { width:20rem;height:5.20019375rem;top:42.400390625rem;left:0rem;font-size:2rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #XnZ3c0FTpcMCESkzoHlCxZrWske20kH8 { width:20rem;height:10.400375rem;top:30.126953125rem;left:0rem;font-size:2rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht { display:block; }#tvDIsCSCGTNEhoCOyDEvv3XqXWCM0Nht > .row .container { width:20rem;height:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5I8lnM9n6Vw70fErCJwU3faee8DJPwc { width:20rem;height:30.044642857143rem;top:77.1739375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKbvbFfPtFbQSJ3UG5Pv9UngBMB9IwTA { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTN4mBIO7Ik6TFbZWFKxIMi0h2o5JFQU { width:20rem;height:0;top:12.57425rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfZlIvJFx39dcUKKG0gr4aJ0zWlhCsxk { width:20rem;height:13.0005rem;top:23.1484375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGMbUxqbNl6tZ27NtJA6h5734hukIF8i { width:20rem;height:0;top:38.1465625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuguAy8k3h83UhGNSOXUNIQJPIgPcAhO { width:20rem;height:;top:0.8125rem;left:0rem;font-size:1.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #r7VszDDPzpJCdBH9oJufHgvABtu22XQP { width:20rem;height:10.074875rem;top:11.94921875rem;left:0rem;font-size:1.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #SfiiwkvABTuNblhivXl56R0WKMq5tTBb { width:20rem;height:40.2995rem;top:36.146484375rem;left:0rem;font-size:1.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU { display:block; }#OvTWGmVm9XWRKTSBUTTxTuOrTrcQXrgU > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pckqdP5l9dmJFofmIuUAOa8o9gQ36Lof { width:20rem;height:13.0005rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk { display:block; }#PPmEJwrb9D8SGFfteGHqwaHHvW2P7wtk > .row .container { width:20rem;height:223.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W503LDTU83Fyv5iL7nGFTlK26waL4LLa { width:20rem;height:10.15625rem;top:3rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMebkJ10EfQ5Tf3UHQnD586JgCrkEbfk { width:20rem;height:6.09375rem;top:17.34375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p07wGtXevdVrGlTklF1W4Hf3bm5IKJFp { width:20rem;height:7.0625rem;top:16.78125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #oBJNv1WXxNV4TuKhbMNGUGalI3E2ADAa { width:20rem;height:14.21875rem;top:24.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J04tFnWm32tdKcITfTQLe7EGHePaJZ6V { width:20rem;height:0;top:40.15625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNq84UwaOd4tBQBIri2ATk1QqA43mGBs { width:20rem;height:24.375rem;top:51.8046875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoPbcdhyImnRK0c7yKTr3nsV54umlsuw { width:20rem;height:11.653543307087rem;top:77.4296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNMJIlNRVJiwlU3FPnq6XARh3LJz3C5F { width:20rem;height:23.400875rem;top:90.333rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4PWXdc9SwMLqcXlbc0UgMkpTk0roOuB { width:20rem;height:26.40625rem;top:114.9795rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzaBSbcP2yJyRgV3oMeZ5UAPKTyl5s1h { width:20rem;height:4.0625rem;top:147.32325rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLplqc7yJgI4VMxZ9brGR1OI1GGT7TtM { width:20rem;height:4.5625rem;top:147.3232421875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bXyTcdUJwE70RUCA0gdsNpFOQF2JbgD9 { width:20rem;height:20.3125rem;top:152.6357421875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7DffDwv6LePFgQMITfN7wwxp2wBgOFK { width:20rem;height:15.6005625rem;top:174.1982421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUa2eqlkpZ4APtR60p4GAf3kK1bV8wpW { width:20rem;height:8.125rem;top:191.0449296875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2T8WICVUMKluxQHQCz9WTgvCILSdoR1 { width:20rem;height:10.487562189055rem;top:200.4199296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAuJmXVd1CFpdlPNA3UCXJLWz8pgrFyV { width:20rem;height:8.4505rem;top:213.1572265625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8TeC9xoP6yHXDlTgfoxT32o2XT8RyKp { width:20rem;height:;top:40.28125rem;left:0rem;font-size:2rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT { display:block; }#gGlsgD5gT3S0C4NWFCZ091mshyDRr3VT > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubb9BxR6vcxElcGLzHg4agdyVtPGEhlE { width:19.5625rem;height:0;top:2.6513671875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWeHDOTiXUft3WSeBNtdhSqPRod8hSfX { width:19.5625rem;height:13.6474375rem;top:4.48828125rem;left:0rem;font-size:1.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS { display:block; }#ylhcvCgN7NKhXMHX8UuVymFGvKaeDfmS > .row .container { width:20rem;height:174.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I49smgaHz7IhJ6OsOBX1o1dQH1xlBqR0 { width:20rem;height:22.34375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8aCzWD86GRTMqerX1Fuo7k6AbfnR5W { width:20rem;height:4.0625rem;top:25.546875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR2LzhVZzMAKSAo3ChBqmgy8hBz5Xgus { width:20rem;height:65rem;top:30.859375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1M0SXcI6esf9QZUb6OLoIP3ehbpcGxB { width:20rem;height:5.1875rem;top:24.84375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #r6BLCg46hC8ndWBV9K1TaZqzx6psqFih { width:20rem;height:7.8003125rem;top:97.109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThwHPhol8bbs75dgE24HLrFD5OHOx45r { width:20rem;height:67.03125rem;top:106.15725rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu { display:block; }#QZZv9GbpEP7CdJviKzFnuGzcpe7CD9Fu > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8WTD6d3VBzebVRxG4JZO4IXTTDnczcs { width:20rem;height:6.582rem;top:3.1318359375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLFkLvB1OX10qul3SD5THwovW3W73QUK { display:block; }#QLFkLvB1OX10qul3SD5THwovW3W73QUK > .row .container { width:20rem;height:235.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVZJHIAnOMgm7dwVPrkW353haJRhFAOt { width:20rem;height:14.21875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNQ9hWyhmodzzIfbZZMzmdortCFa7e7x { width:20rem;height:6.09375rem;top:21.40625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGkTGHgUwDz4RTy06XDUQ40Ot5lZp3cl { width:20rem;height:6.875rem;top:21.015625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #C9qLG5wqzkLHhe2t3Eh3NZH0QOG7luSo { width:20rem;height:65rem;top:28.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGuTSo92EM1lZHGesacKqOOwv9uZ3VzW { width:20rem;height:2.03125rem;top:95rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXXSMFScAu3kkIFEQ6Xk7Rkkr3D5Tn3 { width:20rem;height:11.8945rem;top:110.7041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufUJWkhtqp3hyoiMXI62JUl1iTF024nr { width:20rem;height:0;top:98.28125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLm6nZd9vKzPy64p2OCE8AExmTtwhxsF { width:20rem;height:10.400375rem;top:98.28125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdqifITTHr0W7tCm8QIp8Be8sVBoEagx { width:20rem;height:6.09375rem;top:126.411125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Pn4zeSdmmoqlm9nCqDvfavpC0wgGUO { width:20rem;height:6.5rem;top:126.41015625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0qfuG1vhmn2bma4aR1UfUz0T1eVbGV { width:20rem;height:12.1875rem;top:133.754875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb7MiGF6CGhOpMUgNH1dmWQlLAJrxSiN { width:20rem;height:0;top:147.192375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0qogAGxOfMqsVkdTPJcn3XgOzeqFXUl { width:20rem;height:22.34375rem;top:169.23925rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1qykEWH3O2sVPfxJmb1dJIUQUtlgM3p { width:20rem;height:11.7798125rem;top:193.95703125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZuRZzdJZyFaeAV0EyxSezXF5CyWpMKL { width:20rem;height:24.375rem;top:209.6796875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgslCphFActbOt4sIM5a4Hd9NxVNweEy { width:20rem;height:13.1640625rem;top:150.19140625rem;left:0rem;font-size:1.6875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #zkBWiEgZkmI3pb1qb2IXpfzLv8th991W { display:block; }#zkBWiEgZkmI3pb1qb2IXpfzLv8th991W > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKR3M7Vtg9d3QsJIce7VIQLHIAQwTECa { width:20rem;height:18.2006875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx5pLFBPlmBzgrpih5iOs84ZTKrGvLTx { width:20rem;height:2.6001rem;top:20.6963125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnA2D0M7DUN1xGmb516dyaHmrQoUugaA { display:block; }#EnA2D0M7DUN1xGmb516dyaHmrQoUugaA > .row .container { width:20rem;height:212.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dprix84iGfXug653UULUFAu1gVLEkp43 { width:20rem;height:6.09375rem;top:15.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXz8MQ4qFy7pDCygy5STWWsymVmPAday { width:20rem;height:6.6875rem;top:15.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lX4W7T8grRUunvgiU2XQTfgdRe6exml5 { width:20rem;height:188.90625rem;top:22.65625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erkTTb8esXH0kX6Q9yNIiBr75CoWx9BH { width:20rem;height:8.125rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV { display:block; }#sIZWJrlz4i2htqtmixAnM66gZ8B3IhZV > .row .container { width:20rem;height:126.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6HGASU5tSTHo5f5AKlAKBZgQ6CNTWEA { width:20rem;height:11.451612903226rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWxGNwK955bAOk9iyegNfp0rhv9mWZp0 { width:20rem;height:15.6005625rem;top:13.9511875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4hCOdPgaHQ1rObCiMBdSvZVEinrtK1d { width:20rem;height:0;top:30.797875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9umFZTwruuWx5xt5thIMggUQkJQve9W { width:20rem;height:8.125rem;top:49.001rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUC0rsK6IBbMQ0aCn0QuDXqeyTSHo9kq { width:20rem;height:9.25rem;top:48.2978515625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #R70QiTMz5D2aTDrTQOoUm9nw9rzJVegP { width:20rem;height:67.03125rem;top:58.376rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGGAaQohbJuGHruyA9zz6Wrdk8eAOxSw { width:20rem;height:;top:31.2353515625rem;left:0rem;font-size:1.5625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD { display:block; }#bfLkNmMRffNFHMXAM2A9ihlBeXImNxdD > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTF4wvB6JzEN9WOVfuT7HIUT6fT9dyrc { width:20rem;height:0;top:2.9638671875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPETxag3l5PZbuw6TRwD2WNr5ot69rUD { width:20rem;height:;top:6.0263671875rem;left:0rem;font-size:1.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT { display:block; }#QLfskTEeZ8Dv6SNmSAZD9n1w0oaKF7kT > .row .container { width:20rem;height:378.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZylpNGo8V6NoENDqy5c9i5FCwNc72OzR { width:20rem;height:38.59375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Rvg1fS30yT9g86GDBizANbDzMThVJ3 { width:20rem;height:4.0625rem;top:45.78125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyMrh9T9bJTov5orUZsFlTFaN7Tq23UK { width:20rem;height:4.3125rem;top:45.78125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #s9h1DDygBT7rqeEJhw1I8AIb95Uhal2o { width:20rem;height:26.40625rem;top:51.09375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMpF08i8SqHWEWJPp1nThtbTa1WqpDep { width:20rem;height:11.622176591376rem;top:98.1963125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K87FtdDVQDDS1qhUiWTi5EFvkdTyQ7LQ { width:20rem;height:18.2006875rem;top:78.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRid9X4HePliaUMATDIRnUDWTyLVzTVS { width:20rem;height:0;top:111.068375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMErqyH4VdmRTI6bKNeAMiq4lLnU5fuL { width:20rem;height:6.09375rem;top:171.849625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvNBMS0iz4rmSik93bk8ALu0PGXIlBkc { width:20rem;height:6.4375rem;top:171.849609375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wN4nVvIyLMLzwMnb0yZeEkONFrPSlsqT { width:20rem;height:14.21875rem;top:179.193375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw5a3QaQyy31vf4Oa4LtsCg8X9nAxFsf { width:20rem;height:11.857707509881rem;top:194.662125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQO4Ingb31N1y6hnuoSv9S6IvbwTKvu8 { width:20rem;height:31.2011875rem;top:207.7695625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zScU3ThxRLu6zdFriZTaIGUU3CPPltd7 { width:20rem;height:103.59375rem;top:240.214875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQNJzOZXntKV2eInGKb88LIg849JlPrg { width:20rem;height:6.09375rem;top:349.746125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqgZErshP9bpfzf4t9QGlu2dROg7t6PH { width:20rem;height:6.375rem;top:349.74609375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GGQ6Qkuu2Fm0nnE11R7iHJQaO9AB3IH5 { width:20rem;height:20.3125rem;top:357.089875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXLGuRkzv0sKS55XhbDKZSMTnta90Rep { width:20rem;height:;top:112.880859375rem;left:0rem;font-size:1.5625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #zn6LsBVTigzUah9cvROlVtA7duPCBTCI { display:block; }#zn6LsBVTigzUah9cvROlVtA7duPCBTCI > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvrbZ4QS66rGid3a81uPqvemt4O6Tofv { width:20rem;height:7.8003125rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQUykk97lzGBxER4IBy60GFxSblJ3agu { display:block; }#ZQUykk97lzGBxER4IBy60GFxSblJ3agu > .row .container { width:20rem;height:299.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fR8cmnV7Wx3yTlUWXOAGb5yVi9rPaOTN { width:20rem;height:18.28125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvDn26Toq75bWQ4BoP3MiZFI3xWz0QZW { width:20rem;height:6.09375rem;top:25.46875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9XvvT6afWyBi7yQQWZAvRNO4TxTEoSV { width:20rem;height:7.1875rem;top:24.84375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GquFFOqXVcqdhvAVvhZ8Mb6ElsJlFGtz { width:20rem;height:26.40625rem;top:32.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp4xTuOmf399ggnA9I7MX43LZuQRtRwA { width:20rem;height:11.818181818182rem;top:74.7168125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URNEQN9l8OuvWn9MS1zU5sx7TIvxOw4T { width:20rem;height:13.0005rem;top:60.46875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNITSRdgiLD29M8aC17ndkTCX6TwuQbT { width:20rem;height:0;top:87.7841875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NbtSTfdI2arBtzTPOVzABBeNvlRFcMgU { width:20rem;height:11.581027667984rem;top:101.2216875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd4V6fOG5hISArZPexCngcF8ofTTNIpJ { width:20rem;height:0;top:114.05175rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TF7nuf2yTNiJDJq8RA5g3kobes0sGzzz { width:20rem;height:0;top:128.2998125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFL5S0qlppxy1acREgUaX1zT3ZbmA7t8 { width:20rem;height:8.125rem;top:170.7998125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQv0ZO5hv60cNzW4yfOCod2uh3By9CF7 { width:20rem;height:9.625rem;top:169.9873046875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eQe6J1DBe4DzBy8HItEypidD31J1yzDB { width:20rem;height:14.21875rem;top:180.1748125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUXLfKUt55UXiGSENUxkN8b0hZNr05PL { width:20rem;height:21.203625rem;top:198.3310546875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUNycr0b9n4vJMcOyBMmV2Qw9gUEle4x { width:20rem;height:73.125rem;top:225.4883125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvzb3Ke0C6wKS9ZeetPJx6TWXwHeoecT { width:20rem;height:;top:88.2841796875rem;left:0rem;font-size:1.5625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #lAxgwQ1bpJTQxmF0xE91v9mhVhcDx37R { width:20rem;height:;top:128.7998046875rem;left:0rem;font-size:1.5625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #sDmFt64gFDhOnEmzcnWb2IPKW2PI9Udc { width:20rem;height:;top:114.05078125rem;left:0rem;font-size:2rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #GD5Gb7BIKgMxxIkiw70x220smo9fnd4z { display:block; }#GD5Gb7BIKgMxxIkiw70x220smo9fnd4z > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qy3p9FJPaeL3cFC6XToNZWrWZ9Pqyuie { width:20rem;height:0;top:4.5rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7ydEAqlCTTwMFgSXzBHUHQCUP5RmyDK { width:20rem;height:11.7798125rem;top:4.125rem;left:0rem;font-size:1.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 { display:block; }#Slq9UyuwWQHahxxxM4u7NKXBZIaV9Qb4 > .row .container { width:20rem;height:170.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cExWJw0smRfgNPFUvUAHx8uO4QEd6RJm { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJxayz8ZAckWdoOUUGHOwTlVeHxOmQaT { width:20rem;height:0;top:33.59375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXJ9nNMtxnrsUae2VrdSoC6kQRaABfN0 { width:20rem;height:6.6875rem;top:33.59375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #IOKoAsTPD8cAF0ouzHsbUSgzS9MIDcTB { width:20rem;height:0;top:40.9375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #STeRUXPeJdrFbN1u7DhFpRmV2JUIHd0E { width:20rem;height:;top:2.9375rem;left:0rem;font-size:1.5625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #ZZVFT1h25QXJCORPo7UR5TeAHTqwBF7c { width:20rem;height:;top:33.890625rem;left:0rem;font-size:1.5625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #fHpsTy5AltcT77SuvTxhhATF0qQbvC3T { width:20rem;height:123.90625rem;top:42.375rem;left:0rem;font-size:1.5625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi { display:block; }#fvlFfI5R6Nlx8Cca4WkMy5fwPpIhRFKi > .row .container { width:20rem;height:122.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKA2tmVUXgL8C9qwISmdUA20t7WHdOi0 { width:20rem;height:50.78125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz7zbrKCsSTsk1D7TpTB2TRUixgHSWy1 { width:20rem;height:6.09375rem;top:57.96875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N80rbyhL9BIn1HyER0WkPATV08pmPbtA { width:20rem;height:6.4375rem;top:57.96875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VOsO7t3v91Px79n6VX2Trp1rAZiMJeUE { width:20rem;height:6.09375rem;top:65.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFFptc8ArDKqEcwhhduwrgqyr6T3B5yf { width:20rem;height:18.2006875rem;top:72.65625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIXn42JufIH05KPr8dgOLshtXFwq5Qrg { width:20rem;height:11.790744466801rem;top:92.1025625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIQcWkeBb50fRCtyn0nQNXgMv0cgN0Oh { width:20rem;height:16.25rem;top:105.142625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS { display:block; }#L9RWczpc7Bac9cM1UxAhNzNDHF0ymAHS > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPTKvLKav24vt26dc87VMyTxC0dyPPLJ { width:20rem;height:5.20019375rem;top:7.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZMNTHF1qW7051Z69aH44QnwnkBdadfe { width:20rem;height:0;top:1.07421875rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0KCBhWJOZqpeKDcWR9hDMF5K1fgTbe1 { width:19.375rem;height:16.997899159664rem;top:16.74709375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB1NGSoTBobASpNsJyXOqeut3CVDW5cL { width:20rem;height:3.73535rem;top:1.26171875rem;left:0rem;font-size:1.4375rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #yAnxF4p140JgsWrb10bvfNhweoLbAvt1 { display:block; }#yAnxF4p140JgsWrb10bvfNhweoLbAvt1 > .row .container { width:20rem;height:145.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DO7yxJ08OV57mZPlHDESnV1NlIAmtcc0 { width:20rem;height:67.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsPGfAV1NqcrFLuKOFFq5p4WE4DPrUOv { width:20rem;height:8.125rem;top:74.03125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHOERtZTDRVUUElwEqL7yFFsgk97nHk2 { width:20rem;height:8.5rem;top:74.03125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hHZPOh0ey8OIqx19asS8IIUnwMuP7PfT { width:20rem;height:60.9375rem;top:83.59375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoczAil0KbbUPOCSUVXNTvqiQmk9U09I { display:block; }#OoczAil0KbbUPOCSUVXNTvqiQmk9U09I > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaDEmU7siW3gK4T4vtxzpNcpBGd2P5GX { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M66Hu1zOyCWcKkib8XIElaEIK9eiAAJO { width:20rem;height:;top:1.9375rem;left:0rem;font-size:1.5625rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA { display:block; }#UqpSu1xTyOXuhcbLmHGGGU42VIJ4z8IA > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obBw0t3gCdHt5MoKUdJCP9UkoieIpHOQ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UU1sSvZ6BfTIIaGwotrImflgX7huq37d { width:20rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth { display:block; }#uhP4kZFvUNeOIAfPc8k2ThZrXSF3leth > .row .container { width:20rem;height:117.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nB9q1tVQltnc6rKq1ztLaKAbLwKzXKW1 { width:20rem;height:0;top:2.125rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JR6RhcvuBlIF6Gaprd1879R6n7vX4wtT { width:20rem;height:0;top:6.5625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWNvev2o8X8Zl5SNvnrZ8ckIydygLako { width:20rem;height:0;top:63.3125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTaEIRAnfFGhuC7rBpy4wsUdXluyxUyu { width:20rem;height:0;top:86.90625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbuGSJzMKfAFDlBceIQlQ8MsMbVNH9r6 { width:20rem;height:52.81575rem;top:8.21875rem;left:0rem;font-size:1.625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TM5QI79kFW1IyZpdfwNrNRy6GDoVO08C { width:20rem;height:38.027375rem;top:73.21875rem;left:0rem;font-size:1.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #gSkFwcRtkmsPpTBv4cybCCVVQgO7Guni { width:20rem;height:;top:2.5546875rem;left:0rem;font-size:1.4375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #Of2rKrZE3XMHk7zCeUcxwuR52CPCVnIi { width:20rem;height:4.0625rem;top:65.5625rem;left:0rem;font-size:1.5625rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 { display:block; }#BSM9W8VDITtKniiiTdu8GHb3glEbRUU7 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHlemqS5LTRDA2sdtH4svDP35eoGv0Tb { width:20rem;height:10.400375rem;top:10.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIwDVVB3EuK2JqmQcpvPBCOZigNhTFmV { width:20rem;height:5.20019375rem;top:2.0234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw { display:block; }#a8FC1KlOOpMwKql6LR4dhRvDdR7rAclw > .row .container { width:20rem;height:284.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMMiaFBpZtXRMHKUNGOihZ75MyUoJWfL { width:20rem;height:56.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv22i9pa5Nh1WUhBz1DhVAivyD47IEnP { width:20rem;height:8.125rem;top:64.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEdvp98OMPTuckxZrnr8Rz81JfkCTfor { width:20rem;height:9.1875rem;top:63.4375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #S57AR1qHrepdvOAL8tkJChLQX7yIzRyU { width:20rem;height:54.84375rem;top:73.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4QsmRhBqrz0TW7ISlNm2BBzEPBWmZz2 { width:20rem;height:11.58953722334rem;top:129.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiO4P0TAsTyHTkF3iUKqhGmu1TDL2PEt { width:20rem;height:21.203625rem;top:143.3701171875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKubHlWhunR89QGFMmV8Z0SphAWD9gKX { width:20rem;height:0;top:167.016625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGHNNPDLzUGmmAPh9zWGupfAVBBsd5QM { width:20rem;height:;top:166.2666015625rem;left:0rem;font-size:1.5625rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #pM2mWWOWVdFZieP79rOZUsUbrwA92po9 { display:block; }#pM2mWWOWVdFZieP79rOZUsUbrwA92po9 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSDZ9qlkwE6NvWgtXnfSt2NPHXV4P296 { width:20rem;height:0;top:3.3125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpvsutzLWxAIzZICn6FzSFELh2PxtK4u { width:20rem;height:;top:3.919921875rem;left:0rem;font-size:2rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ { display:block; }#MaZFPuF1iwTz07hZ0k9pcNreTxcicqeJ > .row .container { width:20rem;height:147.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #al0H5wr2Uf62siPhHLPeuqWHtG3TMmGu { width:20rem;height:34.53125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Man6bfPXbGEs9s9ED9UkTUQzFsAvF737 { width:20rem;height:8.125rem;top:41.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkitsd6mAEIN7ltgVuUDnCHxFvbmn9vW { width:20rem;height:8.4375rem;top:41.71875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GDwA8fIFZuU1X6TJ5AEZHCHapbsEE0M6 { width:20rem;height:0;top:51.09375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLlLmLQx8sIbC4sJadcGcEn7ETKG4OPP { width:20rem;height:;top:52.34375rem;left:0rem;font-size:1.5625rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 { display:block; }#X04KVdLATFAhQe5dP1RQvIyHT9In1AB3 > .row .container { width:20rem;height:73.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7H3STik34HIQ85QcIkhcViWLxC5RVCb { width:18.3125rem;height:23.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk2OpFqLJ4TQvhrqAXrbVuClFsWkBzk2 { width:20rem;height:0;top:28.0546875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmOa6xdhwgaX21CUTUFDPDQCIHIblQJa { width:7.4375rem;height:0.625rem;top:34.50390625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSlqqJDwlSZi6SZFRnrFCpA25T4M3d8N { width:20rem;height:6.125rem;top:36.353515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1T5beUBTQhOU8H733XTD89VP2GdpIGZ { width:20rem;height:0;top:38.56640625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2Nzhc2WJk49Dc4Z2gORelyTz5SgNQOr { width:11.125rem;height:0;top:33.1787109375rem;left:6.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZouF4Tfgr5yQXXOq3b7AWPLmwql2U06 { width:19rem;height:5.0625rem;top:39.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2guh0LeUVUN58fGdRtXmmqapRn9I9rz { display:block; }
 }@media only screen and (max-width: 763px) { #gH0ue5TC4PBPwl1vhZk8ycu3hFX9X1LT { width:16.5625rem;height:15.9375rem;top:45.94140625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OATcXgCnZ8a6psTVEitSimxXgdNVwBJz { width:16.5625rem;height:15.9375rem;top:57.22265625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSMNhgoHCI0VSMs9ovJ6vVJW00I6EuAT { width:12.0625rem;height:4rem;top:63.19140625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls3R81p8rge7RkUVDTBz3CxTW0bTp616 { width:20rem;height:2.1940125rem;top:28.04296875rem;left:0rem;font-size:1.6875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #T3W4PnFn9D6GE8ryIQcSMoOKsJmS18Ao { width:6.375rem;height:0.4375rem;top:28.9208984375rem;left:13.625rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #mASJdXPS3foE8AwhxQ4NGV9Ngz0a9kQq { width:20rem;height:6.125rem;top:31.416015625rem;left:0rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #WKwNmJGVUXFgnNJD7T1cpC82bLwRqS7c { width:20rem;height:2.4375rem;top:32.0908203125rem;left:0rem;font-size:1.875rem;z-index:15054;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bis5RoLLmkVLAaSGNz7H8vrNsLdsWHmI { width:11.125rem;height:2.6001rem;top:35.0029296875rem;left:4.4375rem;font-size:2rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #RDk3GSJelwolQMSWxzcCoEclGLRVfp7F { display:block; }#RDk3GSJelwolQMSWxzcCoEclGLRVfp7F > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw4wGhQ2MAPTW2CXTcreDDASzlEkWwC8 { width:20rem;height:auto;top:2.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkuWCmqam8pn50qSMJamPKsPFxKpPPrO { width:20rem;height:3.4375rem;top:32.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR { display:none; }#cHVDFn3MusKqrtIHewTyrRGNcJ1PneRR > .row .container { width:20rem;height:73.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uo6vw5TRkE0ehhRZZQwx92iJxAu0Fxgi { width:18.3125rem;height:23.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlypem1lmQnlG5fUTP82sPTCPcqb2ZPv { width:20rem;height:0;top:28.0546875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziyoQoIuNO9GE70rLiBZLcqF3ILAhrXO { width:7.4375rem;height:0.625rem;top:34.50390625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cA9Mi2spia8PZki8mxsdTr2z5qLgwhyf { width:20rem;height:6.125rem;top:36.353515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FW0kUxMimt23TTIL3Tqi8C7gwSJG5bLQ { width:20rem;height:0;top:38.56640625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRzTlV5dP3HupNEAn8sFrsz1Ofd4Wm9a { width:11.125rem;height:0;top:33.1787109375rem;left:6.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZypenUxVlWgTXFVqqw3VFGTVBx2dzCnc { width:19rem;height:5.0625rem;top:39.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTMI8K97XeG4TAkqiHIoTTS3aCUU4Ufy { display:block; }
 }@media only screen and (max-width: 763px) { #rZRAJTPbPsC8Sk8lXLDzo2PM7aNJLTOV { width:16.5625rem;height:15.9375rem;top:45.94140625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ato14k5ydlg5SsbdrVmAntgmiCCUXoyA { width:16.5625rem;height:15.9375rem;top:57.22265625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E23kkpSkPinmu1TE1WDnuuiaT8iKzOc9 { width:12.0625rem;height:4rem;top:63.19140625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTrRfyiQTqT4RgoNlIQEBserhAowb3WP { width:20rem;height:2.1933625rem;top:28.04296875rem;left:0rem;font-size:1.6875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #ltQ7WsdsQApcTvJLG90wTEZbht1NzLhT { width:6.375rem;height:0.4375rem;top:28.9208984375rem;left:13.625rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #iORbl5B9yAkiqbTZEXPfKxudciSgGccT { width:20rem;height:6.125rem;top:31.416015625rem;left:0rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #d2FgyHUhwdu9UCT7LA5XZqW28oLVrJod { width:20rem;height:2.4375rem;top:32.0908203125rem;left:0rem;font-size:1.875rem;z-index:15054;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhBf47dqTuCJ7rPhdaK8xTblZNkr3Vgg { width:11.125rem;height:2.5996125rem;top:35.0029296875rem;left:4.4375rem;font-size:2rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS { background-color:#ffffff;background-image:none;display:block; }#OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS > .row .container { background-color: transparent; background-image: none; }#OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS > .row .container > .video-iframe-container { display: none; }#OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS > .row > .video-iframe-container { display: none; }#OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS > .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); }#OPC9qN3IkoXJWZkMhIqzwVoVyPBmETVS > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyCTHDrgNDqaznbwDBWoMsbFaIfDQaD9 { width:18.3125rem;height:23.4375rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1KWx8PMZmU4bVVAONu1WckXaQJA22DV { width:20rem;height:0;top:28.0546875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFDIXTCJumq1Vh72iB7vihXTIAFbAWtC { width:7.4375rem;height:0.625rem;top:34.50390625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMKs1yBD6by77O5ooAaTwxNI8rROa5gv { width:20rem;height:6.125rem;top:36.353515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmWOU3pvD7NeRe2usmQH12aE3qn5N8Gh { width:20rem;height:0;top:38.56640625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JD7F5CdwX5PHCfLpfaGyb9I48srPbuXE { width:11.125rem;height:0;top:33.1787109375rem;left:6.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VnVwWhe2mAD0bC3sQg1Tra44TRpf0cTV { width:20rem;height:;top:2.625rem;left:0rem;font-size:1.5625rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #I4QVtZlTXqDCMngsd0ItK5LU02Kzp7iT { width:20rem;height:4.75rem;top:51.3125rem;left:0rem;z-index:15025;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aNyvQHR0sSkhJ5SdRuMIxZTJ3A62iTRS { display:block; }#aNyvQHR0sSkhJ5SdRuMIxZTJ3A62iTRS > .row .container { width:20rem;height:73.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSD2A2FFm8Z4vDEWT9q8vkIKhSoKnNV4 { width:18.3125rem;height:23.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACaOHIbHIcPTtZvkDsx7ehfWyRNZ8Zcg { width:20rem;height:0;top:28.0546875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBlRSo103O2eIHXA6XzZ44f7roRZgpK6 { width:7.4375rem;height:0.625rem;top:34.50390625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgn0SmL3w8m4y10PGKNBt77LaSMRm1v9 { width:20rem;height:6.125rem;top:36.353515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIeplEtlEPUDLRvvPv9cSOc6J3OziTQA { width:20rem;height:0;top:38.56640625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVFmg7H5ixGb4VlmNXil4bqU4HmN0c0d { width:11.125rem;height:0;top:33.1787109375rem;left:6.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXEd8KI7rqZiA8hvDlCMdKsnhsmqm7xQ { width:19rem;height:5.0625rem;top:39.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdoqc7QL7imlRnzfDUMdz3ZhHUVoMei7 { display:block; }
 }@media only screen and (max-width: 763px) { #Js9ulPZSsCdRrqREH0pfJKlTUKFJBFPT { width:16.5625rem;height:15.9375rem;top:45.94140625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx0dyT4bZaKHBuZCEuzyPXeQqwaQTzCr { width:16.5625rem;height:15.9375rem;top:57.22265625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDwbnxOqtkZeMkws1i2vcLTGGhureAwB { width:12.0625rem;height:4rem;top:63.19140625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iulTnRPgb2hXFtda4PfgK8iE2erzF9Xo { width:20rem;height:2.1940125rem;top:28.04296875rem;left:0rem;font-size:1.6875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #FaUg7xvapOmCXfQkNIfNTeTLwncMluwU { width:6.375rem;height:0.4375rem;top:28.9208984375rem;left:13.625rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #r7OyHbXZvI3SrTZdfK5WRhPwnSbl6ip8 { width:20rem;height:6.125rem;top:31.416015625rem;left:0rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #bHA6IE7rHMeXNAiQg4IocGSEbHeQRu4v { width:20rem;height:2.4375rem;top:32.0908203125rem;left:0rem;font-size:1.875rem;z-index:15054;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UIOFD97TLFZFCNDBRnDcF4QmQw6Zn07v { width:11.125rem;height:2.6001rem;top:35.0029296875rem;left:4.4375rem;font-size:2rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM { display:block; }#LTbJdx6G2wzSPAsHWU2tsRQMVIbh90sM > .row .container { width:20rem;height:152.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCP4IMaI9Iygs9V1BczUtJNoG0H7bLKs { width:20rem;height:0;top:5.9375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3ZKb3x0zPahuyDNHQc20bKNKidPpSqh { width:20rem;height:4.3125rem;top:5.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rgUGMHTJGvTwT7zEh2SF9sLhgIAcP17x { width:20rem;height:6.09375rem;top:45.78125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOSDqKVVfCUAeI8ChqMqkRmpT8E7BUnb { width:20rem;height:12.1875rem;top:53.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myUKRnFi3ukm42eQ0BnPg4GM7Q2rcJMi { width:20rem;height:6.09375rem;top:66.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCySc8gbBtoyUu1bDF0yt0DX6odl8JBX { width:20rem;height:26.835443037975rem;top:73.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXU5fciz1lDbhs1f2TPkqhAkcLUXlAmT { width:20rem;height:2.274575rem;top:104.240234375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7Q1rZkZxRPu2JLCbFUkq4rblUI9TMOZ { width:20rem;height:7.8003125rem;top:108.44040625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iswX30TRZUmnIhqMOVrWkUlGezCMz9ou { width:20rem;height:2.4375rem;top:117.48828125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUcS1MKyxInASlSpkdRHDkABHkWrLe93 { width:20rem;height:30.46875rem;top:121.17578125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyAxHBmfgdnozxXKEFIw0WUoooFwWsTE { width:20rem;height:;top:5.9375rem;left:0rem;font-size:1.5625rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G { display:block; }#SmGJZBpaTUVH1DrJBEvC9sqs4ChqqR8G > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7HDBytKmcVUUdLnHgf7t5bgfTLZa8GC { width:20rem;height:25.680751173709rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRDGRT6xNA8BlP8AEJfpfckrLHUxAgoR { width:20rem;height:2.1940125rem;top:30.7431640625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPuJTVOUIzyMcgNVStL7HqvpZ1lDrcMn { width:20rem;height:7.8003125rem;top:34.62990625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGsBNXzS1fNzQGeQIDAoWIc9BsPf6W4h { width:20rem;height:2.4375rem;top:43.67778125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvikVMwkVqgd0dpPRMSbJ1VwQEVhqsPb { width:20rem;height:32.5rem;top:47.36528125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v { display:block; }#qQn9gauQEnTidPU3BZVuQ2aktcOpcl4v > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HHKyRGTcJSd5vcuZDhlxAAW6RWaTONVg { width:20rem;height:25.649202733485rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL8lFvhset3D8TgSlnsnqAuJQ6NIK7RA { width:20rem;height:2.274575rem;top:30.3359375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEKw1z8tKzeWSMayGT5v9ETnSHkkueM0 { width:20rem;height:5.20019375rem;top:34.59765625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN9rT9CcmiLuuE0i7a3xQQXXTO39z6Ad { width:20rem;height:48.75rem;top:44.734375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqnslR307Nwlp6eXkypWMtJqV1ricvOQ { width:20rem;height:2.4375rem;top:41.046875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU { display:block; }#RWObA6JBPZdkIwpg1TsDvFLMdKLKpqsU > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3uBffqm6VNokfRMTwUau3UIGafixWMM { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLPzEXE4unFsKQL5raHEPF3PV4NGtb3P { width:20rem;height:0;top:12.65625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f17cV3VFLNMFmuVpTioT6BBUHXo3l0Vp { width:20rem;height:;top:14.875rem;left:0rem;font-size:1.5625rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #Uzn5sRDMtKqNAFsP2do5SXfuoGlUTByk { width:20rem;height:;top:1.9375rem;left:0rem;font-size:1.5625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL { display:block; }#wAvtQfUg4gwXFW8psTbOmcAScTaqMqBL > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZ9xGt0owKT0f5UpACeiXeoup79vbVEw { width:20rem;height:2.1940125rem;top:29.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlMDx4bgXFSaNbmhGvIfl8JrkW2DxNKc { width:4.5625rem;height:0.625rem;top:30.0966796875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZQbIHBivhoNTfPhcJxmN1uQXy4y7nxm { width:20rem;height:6.125rem;top:33.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsl0FHZfK13Nl11s2bamFPsrqI9RONNq { width:20rem;height:1.94921875rem;top:33.38671875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3BLdG93F8v2ax5s94dIBf8R3Kf0ru8P { width:13.5625rem;height:3.0061875rem;top:35.94921875rem;left:4.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1MTlOTW8xtWQT7s4xG6uKyMhL1470mO { width:19rem;height:5.0625rem;top:41.51171875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSbD4EONyuPEXD2wHTWGkyUqToybyly { display:block; }
 }@media only screen and (max-width: 763px) { #JPgVkXout91sy7a9iabQJPdM6Am1wzFf { width:20rem;height:19.1875rem;top:47.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipwf5hFyrgpbRA0ve1wbomlw9Zyrbuh7 { width:18.75rem;height:18rem;top:59.94921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxS2LlEULO5I0VPUUWELWLOlekALZC9M { width:11.625rem;height:3.875rem;top:67.73046875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVEhF8lZOdBTFddy8mngxSGmHk20SflX { width:20rem;height:21.25rem;top:3.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw2wNchiywC2SwEyLpNTO4QApzZT5cV1 { width:10.5rem;height:29.125rem;top:2.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZgrIT413nJI070NpEHA77nFxsTecCLy { width:2.5625rem;height:27.8125rem;top:2.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8yERtBnl3QwZF6NJnR43veA4Az9kQq9 { width:5.75rem;height:27.8125rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5RwNFWiytcsEuqJQln8h9IkDEQcGVnd { width:20rem;height:3.625rem;top:32.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 { display:block; }#SzQJcDX0tli5IZPXcLvyUfWS7WQJGxa0 > .row .container { width:20rem;height:259.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npd1cX15GW73y2N1B573T5DzRHNUULEg { width:20rem;height:10.15625rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVbZ42OobaNTTqvZamfQcJU6WwaiPBag { width:20rem;height:4.0625rem;top:17.34375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwwaIWiv1OeKM2zzhxrkTD4GHrzCf4X3 { width:20rem;height:5.25rem;top:16.78125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #PAtI9Zc5il2rZJTyykV3AG5JccLdNxHh { width:20rem;height:0;top:58.53125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CI44bJSnKuEq2PwT7qcikUgtygiKCP4G { width:20rem;height:0;top:90.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKPyzTp6SAkxQiwF3O0zDKxvms6dezkL { width:20rem;height:17.852631578947rem;top:120.09475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkZ33lQnLH3eO12Fp9Dg6OLR8ia7eJTN { width:20rem;height:0;top:139.259765625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbdZkPKOqtnBfgGtQuZVcULpu9tAWsqK { width:20rem;height:6.5625rem;top:114.009765625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DIN7nQldNhVMCtXFcmLilalZgw3NNtA8 { width:20rem;height:30.46875rem;top:24.96875rem;left:0rem;font-size:1.5625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #oz1R9DPsozdCbmDx2M0brkwaI89wTPXy { width:20rem;height:;top:58.25rem;left:0rem;font-size:2rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #NJQ83peZJIP8KdKJgm9Nc0aGlkSActsf { width:20rem;height:17.8525625rem;top:92.2822265625rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #TTMcIyofu4SSKXoF90kOmfsUknAAGN77 { width:20rem;height:;top:114.009765625rem;left:0rem;font-size:1.5625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k { display:block; }#Rn2vXsBZ0Bk9lTEllCIys9RQl47aTO7k > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bb6dM2xb61rBE2XX2Eao4QXt4Bgmfu83 { width:20rem;height:2.1940125rem;top:25.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1hAFUeJAlZpEhiOTGATkHBrCkPy0EcH { width:4.375rem;height:0.625rem;top:26.0341796875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLIEAnVTMdkk9MrpQXlvlCgiyHccRHtL { width:20rem;height:6.125rem;top:29.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa9kgm8PUr5OXCRnqThb3TEMHpWx0Lfr { width:20rem;height:1.94921875rem;top:29.76171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUoKov7vSpzGoIkJkXoZcPn0zLcA8r01 { width:13.5625rem;height:2.6001rem;top:31.7109375rem;left:5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rngMgMHqBSFVEtxzi7WGv8N0OoJGobVU { width:19rem;height:5.0625rem;top:39.01171875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAmRVbrowmKTKHmims0syXp8tvT81gxb { display:block; }
 }@media only screen and (max-width: 763px) { #Tv3A281K1w63bVbaIiZvW2XAw2uOvOXq { width:19.3125rem;height:18.5625rem;top:44.07421875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Iql6xTM3tWDFX0163bNKdSUlgqGC3w { width:18.125rem;height:17.375rem;top:57.44921875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwIIOzGrS5b41UmcDrdfWzRr2vWV7bVz { width:11.625rem;height:4.5rem;top:64.41796875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T37Dk4pJP5384fddicZrczoDLG8W2i2G { width:20rem;height:21.213793103448rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWGiCKkHng4rnmfByKdrww3xO1JyJbiK { width:10.5rem;height:29.125rem;top:2.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHSiO6RX4WrqEuhXfa2204k6RUq1Sq0e { width:2.5625rem;height:27.8125rem;top:2.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1TR4XLw6Z1kiuFXgeonkXuaCUEJOVFo { width:5.75rem;height:27.8125rem;top:1.25rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bRgzBJy0gm8MeOTeGvI3IGFTlsKlBTRP { width:20rem;height:3.625rem;top:32.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd { display:block; }#oTKo7iagcdDHf6Oys5ivlaGTtPBfuoQd > .row .container { width:20rem;height:219.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDwp7XGr5tK2ZbzIpTo72nQOVCJG90uT { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcTxPisrzyqMqqIrla845RroyIKuyl3D { width:20rem;height:13.21554770318rem;top:8.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXiEQhkeFTMoOhTBGTQaTcDKe91QSM3x { width:20rem;height:32.5rem;top:23.058625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZQcEDqUPlXbKUKGcUDVQ4KVkQuqfCl4 { width:20rem;height:6.375rem;top:61.49609375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tdAGi5apsTtmDRw2GyvNSJ721Qsk7AFK { width:20rem;height:6.09375rem;top:61.496125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4GPzGrZBCda4WmtAfGMnNreXcRo0qvk { width:20rem;height:81.25rem;top:68.839875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqGx9kNrZSaeTpFTIh5szSxSDwiLfaCK { width:20rem;height:8.125rem;top:156.027375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbeAbJmdDgJRogb6mguTgfLR5EvTCqfJ { width:20rem;height:8.4375rem;top:156.02734375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #oMXh71VIVmrz4m9dHvxzmNKSsI19ZW7p { width:20rem;height:52.8125rem;top:165.402375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL { display:block; }#rDr26WTeyQD1sEBqSbA5POpnQPeNz9DL > .row .container { width:20rem;height:75.63671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDFykxkDVBw36RVhLWXA8rwIzSlVAuCL { width:20rem;height:2.1940125rem;top:25.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3P6Evy8AkpQlvOCE7ABztWaLIubOJou { width:4.0625rem;height:0.625rem;top:26.4716796875rem;left:14.359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtKlVxvbBo7CXIEkRegctyQE0l73TInC { width:20rem;height:6.125rem;top:31.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3Q16A5Umh6GLLwyZJ1CCfbJNe8x7UoX { width:20rem;height:1.94921875rem;top:31.69921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkbExr2A86aEsnnEODKdOQ0nZWoyZxul { width:13.5625rem;height:2.6001rem;top:33.6484375rem;left:4.921875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDkPoWDMQqNqN9ILTrdXkG8BDDLOV1ep { width:19rem;height:5.0625rem;top:39.13671875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOJkHNetVpW2r4dClto1mE3sJ2G8GtcN { display:block; }
 }@media only screen and (max-width: 763px) { #Rw65AdVazI4Tgwd4C4OF91CTLbOqrbVO { width:20rem;height:19.1875rem;top:44.7412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sob68TqmZ1LhmTpBSyz7TF8VwbHmpKVo { width:18.875rem;height:18.125rem;top:57.51171875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdTioLgOleQOWy8kEDsxCqtnkTypqads { width:11.625rem;height:3.875rem;top:64.63671875rem;left:2.796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqAuyslpwpEWhiGo7ZZPWqMylXZ6dwIE { width:20rem;height:21.213793103448rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTSp1VaCLUTquny4P6Ruc99brf4rxMV { width:10.5rem;height:29.125rem;top:2.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xp4kQVrtXnNgl216dU1EFUlt3lAcQvwN { width:2.5625rem;height:27.8125rem;top:2.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQTNEOWpD3TDEuTxHeQRggdlBPXG7Pe8 { width:5.75rem;height:27.8125rem;top:1.25rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJtN6zf1ONvRlS5xsQgncGciBAHphAX5 { width:20rem;height:3.625rem;top:32.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg { display:block; }#SlIXbxyTVA4ZUtw8Ua4SRmldtU5awvzg > .row .container { width:20rem;height:135.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QotsVXK1tOTGZsrZ5d3K3INai6FMxyNF { width:20rem;height:22.34375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG2tLkqDBLFpilktfEJb5sBGfUevZE2T { width:20rem;height:109.6875rem;top:24.84375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPmas8y910E5itd1Cii0p2ikcGCTz9cW { display:block; }#GPmas8y910E5itd1Cii0p2ikcGCTz9cW > .row .container { width:20rem;height:75.63671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y464T8kkhwREcpfSwhISTH5xNPy6fbTe { width:20rem;height:2.1940125rem;top:25.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7qvbm3rCPC7fB1nVnFAf5wK06Kzesug { width:4.0625rem;height:0.625rem;top:26.4716796875rem;left:14.359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnAXc1tl82Mkfc95m7TDxqI5QiG5cfa0 { width:20rem;height:6.125rem;top:31.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t86fe6O20tINGJfKlI0dLEFTEZZ6X5yl { width:20rem;height:1.94921875rem;top:31.69921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZAFgHLzli8pKosdOBIygx3qgBqnuIIp { width:13.5625rem;height:2.6001rem;top:33.6484375rem;left:4.921875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktTdg1TpftuiBbhVafmPQvlhgDyP7M5d { width:19rem;height:5.0625rem;top:39.13671875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDB4wlnEzT3aRbNpUA7HWz7cCuRQSVng { display:block; }
 }@media only screen and (max-width: 763px) { #esvE7F9ygNKOAWw4BvtTmLhf7MEQw1kV { width:20rem;height:19.1875rem;top:44.7412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whKdkQtLyW0gEvIDmh4B9OQv79PIRHM9 { width:18.875rem;height:18.125rem;top:57.51171875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXdkZ7ADbRuEBrkZa0Z3g1wgvzqoV67D { width:11.625rem;height:3.875rem;top:64.63671875rem;left:2.796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN7KPqe4MM9x8xs1PBHu3wkRdQ292Lhp { width:20rem;height:21.213793103448rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJQZaHR0oye5in9C3Tpn8kbHcEUTP93B { width:10.5rem;height:29.125rem;top:2.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBMaJohCURuTGSEJR6GcuO8fPHi9PVqa { width:2.5625rem;height:27.8125rem;top:2.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoxqQd8TKKD3RwC6tiZTew1ERn4g64Ag { width:5.75rem;height:27.8125rem;top:1.25rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bapkGkbABzQTZxlolsIpUkbdMpcm4TTc { width:20rem;height:3.625rem;top:32.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 { display:none; }#xtL8XrZEqb4pHpxoh6QSgcpC1wWSpio7 > .row .container { width:20rem;height:91.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JZv40IicyIATNJ6Lfo2Khni5haWQsg3m { width:20rem;height:5.19921875rem;top:37.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeS1UIXiJ5JPOPbuFVgDODsH7bUL7lIZ { width:7.4375rem;height:0.625rem;top:44.01171875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDcPaS1hVyGygHaqFOBTFEq7MQT1P4CW { width:20rem;height:6.125rem;top:45.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnpK5ogb3l5ZFCNZMhJ9b003lDrRXwqL { width:20rem;height:1.94921875rem;top:47.94921875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4QC8ARMc4Psafw3sW0C6coMJhzx00IQ { width:13.5625rem;height:2.5996125rem;top:47.38671875rem;left:6.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9zDXpqx80NGZ2gs8kxuvAxgtXxMAWtl { width:19rem;height:5.0625rem;top:53.26171875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7CTN1Ad7BDrtEDf28JxdCqVIT7Qr8DJ { display:block; }
 }@media only screen and (max-width: 763px) { #KJ1HPUANckyDBEkkIeBfzK2i6qfnaT52 { width:14.3125rem;height:13.75rem;top:59.57421875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3KbeHO4p5qVwTu5xHUVmgNwNunsaSmw { width:14.25rem;height:13.6875rem;top:74.57421875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg40CrszTHb5egiaBZFyAgxHiwOAxQqc { width:11.625rem;height:3.875rem;top:79.73046875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2wqxNQTEzo8Uo6TyTovCTsd0l9IhQFQ { width:20rem;height:21.213793103448rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #il8O8umiWzE6ETsXMOrTiT5b2a4hz5Kh { width:10.5rem;height:29.125rem;top:2.3125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN1dnTPbUPnXKdh5ytsiLUPKT1KKhThZ { width:2.5625rem;height:27.8125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpATsy0CGNfCgceB3Nt1UTtreXPVfG7S { width:5.75rem;height:27.8125rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQs17Ti6M08l9BC2RP0KltHcOTzlETi0 { width:20rem;height:3.625rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 { display:block; }#UxZeMCUSlpvPGpiGkCXDabTFGK9TPl95 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygspgugJEGPWskyAc68sC8F96RB39doF { width:20rem;height:8.125rem;top:2.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6FrO7xI2qundb9OuexiTCIapgpEhHWP { width:20rem;height:10.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #moG0hQE7h0S7BZBBKftKPFtTkVndSgwy { width:19rem;height:5.0625rem;top:18rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #apxDavMWZlZqsCgSFMAyikmUGhlirkPc { display:block; }
 }@media only screen and (max-width: 763px) { #v1gShNtTfrTuor5b6KTv1OVqzu70Rg0q { width:19rem;height:5.0625rem;top:24.3125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1u8KItO9Puq1drNhL2IkI4HJHkrHDvb { display:block; }
 }@media only screen and (max-width: 763px) { #RN5WnQ0PR9ceT0IOvo8ZkcOnttEQ3zMn { width:19rem;height:5.0625rem;top:15.1875rem;left:0.5rem;z-index:15058;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVLs6wopAtu0UTA4LaAkymNWg1K4n43p { display:block; }
 }@media only screen and (max-width: 763px) { #Q32akGtsZvBpka6KyIbTpE9O48e6iE7p { width:19rem;height:5.0625rem;top:23rem;left:0.5rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #t3EDh25hqlk2pIsSXLps9FRFVlMRIrrU { display:block; }
 }