.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:223,240,249;--color-primary-1:149,207,236;--color-primary-2:43,158,217;--color-primary-3:22,79,109;--color-primary-4:6,24,33;--color-secondary-0:255,249,217;--color-secondary-1:255,234,128;--color-secondary-2:255,212,0;--color-secondary-3:128,106,0;--color-secondary-4:38,32,0;--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:"Rubik";--paragraphs-font-family:"Rubik"; }body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container { background-color: transparent; background-image: none; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container > .video-iframe-container { display: none; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row > .video-iframe-container { display: none; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .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); }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container { border-width: 0; border-radius: 0; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#LNgpOXQF2qbvEOcfp1fUsD7wiVt46C0K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:9rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#xu0sRwlcJ8HgIK3TEv6JJmZOcuTQBfa5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.28125rem;left:64.6875rem;display:block; }
#lAv6H73fTXVkVtwUNokuqeR3I3y9R73J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de98c948-ca17-438b-9676-97a561666904/e318c80b94f275d85d3d83093a0494768d20e4ff.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF.adaptive-delivery-prevent-bg, #kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF.lazyload, #kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF.lazyloading { background-image: none; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container { background-color: transparent; background-image: none; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container > .video-iframe-container { display: none; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row > .video-iframe-container { display: none; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .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); }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container { border-width: 0; border-radius: 0; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#mhhfTN5dz1RTkpMm2xRCowLQreQTaAaL { box-sizing:content-box;height:1.875rem;width:17.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.935546875rem;left:0rem;display:block; }
#lf0gViLHLbCgd5HswoD5ZSrJbcIz05AM { box-sizing:content-box;height:4.8125rem;width:32.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:0rem;display:block; }
#Uw9d7JvpLSw0mulEfPuQ3oukQRuRWVCS { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.953125rem;left:0.310546875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EvFZBrH5DP5s1NwaCK7SI2p4GtXTohzI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.263671875rem;left:0.310546875rem;height:1.21875rem;display:block; }
#OgIe1x3zZzUkdZnLVqUEsD8Tnz6eqak7 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:4.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30rem;left:0rem;display:block; }
#sHPFa5D3nATLQNsTvRCw6X5hwEwQkNTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XIDX8gwFqf7SrEIwVnZwgTpvoT8ZNM1c { box-sizing:content-box;height:4.8125rem;width:27.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:0rem;display:block; }
#HS6oN3NvEPRDRTIRqKv2xl8hGxoataQA { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.18701171875rem;left:0.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bV1NEQSqTZHC1I2grTxWMes8v0SqylZo { box-sizing:content-box;height:4.8125rem;width:20.25rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:44.0625rem;display:block; }
#HTpxPdtnspQr4022nFDErURUuxNHJifH { color:rgba(var(--color-tertiary-0),1);display:block;width:10.18725rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:25.691162109375rem;left:52.99951171875rem;height:1.0559875rem;display:block; }
#c9ocB93GTMScOwyMP29xOhr0owLKKXIk { position:absolute;display:block;z-index:15038;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:3rem;width:3rem;top:24.6875rem;left:46.0625rem;overflow:hidden;display:block; }
#TUiSphEknOqdhNXepQWAvcgdBXEC5cA2 { box-sizing:content-box;height:4.8125rem;width:20.25rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:22.0625rem;display:block; }
#SKC1sINOSTNUVb9PNuB9eVZTeXW8gzfp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:25.1875rem;left:29.0625rem;height:2.11198125rem;display:block; }
#ahWMaHhiwqN1rAv8ROJ8Jof75bUJ3k2e { position:absolute;display:block;z-index:15037;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:3rem;width:3rem;top:24.6875rem;left:23.625rem;overflow:hidden;display:block; }
#o2G2bXrWNTmT5ne9setpDKa66xRy9xOZ { box-sizing:content-box;height:4.8125rem;width:20.25rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:0rem;display:block; }
#ne2G3L7prlkxVHUiGJuuMe0uBC5mtTVc { position:absolute;display:block;z-index:15036;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:3rem;width:3rem;top:24.6875rem;left:0.5625rem;overflow:hidden;display:block; }
#vOnEN6IMSVAGG5x3i29rMwNcXAKLsTbl { color:rgba(var(--color-tertiary-0),1);display:block;width:14.12475rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:25.162353515625rem;left:4.921142578125rem;height:2.11198125rem;display:block; }
#ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 > .row .container { background-color: transparent; background-image: none; }#ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 > .row .container > .video-iframe-container { display: none; }#ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 > .row > .video-iframe-container { display: none; }#ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 > .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); }#ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 > .row .container { border-width: 0; border-radius: 0; }#ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#BJVCpC0R92lRHoxtTNDgTiaZHF7kBA4X { 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:4.6875rem;width:31.25rem;top:3.8125rem;left:39.25rem;overflow:hidden;display:block; }
#HZ8STwNGlxTTDxmrPKO5t5y73occRJrS { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:;display:block; }
#xhdFO5COFmOlc9M3uzpXhryJOJZKCdKm { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.09375rem;left:39.25rem;height:1.29980625rem;display:block; }
#WkH5tklZ6STsKfhPu1ByPgVVn3AuxJDs { color:rgba(var(--color-tertiary-1),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.125rem;left:39.25rem;height:2.2734375rem;display:block; }
#gl9iN4SU9hTxrTSD3sv6uOxCzcr97egK { color:rgba(var(--color-tertiary-1),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.125rem;left:0.0625rem;height:2.2734375rem;display:block; }
#KSPN21o5AITk5O3EVKl5DZAIrn0ky2Vt { box-sizing:content-box;height:10.9375rem;width:1rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.96875rem;left:36.9375rem;display:block; }
#fGnnLoQgC7eCDAMZgmH4Mm39THNfnV9q { 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:4rem;width:6.625rem;top:4.15625rem;left:0rem;overflow:hidden;display:block; }
#xdTk5SLxR6mMx0NZOzS0Lf7XpFQdU9cs { 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:3.9375rem;width:8.25rem;top:4.187255859375rem;left:10.435546875rem;overflow:hidden;display:block; }
#SnzoeKTsO3ncQUsab8k0viiTR9wpM8Qd { 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:2.7495125rem;width:12.4980625rem;top:4.780517578125rem;left:21.671630859375rem;overflow:hidden;display:block; }
#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { background-color: transparent; background-image: none; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container > .video-iframe-container { display: none; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row > .video-iframe-container { display: none; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .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); }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { border-width: 0; border-radius: 0; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#mAAqZJVJ3cvkubhJ7Z700PkMydJeoa52 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:39.0625rem;height:4.38541875rem;display:block; }
#QTCvkPpE9erfP2a1p8rrDFeCz5ZSfQUF { 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:38.1875rem;width:37.1875rem;top:9.6875rem;left:0rem;overflow:hidden;display:block; }
#Kdslk0TvTr34cVIMBBOTFdTME1FazFVp { color:rgba(var(--color-tertiary-1),1);display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0.09375rem;height:;display:block; }
#mpCHiwglTWzafW2JlLWImrs5VgzOftKS { position:absolute;display:block;z-index:15004;height:42.375rem;width:33.375rem;top:7.25rem;left:39.0625rem;display:block; }
#dKBsESiLTC4h2eHosA0iNdmCngrdsySx { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.0625rem;top:1.9365234375rem;left:11.375rem;overflow:hidden;display:block; }
#xTPLgzUDZ6ec5dcpZsN79WC9PNTQyprh { 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:4.375rem;width:4.5rem;top:2.1240234375rem;left:29.34375rem;overflow:hidden;display:block; }
#vPVVdNso5SBOiTeC33LVrwVUZ8Q7hwvt { 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:2.49975625rem;width:4.625rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#zN11S35RvslWQcpDcQaHM37M6VzaxayE { 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:2.3125rem;width:4.75rem;top:3.1875rem;left:6.625rem;overflow:hidden;display:block; }
#DBGJzP0TXdRL3vLvXXOGGme86L1z2Mr6 { 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:4.375rem;width:4.4375rem;top:2.1240234375rem;left:22.4375rem;overflow:hidden;display:block; }
#ZelsELplHTzyXBvURIgcLXaTvFBqoFfr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZelsELplHTzyXBvURIgcLXaTvFBqoFfr > .row .container { background-color: transparent; background-image: none; }#ZelsELplHTzyXBvURIgcLXaTvFBqoFfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZelsELplHTzyXBvURIgcLXaTvFBqoFfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZelsELplHTzyXBvURIgcLXaTvFBqoFfr > .row .container > .video-iframe-container { display: none; }#ZelsELplHTzyXBvURIgcLXaTvFBqoFfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZelsELplHTzyXBvURIgcLXaTvFBqoFfr > .row > .video-iframe-container { display: none; }#ZelsELplHTzyXBvURIgcLXaTvFBqoFfr > .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); }#ZelsELplHTzyXBvURIgcLXaTvFBqoFfr > .row .container { border-width: 0; border-radius: 0; }#ZelsELplHTzyXBvURIgcLXaTvFBqoFfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZelsELplHTzyXBvURIgcLXaTvFBqoFfr > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#TBeQfTANAI1bUdn4PlftMMuFyeDbthd4 { color:rgba(var(--color-primary-2),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0.0625rem;height:1.13745rem;display:block; }
#kSJDg1yxhLrdSPac6LBhxrxdx8TmiGwn { 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:25.1875rem;width:52.75rem;top:15.625rem;left:0rem;overflow:hidden;display:block; }
#KhvD22bLwXgmEDOTHiynigZ26s1QFQGK { 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:25.1875rem;width:21.4375rem;top:15.625rem;left:53.5625rem;overflow:hidden;display:block; }
#DnH7dLShITgeKLgfh6XM4TtmNRpeKtWO { box-sizing:content-box;height:26.4375rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),0.75);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:0rem;display:block; }
#FStUbVoNCJw5L2ddXNtsfJ5OkKSkeUO1 { color:rgba(var(--color-primary-2),1);display:block;width:14.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.8125rem;left:1.4375rem;height:;display:block; }
#JVTQKPQCJm5L3IUe7rC2ykEXJiaiQn3P { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.31128125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.75rem;left:59.875rem;display:block; }
#B9Q59rOC85cuklyoC7plmRkw97gQLT2o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOVPKerqEzIJsxZOMlD2dWUB7q7Xqcke { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.31128125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:35.75rem;left:1.4375rem;display:block; }
#QwdJMMTptTnDcf1dl8xwIdCg8tmETtOg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P6tp0gQOLtARCxSSuhTU6rH6iS9Xlzsi { color:rgba(var(--color-tertiary-0),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.9375rem;left:1.5rem;height:1.94921875rem;font-style:normal;display:block; }
#XRHEziZROymQ1urUqXD5in4SxSRi0znP { color:rgba(var(--color-tertiary-0),1);display:block;width:50.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.3125rem;height:1.4622375rem;font-style:normal;display:block; }
#mXXsnrt4Wo9TtMGKO5gQR7JUTX5bOGwV { color:#ffffff;display:block;width:5.87475625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:30.9375rem;left:1.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#tgqPFrQhvUZtI5K4LBcbQGpugvX2eeHm { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:31.625rem;left:28.875rem;height:1.29980625rem;font-style:normal;display:block; }
#ldXhf9zeq6FHNq2xLifVhEPiZrnQKABs { color:rgba(var(--color-tertiary-1),1);display:block;width:8.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:32.25rem;left:1.4375rem;height:1.94970625rem;font-style:normal;display:block; }
#uHqedoP3zxiKPofHN9FGJdCXWf88u8so { color:rgba(var(--color-tertiary-1),1);display:block;width:8.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:33.0625rem;left:28.875rem;height:1.94970625rem;font-style:normal;display:block; }
#sVi5oXHTtue8AKqWxIJZvrpFJGO4AprP { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.9375rem;left:58.125rem;height:1.94921875rem;font-style:normal;display:block; }
#x2XIeZ1SZfWLdrg5RtggNCaypP7mQTx6 { color:rgba(var(--color-primary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.8125rem;left:65.3125rem;height:2.5996125rem;display:block; }
#SeEZFRB8JzRHxpqQkhxmGqNfaPyw5iJQ { color:#ffffff;display:block;width:4.99878125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.1875rem;left:68.625rem;height:1.29980625rem;font-style:normal;display:block; }
#tgPu6TNe1Tt7ZHmMH2F6XEHiAavLyp7z { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9350625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.5rem;left:65.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#eT4BIFfS4GATIFeFFqTPnRgCLZQiFlky { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:29.375rem;left:67.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#spOIzXbt4MkBmNB1Bit4HILCOssrJtmC { color:rgba(var(--color-tertiary-0),1);display:block;width:5.499025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:30.625rem;left:68.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#rIr9RN5OgtcFGXDATPOgFz4qe4naEsBp { color:rgba(var(--color-tertiary-0),1);display:block;width:66.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:4.2246125rem;display:block; }
#Up1Vxz5gJnRxWKhAIJRz6fRdAyBLTxrS { color:rgba(var(--color-tertiary-0),1);display:block;width:36.06225rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.661865234375rem;left:0rem;height:3.25rem;display:block; }
#LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF > .row .container { background-color: transparent; background-image: none; }#LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF > .row .container > .video-iframe-container { display: none; }#LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF > .row > .video-iframe-container { display: none; }#LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF > .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); }#LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF > .row .container { border-width: 0; border-radius: 0; }#LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#MwSMOBttVgZLnOMfGvcf06qou6e7yWWi { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.25rem;display:block; }
#UHVWuTcU913The8UJnsyiER3ATe8l980 { box-sizing:content-box;height:15.6875rem;width:25.25rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-4),0.75);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8125rem;left:0rem;display:block; }
#E57EwZ2rmG8xwClinFTGPr25RDJAPzvD { position:absolute;display:block;z-index:15049;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.625rem;width:23.9375rem;top:6.5625rem;left:0rem;overflow:hidden;display:block; }
#NQzCxm1EwPmbKZQDSZ5eq1r9Vof0veua { color:rgba(var(--color-tertiary-0),1);display:block;width:20.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:7rem;left:1.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yxsklFzwyGASXcGnn0z3LiJUnWFoyfbR { position:absolute;display:block;z-index:15057;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.625rem;width:23.9375rem;top:6.5625rem;left:25.5625rem;overflow:hidden;display:block; }
#zzDfkhDfZwxWnZRdiFpRqS6Q86mTRZ1K { box-sizing:content-box;height:16.8125rem;width:25.25rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-4),0.75);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6875rem;left:24.875rem;display:block; }
#AVMvP05sSXWQfoo1zs8l3mym95zMif4A { color:rgba(var(--color-primary-2),1);display:block;width:20.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:9.125rem;left:1.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fo9uNOTRXFd4Ea5sNZJTXoSX3fiMFfQN { color:rgba(var(--color-primary-2),1);display:block;width:20.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:9.1875rem;left:27.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8ymUyup7kAtPwuVMXfo3CtBiRNZNu12 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:6.9375rem;left:27.1875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IOyILzv6pTJT1I7TcJhKkl0Dl3ATL6d0 { position:absolute;display:block;z-index:15065;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.625rem;width:23.9375rem;top:6.5625rem;left:51.125rem;overflow:hidden;display:block; }
#fb38z3tT3PVzWgGUUedADvPqxacAObL5 { color:rgba(var(--color-primary-2),1);display:block;width:20.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:10.25rem;left:52.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFA0dctAVTX9UhQXWo0Pz8VMRTnqnK3t { color:rgba(var(--color-tertiary-0),1);display:block;width:20.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:6.6875rem;left:52.6875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8LSVqHcAsUNtEAkUsQRc8RhaXVMMbUd { box-sizing:content-box;height:16.8125rem;width:25.25rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-tertiary-4),0.75);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6875rem;left:49.75rem;display:block; }
#bmvrWBTOtAIRTvKFFGeKTTfLGywEqeBJ { color:#ffffff;display:block;width:5.87475625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:12.25rem;left:2.625rem;height:1.29980625rem;font-style:normal;display:block; }
#x87uPEnz3NySXCkL6HaCcvQe6KNQCaGD { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:12.25rem;left:14.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#vLr7Ih5ON5PTlKfrtoGdcGpfkdpyZNHr { color:#ffffff;display:block;width:5.87475625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:12.25rem;left:28.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#lzvSPMbELVu8LyuhEFICUTtyplRBs02i { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:12.25rem;left:40.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#mLd94DHSq5uL9tkcvSOlxi6WgXZ46OyH { color:#ffffff;display:block;width:5.87475625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:12.25rem;left:53.75rem;height:1.29980625rem;font-style:normal;display:block; }
#MlRXyPzBK51tNNcufy3yGU3UsclQBVM7 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:13.4375rem;left:2.5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJGoWcD7t1iC1n0yL9ZszhnoXKrp6zln { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:13.5625rem;left:14.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KxdfrmhgG7Fp0UxRtQ0xupSZr9r3tH6Z { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:13.5625rem;left:39.6875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lAK5C0SeF8nTIBu8k8EO0xeGTft8RoCm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:13.4375rem;left:28.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nh5rQ3JNTgTrXTcxWS5kItq5pBCFgU0B { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:13.4375rem;left:52.6875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QB0eHg9bxNOd2yREm8gFmFycmLT35nGx { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.31128125rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:16rem;left:4.125rem;display:block; }
#gKKGfqPfREUzQ2phzghgnoZBcbWUCJ92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vaHPnwnkvlBpFbcuyDIIMrPhHl1o6q8L { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.31128125rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:16.0625rem;left:29.75rem;display:block; }
#hRUTIdIbxzkJJtyZrx8svT6TMTniSsZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NP8m1TXuycybD2hwxSbeeG3lSMEusdAp { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.31128125rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:16.0625rem;left:55.25rem;display:block; }
#KGqFZoTZcLeIVc6UMC0TBcznJPErrRUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m1u8F6k6MNpT7ng2ixzXg0NuxX8T4L31 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:13.4375rem;left:65.4375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5ieoeo8Uv9VDV3N1mRMGaOEnIsxTLgF { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:12.25rem;left:65.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container { background-color: transparent; background-image: none; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container > .video-iframe-container { display: none; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row > .video-iframe-container { display: none; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .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); }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container { border-width: 0; border-radius: 0; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#Fb7tDGUdShKO8LJoo4oWisr2mok4ARnR { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0.0625rem;height:4.2246125rem;display:block; }
#t1NQbiy0moEnhI6nAQ4mzJrDi19sbzL8 { color:rgba(var(--color-primary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:0.0625rem;height:1.13745rem;display:block; }
#c4xk2Z5FKCnXtbM5C6x2f14tNJ538lGL { 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:20.25rem;width:36.5625rem;top:9.1875rem;left:0.09375rem;overflow:hidden;display:block; }
#u56rNxHT0veklTZBJJoRLUtIcMAe9vwa { 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:17.625rem;width:36.75rem;top:30.46875rem;left:0.0625rem;overflow:hidden;display:block; }
#f0PJZHpmlTNTUgrOv8l2xBiqhPNAwJ26 { 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:17.75rem;width:35.75rem;top:30.5rem;left:39.125rem;overflow:hidden;display:block; }
#r9ShssHlT9TtH6KgPLvtCl30m5qcGeHt { 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:17.5625rem;top:9.1875rem;left:39.09375rem;overflow:hidden;display:block; }
#t1RgpKxNlVKwVSpK9NFgUlOM8GuTlTfL { 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:20.125rem;width:17.0625rem;top:9.1875rem;left:57.8125rem;overflow:hidden;display:block; }
#RxGZKBPh5nmWT21ucb0XniJ20qNV26oN { box-sizing:content-box;height:21.1875rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.71875rem;left:38.75rem;display:block; }
#Gry0nvp6VwCdMb6eBSrtmL8PLe9fTp5f { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.8125rem;left:2.125rem;height:;font-style:normal;display:block; }
#zuPybHU52l1MJg8XnJua0nX2WUxh4GzJ { color:rgba(var(--color-tertiary-1),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.875rem;left:2.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DRTeu1BKrAHRzk6FB0vBdsdNUzzWQqcF { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:24.061199188233rem;left:40.654949188233rem;height:4.546875rem;font-style:normal;display:block; }
#vsHwmQW7hmHl1764R2KLlzKOhHAmTvgc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22rem;left:40.65625rem;height:1.4622375rem;font-style:normal;display:block; }
#dbCFXGdqpWKgCKpbcWkWycZnf1SClmsZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.0625rem;left:59.125rem;height:;font-style:normal;display:block; }
#gJM1qEG94KMhyZhAtUUkDl6s9b3er3B8 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:24.25rem;left:59.124755859375rem;height:4.546875rem;font-style:normal;display:block; }
#Sd8uUiHZR5Km1FSVS7rRpAHFroV2gpzT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.375rem;left:50.78125rem;height:1.4622375rem;font-style:normal;display:block; }
#wH3JMJEtwOOxPnm8sragxPvMxxRQpLu6 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:39.5625rem;left:50.78125rem;height:3.41015625rem;font-style:normal;display:block; }
#hJe3Nx9OgOegzRREovTLBdF7xTqSDb1N { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:37.0625rem;left:3.0625rem;height:2.92448125rem;font-style:normal;display:block; }
#bTv1Xz85hO1CNSKGzaAT5d4Gey00iwG3 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:41.3125rem;left:3.0625rem;height:4.546875rem;font-style:normal;display:block; }
#MnsTs9xErTftEzotMWrDkeVPGR0xwUof { 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:11.6875rem;width:12.75rem;top:33.4375rem;left:21.33203125rem;overflow:hidden;display:block; }
#ia4FDNLhq20ZKdvAIdXT2buNv5DqNb1a { 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:3.0625rem;width:3.0625rem;top:10.8125rem;left:40.65625rem;overflow:hidden;display:block; }
#uXH6fXpD74R80xU2XzOvAgXxKsMrntkq { 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:3.0625rem;width:3.0625rem;top:10.8125rem;left:59.125rem;overflow:hidden;display:block; }
#fudiDf1CtoE8LG09V4yNAxlC9wHEZ6hO { position:absolute;display:block;z-index:15020;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:2.5625rem;width:6.4375rem;top:23.4375rem;left:2.125rem;overflow:hidden;display:block; }
#utTvsw7gGEy3b0TWVEqKx8530mX1Pzua { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.125rem;top:11.71875rem;left:2.125rem;overflow:hidden;display:block; }
#RPrRLvyp7huu05Fn6E8naDbO2m56JdOs { 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:3.0625rem;width:3.0625rem;top:32.875rem;left:3.0625rem;overflow:hidden;display:block; }
#urFxR0V3E8QUpAcnNsSP5xn0t1IwObEp { 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:5.875rem;width:6.0625rem;top:36.375rem;left:42.0126953125rem;overflow:hidden;display:block; }
#Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ > .row .container { background-color: transparent; background-image: none; }#Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ > .row .container > .video-iframe-container { display: none; }#Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ > .row > .video-iframe-container { display: none; }#Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ > .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); }#Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ > .row .container { border-width: 0; border-radius: 0; }#Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#NKrkKkRTXnl02xKBhLOVMKoGk2imJBdT { color:rgba(var(--color-primary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:1.13745rem;display:block; }
#yPbKJoToKrMSm47kDfF073ISZ52aIWSn { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:4.2246125rem;display:block; }
#JTvZkONCWkF79p5iddn7SN5FEKMZpaGk { color:rgba(var(--color-tertiary-1),1);display:block;width:34.06125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.00927734375rem;left:40.938720703125rem;height:14.294275rem;font-style:normal;display:block; }
#ekIqKorNhXB3R4XhZwXeZNF5XabHebJq { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:23.1875rem;width:37.25rem;top:8.5625rem;left:0rem;display:block; }
#J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG > .row .container { background-color: transparent; background-image: none; }#J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG > .row .container > .video-iframe-container { display: none; }#J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG > .row > .video-iframe-container { display: none; }#J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG > .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); }#J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG > .row .container { border-width: 0; border-radius: 0; }#J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#cv4Qs8UhmcPbucC8wmKN6SJS96GPswQT { color:rgba(var(--color-tertiary-0),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:0.0625rem;height:2.84399375rem;display:block; }
#AGp13X7QCk5G2fNfaXeFEoAbo7US6uPv { color:rgba(var(--color-primary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0.0625rem;height:;display:block; }
#xJoDQW2MuqQI6xTi1kUCO8nyCKAp5qKt { color:rgba(var(--color-tertiary-1),1);display:block;width:32.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6953125rem;left:0rem;height:7.796875rem;display:block; }
#bvtUn56TeqrhHvSof3LWJP4bfNPEaXSx { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.875rem;width:37.5rem;top:4.375rem;left:37.5rem;display:block; }
#AWDDsN6grNmwvd1Kda8DVtKgxK42w37y { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37375rem;height:3.43725625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:23.5224609375rem;left:0rem;display:block; }
#sqP9mInmGhl90XAR6lTk9tLBLWJTuMoK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JgviggdunRmgaBZADbqU4LEy8ArhF5zz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JgviggdunRmgaBZADbqU4LEy8ArhF5zz > .row .container { background-color: transparent; background-image: none; }#JgviggdunRmgaBZADbqU4LEy8ArhF5zz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgviggdunRmgaBZADbqU4LEy8ArhF5zz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgviggdunRmgaBZADbqU4LEy8ArhF5zz > .row .container > .video-iframe-container { display: none; }#JgviggdunRmgaBZADbqU4LEy8ArhF5zz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgviggdunRmgaBZADbqU4LEy8ArhF5zz > .row > .video-iframe-container { display: none; }#JgviggdunRmgaBZADbqU4LEy8ArhF5zz > .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); }#JgviggdunRmgaBZADbqU4LEy8ArhF5zz > .row .container { border-width: 0; border-radius: 0; }#JgviggdunRmgaBZADbqU4LEy8ArhF5zz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JgviggdunRmgaBZADbqU4LEy8ArhF5zz > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#iu5uqdh0Os8GhD9XOSiuk7cF9CfgeNLJ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:42.0625rem;height:2.84399375rem;display:block; }
#fwXWFqA0eQ29ZQfvH8GtoiBMi4LPXtwb { color:rgba(var(--color-tertiary-1),1);display:block;width:32.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.726806640625rem;left:42.125244140625rem;height:7.796875rem;display:block; }
#UqNsZ8ElDV7XhC2RPemOfkJky6zAJsVb { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.875rem;width:37.5rem;top:4.40625rem;left:0rem;display:block; }
#lQnhaEMvG4sGT9V4vih6dfdAgW7V1yEq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3730625rem;height:3.43725625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.8896484375rem;left:60.626220703125rem;display:block; }
#o7cIcQZ3Vtb3KLzT5aKgPT5tt9fL56Dt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container { background-color: transparent; background-image: none; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container > .video-iframe-container { display: none; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row > .video-iframe-container { display: none; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .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); }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container { border-width: 0; border-radius: 0; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#sW6bCuou8ZiOClawrEBKaPSMyC5QRKbx { color:rgba(var(--color-tertiary-0),1);display:block;width:69.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8115234375rem;left:0.0615234375rem;height:8.4479375rem;display:block; }
#nP8MZqdpCkxUDcwOhdbzdPqMIZeJXu3P { color:rgba(var(--color-primary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.0625rem;height:1.13769375rem;display:block; }
#zWOSPpScAX8bUnbz26sPvz2Hm6cORTkQ { color:#d1d5db;display:block;width:37.24875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.348388671875rem;left:0rem;height:2.5996125rem;display:block; }
#r9XxGAzC3UKg8tP7GZW1CHnW87mnzfA8 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.25rem;width:36rem;top:17.8125rem;left:0rem;display:block; }
#iXihMRRt88JerGaAZhoSfS68VH48exgZ { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.25rem;width:36rem;top:17.8125rem;left:39rem;display:block; }
#yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb > .row .container { background-color: transparent; background-image: none; }#yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb > .row .container > .video-iframe-container { display: none; }#yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb > .row > .video-iframe-container { display: none; }#yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb > .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); }#yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb > .row .container { border-width: 0; border-radius: 0; }#yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#wF7t8qaFmrFm6x9Un0k5tnpp57RUfPEy { 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:4.6875rem;width:31.25rem;top:3.8125rem;left:39.25rem;overflow:hidden;display:block; }
#JWVbpBXM0xqMS5LUlzyzPoiAKtzlpmOu { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:;display:block; }
#o3HVHvUPJEBEH7bIZ2dTghtupAt0ade0 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.09375rem;left:39.25rem;height:1.29980625rem;display:block; }
#TDoB8Hu7FQ739g3KcH09nPO7TE9LbStI { color:rgba(var(--color-tertiary-1),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.125rem;left:39.25rem;height:2.2734375rem;display:block; }
#qu6riUB7Ce0U9JJngMsKdkEVyspIr33l { color:rgba(var(--color-tertiary-1),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.125rem;left:0.0625rem;height:2.2734375rem;display:block; }
#dEgQ4HghZOxwGDnDUHUurlnrIVO8hqyD { box-sizing:content-box;height:10.9375rem;width:1rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.96875rem;left:36.9375rem;display:block; }
#XHBMIvbGX57a3Fva5NHx91brGHV1swNy { 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:4rem;width:6.625rem;top:4.15625rem;left:0rem;overflow:hidden;display:block; }
#GlJZu8NUWZCtzW5ZxW4SolyFlfuXdTwp { 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:3.9375rem;width:8.25rem;top:4.187255859375rem;left:10.435546875rem;overflow:hidden;display:block; }
#XpCspHL38H2IxiOW0ygafa6aBMZRBMTH { 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:2.7495125rem;width:12.4980625rem;top:4.780517578125rem;left:21.671630859375rem;overflow:hidden;display:block; }
#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container { background-color: transparent; background-image: none; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container > .video-iframe-container { display: none; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row > .video-iframe-container { display: none; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .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); }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container { border-width: 0; border-radius: 0; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#MZIU2sf7y7BBRg4htWGIsvn7f5qqBLLf { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9375rem;left:19.8125rem;height:;display:block; }
#mBzKf2zBDNIwyuUoySl9h3qEm4aE8nNU { color:#f2f2f2;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:19.8125rem;height:1.13671875rem;display:block; }
#fz0CcNmNzNmQpp3UyXcQ6ecBo6JWoI1g { color:#f2f2f2;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.15625rem;height:2.2734375rem;display:block; }
#ZIovmlApKBl5o4rw9AiWbROEyqLbHUky { 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:2rem;width:9rem;top:2.25rem;left:0.125rem;overflow:hidden;display:block; }
#UhyxprOLUDMAa1NgRfC9hsPNxKrT0ENT { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:0rem;display:block; }
#oz9Ccn9yuAEaneCLLK9RnmLw2GF5i4T5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:0.89355625rem;display:block; }
#WIIkPaun0xUlRdc8DWJuB3bZWSDrD6BN { color:rgba(var(--color-tertiary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.9375rem;left:55.875rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#NXAZy7dnCzSP7N4dUTdEKOJMztDWntlA { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:0rem;display:none; }
#iW67Fo97QpS0R04G5QqFO8EnrTNF7P9d { color:#f2f2f2;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.86328125rem;left:19.75rem;height:1.13671875rem;display:block; }
#FCEbU8k0sMuZ58g7kL8Er6x1XgUSo6ig { color:#f2f2f2;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.37109375rem;left:19.8125rem;height:1.13671875rem;display:block; }
#XalQmx5yt6ctmcP6kNlNMzWpdsb87Ssi { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.5rem;left:73rem; }
#XalQmx5yt6ctmcP6kNlNMzWpdsb87Ssi > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LNgpOXQF2qbvEOcfp1fUsD7wiVt46C0K { top:2.124755859375rem;left:0rem;width:9rem;height:1.9995125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xu0sRwlcJ8HgIK3TEv6JJmZOcuTQBfa5 { width:10.3125rem;height:2.6875rem;top:1.90625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lAv6H73fTXVkVtwUNokuqeR3I3y9R73J { display:block; }
 }@media only screen and (max-width: 1199px) { #kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF { display:block; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container { width:47.75rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mhhfTN5dz1RTkpMm2xRCowLQreQTaAaL { width:16.4375rem;height:1.875rem;top:8.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lf0gViLHLbCgd5HswoD5ZSrJbcIz05AM { width:19.75rem;height:4.375rem;top:11.24853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uw9d7JvpLSw0mulEfPuQ3oukQRuRWVCS { width:19.25rem;height:7.3125rem;top:11.514404296875rem;left:0.6708984375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvFZBrH5DP5s1NwaCK7SI2p4GtXTohzI { width:15.625rem;height:0.97485625rem;top:9.19921875rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OgIe1x3zZzUkdZnLVqUEsD8Tnz6eqak7 { width:17.5625rem;height:4.375rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sHPFa5D3nATLQNsTvRCw6X5hwEwQkNTX { display:block; }
 }@media only screen and (max-width: 1199px) { #XIDX8gwFqf7SrEIwVnZwgTpvoT8ZNM1c { width:20rem;height:4.375rem;top:16.061279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HS6oN3NvEPRDRTIRqKv2xl8hGxoataQA { width:20.375rem;height:3.65625rem;top:16.389404296875rem;left:0.6708984375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bV1NEQSqTZHC1I2grTxWMes8v0SqylZo { width:15.5rem;height:4.0625rem;top:25.0625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTpxPdtnspQr4022nFDErURUuxNHJifH { width:9.0615rem;height:0.8125rem;top:26.281494140625rem;left:38.124755859375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c9ocB93GTMScOwyMP29xOhr0owLKKXIk { width:2.1875rem;height:2.1875rem;top:25.9375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUiSphEknOqdhNXepQWAvcgdBXEC5cA2 { width:15.5rem;height:4.0625rem;top:25.0625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SKC1sINOSTNUVb9PNuB9eVZTeXW8gzfp { width:8.25rem;height:1.625rem;top:26.2822265625rem;left:21.9990234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahWMaHhiwqN1rAv8ROJ8Jof75bUJ3k2e { width:2.1875rem;height:2.1875rem;top:26rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2G2bXrWNTmT5ne9setpDKa66xRy9xOZ { width:15.5rem;height:4.0625rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ne2G3L7prlkxVHUiGJuuMe0uBC5mtTVc { width:2.1875rem;height:2.1875rem;top:26rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vOnEN6IMSVAGG5x3i29rMwNcXAKLsTbl { width:10.56225rem;height:1.625rem;top:26.281494140625rem;left:4.341796875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 { display:block; }#ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 > .row .container { width:47.75rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BJVCpC0R92lRHoxtTNDgTiaZHF7kBA4X { width:21.5625rem;height:3.25rem;top:2.6875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZ8STwNGlxTTDxmrPKO5t5y73occRJrS { width:22.625rem;height:2.5996125rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xhdFO5COFmOlc9M3uzpXhryJOJZKCdKm { width:22.75rem;height:2.5996125rem;top:6.625rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WkH5tklZ6STsKfhPu1ByPgVVn3AuxJDs { width:22.75rem;height:3.41015625rem;top:9.5625rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gl9iN4SU9hTxrTSD3sv6uOxCzcr97egK { width:22.5625rem;height:3.41015625rem;top:9.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSPN21o5AITk5O3EVKl5DZAIrn0ky2Vt { width:0.6875rem;height:11.8125rem;top:2.6875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fGnnLoQgC7eCDAMZgmH4Mm39THNfnV9q { width:5rem;height:3.375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xdTk5SLxR6mMx0NZOzS0Lf7XpFQdU9cs { width:6.25rem;height:3.375rem;top:2.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SnzoeKTsO3ncQUsab8k0viiTR9wpM8Qd { width:8.5625rem;height:1.6875rem;top:3.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX { display:block; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { width:47.75rem;height:98.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mAAqZJVJ3cvkubhJ7Z700PkMydJeoa52 { width:33.5625rem;height:1.7871125rem;top:2.125rem;left:7rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #QTCvkPpE9erfP2a1p8rrDFeCz5ZSfQUF { width:37.1875rem;height:38.1875rem;top:57.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kdslk0TvTr34cVIMBBOTFdTME1FazFVp { width:26.9375rem;height:1.21875rem;top:51rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mpCHiwglTWzafW2JlLWImrs5VgzOftKS { width:33.375rem;height:42.375rem;top:5.912109375rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dKBsESiLTC4h2eHosA0iNdmCngrdsySx { width:7.9375rem;height:3.75rem;top:52.5927734375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTPLgzUDZ6ec5dcpZsN79WC9PNTQyprh { width:4.4375rem;height:4.3125rem;top:52.21875rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPVVdNso5SBOiTeC33LVrwVUZ8Q7hwvt { width:3.75rem;height:1.93725625rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zN11S35RvslWQcpDcQaHM37M6VzaxayE { width:4.3125rem;height:2.0625rem;top:53.7490234375rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBGJzP0TXdRL3vLvXXOGGme86L1z2Mr6 { width:4.4375rem;height:4.375rem;top:52.21875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZelsELplHTzyXBvURIgcLXaTvFBqoFfr { display:block; }#ZelsELplHTzyXBvURIgcLXaTvFBqoFfr > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TBeQfTANAI1bUdn4PlftMMuFyeDbthd4 { width:29.625rem;height:1.13745rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSJDg1yxhLrdSPac6LBhxrxdx8TmiGwn { width:29.8125rem;height:25.1875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KhvD22bLwXgmEDOTHiynigZ26s1QFQGK { width:17.8125rem;height:25.1875rem;top:10.8125rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnH7dLShITgeKLgfh6XM4TtmNRpeKtWO { width:47.74875rem;height:26.18625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FStUbVoNCJw5L2ddXNtsfJ5OkKSkeUO1 { width:7.1865rem;height:2.1933625rem;top:15.812255859375rem;left:0.812255859375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVTQKPQCJm5L3IUe7rC2ykEXJiaiQn3P { width:14.8125rem;height:3.24975625rem;top:30.4365234375rem;left:32.1708984375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B9Q59rOC85cuklyoC7plmRkw97gQLT2o { display:block; }
 }@media only screen and (max-width: 1199px) { #KOVPKerqEzIJsxZOMlD2dWUB7q7Xqcke { width:14.8125rem;height:3.24975625rem;top:30.620361328125rem;left:0.812255859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QwdJMMTptTnDcf1dl8xwIdCg8tmETtOg { display:block; }
 }@media only screen and (max-width: 1199px) { #P6tp0gQOLtARCxSSuhTU6rH6iS9Xlzsi { width:26rem;height:2.5996125rem;top:12.4453125rem;left:0.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XRHEziZROymQ1urUqXD5in4SxSRi0znP { width:28.5608125rem;height:1.29980625rem;top:20.2353515625rem;left:0.9853515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mXXsnrt4Wo9TtMGKO5gQR7JUTX5bOGwV { width:5rem;height:1.29980625rem;top:26.43701171875rem;left:0.812255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tgqPFrQhvUZtI5K4LBcbQGpugvX2eeHm { width:6.24975625rem;height:1.29980625rem;top:24.561767578125rem;left:40.624755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldXhf9zeq6FHNq2xLifVhEPiZrnQKABs { width:5.25rem;height:1.29980625rem;top:21.580078125rem;left:41.781005859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHqedoP3zxiKPofHN9FGJdCXWf88u8so { width:3.62475625rem;height:1.29980625rem;top:25.811767578125rem;left:43.187255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVi5oXHTtue8AKqWxIJZvrpFJGO4AprP { width:10.93725rem;height:1.29980625rem;top:13.683837890625rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x2XIeZ1SZfWLdrg5RtggNCaypP7mQTx6 { width:6.375rem;height:2.1933625rem;top:15.812255859375rem;left:40.656005859375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SeEZFRB8JzRHxpqQkhxmGqNfaPyw5iJQ { width:4.8120125rem;height:1.29980625rem;top:20.3603515625rem;left:41.906494140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tgPu6TNe1Tt7ZHmMH2F6XEHiAavLyp7z { width:5.5625rem;height:1.29980625rem;top:27.62451171875rem;left:0.812255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eT4BIFfS4GATIFeFFqTPnRgCLZQiFlky { width:6.4995rem;height:1.29980625rem;top:26.436767578125rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #spOIzXbt4MkBmNB1Bit4HILCOssrJtmC { width:3.24975625rem;height:1.29980625rem;top:27.736083984375rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rIr9RN5OgtcFGXDATPOgFz4qe4naEsBp { width:35.3125rem;height:2.19360625rem;top:3.12451171875rem;left:0.062255859375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Up1Vxz5gJnRxWKhAIJRz6fRdAyBLTxrS { width:24.375rem;height:2.19360625rem;top:6.523681640625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF { display:block; }#LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF > .row .container { width:47.75rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MwSMOBttVgZLnOMfGvcf06qou6e7yWWi { width:21.999rem;height:2.1933625rem;top:1.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UHVWuTcU913The8UJnsyiER3ATe8l980 { width:25.24875rem;height:16.99875rem;top:19rem;left:10.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 1199px) { #E57EwZ2rmG8xwClinFTGPr25RDJAPzvD { width:23.87475rem;height:13.588625rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NQzCxm1EwPmbKZQDSZ5eq1r9Vof0veua { width:10.4355625rem;height:1.29980625rem;top:6.375rem;left:6.75rem;font-size:1rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 1199px) { #yxsklFzwyGASXcGnn0z3LiJUnWFoyfbR { width:23.874rem;height:13.588625rem;top:5.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zzDfkhDfZwxWnZRdiFpRqS6Q86mTRZ1K { width:23.9375rem;height:14.875rem;top:4.8125rem;left:0rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 1199px) { #AVMvP05sSXWQfoo1zs8l3mym95zMif4A { width:4.6245125rem;height:2.1933625rem;top:8.25rem;left:8.6875rem;font-size:1.6875rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 1199px) { #fo9uNOTRXFd4Ea5sNZJTXoSX3fiMFfQN { width:4.624025rem;height:2.1933625rem;top:8.25rem;left:32.5625rem;font-size:1.6875rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 1199px) { #n8ymUyup7kAtPwuVMXfo3CtBiRNZNu12 { width:11.5615rem;height:1.29980625rem;top:6.375rem;left:30.3125rem;font-size:1rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 1199px) { #IOyILzv6pTJT1I7TcJhKkl0Dl3ATL6d0 { width:23.874rem;height:13.588625rem;top:20.75rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fb38z3tT3PVzWgGUUedADvPqxacAObL5 { width:4.624025rem;height:2.1933625rem;top:23.75rem;left:20.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cFA0dctAVTX9UhQXWo0Pz8VMRTnqnK3t { width:21.06225rem;height:1.29980625rem;top:21.8125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b8LSVqHcAsUNtEAkUsQRc8RhaXVMMbUd { width:23.8125rem;height:14.9375rem;top:4.75rem;left:23.9375rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 1199px) { #bmvrWBTOtAIRTvKFFGeKTTfLGywEqeBJ { width:4.9995125rem;height:1.29980625rem;top:10.6875rem;left:1.875rem;font-size:1rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 1199px) { #x87uPEnz3NySXCkL6HaCcvQe6KNQCaGD { width:6.99975rem;height:1.29980625rem;top:10.5rem;left:14.1875rem;font-size:1rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 1199px) { #vLr7Ih5ON5PTlKfrtoGdcGpfkdpyZNHr { width:4.9995125rem;height:1.29980625rem;top:10.6875rem;left:27.25rem;font-size:1rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 1199px) { #lzvSPMbELVu8LyuhEFICUTtyplRBs02i { width:6.75rem;height:1.29980625rem;top:10.6875rem;left:39.0625rem;font-size:1rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 1199px) { #mLd94DHSq5uL9tkcvSOlxi6WgXZ46OyH { width:4.9995125rem;height:1.29980625rem;top:25.875rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MlRXyPzBK51tNNcufy3yGU3UsclQBVM7 { width:6.375rem;height:1.29980625rem;top:12.5625rem;left:1.1875rem;font-size:1rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 1199px) { #kJGoWcD7t1iC1n0yL9ZszhnoXKrp6zln { width:4.6245125rem;height:1.29980625rem;top:12.4375rem;left:13.875rem;font-size:1rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 1199px) { #KxdfrmhgG7Fp0UxRtQ0xupSZr9r3tH6Z { width:4.6245125rem;height:1.29980625rem;top:12.1875rem;left:38.625rem;font-size:1rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 1199px) { #lAK5C0SeF8nTIBu8k8EO0xeGTft8RoCm { width:5.3745125rem;height:1.29980625rem;top:12.4375rem;left:27.25rem;font-size:1rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 1199px) { #Nh5rQ3JNTgTrXTcxWS5kItq5pBCFgU0B { width:5.5620125rem;height:1.29980625rem;top:27.25rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QB0eHg9bxNOd2yREm8gFmFycmLT35nGx { width:14.8125rem;height:3.24975625rem;top:14.875rem;left:4.5rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 1199px) { #gKKGfqPfREUzQ2phzghgnoZBcbWUCJ92 { display:block; }
 }@media only screen and (max-width: 1199px) { #vaHPnwnkvlBpFbcuyDIIMrPhHl1o6q8L { width:14.8125rem;height:3.24975625rem;top:14.75rem;left:29.625rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 1199px) { #hRUTIdIbxzkJJtyZrx8svT6TMTniSsZ0 { display:block; }
 }@media only screen and (max-width: 1199px) { #NP8m1TXuycybD2hwxSbeeG3lSMEusdAp { width:14.8125rem;height:3.24975625rem;top:30rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGqFZoTZcLeIVc6UMC0TBcznJPErrRUo { display:block; }
 }@media only screen and (max-width: 1199px) { #m1u8F6k6MNpT7ng2ixzXg0NuxX8T4L31 { width:3.9375rem;height:1.29980625rem;top:27.1875rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5ieoeo8Uv9VDV3N1mRMGaOEnIsxTLgF { width:6.375rem;height:1.29980625rem;top:25.875rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o { display:block; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container { width:47.75rem;height:85.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Fb7tDGUdShKO8LJoo4oWisr2mok4ARnR { width:29.625rem;height:2.19270625rem;top:3.5625rem;left:0.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t1NQbiy0moEnhI6nAQ4mzJrDi19sbzL8 { width:29.625rem;height:1.13745rem;top:2.0625rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c4xk2Z5FKCnXtbM5C6x2f14tNJ538lGL { width:47.75rem;height:17.5rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u56rNxHT0veklTZBJJoRLUtIcMAe9vwa { width:47.75rem;height:17.5rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0PJZHpmlTNTUgrOv8l2xBiqhPNAwJ26 { width:47.75rem;height:17.5rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9ShssHlT9TtH6KgPLvtCl30m5qcGeHt { width:23.375rem;height:20.125rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t1RgpKxNlVKwVSpK9NFgUlOM8GuTlTfL { width:23.375rem;height:20.125rem;top:63.0625rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RxGZKBPh5nmWT21ucb0XniJ20qNV26oN { width:47.75rem;height:21.1875rem;top:62.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gry0nvp6VwCdMb6eBSrtmL8PLe9fTp5f { width:22.625rem;height:1.94970625rem;top:14.0625rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zuPybHU52l1MJg8XnJua0nX2WUxh4GzJ { width:39.25rem;height:2.2734375rem;top:16.5625rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRTeu1BKrAHRzk6FB0vBdsdNUzzWQqcF { width:17.3125rem;height:3.41015625rem;top:73.99951171875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsHwmQW7hmHl1764R2KLlzKOhHAmTvgc { width:16.8125rem;height:1.94986875rem;top:71.125rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbCFXGdqpWKgCKpbcWkWycZnf1SClmsZ { width:18.5625rem;height:1.94986875rem;top:71.125rem;left:26.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJM1qEG94KMhyZhAtUUkDl6s9b3er3B8 { width:17.3125rem;height:3.41015625rem;top:74.499755859375rem;left:26.499755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sd8uUiHZR5Km1FSVS7rRpAHFroV2gpzT { width:22.625rem;height:1.94986875rem;top:51.125rem;left:11.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wH3JMJEtwOOxPnm8sragxPvMxxRQpLu6 { width:32.3125rem;height:2.2734375rem;top:53.6875rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hJe3Nx9OgOegzRREovTLBdF7xTqSDb1N { width:19.1875rem;height:1.94986875rem;top:32.125rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTv1Xz85hO1CNSKGzaAT5d4Gey00iwG3 { width:26.8125rem;height:3.41015625rem;top:34.8125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnsTs9xErTftEzotMWrDkeVPGR0xwUof { width:12.75rem;height:11.6875rem;top:29.03125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ia4FDNLhq20ZKdvAIdXT2buNv5DqNb1a { width:3.0625rem;height:3.0625rem;top:64.34375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXH6fXpD74R80xU2XzOvAgXxKsMrntkq { width:3.0625rem;height:3.0625rem;top:64.34375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fudiDf1CtoE8LG09V4yNAxlC9wHEZ6hO { width:6.4375rem;height:2.5625rem;top:21.15625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #utTvsw7gGEy3b0TWVEqKx8530mX1Pzua { width:7.125rem;height:1.25rem;top:10.28125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RPrRLvyp7huu05Fn6E8naDbO2m56JdOs { width:3.0625rem;height:3.0625rem;top:27.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #urFxR0V3E8QUpAcnNsSP5xn0t1IwObEp { width:6.625rem;height:6.4375rem;top:50.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ { display:block; }#Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ > .row .container { width:47.75rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NKrkKkRTXnl02xKBhLOVMKoGk2imJBdT { width:29.625rem;height:1.13745rem;top:2.0625rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yPbKJoToKrMSm47kDfF073ISZ52aIWSn { width:29.625rem;height:2.19360625rem;top:3.125rem;left:0.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTvZkONCWkF79p5iddn7SN5FEKMZpaGk { width:23.1233125rem;height:19.49216875rem;top:6.75rem;left:24.626220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ekIqKorNhXB3R4XhZwXeZNF5XabHebJq { width:23.125rem;height:11.875rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG { display:block; }#J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG > .row .container { width:47.75rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cv4Qs8UhmcPbucC8wmKN6SJS96GPswQT { width:29.625rem;height:2.19270625rem;top:3.14453125rem;left:0.0830078125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AGp13X7QCk5G2fNfaXeFEoAbo7US6uPv { width:29.625rem;height:1.13745rem;top:2.0078125rem;left:0.0830078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xJoDQW2MuqQI6xTi1kUCO8nyCKAp5qKt { width:22.8125rem;height:10.3958125rem;top:7.212890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bvtUn56TeqrhHvSof3LWJP4bfNPEaXSx { width:23.875rem;height:15.5625rem;top:5.337890625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AWDDsN6grNmwvd1Kda8DVtKgxK42w37y { width:14.3730625rem;height:3.436525rem;top:20.900390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqP9mInmGhl90XAR6lTk9tLBLWJTuMoK { display:block; }
 }@media only screen and (max-width: 1199px) { #JgviggdunRmgaBZADbqU4LEy8ArhF5zz { display:block; }#JgviggdunRmgaBZADbqU4LEy8ArhF5zz > .row .container { width:47.75rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iu5uqdh0Os8GhD9XOSiuk7cF9CfgeNLJ { width:22.8125rem;height:2.19360625rem;top:1.875rem;left:24.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwXWFqA0eQ29ZQfvH8GtoiBMi4LPXtwb { width:22.8125rem;height:10.3958125rem;top:5.943359375rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UqNsZ8ElDV7XhC2RPemOfkJky6zAJsVb { width:23.875rem;height:15.8125rem;top:4.068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lQnhaEMvG4sGT9V4vih6dfdAgW7V1yEq { width:14.3730625rem;height:3.436525rem;top:18.216796875rem;left:33.3759765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7cIcQZ3Vtb3KLzT5aKgPT5tt9fL56Dt { display:block; }
 }@media only screen and (max-width: 1199px) { #SUaWLL11PqvLAzlJuWXXLdvPGhogy20C { display:block; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container { width:47.75rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sW6bCuou8ZiOClawrEBKaPSMyC5QRKbx { width:47.5rem;height:4.875rem;top:3.49951171875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nP8MZqdpCkxUDcwOhdbzdPqMIZeJXu3P { width:29.625rem;height:1.13745rem;top:2.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWOSPpScAX8bUnbz26sPvz2Hm6cORTkQ { width:36.687rem;height:2.5996125rem;top:10.24951171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9XxGAzC3UKg8tP7GZW1CHnW87mnzfA8 { width:23.125rem;height:12.9375rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXihMRRt88JerGaAZhoSfS68VH48exgZ { width:23.125rem;height:12.9375rem;top:14.75rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb { display:block; }#yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb > .row .container { width:47.75rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wF7t8qaFmrFm6x9Un0k5tnpp57RUfPEy { width:21.5625rem;height:3.25rem;top:2.6875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JWVbpBXM0xqMS5LUlzyzPoiAKtzlpmOu { width:22.625rem;height:2.5996125rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o3HVHvUPJEBEH7bIZ2dTghtupAt0ade0 { width:22.75rem;height:2.5996125rem;top:6.625rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDoB8Hu7FQ739g3KcH09nPO7TE9LbStI { width:22.75rem;height:3.41015625rem;top:9.5625rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qu6riUB7Ce0U9JJngMsKdkEVyspIr33l { width:22.5625rem;height:3.41015625rem;top:9.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dEgQ4HghZOxwGDnDUHUurlnrIVO8hqyD { width:0.6875rem;height:11.8125rem;top:2.6875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XHBMIvbGX57a3Fva5NHx91brGHV1swNy { width:5rem;height:3.375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GlJZu8NUWZCtzW5ZxW4SolyFlfuXdTwp { width:6.25rem;height:3.375rem;top:2.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XpCspHL38H2IxiOW0ygafa6aBMZRBMTH { width:8.5625rem;height:1.6875rem;top:3.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ { display:block; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MZIU2sf7y7BBRg4htWGIsvn7f5qqBLLf { width:11.9375rem;height:1.29980625rem;top:2.625rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBzKf2zBDNIwyuUoySl9h3qEm4aE8nNU { width:10.9375rem;height:1.13745rem;top:6.4375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fz0CcNmNzNmQpp3UyXcQ6ecBo6JWoI1g { width:10.5625rem;height:4.546875rem;top:6.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZIovmlApKBl5o4rw9AiWbROEyqLbHUky { width:9rem;height:2rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UhyxprOLUDMAa1NgRfC9hsPNxKrT0ENT { width:47.75rem;height:0.0625rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oz9Ccn9yuAEaneCLLK9RnmLw2GF5i4T5 { width:22.75rem;height:1.13745rem;top:16rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WIIkPaun0xUlRdc8DWJuB3bZWSDrD6BN { width:22.75rem;height:1.13745rem;top:16rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NXAZy7dnCzSP7N4dUTdEKOJMztDWntlA { width:47.75rem;height:0.0625rem;top:13.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iW67Fo97QpS0R04G5QqFO8EnrTNF7P9d { width:10.9375rem;height:1.13745rem;top:10.984375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FCEbU8k0sMuZ58g7kL8Er6x1XgUSo6ig { width:10.9375rem;height:1.13745rem;top:8.806640625rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XalQmx5yt6ctmcP6kNlNMzWpdsb87Ssi { width:2rem;height:2rem;top:11.75rem;left:45.75rem;display:block; }
#XalQmx5yt6ctmcP6kNlNMzWpdsb87Ssi > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cT1r1WFJeBlQEmdPQszDVdLQdyd3xxTd > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNgpOXQF2qbvEOcfp1fUsD7wiVt46C0K { width:9.1875rem;height:1.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu0sRwlcJ8HgIK3TEv6JJmZOcuTQBfa5 { width:6.8125rem;height:2.5625rem;top:0.71875rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAv6H73fTXVkVtwUNokuqeR3I3y9R73J { display:block; }
 }@media only screen and (max-width: 763px) { #kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF { display:block; }#kA7IS1J8gcL9hUlZNOJPnGkcIwEmN8ZF > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhhfTN5dz1RTkpMm2xRCowLQreQTaAaL { width:10.875rem;height:1.375rem;top:4.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf0gViLHLbCgd5HswoD5ZSrJbcIz05AM { width:10.125rem;height:2.6875rem;top:6.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw9d7JvpLSw0mulEfPuQ3oukQRuRWVCS { width:10.0625rem;height:1.4622375rem;top:7.611328125rem;left:0.65478515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvFZBrH5DP5s1NwaCK7SI2p4GtXTohzI { width:10.375rem;height:0.73046875rem;top:5.3203125rem;left:0.2490234375rem;font-size:0.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OgIe1x3zZzUkdZnLVqUEsD8Tnz6eqak7 { width:19.9995rem;height:4.37475625rem;top:24.586669921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHPFa5D3nATLQNsTvRCw6X5hwEwQkNTX { display:block; }
 }@media only screen and (max-width: 763px) { #XIDX8gwFqf7SrEIwVnZwgTpvoT8ZNM1c { width:8.875rem;height:2.6875rem;top:9.999755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS6oN3NvEPRDRTIRqKv2xl8hGxoataQA { width:8.1875rem;height:1.4622375rem;top:10.749755859375rem;left:0.624755859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV1NEQSqTZHC1I2grTxWMes8v0SqylZo { width:7.8125rem;height:4.8125rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpxPdtnspQr4022nFDErURUuxNHJifH { width:4.5rem;height:1.29948125rem;top:20.4375rem;left:2.8115234375rem;font-size:0.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c9ocB93GTMScOwyMP29xOhr0owLKKXIk { width:1.6875rem;height:1.6875rem;top:20.25rem;left:0.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUiSphEknOqdhNXepQWAvcgdBXEC5cA2 { width:7.8125rem;height:4.1875rem;top:13.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKC1sINOSTNUVb9PNuB9eVZTeXW8gzfp { width:5.25rem;height:1.94921875rem;top:14.994140625rem;left:12.375rem;font-size:0.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ahWMaHhiwqN1rAv8ROJ8Jof75bUJ3k2e { width:1.875rem;height:1.875rem;top:14.99951171875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2G2bXrWNTmT5ne9setpDKa66xRy9xOZ { width:7.8125rem;height:4.1875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne2G3L7prlkxVHUiGJuuMe0uBC5mtTVc { width:2.31225625rem;height:2.31225625rem;top:14.68701171875rem;left:0.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOnEN6IMSVAGG5x3i29rMwNcXAKLsTbl { width:4.56225625rem;height:1.94921875rem;top:14.9375rem;left:2.8125rem;font-size:0.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 { display:block; }#ETOvtPoCdEeFAXR8PyhLCWG801BDJEP4 > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJVCpC0R92lRHoxtTNDgTiaZHF7kBA4X { width:18.75rem;height:3.125rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ8STwNGlxTTDxmrPKO5t5y73occRJrS { width:19.99875rem;height:2.5996125rem;top:9.699462890625rem;left:0.00146484375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhdFO5COFmOlc9M3uzpXhryJOJZKCdKm { width:20rem;height:2.5996125rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkH5tklZ6STsKfhPu1ByPgVVn3AuxJDs { width:20rem;height:3.41015625rem;top:24.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl9iN4SU9hTxrTSD3sv6uOxCzcr97egK { width:19.99875rem;height:3.41015625rem;top:12.92138671875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSPN21o5AITk5O3EVKl5DZAIrn0ky2Vt { width:1.5rem;height:10.9375rem;top:15.125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGnnLoQgC7eCDAMZgmH4Mm39THNfnV9q { width:5.3745125rem;height:3.1875rem;top:1.575439453125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdTk5SLxR6mMx0NZOzS0Lf7XpFQdU9cs { width:8.25rem;height:3.8400875rem;top:1.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnzoeKTsO3ncQUsab8k0viiTR9wpM8Qd { width:11.93625rem;height:2.4375rem;top:6.012451171875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX { display:block; }#tMATdSVoqnfgcOeq8pTcLtvpz2OwLKzX > .row .container { width:20rem;height:108.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAAqZJVJ3cvkubhJ7Z700PkMydJeoa52 { width:20rem;height:3.4121125rem;top:2.0625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTCvkPpE9erfP2a1p8rrDFeCz5ZSfQUF { width:20rem;height:20.537125rem;top:86.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdslk0TvTr34cVIMBBOTFdTME1FazFVp { width:20rem;height:2.2734375rem;top:73.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpCHiwglTWzafW2JlLWImrs5VgzOftKS { width:20rem;height:61.25rem;top:7.470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKBsESiLTC4h2eHosA0iNdmCngrdsySx { width:7.9375rem;height:3.75rem;top:76rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPLgzUDZ6ec5dcpZsN79WC9PNTQyprh { width:4.4375rem;height:4.3125rem;top:80.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPVVdNso5SBOiTeC33LVrwVUZ8Q7hwvt { width:3.75rem;height:1.9375rem;top:77.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN11S35RvslWQcpDcQaHM37M6VzaxayE { width:4.25rem;height:2.0625rem;top:77.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBGJzP0TXdRL3vLvXXOGGme86L1z2Mr6 { width:4.4375rem;height:4.375rem;top:80.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZelsELplHTzyXBvURIgcLXaTvFBqoFfr { display:block; }#ZelsELplHTzyXBvURIgcLXaTvFBqoFfr > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBeQfTANAI1bUdn4PlftMMuFyeDbthd4 { width:20rem;height:1.13769375rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSJDg1yxhLrdSPac6LBhxrxdx8TmiGwn { width:20rem;height:20rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhvD22bLwXgmEDOTHiynigZ26s1QFQGK { width:20rem;height:20rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnH7dLShITgeKLgfh6XM4TtmNRpeKtWO { width:20rem;height:53.8125rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FStUbVoNCJw5L2ddXNtsfJ5OkKSkeUO1 { width:11.8125rem;height:2.5996125rem;top:25.974609375rem;left:4.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVTQKPQCJm5L3IUe7rC2ykEXJiaiQn3P { width:14.8125rem;height:3.25rem;top:69.0625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Q59rOC85cuklyoC7plmRkw97gQLT2o { display:block; }
 }@media only screen and (max-width: 763px) { #KOVPKerqEzIJsxZOMlD2dWUB7q7Xqcke { width:14.8125rem;height:3.25rem;top:42.0625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwdJMMTptTnDcf1dl8xwIdCg8tmETtOg { display:block; }
 }@media only screen and (max-width: 763px) { #P6tp0gQOLtARCxSSuhTU6rH6iS9Xlzsi { width:19.5rem;height:2.5996125rem;top:21.8125rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRHEziZROymQ1urUqXD5in4SxSRi0znP { width:20rem;height:1.29980625rem;top:29.349609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mXXsnrt4Wo9TtMGKO5gQR7JUTX5bOGwV { width:5.8125rem;height:1.29980625rem;top:34.6875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgqPFrQhvUZtI5K4LBcbQGpugvX2eeHm { width:6.75rem;height:1.29980625rem;top:34.75rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldXhf9zeq6FHNq2xLifVhEPiZrnQKABs { width:5.6875rem;height:1.29980625rem;top:36.1875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHqedoP3zxiKPofHN9FGJdCXWf88u8so { width:4.1875rem;height:1.29980625rem;top:36.1875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVi5oXHTtue8AKqWxIJZvrpFJGO4AprP { width:12.0625rem;height:1.29980625rem;top:49.125rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x2XIeZ1SZfWLdrg5RtggNCaypP7mQTx6 { width:8.0625rem;height:2.5996125rem;top:52.9375rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeEZFRB8JzRHxpqQkhxmGqNfaPyw5iJQ { width:4.9375rem;height:1.29980625rem;top:57.875rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgPu6TNe1Tt7ZHmMH2F6XEHiAavLyp7z { width:5.4375rem;height:1.29980625rem;top:59.5625rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT4BIFfS4GATIFeFFqTPnRgCLZQiFlky { width:6.375rem;height:1.29980625rem;top:57.875rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #spOIzXbt4MkBmNB1Bit4HILCOssrJtmC { width:3.9375rem;height:1.29980625rem;top:59.625rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIr9RN5OgtcFGXDATPOgFz4qe4naEsBp { width:19.999rem;height:7.3125rem;top:4rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up1Vxz5gJnRxWKhAIJRz6fRdAyBLTxrS { width:19.999rem;height:5.19791875rem;top:12.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF { display:block; }#LXhXKCMXmAiu6ImOVmJlIl38IsO4IeQF > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwSMOBttVgZLnOMfGvcf06qou6e7yWWi { width:20rem;height:5.19791875rem;top:1.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHVWuTcU913The8UJnsyiER3ATe8l980 { width:20rem;height:13.5625rem;top:25.75rem;left:0rem;z-index:15048;background-color:rgba(var(--color-tertiary-4),0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #E57EwZ2rmG8xwClinFTGPr25RDJAPzvD { width:20rem;height:11.38298986345rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQzCxm1EwPmbKZQDSZ5eq1r9Vof0veua { width:20rem;height:1.94921875rem;top:9.375rem;left:0rem;font-size:1.5rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #yxsklFzwyGASXcGnn0z3LiJUnWFoyfbR { width:20rem;height:11.383436875767rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzDfkhDfZwxWnZRdiFpRqS6Q86mTRZ1K { width:20rem;height:14.1875rem;top:7.5rem;left:0rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #AVMvP05sSXWQfoo1zs8l3mym95zMif4A { width:20rem;height:2.59895625rem;top:11.5rem;left:0rem;font-size:2rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #fo9uNOTRXFd4Ea5sNZJTXoSX3fiMFfQN { width:20rem;height:2.59895625rem;top:47.9375rem;left:0.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ymUyup7kAtPwuVMXfo3CtBiRNZNu12 { width:20rem;height:1.94921875rem;top:46.0625rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOyILzv6pTJT1I7TcJhKkl0Dl3ATL6d0 { width:20rem;height:11.383436875767rem;top:26.8125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fb38z3tT3PVzWgGUUedADvPqxacAObL5 { width:20rem;height:2.59895625rem;top:31.25rem;left:0rem;font-size:2rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #cFA0dctAVTX9UhQXWo0Pz8VMRTnqnK3t { width:20rem;height:3.8984375rem;top:27.4375rem;left:0rem;font-size:1.5rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #b8LSVqHcAsUNtEAkUsQRc8RhaXVMMbUd { width:20rem;height:12.1875rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmvrWBTOtAIRTvKFFGeKTTfLGywEqeBJ { width:5.8125rem;height:1.29948125rem;top:15.0625rem;left:1.875rem;font-size:1rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #x87uPEnz3NySXCkL6HaCcvQe6KNQCaGD { width:6.5625rem;height:1.29948125rem;top:14.9375rem;left:12.375rem;font-size:1rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #vLr7Ih5ON5PTlKfrtoGdcGpfkdpyZNHr { width:5.8125rem;height:1.29948125rem;top:52rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzvSPMbELVu8LyuhEFICUTtyplRBs02i { width:6.5625rem;height:1.29948125rem;top:52rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLd94DHSq5uL9tkcvSOlxi6WgXZ46OyH { width:5.25rem;height:1.29948125rem;top:34.5rem;left:1.4375rem;font-size:1rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #MlRXyPzBK51tNNcufy3yGU3UsclQBVM7 { width:6.125rem;height:1.29948125rem;top:16.375rem;left:1.5rem;font-size:1rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #kJGoWcD7t1iC1n0yL9ZszhnoXKrp6zln { width:4.5625rem;height:1.29948125rem;top:16.3125rem;left:12.125rem;font-size:1rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #KxdfrmhgG7Fp0UxRtQ0xupSZr9r3tH6Z { width:4.125rem;height:1.29948125rem;top:53.25rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAK5C0SeF8nTIBu8k8EO0xeGTft8RoCm { width:5.9375rem;height:1.29948125rem;top:53.25rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh5rQ3JNTgTrXTcxWS5kItq5pBCFgU0B { width:4.6875rem;height:1.29948125rem;top:35.8125rem;left:1.0625rem;font-size:1rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #QB0eHg9bxNOd2yREm8gFmFycmLT35nGx { width:14.25rem;height:3.25rem;top:21.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKKGfqPfREUzQ2phzghgnoZBcbWUCJ92 { display:block; }
 }@media only screen and (max-width: 763px) { #vaHPnwnkvlBpFbcuyDIIMrPhHl1o6q8L { width:14.25rem;height:3.25rem;top:40.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRUTIdIbxzkJJtyZrx8svT6TMTniSsZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #NP8m1TXuycybD2hwxSbeeG3lSMEusdAp { width:14.25rem;height:3.25rem;top:58.4375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGqFZoTZcLeIVc6UMC0TBcznJPErrRUo { display:block; }
 }@media only screen and (max-width: 763px) { #m1u8F6k6MNpT7ng2ixzXg0NuxX8T4L31 { width:5.6875rem;height:1.29948125rem;top:35.75rem;left:12.1875rem;font-size:1rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #b5ieoeo8Uv9VDV3N1mRMGaOEnIsxTLgF { width:6.5625rem;height:1.29948125rem;top:34.5rem;left:12.375rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o { display:block; }#AagNwHycqtbK55ZhJCTWcSBfS6NJWB1o > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fb7tDGUdShKO8LJoo4oWisr2mok4ARnR { width:20rem;height:2.4375rem;top:4.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1NQbiy0moEnhI6nAQ4mzJrDi19sbzL8 { width:20rem;height:1.13745rem;top:2.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4xk2Z5FKCnXtbM5C6x2f14tNJ538lGL { width:20rem;height:10.625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56rNxHT0veklTZBJJoRLUtIcMAe9vwa { width:20rem;height:10.625rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0PJZHpmlTNTUgrOv8l2xBiqhPNAwJ26 { width:20rem;height:10.625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ShssHlT9TtH6KgPLvtCl30m5qcGeHt { width:20rem;height:10.625rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1RgpKxNlVKwVSpK9NFgUlOM8GuTlTfL { width:20rem;height:10.5625rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxGZKBPh5nmWT21ucb0XniJ20qNV26oN { width:20rem;height:23.6875rem;top:41.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gry0nvp6VwCdMb6eBSrtmL8PLe9fTp5f { width:18.625rem;height:1.7871125rem;top:10.75rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuPybHU52l1MJg8XnJua0nX2WUxh4GzJ { width:16.875rem;height:2.921875rem;top:13.0625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRTeu1BKrAHRzk6FB0vBdsdNUzzWQqcF { width:15.5625rem;height:2.921875rem;top:58.625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHwmQW7hmHl1764R2KLlzKOhHAmTvgc { width:16.25rem;height:1.7871125rem;top:56.1875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbCFXGdqpWKgCKpbcWkWycZnf1SClmsZ { width:15.0625rem;height:1.7871125rem;top:45.062255859375rem;left:0.624755859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJM1qEG94KMhyZhAtUUkDl6s9b3er3B8 { width:14.0625rem;height:2.921875rem;top:47.4375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd8uUiHZR5Km1FSVS7rRpAHFroV2gpzT { width:16.3125rem;height:3.57291875rem;top:32.25rem;left:0.625rem;font-size:1.375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #wH3JMJEtwOOxPnm8sragxPvMxxRQpLu6 { width:17.6875rem;height:2.921875rem;top:36.69921875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJe3Nx9OgOegzRREovTLBdF7xTqSDb1N { width:18.375rem;height:1.7871125rem;top:21.875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTv1Xz85hO1CNSKGzaAT5d4Gey00iwG3 { width:17.1875rem;height:2.921875rem;top:24.5rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnsTs9xErTftEzotMWrDkeVPGR0xwUof { width:8.75rem;height:8rem;top:20.2958984375rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ia4FDNLhq20ZKdvAIdXT2buNv5DqNb1a { width:1.5rem;height:1.5rem;top:53rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXH6fXpD74R80xU2XzOvAgXxKsMrntkq { width:1.5rem;height:1.5rem;top:44.0625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fudiDf1CtoE8LG09V4yNAxlC9wHEZ6hO { width:4.0625rem;height:1.5rem;top:17.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utTvsw7gGEy3b0TWVEqKx8530mX1Pzua { width:7.125rem;height:1.25rem;top:8.65625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPrRLvyp7huu05Fn6E8naDbO2m56JdOs { width:1.5rem;height:1.5rem;top:20.875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #urFxR0V3E8QUpAcnNsSP5xn0t1IwObEp { width:1.5rem;height:1.4375rem;top:31.84375rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ { display:block; }#Zne2uXNEfIoUIpJ2D3w6agoMzMZtdLpQ > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKrkKkRTXnl02xKBhLOVMKoGk2imJBdT { width:20rem;height:1.13745rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPbKJoToKrMSm47kDfF073ISZ52aIWSn { width:20rem;height:2.4375rem;top:4.38671875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTvZkONCWkF79p5iddn7SN5FEKMZpaGk { width:20rem;height:23.39066875rem;top:8.705078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekIqKorNhXB3R4XhZwXeZNF5XabHebJq { height:11.1276875rem;width:19.9995rem;top:26.171630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG { display:block; }#J9PEwAqFbVQlI8N3CQTDtmZWoJ3OX6bG > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cv4Qs8UhmcPbucC8wmKN6SJS96GPswQT { width:20rem;height:5.19791875rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGp13X7QCk5G2fNfaXeFEoAbo7US6uPv { width:20rem;height:1.13745rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJoDQW2MuqQI6xTi1kUCO8nyCKAp5qKt { width:20rem;height:12.9948125rem;top:10.19921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvtUn56TeqrhHvSof3LWJP4bfNPEaXSx { height:13.2260625rem;width:19.9995rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWDDsN6grNmwvd1Kda8DVtKgxK42w37y { width:20rem;height:3.375rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqP9mInmGhl90XAR6lTk9tLBLWJTuMoK { display:block; }
 }@media only screen and (max-width: 763px) { #JgviggdunRmgaBZADbqU4LEy8ArhF5zz { display:block; }#JgviggdunRmgaBZADbqU4LEy8ArhF5zz > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu5uqdh0Os8GhD9XOSiuk7cF9CfgeNLJ { width:20rem;height:5.19791875rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwXWFqA0eQ29ZQfvH8GtoiBMi4LPXtwb { width:20rem;height:11.6953125rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqNsZ8ElDV7XhC2RPemOfkJky6zAJsVb { height:13.245125rem;width:19.999rem;top:23.0107421875rem;left:0.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnhaEMvG4sGT9V4vih6dfdAgW7V1yEq { width:20rem;height:3.375rem;top:38.130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7cIcQZ3Vtb3KLzT5aKgPT5tt9fL56Dt { display:block; }
 }@media only screen and (max-width: 763px) { #SUaWLL11PqvLAzlJuWXXLdvPGhogy20C { display:block; }#SUaWLL11PqvLAzlJuWXXLdvPGhogy20C > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sW6bCuou8ZiOClawrEBKaPSMyC5QRKbx { width:20rem;height:6.578125rem;top:3.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP8MZqdpCkxUDcwOhdbzdPqMIZeJXu3P { width:20rem;height:1.13769375rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWOSPpScAX8bUnbz26sPvz2Hm6cORTkQ { width:19.99875rem;height:5.19791875rem;top:11.580322265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9XxGAzC3UKg8tP7GZW1CHnW87mnzfA8 { height:11.189189189189rem;width:20rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXihMRRt88JerGaAZhoSfS68VH48exgZ { height:11.189189189189rem;width:20rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb { display:block; }#yJklkhh67T2OLFw8oqaGyfAMhwd3zbnb > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF7t8qaFmrFm6x9Un0k5tnpp57RUfPEy { width:18.75rem;height:3.125rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWVbpBXM0xqMS5LUlzyzPoiAKtzlpmOu { width:19.99875rem;height:2.5996125rem;top:9.699462890625rem;left:0.00146484375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3HVHvUPJEBEH7bIZ2dTghtupAt0ade0 { width:20rem;height:2.5996125rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDoB8Hu7FQ739g3KcH09nPO7TE9LbStI { width:20rem;height:3.41015625rem;top:24.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu6riUB7Ce0U9JJngMsKdkEVyspIr33l { width:19.99875rem;height:3.41015625rem;top:12.92138671875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEgQ4HghZOxwGDnDUHUurlnrIVO8hqyD { width:1.5rem;height:10.9375rem;top:15.125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHBMIvbGX57a3Fva5NHx91brGHV1swNy { width:5.3745125rem;height:3.1875rem;top:1.575439453125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlJZu8NUWZCtzW5ZxW4SolyFlfuXdTwp { width:8.25rem;height:3.8400875rem;top:1.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpCspHL38H2IxiOW0ygafa6aBMZRBMTH { width:11.93625rem;height:2.4375rem;top:6.012451171875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ { display:block; }#M0fNlvlEGUSAm3v3IJVWplWiQKticZVQ > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZIU2sf7y7BBRg4htWGIsvn7f5qqBLLf { width:20rem;height:1.29980625rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBzKf2zBDNIwyuUoySl9h3qEm4aE8nNU { width:9.375rem;height:1.13745rem;top:9.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz0CcNmNzNmQpp3UyXcQ6ecBo6JWoI1g { width:17.0625rem;height:2.2734375rem;top:3.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIovmlApKBl5o4rw9AiWbROEyqLbHUky { width:9rem;height:2rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhyxprOLUDMAa1NgRfC9hsPNxKrT0ENT { width:20rem;height:0.0625rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz9Ccn9yuAEaneCLLK9RnmLw2GF5i4T5 { width:20rem;height:1.13745rem;top:24.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIIkPaun0xUlRdc8DWJuB3bZWSDrD6BN { width:20rem;height:1.13745rem;top:22.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXAZy7dnCzSP7N4dUTdEKOJMztDWntlA { width:20rem;height:0.0625rem;top:6.25rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #iW67Fo97QpS0R04G5QqFO8EnrTNF7P9d { width:9.375rem;height:1.13671875rem;top:15.046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCEbU8k0sMuZ58g7kL8Er6x1XgUSo6ig { width:9.375rem;height:1.13745rem;top:12.53515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XalQmx5yt6ctmcP6kNlNMzWpdsb87Ssi { display:flex;width:2rem;height:2rem;top:18.24609375rem;left:18rem; }
#XalQmx5yt6ctmcP6kNlNMzWpdsb87Ssi > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }