.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:252,219,221;--color-primary-1:246,136,142;--color-primary-2:237,17,28;--color-primary-3:119,9,14;--color-primary-4:36,3,4;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Monteserrat";--paragraphs-font-family:"Monteserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3006a442-d871-46ae-9095-46808db35718/NOB_20250925_LandingpageGrafiken_Hintergrund.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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.7); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:199999;position:fixed;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#VMTAhkDzBPRCOO6HLdb9Vyg2TkTOB8C2 { 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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.624375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4062501192093rem;left:60.3125rem;display:block; }
#nJZTeQtsDKTT618WaTkF60X6Hf0LCImT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pPn6ru6CmDt2R9WkEXT6WQgCmM13mtaN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43714375rem;width:28.2493125rem;top:0.90553975105287rem;left:3.1871452331543rem;overflow:hidden;display:block; }
#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA { position:relative;display:block; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA { background-color: transparent; background-image: none; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row .container > .video-iframe-container { display: none; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row > .video-iframe-container { display: none; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .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); }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA { border-width: 0; border-radius: 0; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg { position:relative;display:block; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg { background-color: transparent; background-image: none; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container > .video-iframe-container { display: none; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row > .video-iframe-container { display: none; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .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); }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg { border-width: 0; border-radius: 0; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/189b3c35-e09b-468d-bfe7-5f6666d6c71e/Nagel_20260217_NobiliaLandingpageGrafiken_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:45rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container.adaptive-delivery-prevent-bg, #K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container.lazyload, #K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container.lazyloading { background-image: none; }#nwGU9f2fSPxqaAg1egPAhswINaXdftW1 { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:38.0859375rem;left:52.216794967651rem;height:5.1988625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fvAL1K7yV3V1RsxwKvN0EJed1o8BCB8S { box-sizing:content-box;height:6.75rem;width:23.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.3125rem;left:51.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;display:block; }
#pmUo3xvvUIRXEmMTuTbHOtvxXbP0Qr3B { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:13.5rem;top:22.183948516846rem;left:58.123220443726rem;overflow:hidden;display:block; }
#QdfPK0d5TOKHkkPWJD3lqDVuPlrwRaqr { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.624625rem;width:46.8119375rem;top:26.630859375rem;left:1.9957389831543rem;overflow:hidden;display:block; }
#iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST { position:relative;display:block; }#iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST { background-color: transparent; background-image: none; }#iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST > .row .container > .video-iframe-container { display: none; }#iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST > .row > .video-iframe-container { display: none; }#iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST > .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); }#iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST { border-width: 0; border-radius: 0; }#iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f9622a9c103cc2dbbe543f4b49520e37 { color:rgba(var(--color-primary-2),1);display:block;width:65.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.1868491172791rem;left:3.125rem;height:11.100875rem;font-style:normal;display:block; }
#ncd2e11a22696bf23dfe59991b9f4176 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:16.810977935791rem;left:3.125rem;height:38.5733rem;font-style:normal;display:block; }
#Q432e6416d53238feb162cfea24b1105 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:20rem;top:16.8125rem;left:51.875rem;overflow:hidden;display:block; }
#d0cea274c76375dc282a21f154d29e9d { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:20rem;top:57.259765625rem;left:3.125rem;overflow:hidden;display:block; }
#WIi6rdpVhrovITnHSOeE4GDnufRS21cb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:11.6875rem;top:42.875rem;left:60.875rem;overflow:hidden;display:block; }
#TJ3yqLIUmTizXn6fKyu9WBf7kZhcE8ZF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:9.6875rem;top:43.1875rem;left:51.125rem;overflow:hidden;display:block; }
#qkwF8Ntuek9agHlTvlybTFIbrGVgRhGo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.25rem;top:12.935546875rem;left:60.6875rem;overflow:hidden;display:block; }
#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq { position:relative;display:block; }#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq { background-color: transparent; background-image: none; }#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq > .row .container > .video-iframe-container { display: none; }#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq > .row > .video-iframe-container { display: none; }#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq > .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); }#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq { border-width: 0; border-radius: 0; }#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2881dc41-888e-428b-8f43-45ac2d983847/NOB_20250925_LandingpageGrafiken_Hintergrund2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq > .row .container.adaptive-delivery-prevent-bg, #Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq > .row .container.lazyload, #Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq > .row .container.lazyloading { background-image: none; }#DTzmeT4DnAlc6uznzk3mp4m7dno923zi { 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:14.8125rem;width:25.875rem;top:1.0308160781861rem;left:3.125rem;overflow:hidden;display:block; }
#cq2ltzmlvnRTxDwDTx2BCHCw2lcZbrla { box-sizing:content-box;height:14.8125rem;width:40rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.88);background-image:none;top:1.0308160781861rem;left:31.875001907349rem;display:block; }
#zt3l49s9MroLAFy4etDOAFM6aHy7RMp8 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.7970943450928rem;left:33.125001907349rem;height:8.39575rem;font-style:normal;display:block; }
#ZMICro96q4iqXw6DR7ZoagkC8TU9x93p { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.3426666259766rem;left:33.125001907349rem;height:1.7246125rem;font-style:normal;display:block; }
#rwut7wULTUsbRaU1sPCS2Ad9KI9fmXov { color:rgba(var(--color-tertiary-4),1);display:block;width:36.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:13.776042938233rem;left:33.125001907349rem;height:1.13725rem;font-style:normal;display:block; }
#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy { position:relative;display:block; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy { background-color: transparent; background-image: none; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row .container > .video-iframe-container { display: none; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row > .video-iframe-container { display: none; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .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); }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy { border-width: 0; border-radius: 0; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RiSN4ta9NZlmUAgsS5NSix72f287NVTM { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#ocbbehnEEFTC6cSqJQPFFcpfNCiX9fSX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BlOp36NATqHBvvPJKf6PBszwxSue4EWo { position:relative;display:block; }#BlOp36NATqHBvvPJKf6PBszwxSue4EWo { background-color: transparent; background-image: none; }#BlOp36NATqHBvvPJKf6PBszwxSue4EWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlOp36NATqHBvvPJKf6PBszwxSue4EWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlOp36NATqHBvvPJKf6PBszwxSue4EWo > .row .container > .video-iframe-container { display: none; }#BlOp36NATqHBvvPJKf6PBszwxSue4EWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlOp36NATqHBvvPJKf6PBszwxSue4EWo > .row > .video-iframe-container { display: none; }#BlOp36NATqHBvvPJKf6PBszwxSue4EWo > .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); }#BlOp36NATqHBvvPJKf6PBszwxSue4EWo { border-width: 0; border-radius: 0; }#BlOp36NATqHBvvPJKf6PBszwxSue4EWo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BlOp36NATqHBvvPJKf6PBszwxSue4EWo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i07e14d6056d6068bc478a1f3f0db5fd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.8125rem;width:68.5625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#P7fcbcc06691f2d2861ba86429414033 { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:block; }
#O779413230995774694e1de0875f1077 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:46.0625rem;left:51.75rem;height:6.4186875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#f7f5381bf4ad62701f2586f816792401 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998918533325rem;left:3.125rem;height:20.20505rem;font-style:normal;display:block; }
#Uc62afcac7aba5ca416d2acfae2d7f60 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.37456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.748699188233rem;left:66.381296157837rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y33835520890af9eb54acd221507d70f { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.12456875rem;width:3.93663125rem;top:8.0620670318606rem;left:11.072050094604rem;overflow:hidden;display:block; }
#d42875f6994575dc1c497129d6f917e7 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:55.4375rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#vd09af12a41ed7f22ec26640f9060af0 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:2.625rem;top:55.6875rem;left:48.125rem;overflow:hidden;display:block; }
#a7c15f00b952c1ebfe710b9fd1e678f9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:58.125rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#fbfc9a0301315eb626c887bf72733e36 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:60.75rem;left:48.125rem;overflow:hidden;display:block; }
#a54ede4466812b6673dc8af9bc1d5059 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:55.4375rem;left:45.5rem;display:block; }
#b1402dd8c61b3c6d4694dc8ef6264a88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gc649baa6db1c3bc90202f07cd00419a { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:60.5rem;left:45.5rem;display:block; }
#bff2a76f1b3499a566512d12d2d84aad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c9cd46fca98fb760cb15af19a43ee51a { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.125rem;left:4.375rem;box-shadow: none;display:block; }
#aee76e993c2b572378987cbbc1aa1ca5 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68685rem;position:absolute;font-family:poppins;font-size:4.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:36.561633110046rem;left:4.3750019073486rem;height:4.93785625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ccef51e8f915a74e1ba0e47b8eca32ec { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:36.866538047791rem;left:10.630426406861rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k582b78e470421ff24318d3b270ba528 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:58rem;left:45.5rem;display:block; }
#D38705dfc9e45266e7612558ea278ce4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u99e3475ed25464a17b0b6c7a24a0cff { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:2.625rem;top:58.25rem;left:48.125rem;overflow:hidden;display:block; }
#Xfe1086d30151950736df8b9527cc4a8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:60.625rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#h646bb9cc4e8db96272d036fec90ae1c { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:47.434896469116rem;left:46.81858253479rem;overflow:hidden;display:block; }
#x9d98763c7687a72b3a092fd8be6889c { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0620625rem;width:4.6875rem;top:26.07422041893rem;left:14.939020156861rem;overflow:hidden;display:block; }
#bd550a7e6ab2f0d93a424482ea681c6a { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.25rem;top:4.3749980926514rem;left:59.256731033325rem;overflow:hidden;display:block; }
#Tbwn1dq935TZCZfD8TbQGOI4Ghtv85Uu { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:55.57421875rem;left:65.5rem;display:block; }
#k7KyDJS0x8xDNq8gCMEVxs4BzeTeppBJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VVHJi1QNZLvhHi1iKz4NcC9uEr4GBWgB { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:58.26171875rem;left:65.5rem;display:block; }
#AciOnAHl1UwtRcnqmAdtDcTblM4efptt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VFopnoD2VQvPhCDmBnxbV4rmT8QJcrBl { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:61rem;left:65.5rem;display:block; }
#Pmkd7lTSUgef5g4ifVRfFCVVLm8hMVH3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cUWRWvV7biowiTqZRN47SyCHBRutDpXa { position:relative;display:block; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa { background-color: transparent; background-image: none; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row .container > .video-iframe-container { display: none; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row > .video-iframe-container { display: none; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .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); }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa { border-width: 0; border-radius: 0; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NtaWQ8T5ZadgIZKTbfIUhtiIcfkmW1Vu { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#vJMRVL0nlvPnD2z3TmVrVKMQXdLaA99i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W { position:relative;display:block; }#lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W { background-color: transparent; background-image: none; }#lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W > .row .container > .video-iframe-container { display: none; }#lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W > .row > .video-iframe-container { display: none; }#lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W > .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); }#lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W { border-width: 0; border-radius: 0; }#lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.9);background-image:none;font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cd05c1cbd68c92e11c3ef142aa7563b0 { box-sizing:content-box;height:5.9375rem;width:26.25rem;position:absolute;display:block;z-index:15000;background-color:#ed111c;background-image:none;top:20.613714218139rem;left:3.125rem;display:block; }
#c174836e5633150a83bafa016321e286 { color:#ffffff;display:block;width:20.4373125rem;position:absolute;font-family:monteserrat;font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:21.451171875rem;left:9.0004329681394rem;height:4.26215rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mdbfe07b5013176a4c005ad0cca480dd { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:21.73828125rem;left:4.0531673431396rem;overflow:hidden;display:block; }
#R6a9fc4a25dacc47287c7d8ca6230b12 { box-sizing:content-box;height:5.75rem;width:40rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:20.61328125rem;left:29.374456405639rem;border-top:0.125rem solid #ed111c;border-left:0.125rem solid #ed111c;border-right:0.125rem solid #ed111c;border-bottom:0.125rem solid #ed111c;display:block; }
#f01501b640cd629d566bae973d8e3aef { box-sizing:content-box;height:5.75rem;width:40rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:27.8125rem;left:29.375rem;border-top:0.125rem solid #ed111c;border-left:0.125rem solid #ed111c;border-right:0.125rem solid #ed111c;border-bottom:0.125rem solid #ed111c;display:block; }
#G951d82fd0f2e228925ba037b2a479d2 { box-sizing:content-box;height:5.9375rem;width:26.25rem;position:absolute;display:block;z-index:15004;background-color:#ed111c;background-image:none;top:27.8125rem;left:3.125rem;display:block; }
#r641688e0491aa4086873164c473b02f { color:#ffffff;display:block;width:20.4373125rem;position:absolute;font-family:monteserrat;font-size:1.9375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:28.625rem;left:9rem;height:4.26215rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c40d29b893b5437164478b9d6e3ce965 { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:28.9375rem;left:4.0625rem;overflow:hidden;display:block; }
#u6a405b94cf95e4553f27028e30620b0 { box-sizing:content-box;height:5.75rem;width:40rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:35rem;left:29.375rem;border-top:0.125rem solid #ed111c;border-left:0.125rem solid #ed111c;border-right:0.125rem solid #ed111c;border-bottom:0.125rem solid #ed111c;display:block; }
#D66e47f5ec5586177b740d4b2eb52b97 { box-sizing:content-box;height:5.9375rem;width:26.25rem;position:absolute;display:block;z-index:15008;background-color:#ed111c;background-image:none;top:35rem;left:3.125rem;display:block; }
#fe025f1ec9d8aef61ed2dd10f874b164 { color:#ffffff;display:block;width:20.4373125rem;position:absolute;font-family:monteserrat;font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:35.8125rem;left:9rem;height:4.26215rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F8991c93842eac5dc0b0f0b519ccd5aa { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:36.125rem;left:4.0625rem;overflow:hidden;display:block; }
#e188c840e15d4c9f2174389a2cc30d27 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:monteserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:21.482421875rem;left:30.7490234375rem;height:4.19744375rem;font-style:normal;display:block; }
#Tfb1fcaba4d5114d27994973f045c8bf { color:#000000;display:block;width:37.5rem;position:absolute;font-family:monteserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:29.380859375rem;left:30.7490234375rem;height:2.79829375rem;font-style:normal;display:block; }
#X73b00590904a69056cbabfb3ff0f674 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:monteserrat;font-size:1rem;font-weight:400;z-index:15073;line-height:1.4;letter-spacing:0;top:35.869140625rem;left:30.7490234375rem;height:4.19744375rem;font-style:normal;display:block; }
#ee55fcffbb17e42c3493bc8164618040 { color:#ed111c;display:block;width:66.25rem;position:absolute;font-family:monteserrat;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.1875rem;left:3.125rem;height:2.17506875rem;font-style:normal;display:block; }
#K57f8ddf3e7453093a3d10a4c0cea35f { color:#000000;display:block;width:68.185625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:42.1875rem;left:2.15625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Edc54e8f9bf1a74cbc1a64b85b9e3a81 { color:#000000;display:block;width:64.375rem;position:absolute;font-family:monteserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:5.919921875rem;left:3.125rem;height:12.59233125rem;font-style:normal;display:block; }
#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C { position:relative;display:block; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C { background-color: transparent; background-image: none; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row .container > .video-iframe-container { display: none; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row > .video-iframe-container { display: none; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .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); }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C { border-width: 0; border-radius: 0; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GBlBTMZ3TrtcuqZm02ppswGubht1lRkz { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#zEOJinbeefAd2HSzyVaiIWFT2Wqe9Nwi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s32FLr5xHawT09zbvEvdZTmrSfy213Xw { position:relative;display:block; }#s32FLr5xHawT09zbvEvdZTmrSfy213Xw { background-color: transparent; background-image: none; }#s32FLr5xHawT09zbvEvdZTmrSfy213Xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s32FLr5xHawT09zbvEvdZTmrSfy213Xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s32FLr5xHawT09zbvEvdZTmrSfy213Xw > .row .container > .video-iframe-container { display: none; }#s32FLr5xHawT09zbvEvdZTmrSfy213Xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s32FLr5xHawT09zbvEvdZTmrSfy213Xw > .row > .video-iframe-container { display: none; }#s32FLr5xHawT09zbvEvdZTmrSfy213Xw > .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); }#s32FLr5xHawT09zbvEvdZTmrSfy213Xw { border-width: 0; border-radius: 0; }#s32FLr5xHawT09zbvEvdZTmrSfy213Xw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s32FLr5xHawT09zbvEvdZTmrSfy213Xw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:93.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u66d1a8341ee5eb053ec78eef3b16c1f { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.75rem;width:68.4375rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#D32dedbcc1645e2b4cd825d35335fb82 { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:block; }
#dbcc8397fce1dc8a0163ad5d116a87d0 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:46.0625rem;left:50.4375rem;height:6.4186875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a64f42ac6fdfd735df90aaa52dc390e7 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998918533325rem;left:3.125rem;height:22.041925rem;font-style:normal;display:block; }
#f285825dcc023efe8b8c72bc54bb1dd4 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.37456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.749786376953rem;left:67.44140815735rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#H2471dabdb3b483a6a7f42dcb1aee63b { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.12456875rem;width:3.93555rem;top:6.005859375rem;left:44.257814407349rem;overflow:hidden;display:block; }
#f2099030ad4905064c0048758b975140 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:55.4375rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#b4d8ccef7383542024e69c1a1245d6f2 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:2.625rem;top:55.6875rem;left:48.125rem;overflow:hidden;display:block; }
#s5acb08a484de020202508fd1af0f75c { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:58.3125rem;left:48.125rem;overflow:hidden;display:block; }
#R5eb89d010ec0066c91cb74a5fbb7648 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:55.4375rem;left:45.5rem;display:block; }
#Ef6e42030a8b451636e6a68812d72595 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e19925b44c978d081f8be4965283ab81 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:58.0625rem;left:45.5rem;display:block; }
#dbe737987ef5b21929d792fba86b154b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ve53339ec4f69dc5025fa8cb622c90f5 { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.3741302490234rem;left:4.3750019073486rem;box-shadow: none;display:block; }
#W18ec4564373289959a5d047470125de { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68685rem;position:absolute;font-family:poppins;font-size:4.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:4.8114166259766rem;left:4.3750019073486rem;height:4.93785625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6d2728f30e87dc5cc9200e9189f9163 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1163177490234rem;left:10.630426406861rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Of663c8850bbc4961e8474e1030100af { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:58.1875rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#e29a044766abefe79fe471fec8e1dbc1 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:47.435983657837rem;left:46.131731033325rem;overflow:hidden;display:block; }
#Ted5ba0fe52b8681b245641ad675b674 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.25rem;top:38.382165193557rem;left:59.131944656372rem;overflow:hidden;display:block; }
#ae3fe2de22a6d6d6f640860f8e9ef45c { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.49978125rem;width:8.6870625rem;top:27.631295442581rem;left:16.537546157837rem;overflow:hidden;display:block; }
#hbe8b68bca11f62707b4d0d874fbcf9a { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.936875rem;width:23.75rem;top:69.25rem;left:3.0625rem;overflow:hidden;display:block; }
#b830958d4c58d3f57ac684f22189e6f0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:16.9375rem;top:69.25rem;left:28.875rem;overflow:hidden;display:block; }
#ma926327f718990daa1a6dde5b7bd57a { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:23.6875rem;top:69.25rem;left:47.9375rem;overflow:hidden;display:block; }
#td7ae2e3b7e288412a8e4f56e6dcb2c8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:86.8125rem;left:3.0625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ec312b9b54af7fca5f72d96de5f140c0 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;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:86.8125rem;left:47.875rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b0f20b0494c2c7e4c727c2d077304564 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:86.8125rem;left:28.875rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c7067900e804ef76d51fb7f2a53fcc01 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:9.124375rem;top:36.068795442581rem;left:4.375rem;overflow:hidden;display:block; }
#XWKaH6FktVTN71grMKX9XhdTHIJtls4H { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:55.57421875rem;left:65.375rem;display:block; }
#TLkcq7ikkz3oTMdEmkmHWWAihG9o4kXp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJFEAn8uxq38V3XP2QvOeTImre1FfZAc { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:58.28125rem;left:65.375rem;display:block; }
#ipas5u5OOcI3XhGvwEnwUgaLJuTSqxJU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK { position:relative;display:block; }#p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK { background-color: transparent; background-image: none; }#p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK > .row .container > .video-iframe-container { display: none; }#p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK > .row > .video-iframe-container { display: none; }#p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK > .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); }#p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK { border-width: 0; border-radius: 0; }#p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wdg8e30aIJKr0Bt6LdTLu4EsTT16epN6 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#VW3evxqpU7Il5Tf03rAnuGu1klt13fvq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR { position:relative;display:block; }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR { background-color: transparent; background-image: none; }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .row .container > .video-iframe-container { display: none; }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .row > .video-iframe-container { display: none; }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .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); }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR { border-width: 0; border-radius: 0; }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p41656cdb71e8a480b64899ca324918e { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.75rem;width:68.4375rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#e20aa84433232afd5c10bbdf7190e2b6 { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:block; }
#R40d531ba66b6aeabcfc05c877252148 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:46.062285423279rem;left:49.811632156372rem;height:6.4186875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Xd398c93b2b946683050ca112fed0a50 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998918533325rem;left:3.125rem;height:20.20505rem;font-style:normal;display:block; }
#Ke29c9a572c13713750b5362bd2e304d { color:rgba(var(--color-tertiary-0),1);display:block;width:3.37456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.748698234558rem;left:67.006296157837rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a3e9443b1ef89a3bc9832cbc66335c13 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.12456875rem;width:3.93555rem;top:8.7489089965819rem;left:16.699220657349rem;overflow:hidden;display:block; }
#L786932434db001db6dcde9741347304 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:55.4375rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#q9a7be583897146b1d15ba6877906916 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:2.625rem;top:55.6875rem;left:48.125rem;overflow:hidden;display:block; }
#O318e8db0df1dbbd4bde47842829e7b5 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:58.25rem;left:48.125rem;overflow:hidden;display:block; }
#A56a26e585cec5658f81e28fa319a0d0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:55.4375rem;left:45.5rem;display:block; }
#f34cc0985ea641cb7edbeec2be5a6a63 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aa9c56ae94725178af02a6dac5e52ddb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:58rem;left:45.5rem;display:block; }
#adbf8db609fc72f6593e4d43bb10eea8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oe3a3a636acbdf3f21a15b06da3451dd { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.125rem;left:4.375rem;box-shadow: none;display:block; }
#f7fdd76546014a00b2f0ba00a0eb4344 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68685rem;position:absolute;font-family:poppins;font-size:4.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:36.561633110046rem;left:4.3750019073486rem;height:4.93785625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7d86bf11bb0e47cb12df37f857baf10 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:36.866538047791rem;left:10.630426406861rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k0773bbfc7acb65b499896270e29ceca { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:58.125rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#Id82e70d817a0d6f624b0afeb90f00fe { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:47.434896469116rem;left:46.81858253479rem;overflow:hidden;display:block; }
#z09bc7e46a8af337414d6de86000ad55 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.25rem;top:4.3749980926514rem;left:59.256731033325rem;overflow:hidden;display:block; }
#Tf9e02a92a28b94f45b6b0cb7a5cc851 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.375rem;top:26.181641578674rem;left:34.819879531861rem;overflow:hidden;display:block; }
#bc791054b0a252bd1acff1ecf378acf0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.99935rem;width:3.68706875rem;top:8.2465286254881rem;left:7.5379772186281rem;overflow:hidden;display:block; }
#fc5ecb46aac4653abdbf0e45941de1ec { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.936875rem;width:11.311875rem;top:34.880647182464rem;left:41.686197280884rem;overflow:hidden;display:block; }
#ad35e9e94864499f2b0cbf54cfc45af9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.25rem;top:40.194229125976rem;left:60.381944656372rem;overflow:hidden;display:block; }
#w739c220b104eeebd770625362b68b44 { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:none; }
#iIPpT1hyQBGDKeJ01ZUbZzy0kmrX0r1C { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:55.57421875rem;left:65.375rem;display:block; }
#VUhP1xEGwRBr21InwVJ2avwkfboAWFNm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lkSugMrpiAJIz85vEIaDqwaxM86mHvlb { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:58.21875rem;left:65.375rem;display:block; }
#tXPcWKUhfcTt2QZa36geiLbA2S8A1cD5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp { position:relative;display:block; }#krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp { background-color: transparent; background-image: none; }#krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp > .row .container > .video-iframe-container { display: none; }#krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp > .row > .video-iframe-container { display: none; }#krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp > .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); }#krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp { border-width: 0; border-radius: 0; }#krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bw9tpKVJFPhspNLQTIEpuK7T6Kzuluw6 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#WmLN4ByiwdwPxULGJhNOCBhN0slavU0h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D { position:relative;display:block; }#n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D { background-color: transparent; background-image: none; }#n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D > .row .container > .video-iframe-container { display: none; }#n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D > .row > .video-iframe-container { display: none; }#n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D > .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); }#n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D { border-width: 0; border-radius: 0; }#n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wf45b8b7e88b7aaca75a267b0ada5931 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.6875rem;width:68.3125rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#i98119b31c969cb4b9ffa303d8fcefa1 { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:block; }
#ddbceb75fd75d82308d6892a650993b2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:46.062294006347rem;left:49.186197280884rem;height:6.4186875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ra800e6da3df16e7f27f28f48f01d234 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998918533325rem;left:3.125rem;height:20.20505rem;font-style:normal;display:block; }
#P257c4dbac0bd91c84a284879a6f666a { color:rgba(var(--color-tertiary-0),1);display:block;width:3.37456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.748710632324rem;left:66.381296157837rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ee758f5ef29e01783629a3fb573102fc { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.12456875rem;width:3.93555rem;top:13.320309638977rem;left:6.7632389068606rem;overflow:hidden;display:block; }
#Va85cf5a170d03fb3dae2e4f09326c91 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:55.4375rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#qf6d13baabcb810ebe9b41a0b78ec856 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.5625rem;top:55.6875rem;left:48.125rem;overflow:hidden;display:block; }
#e2694dff6bf8cc399e0fed88bf577984 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:60.6875rem;left:48.125rem;overflow:hidden;display:block; }
#Bf5395ca0a3cb6965e41bf11afd43b02 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:55.4375rem;left:45.5rem;display:block; }
#xc5087c01c67866c8b610eb6ee7cc96e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Odb279b8ba16e8dd321ec57c1493b6a0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:60.4375rem;left:45.5rem;display:block; }
#Nad25faf64e49e785cd071f318a6193c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2d97ffa46a83702d3f2bbe03a42c572 { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.125rem;left:4.375rem;box-shadow: none;display:block; }
#aff62bd378c112fcc01fca98e498fdbb { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68685rem;position:absolute;font-family:poppins;font-size:4.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:36.561633110046rem;left:4.3750019073486rem;height:4.93785625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u142ee3f6daa71d4cf49a94d7c51885c { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:36.866538047791rem;left:10.630426406861rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d23b5a17fc69605347748d45ee408dd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:60.5625rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#G5ba2781a3f9d3afe4e0822b037c5685 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:47.434896469116rem;left:46.81858253479rem;overflow:hidden;display:block; }
#c67c00c41b68a47b289cf68947d4ba33 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.25rem;top:4.3749980926514rem;left:59.256731033325rem;overflow:hidden;display:block; }
#ce496626fa97a454aa1a1b7bc89c2a68 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;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.99935rem;width:3.68706875rem;top:9.3782520294187rem;left:49.129343032837rem;overflow:hidden;display:block; }
#n725a6016c3053df587c6e69cb2703ba { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:58rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#z4e86743090ffc4043c5ec03db5cf560 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.5rem;top:58.25rem;left:48.125rem;overflow:hidden;display:block; }
#F09bf2537efa0354cbe66d46b4900e79 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:58rem;left:45.5rem;display:block; }
#Kd52a4db03f552b10426c9d7f697f998 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1f1a11ccc78d6e8d7ca18db168f8321 { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:none; }
#NZROKXN7lv64MZJpTTp2MLlZ30CTifM8 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:55.57421875rem;left:65.25rem;display:block; }
#ETRVbDgk9bMf9fon8GQdnZVmQFzfTKp7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GeQPEpWqLokuLBNwOSfWRIZuv0OCsfDT { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:58.13671875rem;left:65.25rem;display:block; }
#i7TiJJ8070MuPZrTfbwNAH2TywHWnDo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EvaNbsxppA8rNPssx5TpkrvyNVWsVl1l { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:60.65625rem;left:65.25rem;display:block; }
#XTDzMQRHBUZ0D8qcywQau9i79vyrlTa2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg { position:relative;display:block; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg { background-color: transparent; background-image: none; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row .container > .video-iframe-container { display: none; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row > .video-iframe-container { display: none; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .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); }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg { border-width: 0; border-radius: 0; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m4Tm6dNFTtiiz5KJdpHFQfpgm9AURWTO { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#uvqhpEDx1V8IaIS3CsyQreWiJyP9rTF2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO { position:relative;display:block; }#dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO { background-color: transparent; background-image: none; }#dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO > .row .container > .video-iframe-container { display: none; }#dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO > .row > .video-iframe-container { display: none; }#dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO > .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); }#dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO { border-width: 0; border-radius: 0; }#dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M997cd5c3c112bde215651bf125ed6ac { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.625rem;width:68.25rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#b1e0707c1dbb23e842d09b89c885380c { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:block; }
#c2b72a625e17d9f73d5bed5527b193dc { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:46.062286376953rem;left:49.811197280884rem;height:6.4186875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q323c64ca5f0578dbbc4d7bd6a2132d3 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998918533325rem;left:3.125rem;height:22.041925rem;font-style:normal;display:block; }
#Se9f28a395a7f53f5446dc64920e5f98 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.37456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.748718261719rem;left:67.006296157837rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#O4d9facd612538cef6ab8660a5640e2f { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.12456875rem;width:3.93555rem;top:10.131302833557rem;left:25.074872970581rem;overflow:hidden;display:block; }
#Gd0eb7f559427a06275a4484aa08b6b2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:55.4375rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#V7ba41f56d63b144e8853c4e12e467ae { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.5rem;top:55.6875rem;left:48.125rem;overflow:hidden;display:block; }
#S5652f03fc3d7637933f977b9101260d { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:58.311859130859rem;left:48.125001907349rem;overflow:hidden;display:block; }
#h4d0e951cf629195fd3dda73d83d4f80 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:55.4375rem;left:45.5rem;display:block; }
#x1693610b47523de19405760ac87c31a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c996499513f92dace7fca46207304d2e { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:58.062286376953rem;left:45.499132156372rem;display:block; }
#a1d55974299f8220dbdfabfa79170124 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0caf5cfc7c65d48dc4451fceb1a191a { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.125rem;left:4.375rem;box-shadow: none;display:block; }
#cc641ba2da0e927caed341a47602d841 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68685rem;position:absolute;font-family:poppins;font-size:4.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:36.561633110046rem;left:4.3750019073486rem;height:4.93785625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c9cba01e62c47accb002f1f45284bea4 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:36.866538047791rem;left:10.630426406861rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b95d30953d0310d0c7ca24155a1a5ed3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:58.187072753906rem;left:51.436632156372rem;height:1.8369125rem;font-style:normal;display:block; }
#vf97d4edeb537dd654de7201655ae87a { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:47.434906005859rem;left:46.81858253479rem;overflow:hidden;display:block; }
#G1902af6fe7dbb91bed905aedfd39ed0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.25rem;top:4.3739166259766rem;left:4.3817310333252rem;overflow:hidden;display:block; }
#cee6ee9e92e6c774f7cdf1db61a66f36 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4987rem;width:8.686rem;top:31.150175094604rem;left:45.061853408814rem;overflow:hidden;display:block; }
#b70183ff5bfad2b16515baa814544fd7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:13.125rem;top:34.692928552627rem;left:57.451173782349rem;overflow:hidden;display:block; }
#a7bb2ab24ff328d9fbaa445c0f92877f { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:none; }
#HhzmMysx3dVbCXXA9oR5gsOE7rS45lTb { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:55.57421875rem;left:65.568359375rem;display:block; }
#Fq204TA8oRK9n6G021Etl96CRVpV9G0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alt0T3GbnKQI44TlFUSN8yGtVW8JkCMu { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:58.2802734375rem;left:65.568359375rem;display:block; }
#UweMOEGN1DyO9ZvSDPBoFHfD7plwSPyw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl { position:relative;display:block; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl { background-color: transparent; background-image: none; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row .container > .video-iframe-container { display: none; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row > .video-iframe-container { display: none; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .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); }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl { border-width: 0; border-radius: 0; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fGJzxSbWvvtbEqkePbhuGlXvztOeUT53 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#cH868tkDT92t47lmkVPovFmuMy1qfQtX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IruZJHlMmJWO6V26LdXB1mArEb5e8As6 { position:relative;display:block; }#IruZJHlMmJWO6V26LdXB1mArEb5e8As6 { background-color: transparent; background-image: none; }#IruZJHlMmJWO6V26LdXB1mArEb5e8As6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IruZJHlMmJWO6V26LdXB1mArEb5e8As6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IruZJHlMmJWO6V26LdXB1mArEb5e8As6 > .row .container > .video-iframe-container { display: none; }#IruZJHlMmJWO6V26LdXB1mArEb5e8As6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IruZJHlMmJWO6V26LdXB1mArEb5e8As6 > .row > .video-iframe-container { display: none; }#IruZJHlMmJWO6V26LdXB1mArEb5e8As6 > .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); }#IruZJHlMmJWO6V26LdXB1mArEb5e8As6 { border-width: 0; border-radius: 0; }#IruZJHlMmJWO6V26LdXB1mArEb5e8As6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IruZJHlMmJWO6V26LdXB1mArEb5e8As6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H89db8dc1959e76959564b0691023e98 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5625rem;width:68.125rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#f9e67abfc5311669914a0ca0f8d6eacf { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:block; }
#e7c740ab375260d46ffffdc119157726 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:46.062294006347rem;left:49.186197280884rem;height:6.4186875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n0095bb9e551cb866b3718716e21f0f9 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998918533325rem;left:3.125rem;height:20.20505rem;font-style:normal;display:block; }
#b9f58d49b60250c5fe59d08f7231dc00 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.37456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.748710632324rem;left:66.381296157837rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#I6857412dae53c31821d353f9543ef46 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.12456875rem;width:3.93555rem;top:8.3810558319094rem;left:50.625001907349rem;overflow:hidden;display:block; }
#e69a14886e8b48b93e3a3a031859ee00 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:55.4375rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#L2adb691faf69857968426bcde38d887 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.5rem;top:55.6875rem;left:48.125rem;overflow:hidden;display:block; }
#Rb4b41a63c2861a4724e0ed9bae02e3a { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:58.311859130859rem;left:48.125001907349rem;overflow:hidden;display:block; }
#Ncd98dfc19e38818981d3203d31adc6d { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:55.4375rem;left:45.5rem;display:block; }
#B36356a6cb823971f0ed645606d29f8d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E5d98e3cce915d1d9b1192abb4827d25 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:58.062286376953rem;left:45.499132156372rem;display:block; }
#d4d334fa656a5a860695dc9c350c4e51 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dd8bdc87110718025e46db8f09942a02 { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.125rem;left:4.375rem;box-shadow: none;display:block; }
#f3e54ca5c452b8946e67bdbe6a977064 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68685rem;position:absolute;font-family:poppins;font-size:4.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:36.561633110046rem;left:4.3750019073486rem;height:4.93785625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J06ae379e94bb1a3c491927fd6172c11 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:36.866538047791rem;left:10.630426406861rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P4735002a5abf318ecfeee750c3a190c { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:58.187072753906rem;left:51.436632156372rem;height:1.8369125rem;font-style:normal;display:block; }
#v7d11afc864c0b06f1c0c232a9c045c9 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:47.434896469116rem;left:46.81858253479rem;overflow:hidden;display:block; }
#Nb5eac7e7d3283849f6f68e4f344e13b { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.25rem;top:4.3739166259766rem;left:4.3817310333252rem;overflow:hidden;display:block; }
#f4c17981a612e73157af6b6a82a09831 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81185rem;width:7.249375rem;top:26.131728172302rem;left:35.319013595581rem;overflow:hidden;display:block; }
#A229a961cfb913979ff7521293814beb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:9.8125rem;top:39.059901110535rem;left:59.750451290475rem;overflow:hidden;display:block; }
#Bc79d1a527271a119e0376a7f0adeba9 { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:none; }
#iKkfS0xV7FNDeOTf6fJrH5QRTVpW6A7S { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:55.57421875rem;left:65.0625rem;display:block; }
#uhvNttpUFF31UtmfkygfVSuZA97svkdC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DwzwLmMGR5B1a76WLKVaU28PD456kRVu { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:58.2802734375rem;left:65.0625rem;display:block; }
#ASr8cKfAPwV1pC6TAMdhc8ilfTAdMfmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg { position:relative;display:block; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg { background-color: transparent; background-image: none; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row .container > .video-iframe-container { display: none; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row > .video-iframe-container { display: none; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .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); }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg { border-width: 0; border-radius: 0; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qO1A2OECnkd4UoV41ZLSDP24TufIZ5fW { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#XSflDBVZRJT7u2Inn2hs0S6mlmLh1ezw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR { position:relative;display:block; }#RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR { background-color: transparent; background-image: none; }#RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR > .row .container > .video-iframe-container { display: none; }#RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR > .row > .video-iframe-container { display: none; }#RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR > .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); }#RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR { border-width: 0; border-radius: 0; }#RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:72.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wac1f75efc65ff626e48c16ef52caa51 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5rem;width:68rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#dd4c6a4e1b8dc2839465a256e47fc4c5 { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:block; }
#P1d21654cc03579468e7d0b89c03986c { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:46.062294006347rem;left:49.186197280884rem;height:6.4186875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#b999bbbf0ebd1fd475bad64e9f986b66 { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998918533325rem;left:3.125rem;height:23.8787375rem;font-style:normal;display:block; }
#feef83af9b4badaafae14fdefe70327e { color:rgba(var(--color-tertiary-0),1);display:block;width:3.37456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.748710632324rem;left:66.381296157837rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#F17ec00538c865561806d10545b2912f { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.12456875rem;width:3.93555rem;top:8.5666232109069rem;left:8.0381946563719rem;overflow:hidden;display:block; }
#bf79b762053ee40194b8fc04d82991ef { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:55.4375rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#V5a9847f133fdc4baa822c59b132f69f { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.5rem;top:55.6875rem;left:48.125rem;overflow:hidden;display:block; }
#T5e28f0928c9c8b82c6e030a272cd1e3 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:2.625rem;top:58.311859130859rem;left:48.125001907349rem;overflow:hidden;display:block; }
#T6956ae590d29dd5b4672852316de3e5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:55.4375rem;left:45.5rem;display:block; }
#J6ccc6f33189e01e4aeaf5ac8347e878 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D055c85c15c1cd568b0b763a8bea9008 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:58.062286376953rem;left:45.499132156372rem;display:block; }
#Hf3feca3f1ac2831e17de24a39d00831 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x14b7118dcdbba129103249f2bbf7aa7 { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.8125rem;left:64.25rem;box-shadow: none;display:block; }
#K9e610c7479713ae8713edbdcf7c4628 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68685rem;position:absolute;font-family:poppins;font-size:4.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:36.25rem;left:64.25rem;height:4.93785625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b564d182e5a220f89e96a2cd7710c569 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.936rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:36.429037570953rem;left:53.811853408814rem;height:4.38654375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ka88d2b6c3e425eb1ed3a1286ca90107 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:58.187072753906rem;left:51.436632156372rem;height:1.8369125rem;font-style:normal;display:block; }
#x58d2787cb5600e9853c0604ef32af12 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:47.434896469116rem;left:46.81858253479rem;overflow:hidden;display:block; }
#e585d221f189e1f1419af4c5984e037a { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31163125rem;width:11.25rem;top:4.375rem;left:58.69358253479rem;overflow:hidden;display:block; }
#Qff9ef2b679040bdd7835ae6607a70d6 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81185rem;width:7.249375rem;top:26.318359851837rem;left:28.193361282349rem;overflow:hidden;display:block; }
#F3c2e895b0e5a61f8ae0fcd06898f4d4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31206875rem;width:6.9998125rem;top:37.757162570953rem;left:3.75rem;overflow:hidden;display:block; }
#a381c2ef91d98254622bb38e88b4a1cc { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;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.99935rem;width:3.68706875rem;top:25.225477695465rem;left:38.165582656861rem;overflow:hidden;display:block; }
#q23dea2b076dc18349eb5eead97b3431 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:60.875rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#be529d05c8c36c9cee83de329a5bcd0b { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:61rem;left:48.125rem;overflow:hidden;display:block; }
#be578e282b12194eff982c574de3a41a { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:60.75rem;left:45.5rem;display:block; }
#dd31ffeb55233d2c3fbc67def46b49ae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#df9c3f555559f98d99b6b8eb782a2802 { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:none; }
#kX7PJsHJT2MOwspGPr5GvKJeslCz3quH { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:55.57421875rem;left:65.568359375rem;display:block; }
#pWGmAQFdiD4pa8y5JL1h97zLFPh5ZrwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lP0iRL3ztxIHA1GB90floeCPJNrIy1mf { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:58.3115234375rem;left:65.568359375rem;display:block; }
#rxaiqvAwZbpaBU9mwvKn6Irqtp9Wo9vw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qC00Z52QPtS5A5wErPpyGO0Jn7lLQoTn { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:61.01171875rem;left:65.568359375rem;display:block; }
#VAOGMOlkgi2GUG1AQrrao6vQ2ykTVzBK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB { position:relative;display:block; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB { background-color: transparent; background-image: none; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row .container > .video-iframe-container { display: none; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row > .video-iframe-container { display: none; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .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); }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB { border-width: 0; border-radius: 0; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KtUMv48O4Vxm19yoiHAfllI5hItrtAM0 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#O6Mm9k9EhwnZm7rJHIBW9wqdBEN1H4OO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT { position:relative;display:block; }#Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT { background-color: transparent; background-image: none; }#Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT > .row .container > .video-iframe-container { display: none; }#Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT > .row > .video-iframe-container { display: none; }#Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT > .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); }#Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT { border-width: 0; border-radius: 0; }#Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a130f017b103655a0616e69538cfa7bc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.4375rem;width:67.8125rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#ab43ef226870ae788e82feb6ef57f258 { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:block; }
#a4d4387519e6b19de0333041e108ac43 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:46.062294006347rem;left:49.186197280884rem;height:6.4186875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#me54cd9e144266182133c1be7995248a { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.998918533325rem;left:3.125rem;height:20.20505rem;font-style:normal;display:block; }
#Ifdc923f081897494b5b200f2f1c696b { color:rgba(var(--color-tertiary-0),1);display:block;width:3.37456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.748710632324rem;left:66.381296157837rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ba2a5771626759619fb57589b28afe46 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;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.12456875rem;width:3.93555rem;top:16.752388715744rem;left:51.436632156372rem;overflow:hidden;display:block; }
#f7b7099c24a90cb512994bae0362ba16 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:55.4375rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#Z7c81ecc0ab388593ef12cb7148fe241 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.5rem;top:55.6875rem;left:48.125rem;overflow:hidden;display:block; }
#O0958cdd8a64b014f40840a1f86e6ac6 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:2.625rem;top:58.311859130859rem;left:48.125001907349rem;overflow:hidden;display:block; }
#a0fd5fa5dae6e9261f5ae50641fecbc6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:55.4375rem;left:45.5rem;display:block; }
#Ee50b7f202191f2e0eb6167e529efd0c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c392753990f8ceb998c4298d2093d9aa { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:58.062286376953rem;left:45.499132156372rem;display:block; }
#rbf5cf30b873805ca4ebf4ded14ba697 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q3fba7a24b7166c83d49e821a337fcb0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:58.187072753906rem;left:51.436632156372rem;height:1.8369125rem;font-style:normal;display:block; }
#B1f7e344b4f2405bf0e4bb2d7caf59b8 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:47.434896469116rem;left:46.81858253479rem;overflow:hidden;display:block; }
#D3380eb8987a26f87e3a5e50b2762969 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31163125rem;width:11.25rem;top:4.375rem;left:58.69358253479rem;overflow:hidden;display:block; }
#g699d1d08041b730834c5d6bdece2902 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81185rem;width:7.249375rem;top:31.223961591721rem;left:20.068361282349rem;overflow:hidden;display:block; }
#cfa3d10f0c0128ff80261e6cda46ea94 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:60.875rem;left:51.4375rem;height:1.8369125rem;font-style:normal;display:block; }
#D21e0b00d6d99584bf491c7bf8055871 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.6875rem;top:61rem;left:48.125rem;overflow:hidden;display:block; }
#w89666200b2cc563090db8b683e3dd0f { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:60.75rem;left:45.5rem;display:block; }
#Ic758bf31ad825c4a2cba6734088a933 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qb0cb9d86af8e39a696d4d2d0b462b38 { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.75rem;left:4.375rem;box-shadow: none;display:block; }
#ed76941d457d42310ade39c8082c2a7f { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68685rem;position:absolute;font-family:poppins;font-size:4.9375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:36.1875rem;left:4.375rem;height:4.93785625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cb5566e16b4e907a3e01991d0cd21945 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:36.5rem;left:10.625rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f94fb6d0fa462645cf1194e7d96eda8a { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.998917579651rem;left:45.506731033325rem;box-shadow: none;display:none; }
#VVQkh9y3Kb8TkaTdvv525eEQmnlTrnG8 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:55.57421875rem;left:65.568359375rem;display:block; }
#Ez49JVaD9khX7Ticxgxwmz0UBsuNfhsa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BiLKxa1hAlRsUATF5a6Gc5tndkheyN99 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:58.3115234375rem;left:65.568359375rem;display:block; }
#zdfCTC7qmB0MMnLOwig6qhauwVxW45t3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGMGnsyH05U614aHn928Q0BEPDlTEupU { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.5625rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:61.01171875rem;left:65.568359375rem;display:block; }
#ltG6oobl1raCyo7PXryTpKbe4Ic8HBmW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec { position:relative;display:block; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec { background-color: transparent; background-image: none; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row .container > .video-iframe-container { display: none; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row > .video-iframe-container { display: none; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .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); }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec { border-width: 0; border-radius: 0; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q61vstJ0MMfXUZI46caCykGxkXJO5TSf { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#rB4DncWMVWCJeQGxByVSVIxdasXgVe7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPaEEDe8dLev9VafieHlfcuVWWyRlTrw { position:relative;display:block; }#kPaEEDe8dLev9VafieHlfcuVWWyRlTrw { background-color: transparent; background-image: none; }#kPaEEDe8dLev9VafieHlfcuVWWyRlTrw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPaEEDe8dLev9VafieHlfcuVWWyRlTrw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPaEEDe8dLev9VafieHlfcuVWWyRlTrw > .row .container > .video-iframe-container { display: none; }#kPaEEDe8dLev9VafieHlfcuVWWyRlTrw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPaEEDe8dLev9VafieHlfcuVWWyRlTrw > .row > .video-iframe-container { display: none; }#kPaEEDe8dLev9VafieHlfcuVWWyRlTrw > .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); }#kPaEEDe8dLev9VafieHlfcuVWWyRlTrw { border-width: 0; border-radius: 0; }#kPaEEDe8dLev9VafieHlfcuVWWyRlTrw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kPaEEDe8dLev9VafieHlfcuVWWyRlTrw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fde157ab67b7258f4dd583c9800b5a14 { color:#ed111c;display:block;width:66.25rem;position:absolute;font-family:monteserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.1875rem;left:3.125rem;height:2.69921875rem;font-style:normal;display:block; }
#I39ee45cf52ae542a13a4617f674c27a { color:#000000;display:block;width:40rem;position:absolute;font-family:monteserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.7306795120237rem;left:3.125rem;height:19.58808125rem;font-style:normal;display:block; }
#s9a27a3be389108ed401d4b7b982aaae { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:40.1875rem;top:27.103949546814rem;left:2.1234817504883rem;overflow:hidden;display:block; }
#c2f4d23786add484ffd0c4895cf16bf4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1875rem;width:26.8125rem;top:6.7296018600462rem;left:45.000001907349rem;overflow:hidden;display:block; }
#a7db792fe389ddccde69f9b6ce9e7865 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:28.75rem;top:34.296875rem;left:43.936433792114rem;overflow:hidden;display:block; }
#v2371bf386c318154786d7a63b0cda6a { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.874125rem;width:26.4995625rem;top:4.8850368261338rem;left:21.880426406861rem;overflow:hidden;display:block; }
#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD { position:relative;display:block; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD { background-color: transparent; background-image: none; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row .container > .video-iframe-container { display: none; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row > .video-iframe-container { display: none; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .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); }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD { border-width: 0; border-radius: 0; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZBuwePmFI0Xi8WdtR7MkQFekebUexVRf { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#x0twqcf6ciRLO3rAqqDlBLcHgVNtihSp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz { position:relative;display:block; }#sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz { background-color: transparent; background-image: none; }#sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz > .row .container > .video-iframe-container { display: none; }#sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz > .row > .video-iframe-container { display: none; }#sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz > .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); }#sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz { border-width: 0; border-radius: 0; }#sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:67.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F410f50fa393440a61724689bf5af519 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.8125rem;width:68.5rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#E5178d91523cbf782455dc022f58270a { color:#000000;display:block;width:40rem;position:absolute;font-family:monteserrat;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.9982213974rem;left:3.125rem;height:18.36825rem;font-style:normal;display:block; }
#nc4671d672bc844a5feb5f92d0e1fce8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3114375rem;width:11.25rem;top:4.3749883174896rem;left:59.180570602417rem;overflow:hidden;display:block; }
#DBAAunK2Dq0HzwDMWxHXAPuiuB98oTqK { color:#000000;display:block;width:10.8744375rem;position:absolute;font-family:monteserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:10.746625900269rem;left:51.246450424194rem;height:2.79829375rem;font-style:normal;display:block; }
#UXIyrpMoFCfAQeA91gzDhFmBkAO5tndk { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.8125rem;left:45.4375rem;box-shadow: none;display:block; }
#Rm9452fXg7affIMcBPwfwODuouf8nbdm { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:45.875rem;left:49.125rem;height:6.4186875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nIytpwwzTdx2L0ucUUP9gLH4awhDArTm { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:47.25rem;left:46.75rem;overflow:hidden;display:block; }
#OLbTXcK998sVXVZDR2dspT0KBrtPmiHq { color:rgba(var(--color-tertiary-0),1);display:block;width:3.37456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:45.5625rem;left:66.3125rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE { position:relative;display:block; }#W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE { background-color: transparent; background-image: none; }#W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE > .row .container > .video-iframe-container { display: none; }#W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE > .row > .video-iframe-container { display: none; }#W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE > .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); }#W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE { border-width: 0; border-radius: 0; }#W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:67.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wI4FJGZ7HJy0SziHl2NGhe7oD29ADlr1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.75rem;width:68.4375rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#huerxPxGfTf4cncAsFPh8C4pFFeUtT1I { color:#000000;display:block;width:40rem;position:absolute;font-family:monteserrat;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.9982213974rem;left:3.125rem;height:18.36825rem;font-style:normal;display:block; }
#sJT4Z6EqkThgZOcXdPp8R5hsUJX0a3X7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3114375rem;width:11.25rem;top:4.3749883174896rem;left:59.180570602417rem;overflow:hidden;display:block; }
#qbTmlr6wBe3Zxwx8NIfcIxLhkwnexAGw { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.8125rem;left:45.4375rem;box-shadow: none;display:block; }
#r4mMrgi8MOIiBCq2z0gIOatqyOFyhtMr { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:45.875rem;left:49.125rem;height:6.4186875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R2wpyTHHCb7xiUzXLzMsJfvHXGM16t5x { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:47.25rem;left:46.75rem;overflow:hidden;display:block; }
#FO0VBA4UTlkd6JXI7yFvRyXP5v0eObTP { color:rgba(var(--color-tertiary-0),1);display:block;width:3.37456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:45.5625rem;left:66.3125rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA { position:relative;display:block; }#GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA { background-color: transparent; background-image: none; }#GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA > .row .container > .video-iframe-container { display: none; }#GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA > .row > .video-iframe-container { display: none; }#GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA > .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); }#GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA { border-width: 0; border-radius: 0; }#GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BRv3CPmzQE53zzmEitqDG71T5o0AuPgS { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#kGW1aXOXhTLeaBePEnCiSQ9oa1V13csU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IXDNXXf4NMunvRnHfOmvStGmohlOu92T { position:relative;display:block; }#IXDNXXf4NMunvRnHfOmvStGmohlOu92T { background-color: transparent; background-image: none; }#IXDNXXf4NMunvRnHfOmvStGmohlOu92T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXDNXXf4NMunvRnHfOmvStGmohlOu92T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXDNXXf4NMunvRnHfOmvStGmohlOu92T > .row .container > .video-iframe-container { display: none; }#IXDNXXf4NMunvRnHfOmvStGmohlOu92T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXDNXXf4NMunvRnHfOmvStGmohlOu92T > .row > .video-iframe-container { display: none; }#IXDNXXf4NMunvRnHfOmvStGmohlOu92T > .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); }#IXDNXXf4NMunvRnHfOmvStGmohlOu92T { border-width: 0; border-radius: 0; }#IXDNXXf4NMunvRnHfOmvStGmohlOu92T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IXDNXXf4NMunvRnHfOmvStGmohlOu92T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:67.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lnrql93VhZAbGzJSMRPyrM5DToZEsaQ0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.6875rem;width:68.3125rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#ukn8tCqoBTfZXoNEDSaGaTx3hSsD82pR { color:#000000;display:block;width:40rem;position:absolute;font-family:monteserrat;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:44.9982213974rem;left:3.125rem;height:14.6946rem;font-style:normal;display:block; }
#pb0tO0Uk3qO7VmIZ0MsBfI1Z7gWQ1b2g { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3114375rem;width:11.25rem;top:4.3749883174896rem;left:59.180570602417rem;overflow:hidden;display:block; }
#Of3FTcf95gPbzP7PanTcekMBHBSqfxpK { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.8125rem;left:45.4375rem;box-shadow: none;display:block; }
#NcNnfn7KdF5czeQ9qhVN76wCD1AycKxD { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:45.875rem;left:49.125rem;height:6.4186875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aZoPL8yqqmv1sVMTOOTWicahyno3MT33 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:47.25rem;left:46.75rem;overflow:hidden;display:block; }
#ab50T6SVBXJzmkw8Ubwudofn0hGMSUsP { color:rgba(var(--color-tertiary-0),1);display:block;width:3.37456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:45.5625rem;left:66.3125rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt { position:relative;display:block; }#PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt { background-color: transparent; background-image: none; }#PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt > .row .container > .video-iframe-container { display: none; }#PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt > .row > .video-iframe-container { display: none; }#PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt > .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); }#PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt { border-width: 0; border-radius: 0; }#PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GknzoPBw6RbFikKl5Zxgchyx0hmmkANM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.5rem;width:40rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#EIFECZToPf3Ghnrhzk1PT6KftVTERs0Q { color:#000000;display:block;width:26.25rem;position:absolute;font-family:monteserrat;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:13.561821937561rem;left:45.43678855896rem;height:22.0419375rem;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; }
#QC3InJdC7FHTbirFZODouEVvPfyNgDHI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:15.6875rem;top:45.127471777771rem;left:55.940868568284rem;overflow:hidden;display:block; }
#xbDrpWb4s3gl74g4D1J4z9sPKygDsEZT { box-sizing:content-box;height:8.5625rem;width:26.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.125rem;left:45.4375rem;box-shadow: none;display:block; }
#TMSUZ8ByTnQrTcZ5yZxRDPdPo88vifg3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.1875rem;left:49.125rem;height:6.4186875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qfcTgb8AdrsbgR8yIyudt0R82u7zcTZU { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.9375rem;top:5.5625rem;left:46.75rem;overflow:hidden;display:block; }
#UWakQ3ChJDkhZ8zfMF3fskvDPJHz8AcJ { color:rgba(var(--color-tertiary-0),1);display:block;width:3.37456875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.875rem;left:66.3125rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs { position:relative;display:block; }#cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs { background-color: transparent; background-image: none; }#cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs > .row .container > .video-iframe-container { display: none; }#cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs > .row > .video-iframe-container { display: none; }#cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs > .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); }#cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs { border-width: 0; border-radius: 0; }#cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IwQgNMgCMLl8BJ4FbFiItB9VFyVHW5qw { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.1536445617676rem;left:26.250003814698rem;display:block; }
#UI1sveD7MLnobotX0ZFpyFMKC7vmTErB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt { position:relative;display:block; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt { background-color: transparent; background-image: none; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container > .video-iframe-container { display: none; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row > .video-iframe-container { display: none; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt { border-width: 0; border-radius: 0; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container::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-right-radius:initial;border-bottom-left-radius:initial; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/904f690e-cefe-44fb-916e-7668701f70f2/HG_beige_Struktur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container.adaptive-delivery-prevent-bg, #TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container.lazyload, #TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container.lazyloading { background-image: none; }#Zkn5kzDBBu3w7DkBIXPfc525z8UKOGaP { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1868125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:3.3123226165771rem;left:62.373929977417rem;height:5.62411875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dPv9KXZfJs7JLXuKuNd6JlT2ogx8t64F { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:3.3123226165771rem;left:35.742185592651rem;height:5.624125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lg1yJT50TQdTpDTJPcHpETo2kxMEIBv6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:3.312255859375rem;left:48.812143325806rem;height:5.62411875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hLtG972fw7VtQ7S30gGtO5AlBcFxSuqU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:29.1875rem;top:3.4375rem;left:3.75rem;overflow:hidden;display:block; }
#NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE { position:relative;display:block; }#NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE { background-color: transparent; background-image: none; }#NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE > .row .container > .video-iframe-container { display: none; }#NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE > .row > .video-iframe-container { display: none; }#NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE > .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); }#NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE { border-width: 0; border-radius: 0; }#NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Vaf533cba4d2bbe846a23bdf0bd5cacf { color:rgba(var(--color-tertiary-4),1);display:block;width:68.18625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:0.84375rem;left:3.4072914123535rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E { position:relative;display:block; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E { background-color: transparent; background-image: none; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container > .video-iframe-container { display: none; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row > .video-iframe-container { display: none; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E { border-width: 0; border-radius: 0; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container::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-right-radius:initial;border-bottom-left-radius:initial; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/904f690e-cefe-44fb-916e-7668701f70f2/HG_beige_Struktur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container.adaptive-delivery-prevent-bg, #LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container.lazyload, #LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container.lazyloading { background-image: none; }#rJIkr3O3iaQsiur78Fee5harAVnAT5rK { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:1.53125rem;left:24.8125rem;height:1.593575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMTAhkDzBPRCOO6HLdb9Vyg2TkTOB8C2 { width:11.5625rem;height:3.4375rem;top:1.375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJZTeQtsDKTT618WaTkF60X6Hf0LCImT { display:block; }
 }@media only screen and (max-width: 763px) { #pPn6ru6CmDt2R9WkEXT6WQgCmM13mtaN { top:0.875rem;left:0rem;width:28.1875rem;height:4.4274348075949rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA { display:block; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg { display:block; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwGU9f2fSPxqaAg1egPAhswINaXdftW1 { top:38.0625rem;left:26.25rem;width:21.5rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvAL1K7yV3V1RsxwKvN0EJed1o8BCB8S { top:37.3125rem;left:24rem;width:23.75rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmUo3xvvUIRXEmMTuTbHOtvxXbP0Qr3B { top:22.125rem;left:34.25rem;width:13.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdfPK0d5TOKHkkPWJD3lqDVuPlrwRaqr { top:26.625rem;left:0rem;width:46.75rem;height:16.602628736527rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST { display:block; }#iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9622a9c103cc2dbbe543f4b49520e37 { top:3.125rem;left:0rem;width:47.75rem;height:11.125rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncd2e11a22696bf23dfe59991b9f4176 { top:16.75rem;left:0rem;width:43.9375rem;height:38.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q432e6416d53238feb162cfea24b1105 { top:16.8125rem;left:27.75rem;width:20rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0cea274c76375dc282a21f154d29e9d { top:57.25rem;left:0rem;width:20rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIi6rdpVhrovITnHSOeE4GDnufRS21cb { top:42.875rem;left:36.0625rem;width:11.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ3yqLIUmTizXn6fKyu9WBf7kZhcE8ZF { top:43.1875rem;left:37.5rem;width:9.6875rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkwF8Ntuek9agHlTvlybTFIbrGVgRhGo { top:12.875rem;left:36.5rem;width:11.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq { display:block; }#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTzmeT4DnAlc6uznzk3mp4m7dno923zi { top:1rem;left:0rem;width:25.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq2ltzmlvnRTxDwDTx2BCHCw2lcZbrla { top:1rem;left:7.75rem;width:40rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt3l49s9MroLAFy4etDOAFM6aHy7RMp8 { top:4.75rem;left:10.25rem;width:37.5rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMICro96q4iqXw6DR7ZoagkC8TU9x93p { top:2.3125rem;left:10.25rem;width:37.5rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwut7wULTUsbRaU1sPCS2Ad9KI9fmXov { top:13.75rem;left:11.1875rem;width:36.5625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy { display:block; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiSN4ta9NZlmUAgsS5NSix72f287NVTM { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocbbehnEEFTC6cSqJQPFFcpfNCiX9fSX { display:block; }
 }@media only screen and (max-width: 763px) { #BlOp36NATqHBvvPJKf6PBszwxSue4EWo { display:block; }#BlOp36NATqHBvvPJKf6PBszwxSue4EWo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i07e14d6056d6068bc478a1f3f0db5fd { top:3.125rem;left:0rem;width:47.75rem;height:27.727210574294rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7fcbcc06691f2d2861ba86429414033 { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O779413230995774694e1de0875f1077 { top:46.0625rem;left:29.875rem;width:17.875rem;height:6.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7f5381bf4ad62701f2586f816792401 { top:44.9375rem;left:0rem;width:40rem;height:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc62afcac7aba5ca416d2acfae2d7f60 { top:45.6875rem;left:44.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y33835520890af9eb54acd221507d70f { top:8rem;left:0rem;width:3.875rem;height:2.0913068518292rem;display:block; }
 }@media only screen and (max-width: 763px) { #d42875f6994575dc1c497129d6f917e7 { top:55.4375rem;left:36.3125rem;width:11.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd09af12a41ed7f22ec26640f9060af0 { top:55.6875rem;left:34.5rem;width:2.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7c15f00b952c1ebfe710b9fd1e678f9 { top:58.125rem;left:37.811632156372rem;width:8.8125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbfc9a0301315eb626c887bf72733e36 { top:60.75rem;left:34.5rem;width:2.625rem;height:1.4651686824346rem;display:block; }
 }@media only screen and (max-width: 763px) { #a54ede4466812b6673dc8af9bc1d5059 { width:1.9375rem;height:1.9375rem;top:55.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1402dd8c61b3c6d4694dc8ef6264a88 { display:block; }
 }@media only screen and (max-width: 763px) { #gc649baa6db1c3bc90202f07cd00419a { width:1.9375rem;height:1.9375rem;top:60.5rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bff2a76f1b3499a566512d12d2d84aad { display:block; }
 }@media only screen and (max-width: 763px) { #c9cd46fca98fb760cb15af19a43ee51a { top:36.125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aee76e993c2b572378987cbbc1aa1ca5 { top:36.5rem;left:0rem;width:5.625rem;height:4.875rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccef51e8f915a74e1ba0e47b8eca32ec { top:36.8125rem;left:0rem;width:9.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k582b78e470421ff24318d3b270ba528 { width:1.9375rem;height:1.9375rem;top:58rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D38705dfc9e45266e7612558ea278ce4 { display:block; }
 }@media only screen and (max-width: 763px) { #u99e3475ed25464a17b0b6c7a24a0cff { top:58.25rem;left:34.5rem;width:2.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfe1086d30151950736df8b9527cc4a8 { top:60.625rem;left:37.4375rem;width:10.3125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h646bb9cc4e8db96272d036fec90ae1c { top:47.375rem;left:33.19358253479rem;width:3.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9d98763c7687a72b3a092fd8be6889c { top:26.0625rem;left:1.3140201568604rem;width:4.6875rem;height:8.0620625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd550a7e6ab2f0d93a424482ea681c6a { top:4.3125rem;left:36.5rem;width:11.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbwn1dq935TZCZfD8TbQGOI4Ghtv85Uu { width:6.25rem;height:1.5625rem;top:55.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7KyDJS0x8xDNq8gCMEVxs4BzeTeppBJ { display:block; }
 }@media only screen and (max-width: 763px) { #VVHJi1QNZLvhHi1iKz4NcC9uEr4GBWgB { width:6.25rem;height:1.5625rem;top:58.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AciOnAHl1UwtRcnqmAdtDcTblM4efptt { display:block; }
 }@media only screen and (max-width: 763px) { #VFopnoD2VQvPhCDmBnxbV4rmT8QJcrBl { width:6.25rem;height:1.5625rem;top:61rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmkd7lTSUgef5g4ifVRfFCVVLm8hMVH3 { display:block; }
 }@media only screen and (max-width: 763px) { #cUWRWvV7biowiTqZRN47SyCHBRutDpXa { display:block; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtaWQ8T5ZadgIZKTbfIUhtiIcfkmW1Vu { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJMRVL0nlvPnD2z3TmVrVKMQXdLaA99i { display:block; }
 }@media only screen and (max-width: 763px) { #lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W { display:block; }#lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cd05c1cbd68c92e11c3ef142aa7563b0 { top:20.5625rem;left:0rem;width:26.25rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c174836e5633150a83bafa016321e286 { top:21.4375rem;left:0rem;width:20.375rem;height:4.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdbfe07b5013176a4c005ad0cca480dd { top:21.6875rem;left:0rem;width:3.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6a9fc4a25dacc47287c7d8ca6230b12 { top:20.5625rem;left:7.5rem;width:40rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f01501b640cd629d566bae973d8e3aef { top:27.8125rem;left:7.5rem;width:40rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G951d82fd0f2e228925ba037b2a479d2 { top:27.8125rem;left:0rem;width:26.25rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r641688e0491aa4086873164c473b02f { top:28.625rem;left:0rem;width:20.375rem;height:4.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c40d29b893b5437164478b9d6e3ce965 { top:28.9375rem;left:0rem;width:3.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6a405b94cf95e4553f27028e30620b0 { top:35rem;left:7.5rem;width:40rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D66e47f5ec5586177b740d4b2eb52b97 { top:35rem;left:0rem;width:26.25rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe025f1ec9d8aef61ed2dd10f874b164 { top:35.8125rem;left:0rem;width:20.375rem;height:4.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8991c93842eac5dc0b0f0b519ccd5aa { top:36.125rem;left:0rem;width:3.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e188c840e15d4c9f2174389a2cc30d27 { top:21.4375rem;left:10.25rem;width:37.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfb1fcaba4d5114d27994973f045c8bf { top:29.375rem;left:10.25rem;width:37.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X73b00590904a69056cbabfb3ff0f674 { top:35.8125rem;left:10.25rem;width:37.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee55fcffbb17e42c3493bc8164618040 { top:2.1875rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K57f8ddf3e7453093a3d10a4c0cea35f { top:42.1875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edc54e8f9bf1a74cbc1a64b85b9e3a81 { top:5.875rem;left:0rem;width:47.75rem;height:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C { display:block; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBlBTMZ3TrtcuqZm02ppswGubht1lRkz { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEOJinbeefAd2HSzyVaiIWFT2Wqe9Nwi { display:block; }
 }@media only screen and (max-width: 763px) { #s32FLr5xHawT09zbvEvdZTmrSfy213Xw { display:block; }#s32FLr5xHawT09zbvEvdZTmrSfy213Xw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u66d1a8341ee5eb053ec78eef3b16c1f { top:3.125rem;left:0rem;width:47.75rem;height:27.734246575342rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32dedbcc1645e2b4cd825d35335fb82 { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbcc8397fce1dc8a0163ad5d116a87d0 { top:46.0625rem;left:27.5rem;width:20.25rem;height:6.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a64f42ac6fdfd735df90aaa52dc390e7 { top:44.9375rem;left:0rem;width:40rem;height:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f285825dcc023efe8b8c72bc54bb1dd4 { top:45.6875rem;left:44.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2471dabdb3b483a6a7f42dcb1aee63b { top:6rem;left:30.632814407349rem;width:3.875rem;height:2.0918814158758rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2099030ad4905064c0048758b975140 { top:55.4375rem;left:36.3125rem;width:11.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4d8ccef7383542024e69c1a1245d6f2 { top:55.6875rem;left:34.5rem;width:2.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5acb08a484de020202508fd1af0f75c { top:58.3125rem;left:34.5rem;width:2.625rem;height:1.4651686824346rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5eb89d010ec0066c91cb74a5fbb7648 { width:1.9375rem;height:1.9375rem;top:55.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6e42030a8b451636e6a68812d72595 { display:block; }
 }@media only screen and (max-width: 763px) { #e19925b44c978d081f8be4965283ab81 { width:1.9375rem;height:1.9375rem;top:58.0625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbe737987ef5b21929d792fba86b154b { display:block; }
 }@media only screen and (max-width: 763px) { #ve53339ec4f69dc5025fa8cb622c90f5 { top:4.3125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W18ec4564373289959a5d047470125de { top:4.75rem;left:0rem;width:5.625rem;height:4.875rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6d2728f30e87dc5cc9200e9189f9163 { top:5.0625rem;left:0rem;width:9.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of663c8850bbc4961e8474e1030100af { top:58.1875rem;left:37.4375rem;width:10.3125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e29a044766abefe79fe471fec8e1dbc1 { top:47.375rem;left:32.506731033325rem;width:3.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ted5ba0fe52b8681b245641ad675b674 { top:38.375rem;left:36.5rem;width:11.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae3fe2de22a6d6d6f640860f8e9ef45c { top:27.625rem;left:2.9125461578369rem;width:8.625rem;height:4.4676337117697rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbe8b68bca11f62707b4d0d874fbcf9a { top:69.25rem;left:0rem;width:23.75rem;height:16.936875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b830958d4c58d3f57ac684f22189e6f0 { top:69.25rem;left:15.25rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma926327f718990daa1a6dde5b7bd57a { top:69.25rem;left:24.0625rem;width:23.6875rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #td7ae2e3b7e288412a8e4f56e6dcb2c8 { top:86.8125rem;left:0rem;width:23.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec312b9b54af7fca5f72d96de5f140c0 { top:86.8125rem;left:24rem;width:23.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0f20b0494c2c7e4c727c2d077304564 { top:86.8125rem;left:15.25rem;width:16.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7067900e804ef76d51fb7f2a53fcc01 { top:36.0625rem;left:0rem;width:9.0625rem;height:5.5868552640592rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKaH6FktVTN71grMKX9XhdTHIJtls4H { width:6.25rem;height:1.5625rem;top:55.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkcq7ikkz3oTMdEmkmHWWAihG9o4kXp { display:block; }
 }@media only screen and (max-width: 763px) { #QJFEAn8uxq38V3XP2QvOeTImre1FfZAc { width:6.25rem;height:1.5625rem;top:58.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipas5u5OOcI3XhGvwEnwUgaLJuTSqxJU { display:block; }
 }@media only screen and (max-width: 763px) { #p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK { display:block; }#p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wdg8e30aIJKr0Bt6LdTLu4EsTT16epN6 { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW3evxqpU7Il5Tf03rAnuGu1klt13fvq { display:block; }
 }@media only screen and (max-width: 763px) { #xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR { display:block; }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p41656cdb71e8a480b64899ca324918e { top:3.125rem;left:0rem;width:47.75rem;height:27.734246575342rem;display:block; }
 }@media only screen and (max-width: 763px) { #e20aa84433232afd5c10bbdf7190e2b6 { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R40d531ba66b6aeabcfc05c877252148 { top:46rem;left:27.375rem;width:20.375rem;height:6.375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd398c93b2b946683050ca112fed0a50 { top:44.9375rem;left:0rem;width:40rem;height:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke29c9a572c13713750b5362bd2e304d { top:45.6875rem;left:44.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3e9443b1ef89a3bc9832cbc66335c13 { top:8.6875rem;left:3.0742206573486rem;width:3.875rem;height:2.0918814158758rem;display:block; }
 }@media only screen and (max-width: 763px) { #L786932434db001db6dcde9741347304 { top:55.4375rem;left:36.3125rem;width:11.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9a7be583897146b1d15ba6877906916 { top:55.6875rem;left:34.5rem;width:2.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O318e8db0df1dbbd4bde47842829e7b5 { top:58.25rem;left:34.5rem;width:2.625rem;height:1.4651686824346rem;display:block; }
 }@media only screen and (max-width: 763px) { #A56a26e585cec5658f81e28fa319a0d0 { width:1.9375rem;height:1.9375rem;top:55.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f34cc0985ea641cb7edbeec2be5a6a63 { display:block; }
 }@media only screen and (max-width: 763px) { #aa9c56ae94725178af02a6dac5e52ddb { width:1.9375rem;height:1.9375rem;top:58rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adbf8db609fc72f6593e4d43bb10eea8 { display:block; }
 }@media only screen and (max-width: 763px) { #oe3a3a636acbdf3f21a15b06da3451dd { top:36.125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7fdd76546014a00b2f0ba00a0eb4344 { top:36.5rem;left:0rem;width:5.625rem;height:4.875rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7d86bf11bb0e47cb12df37f857baf10 { top:36.8125rem;left:0rem;width:9.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0773bbfc7acb65b499896270e29ceca { top:58.125rem;left:37.4375rem;width:10.3125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id82e70d817a0d6f624b0afeb90f00fe { top:47.375rem;left:33.19358253479rem;width:3.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z09bc7e46a8af337414d6de86000ad55 { top:4.3125rem;left:36.5rem;width:11.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9e02a92a28b94f45b6b0cb7a5cc851 { top:26.125rem;left:21.194879531861rem;width:8.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc791054b0a252bd1acff1ecf378acf0 { top:8.1875rem;left:0rem;width:3.625rem;height:5.8983559094199rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc5ecb46aac4653abdbf0e45941de1ec { top:34.875rem;left:28.061197280884rem;width:11.25rem;height:6.8989308801591rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad35e9e94864499f2b0cbf54cfc45af9 { top:40.1875rem;left:36.5rem;width:11.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w739c220b104eeebd770625362b68b44 { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIPpT1hyQBGDKeJ01ZUbZzy0kmrX0r1C { width:6.25rem;height:1.5625rem;top:55.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUhP1xEGwRBr21InwVJ2avwkfboAWFNm { display:block; }
 }@media only screen and (max-width: 763px) { #lkSugMrpiAJIz85vEIaDqwaxM86mHvlb { width:6.25rem;height:1.5625rem;top:58.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXPcWKUhfcTt2QZa36geiLbA2S8A1cD5 { display:block; }
 }@media only screen and (max-width: 763px) { #krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp { display:block; }#krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bw9tpKVJFPhspNLQTIEpuK7T6Kzuluw6 { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmLN4ByiwdwPxULGJhNOCBhN0slavU0h { display:block; }
 }@media only screen and (max-width: 763px) { #n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D { display:block; }#n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wf45b8b7e88b7aaca75a267b0ada5931 { top:3.125rem;left:0rem;width:47.75rem;height:27.741308325709rem;display:block; }
 }@media only screen and (max-width: 763px) { #i98119b31c969cb4b9ffa303d8fcefa1 { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddbceb75fd75d82308d6892a650993b2 { top:46rem;left:27.375rem;width:20.375rem;height:6.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra800e6da3df16e7f27f28f48f01d234 { top:44.9375rem;left:0rem;width:40rem;height:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P257c4dbac0bd91c84a284879a6f666a { top:45.6875rem;left:44.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee758f5ef29e01783629a3fb573102fc { top:13.3125rem;left:0rem;width:3.875rem;height:2.0918814158758rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va85cf5a170d03fb3dae2e4f09326c91 { top:55.4375rem;left:36.3125rem;width:11.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf6d13baabcb810ebe9b41a0b78ec856 { top:55.6875rem;left:34.5rem;width:2.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2694dff6bf8cc399e0fed88bf577984 { top:60.6875rem;left:34.5rem;width:2.625rem;height:1.4651686824346rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf5395ca0a3cb6965e41bf11afd43b02 { width:1.9375rem;height:1.9375rem;top:55.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc5087c01c67866c8b610eb6ee7cc96e { display:block; }
 }@media only screen and (max-width: 763px) { #Odb279b8ba16e8dd321ec57c1493b6a0 { width:1.9375rem;height:1.9375rem;top:60.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nad25faf64e49e785cd071f318a6193c { display:block; }
 }@media only screen and (max-width: 763px) { #f2d97ffa46a83702d3f2bbe03a42c572 { top:36.125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aff62bd378c112fcc01fca98e498fdbb { top:36.5rem;left:0rem;width:5.625rem;height:4.875rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u142ee3f6daa71d4cf49a94d7c51885c { top:36.8125rem;left:0rem;width:9.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d23b5a17fc69605347748d45ee408dd8 { top:60.5625rem;left:37.4375rem;width:10.3125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5ba2781a3f9d3afe4e0822b037c5685 { top:47.375rem;left:33.19358253479rem;width:3.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c67c00c41b68a47b289cf68947d4ba33 { top:4.3125rem;left:36.5rem;width:11.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce496626fa97a454aa1a1b7bc89c2a68 { top:9.375rem;left:35.504343032837rem;width:3.625rem;height:5.8983559094199rem;display:block; }
 }@media only screen and (max-width: 763px) { #n725a6016c3053df587c6e69cb2703ba { top:57.9375rem;left:36.3125rem;width:11.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4e86743090ffc4043c5ec03db5cf560 { top:58.25rem;left:34.5rem;width:2.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F09bf2537efa0354cbe66d46b4900e79 { width:1.9375rem;height:1.9375rem;top:58rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd52a4db03f552b10426c9d7f697f998 { display:block; }
 }@media only screen and (max-width: 763px) { #E1f1a11ccc78d6e8d7ca18db168f8321 { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZROKXN7lv64MZJpTTp2MLlZ30CTifM8 { width:6.25rem;height:1.5625rem;top:55.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRVbDgk9bMf9fon8GQdnZVmQFzfTKp7 { display:block; }
 }@media only screen and (max-width: 763px) { #GeQPEpWqLokuLBNwOSfWRIZuv0OCsfDT { width:6.25rem;height:1.5625rem;top:58.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7TiJJ8070MuPZrTfbwNAH2TywHWnDo0 { display:block; }
 }@media only screen and (max-width: 763px) { #EvaNbsxppA8rNPssx5TpkrvyNVWsVl1l { width:6.25rem;height:1.5625rem;top:60.625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTDzMQRHBUZ0D8qcywQau9i79vyrlTa2 { display:block; }
 }@media only screen and (max-width: 763px) { #RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg { display:block; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4Tm6dNFTtiiz5KJdpHFQfpgm9AURWTO { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvqhpEDx1V8IaIS3CsyQreWiJyP9rTF2 { display:block; }
 }@media only screen and (max-width: 763px) { #dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO { display:block; }#dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M997cd5c3c112bde215651bf125ed6ac { top:3.125rem;left:0rem;width:47.75rem;height:27.722985347985rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1e0707c1dbb23e842d09b89c885380c { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2b72a625e17d9f73d5bed5527b193dc { top:46rem;left:27.375rem;width:20.375rem;height:6.375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q323c64ca5f0578dbbc4d7bd6a2132d3 { top:44.9375rem;left:0rem;width:40rem;height:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se9f28a395a7f53f5446dc64920e5f98 { top:45.6875rem;left:44.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4d9facd612538cef6ab8660a5640e2f { top:10.125rem;left:11.449872970581rem;width:3.875rem;height:2.0918814158758rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd0eb7f559427a06275a4484aa08b6b2 { top:55.4375rem;left:36.3125rem;width:11.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ba41f56d63b144e8853c4e12e467ae { top:55.6875rem;left:34.5rem;width:2.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5652f03fc3d7637933f977b9101260d { top:58.25rem;left:34.500001907349rem;width:2.625rem;height:1.4651686824346rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4d0e951cf629195fd3dda73d83d4f80 { width:1.9375rem;height:1.9375rem;top:55.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1693610b47523de19405760ac87c31a { display:block; }
 }@media only screen and (max-width: 763px) { #c996499513f92dace7fca46207304d2e { width:1.9375rem;height:1.9375rem;top:58rem;left:31.874132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1d55974299f8220dbdfabfa79170124 { display:block; }
 }@media only screen and (max-width: 763px) { #K0caf5cfc7c65d48dc4451fceb1a191a { top:36.125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc641ba2da0e927caed341a47602d841 { top:36.5rem;left:0rem;width:5.625rem;height:4.875rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9cba01e62c47accb002f1f45284bea4 { top:36.8125rem;left:0rem;width:9.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b95d30953d0310d0c7ca24155a1a5ed3 { top:58.125rem;left:37.4375rem;width:10.3125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf97d4edeb537dd654de7201655ae87a { top:47.375rem;left:33.19358253479rem;width:3.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1902af6fe7dbb91bed905aedfd39ed0 { top:4.3125rem;left:0rem;width:11.25rem;height:3.31163125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cee6ee9e92e6c774f7cdf1db61a66f36 { top:31.125rem;left:31.436853408814rem;width:8.625rem;height:4.4671065507714rem;display:block; }
 }@media only screen and (max-width: 763px) { #b70183ff5bfad2b16515baa814544fd7 { top:34.6875rem;left:34.625rem;width:13.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7bb2ab24ff328d9fbaa445c0f92877f { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhzmMysx3dVbCXXA9oR5gsOE7rS45lTb { width:6.25rem;height:1.5625rem;top:55.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq204TA8oRK9n6G021Etl96CRVpV9G0D { display:block; }
 }@media only screen and (max-width: 763px) { #alt0T3GbnKQI44TlFUSN8yGtVW8JkCMu { width:6.25rem;height:1.5625rem;top:58.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UweMOEGN1DyO9ZvSDPBoFHfD7plwSPyw { display:block; }
 }@media only screen and (max-width: 763px) { #TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl { display:block; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGJzxSbWvvtbEqkePbhuGlXvztOeUT53 { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH868tkDT92t47lmkVPovFmuMy1qfQtX { display:block; }
 }@media only screen and (max-width: 763px) { #IruZJHlMmJWO6V26LdXB1mArEb5e8As6 { display:block; }#IruZJHlMmJWO6V26LdXB1mArEb5e8As6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H89db8dc1959e76959564b0691023e98 { top:3.125rem;left:0rem;width:47.75rem;height:27.73004587156rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9e67abfc5311669914a0ca0f8d6eacf { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7c740ab375260d46ffffdc119157726 { top:46rem;left:27.375rem;width:20.375rem;height:6.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0095bb9e551cb866b3718716e21f0f9 { top:44.9375rem;left:0rem;width:40rem;height:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9f58d49b60250c5fe59d08f7231dc00 { top:45.6875rem;left:44.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6857412dae53c31821d353f9543ef46 { top:8.375rem;left:37.000001907349rem;width:3.875rem;height:2.0918814158758rem;display:block; }
 }@media only screen and (max-width: 763px) { #e69a14886e8b48b93e3a3a031859ee00 { top:55.4375rem;left:36.3125rem;width:11.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2adb691faf69857968426bcde38d887 { top:55.6875rem;left:34.5rem;width:2.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb4b41a63c2861a4724e0ed9bae02e3a { top:58.25rem;left:34.500001907349rem;width:2.625rem;height:1.4651686824346rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncd98dfc19e38818981d3203d31adc6d { width:1.9375rem;height:1.9375rem;top:55.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B36356a6cb823971f0ed645606d29f8d { display:block; }
 }@media only screen and (max-width: 763px) { #E5d98e3cce915d1d9b1192abb4827d25 { width:1.9375rem;height:1.9375rem;top:58rem;left:31.874132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4d334fa656a5a860695dc9c350c4e51 { display:block; }
 }@media only screen and (max-width: 763px) { #Dd8bdc87110718025e46db8f09942a02 { top:36.125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3e54ca5c452b8946e67bdbe6a977064 { top:36.5rem;left:0rem;width:5.625rem;height:4.875rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J06ae379e94bb1a3c491927fd6172c11 { top:36.8125rem;left:0rem;width:9.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4735002a5abf318ecfeee750c3a190c { top:58.125rem;left:37.4375rem;width:10.3125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7d11afc864c0b06f1c0c232a9c045c9 { top:47.375rem;left:33.19358253479rem;width:3.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb5eac7e7d3283849f6f68e4f344e13b { top:4.3125rem;left:0rem;width:11.25rem;height:3.31163125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4c17981a612e73157af6b6a82a09831 { top:26.125rem;left:21.694013595581rem;width:7.1875rem;height:3.7793150271575rem;display:block; }
 }@media only screen and (max-width: 763px) { #A229a961cfb913979ff7521293814beb { top:39rem;left:37.9375rem;width:9.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc79d1a527271a119e0376a7f0adeba9 { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKkfS0xV7FNDeOTf6fJrH5QRTVpW6A7S { width:6.25rem;height:1.5625rem;top:55.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhvNttpUFF31UtmfkygfVSuZA97svkdC { display:block; }
 }@media only screen and (max-width: 763px) { #DwzwLmMGR5B1a76WLKVaU28PD456kRVu { width:6.25rem;height:1.5625rem;top:58.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASr8cKfAPwV1pC6TAMdhc8ilfTAdMfmu { display:block; }
 }@media only screen and (max-width: 763px) { #EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg { display:block; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qO1A2OECnkd4UoV41ZLSDP24TufIZ5fW { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSflDBVZRJT7u2Inn2hs0S6mlmLh1ezw { display:block; }
 }@media only screen and (max-width: 763px) { #RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR { display:block; }#RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wac1f75efc65ff626e48c16ef52caa51 { top:3.125rem;left:0rem;width:47.75rem;height:27.737132352941rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4c6a4e1b8dc2839465a256e47fc4c5 { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1d21654cc03579468e7d0b89c03986c { top:46rem;left:27.375rem;width:20.375rem;height:6.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b999bbbf0ebd1fd475bad64e9f986b66 { top:44.9375rem;left:0rem;width:40rem;height:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feef83af9b4badaafae14fdefe70327e { top:45.6875rem;left:44.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F17ec00538c865561806d10545b2912f { top:8.5625rem;left:0rem;width:3.875rem;height:2.0918814158758rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf79b762053ee40194b8fc04d82991ef { top:55.4375rem;left:36.3125rem;width:11.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5a9847f133fdc4baa822c59b132f69f { top:55.6875rem;left:34.5rem;width:2.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5e28f0928c9c8b82c6e030a272cd1e3 { top:58.25rem;left:34.500001907349rem;width:2.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6956ae590d29dd5b4672852316de3e5 { width:1.9375rem;height:1.9375rem;top:55.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ccc6f33189e01e4aeaf5ac8347e878 { display:block; }
 }@media only screen and (max-width: 763px) { #D055c85c15c1cd568b0b763a8bea9008 { width:1.9375rem;height:1.9375rem;top:58rem;left:31.874132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf3feca3f1ac2831e17de24a39d00831 { display:block; }
 }@media only screen and (max-width: 763px) { #x14b7118dcdbba129103249f2bbf7aa7 { top:35.8125rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9e610c7479713ae8713edbdcf7c4628 { top:36.25rem;left:42.125rem;width:5.625rem;height:4.875rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b564d182e5a220f89e96a2cd7710c569 { top:36.375rem;left:37.875rem;width:9.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka88d2b6c3e425eb1ed3a1286ca90107 { top:58.125rem;left:37.4375rem;width:10.3125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x58d2787cb5600e9853c0604ef32af12 { top:47.375rem;left:33.19358253479rem;width:3.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e585d221f189e1f1419af4c5984e037a { top:4.375rem;left:36.5rem;width:11.25rem;height:3.31163125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qff9ef2b679040bdd7835ae6607a70d6 { top:26.3125rem;left:14.568361282349rem;width:7.1875rem;height:3.7793150271575rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3c2e895b0e5a61f8ae0fcd06898f4d4 { top:37.75rem;left:0rem;width:6.9375rem;height:4.273682609802rem;display:block; }
 }@media only screen and (max-width: 763px) { #a381c2ef91d98254622bb38e88b4a1cc { top:25.1875rem;left:24.540582656861rem;width:3.625rem;height:5.8983559094199rem;display:block; }
 }@media only screen and (max-width: 763px) { #q23dea2b076dc18349eb5eead97b3431 { top:60.875rem;left:37.4375rem;width:10.3125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #be529d05c8c36c9cee83de329a5bcd0b { top:61rem;left:34.5rem;width:2.625rem;height:1.4651686824346rem;display:block; }
 }@media only screen and (max-width: 763px) { #be578e282b12194eff982c574de3a41a { width:1.9375rem;height:1.9375rem;top:60.75rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd31ffeb55233d2c3fbc67def46b49ae { display:block; }
 }@media only screen and (max-width: 763px) { #df9c3f555559f98d99b6b8eb782a2802 { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kX7PJsHJT2MOwspGPr5GvKJeslCz3quH { width:6.25rem;height:1.5625rem;top:55.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWGmAQFdiD4pa8y5JL1h97zLFPh5ZrwX { display:block; }
 }@media only screen and (max-width: 763px) { #lP0iRL3ztxIHA1GB90floeCPJNrIy1mf { width:6.25rem;height:1.5625rem;top:58.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxaiqvAwZbpaBU9mwvKn6Irqtp9Wo9vw { display:block; }
 }@media only screen and (max-width: 763px) { #qC00Z52QPtS5A5wErPpyGO0Jn7lLQoTn { width:6.25rem;height:1.5625rem;top:61rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAOGMOlkgi2GUG1AQrrao6vQ2ykTVzBK { display:block; }
 }@media only screen and (max-width: 763px) { #Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB { display:block; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtUMv48O4Vxm19yoiHAfllI5hItrtAM0 { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Mm9k9EhwnZm7rJHIBW9wqdBEN1H4OO { display:block; }
 }@media only screen and (max-width: 763px) { #Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT { display:block; }#Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a130f017b103655a0616e69538cfa7bc { top:3.125rem;left:0rem;width:47.75rem;height:27.769815668203rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab43ef226870ae788e82feb6ef57f258 { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4d4387519e6b19de0333041e108ac43 { top:46rem;left:27.375rem;width:20.375rem;height:6.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #me54cd9e144266182133c1be7995248a { top:44.9375rem;left:0rem;width:40rem;height:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifdc923f081897494b5b200f2f1c696b { top:45.6875rem;left:44.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba2a5771626759619fb57589b28afe46 { top:16.75rem;left:37.811632156372rem;width:3.875rem;height:2.0918814158758rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7b7099c24a90cb512994bae0362ba16 { top:55.4375rem;left:36.3125rem;width:11.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7c81ecc0ab388593ef12cb7148fe241 { top:55.6875rem;left:34.5rem;width:2.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0958cdd8a64b014f40840a1f86e6ac6 { top:58.25rem;left:34.500001907349rem;width:2.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0fd5fa5dae6e9261f5ae50641fecbc6 { width:1.9375rem;height:1.9375rem;top:55.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee50b7f202191f2e0eb6167e529efd0c { display:block; }
 }@media only screen and (max-width: 763px) { #c392753990f8ceb998c4298d2093d9aa { width:1.9375rem;height:1.9375rem;top:58rem;left:31.874132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbf5cf30b873805ca4ebf4ded14ba697 { display:block; }
 }@media only screen and (max-width: 763px) { #q3fba7a24b7166c83d49e821a337fcb0 { top:58.125rem;left:37.4375rem;width:10.3125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1f7e344b4f2405bf0e4bb2d7caf59b8 { top:47.375rem;left:33.19358253479rem;width:3.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3380eb8987a26f87e3a5e50b2762969 { top:4.375rem;left:36.5rem;width:11.25rem;height:3.31163125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g699d1d08041b730834c5d6bdece2902 { top:31.1875rem;left:6.4433612823488rem;width:7.1875rem;height:3.7793150271575rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfa3d10f0c0128ff80261e6cda46ea94 { top:60.875rem;left:37.4375rem;width:10.3125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D21e0b00d6d99584bf491c7bf8055871 { top:61rem;left:34.5rem;width:2.625rem;height:1.4651686824346rem;display:block; }
 }@media only screen and (max-width: 763px) { #w89666200b2cc563090db8b683e3dd0f { width:1.9375rem;height:1.9375rem;top:60.75rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic758bf31ad825c4a2cba6734088a933 { display:block; }
 }@media only screen and (max-width: 763px) { #Qb0cb9d86af8e39a696d4d2d0b462b38 { top:35.75rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed76941d457d42310ade39c8082c2a7f { top:36.1875rem;left:0rem;width:5.625rem;height:4.875rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb5566e16b4e907a3e01991d0cd21945 { top:36.5rem;left:0rem;width:9.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f94fb6d0fa462645cf1194e7d96eda8a { top:44.9375rem;left:21.5rem;width:26.25rem;height:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VVQkh9y3Kb8TkaTdvv525eEQmnlTrnG8 { width:6.25rem;height:1.5625rem;top:55.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez49JVaD9khX7Ticxgxwmz0UBsuNfhsa { display:block; }
 }@media only screen and (max-width: 763px) { #BiLKxa1hAlRsUATF5a6Gc5tndkheyN99 { width:6.25rem;height:1.5625rem;top:58.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdfCTC7qmB0MMnLOwig6qhauwVxW45t3 { display:block; }
 }@media only screen and (max-width: 763px) { #kGMGnsyH05U614aHn928Q0BEPDlTEupU { width:6.25rem;height:1.5625rem;top:61rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltG6oobl1raCyo7PXryTpKbe4Ic8HBmW { display:block; }
 }@media only screen and (max-width: 763px) { #XtS5u5zd08CmkMOTTXbbyITK7C2A1vec { display:block; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q61vstJ0MMfXUZI46caCykGxkXJO5TSf { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB4DncWMVWCJeQGxByVSVIxdasXgVe7R { display:block; }
 }@media only screen and (max-width: 763px) { #kPaEEDe8dLev9VafieHlfcuVWWyRlTrw { display:block; }#kPaEEDe8dLev9VafieHlfcuVWWyRlTrw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fde157ab67b7258f4dd583c9800b5a14 { top:2.1875rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I39ee45cf52ae542a13a4617f674c27a { top:6.6875rem;left:0rem;width:40rem;height:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9a27a3be389108ed401d4b7b982aaae { top:27.0625rem;left:0rem;width:40.1875rem;height:22.999625769457rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2f4d23786add484ffd0c4895cf16bf4 { top:6.6875rem;left:20.875rem;width:26.8125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7db792fe389ddccde69f9b6ce9e7865 { top:34.25rem;left:19rem;width:28.75rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2371bf386c318154786d7a63b0cda6a { top:4.875rem;left:8.2554264068606rem;width:26.4375rem;height:29.804159207817rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD { display:block; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBuwePmFI0Xi8WdtR7MkQFekebUexVRf { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0twqcf6ciRLO3rAqqDlBLcHgVNtihSp { display:block; }
 }@media only screen and (max-width: 763px) { #sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz { display:block; }#sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F410f50fa393440a61724689bf5af519 { top:3.125rem;left:0rem;width:47.75rem;height:27.752509124088rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5178d91523cbf782455dc022f58270a { top:44.9375rem;left:0rem;width:40rem;height:18.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc4671d672bc844a5feb5f92d0e1fce8 { top:4.3125rem;left:36.5rem;width:11.25rem;height:3.3114375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBAAunK2Dq0HzwDMWxHXAPuiuB98oTqK { top:10.6875rem;left:36.9375rem;width:10.8125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXIyrpMoFCfAQeA91gzDhFmBkAO5tndk { top:44.8125rem;left:21.5rem;width:26.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm9452fXg7affIMcBPwfwODuouf8nbdm { top:45.875rem;left:27.375rem;width:20.375rem;height:6.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIytpwwzTdx2L0ucUUP9gLH4awhDArTm { top:47.25rem;left:33.125rem;width:3.875rem;height:3.5054069863423rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLbTXcK998sVXVZDR2dspT0KBrtPmiHq { top:45.5625rem;left:44.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE { display:block; }#W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wI4FJGZ7HJy0SziHl2NGhe7oD29ADlr1 { top:3.125rem;left:0rem;width:47.75rem;height:27.734246575342rem;display:block; }
 }@media only screen and (max-width: 763px) { #huerxPxGfTf4cncAsFPh8C4pFFeUtT1I { top:44.9375rem;left:0rem;width:40rem;height:18.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJT4Z6EqkThgZOcXdPp8R5hsUJX0a3X7 { top:4.3125rem;left:36.5rem;width:11.25rem;height:3.3114375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbTmlr6wBe3Zxwx8NIfcIxLhkwnexAGw { top:44.8125rem;left:21.5rem;width:26.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4mMrgi8MOIiBCq2z0gIOatqyOFyhtMr { top:45.8125rem;left:27.375rem;width:20.375rem;height:6.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2wpyTHHCb7xiUzXLzMsJfvHXGM16t5x { top:47.25rem;left:33.125rem;width:3.875rem;height:3.5054069863423rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO0VBA4UTlkd6JXI7yFvRyXP5v0eObTP { top:45.5625rem;left:44.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA { display:block; }#GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRv3CPmzQE53zzmEitqDG71T5o0AuPgS { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGW1aXOXhTLeaBePEnCiSQ9oa1V13csU { display:block; }
 }@media only screen and (max-width: 763px) { #IXDNXXf4NMunvRnHfOmvStGmohlOu92T { display:block; }#IXDNXXf4NMunvRnHfOmvStGmohlOu92T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lnrql93VhZAbGzJSMRPyrM5DToZEsaQ0 { top:3.125rem;left:0rem;width:47.75rem;height:27.741308325709rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukn8tCqoBTfZXoNEDSaGaTx3hSsD82pR { top:44.9375rem;left:0rem;width:40rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb0tO0Uk3qO7VmIZ0MsBfI1Z7gWQ1b2g { top:4.3125rem;left:36.5rem;width:11.25rem;height:3.3114375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of3FTcf95gPbzP7PanTcekMBHBSqfxpK { top:44.8125rem;left:21.5rem;width:26.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcNnfn7KdF5czeQ9qhVN76wCD1AycKxD { top:45.8125rem;left:27.375rem;width:20.375rem;height:6.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZoPL8yqqmv1sVMTOOTWicahyno3MT33 { top:47.25rem;left:33.125rem;width:3.875rem;height:3.5054069863423rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab50T6SVBXJzmkw8Ubwudofn0hGMSUsP { top:45.5625rem;left:44.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt { display:block; }#PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GknzoPBw6RbFikKl5Zxgchyx0hmmkANM { top:3.125rem;left:0rem;width:40rem;height:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIFECZToPf3Ghnrhzk1PT6KftVTERs0Q { top:13.5rem;left:21.5rem;width:26.25rem;height:22rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC3InJdC7FHTbirFZODouEVvPfyNgDHI { top:45.125rem;left:28rem;width:15.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbDrpWb4s3gl74g4D1J4z9sPKygDsEZT { top:3.125rem;left:21.5rem;width:26.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMSUZ8ByTnQrTcZ5yZxRDPdPo88vifg3 { top:4.1875rem;left:27.375rem;width:20.375rem;height:6.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfcTgb8AdrsbgR8yIyudt0R82u7zcTZU { top:5.5625rem;left:33.125rem;width:3.875rem;height:3.5054069863423rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWakQ3ChJDkhZ8zfMF3fskvDPJHz8AcJ { top:3.875rem;left:44.4375rem;width:3.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs { display:block; }#cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwQgNMgCMLl8BJ4FbFiItB9VFyVHW5qw { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI1sveD7MLnobotX0ZFpyFMKC7vmTErB { display:block; }
 }@media only screen and (max-width: 763px) { #TaVg42VKNg67U00kmUXzk2TRL6ODaRCt { display:block; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zkn5kzDBBu3w7DkBIXPfc525z8UKOGaP { top:3.25rem;left:38.625rem;width:9.125rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPv9KXZfJs7JLXuKuNd6JlT2ogx8t64F { top:3.25rem;left:22.117185592651rem;width:11.875rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg1yJT50TQdTpDTJPcHpETo2kxMEIBv6 { top:3.25rem;left:35.187143325806rem;width:12.3125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLtG972fw7VtQ7S30gGtO5AlBcFxSuqU { top:3.4375rem;left:0rem;width:29.1875rem;height:4.6245776800952rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE { display:block; }#NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vaf533cba4d2bbe846a23bdf0bd5cacf { top:0.8125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E { display:block; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJIkr3O3iaQsiur78Fee5harAVnAT5rK { top:1.5rem;left:11.187286376953rem;width:25.3125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#353535;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMTAhkDzBPRCOO6HLdb9Vyg2TkTOB8C2 { width:11.5625rem;height:3.4375rem;top:7.1729164123538rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJZTeQtsDKTT618WaTkF60X6Hf0LCImT { display:block; }
 }@media only screen and (max-width: 763px) { #pPn6ru6CmDt2R9WkEXT6WQgCmM13mtaN { width:17.625rem;height:2.875rem;top:1.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA { display:none; }#aZeyD4BMEN7stB8bovf9gM8OvUKTgbEA > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg { display:block; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg { background-color: transparent; background-image: none; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container > .video-iframe-container { display: none; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row > .video-iframe-container { display: none; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .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); }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg { border-width: 0; border-radius: 0; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container { width:20rem;height:30.125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2a49a816-bea8-43eb-9dd8-f53f0988c30f/Nagel_20260217_NobiliaLandingpageGrafiken_mobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;position:relative;display:block; }#K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container.adaptive-delivery-prevent-bg, #K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container.lazyload, #K8QsWeGLPNyR72y13X8LhTN7PTBI28Tg > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #nwGU9f2fSPxqaAg1egPAhswINaXdftW1 { width:15.687125rem;height:2.9243625rem;top:26.628192901611rem;left:2.1555396318436rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvAL1K7yV3V1RsxwKvN0EJed1o8BCB8S { width:20rem;height:4.1867875rem;top:25.999641418457rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmUo3xvvUIRXEmMTuTbHOtvxXbP0Qr3B { width:9.0625rem;height:9.0625rem;top:16.492362976074rem;left:10.937499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdfPK0d5TOKHkkPWJD3lqDVuPlrwRaqr { width:18.625rem;height:6.4375rem;top:0.56107997894287rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST { display:block; }#iIP6SGnKgfLAO0SmZ3Q6bzMQzJtfpZST > .row .container { width:20rem;height:125.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9622a9c103cc2dbbe543f4b49520e37 { width:18.5rem;height:5.625rem;top:1.1241292953491rem;left:0.62500005960463rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncd2e11a22696bf23dfe59991b9f4176 { width:18.75rem;height:59.81365rem;top:7.5108499526975rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q432e6416d53238feb162cfea24b1105 { width:18.75rem;height:23.3125rem;top:77.59375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0cea274c76375dc282a21f154d29e9d { width:18.1875rem;height:6.25rem;top:69.84375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIi6rdpVhrovITnHSOeE4GDnufRS21cb { width:11rem;height:17.5625rem;top:101.84375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ3yqLIUmTizXn6fKyu9WBf7kZhcE8ZF { width:9.6875rem;height:11.375rem;top:101.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkwF8Ntuek9agHlTvlybTFIbrGVgRhGo { width:13.75rem;height:3.9375rem;top:119.84375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq { display:block; }#Jlfnlk2z1RT66Ap9oTFA0EyiKCsKQlSq > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTzmeT4DnAlc6uznzk3mp4m7dno923zi { width:18.625rem;height:10.625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq2ltzmlvnRTxDwDTx2BCHCw2lcZbrla { width:18.75rem;height:30.75rem;top:13.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt3l49s9MroLAFy4etDOAFM6aHy7RMp8 { width:17.5rem;height:20.38975rem;top:18.921875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMICro96q4iqXw6DR7ZoagkC8TU9x93p { width:17.5rem;height:5.17223125rem;top:13.75rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwut7wULTUsbRaU1sPCS2Ad9KI9fmXov { width:17.5rem;height:3.41175625rem;top:39.998922348022rem;left:1.2500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy { display:block; }#Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiSN4ta9NZlmUAgsS5NSix72f287NVTM { width:18.75rem;height:3.125rem;top:3.1250228881836rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocbbehnEEFTC6cSqJQPFFcpfNCiX9fSX { display:block; }
 }@media only screen and (max-width: 763px) { #BlOp36NATqHBvvPJKf6PBszwxSue4EWo { display:block; }#BlOp36NATqHBvvPJKf6PBszwxSue4EWo > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i07e14d6056d6068bc478a1f3f0db5fd { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7fcbcc06691f2d2861ba86429414033 { width:20rem;height:7.125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O779413230995774694e1de0875f1077 { width:13.5625rem;height:4.54980625rem;top:13.0625rem;left:5.125rem;font-size:3.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #f7f5381bf4ad62701f2586f816792401 { width:18.75rem;height:33.05485625rem;top:27.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc62afcac7aba5ca416d2acfae2d7f60 { width:3.375rem;height:1.462675rem;top:12.375rem;left:15.1875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #y33835520890af9eb54acd221507d70f { width:2.25rem;height:1.25rem;top:1.7861328125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d42875f6994575dc1c497129d6f917e7 { width:11.5rem;height:1.48730625rem;top:62.625rem;left:6.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd09af12a41ed7f22ec26640f9060af0 { width:2.625rem;height:1.3125rem;top:62.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7c15f00b952c1ebfe710b9fd1e678f9 { width:11.5625rem;height:1.48730625rem;top:67.8125rem;left:6.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbfc9a0301315eb626c887bf72733e36 { width:2.6875rem;height:1.5rem;top:73rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a54ede4466812b6673dc8af9bc1d5059 { width:2rem;height:2rem;top:62.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1402dd8c61b3c6d4694dc8ef6264a88 { display:block; }
 }@media only screen and (max-width: 763px) { #gc649baa6db1c3bc90202f07cd00419a { width:2rem;height:2rem;top:72.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bff2a76f1b3499a566512d12d2d84aad { display:block; }
 }@media only screen and (max-width: 763px) { #c9cd46fca98fb760cb15af19a43ee51a { width:5.625rem;height:5.625rem;top:20rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aee76e993c2b572378987cbbc1aa1ca5 { width:5.625rem;height:5.125175rem;top:20.4375rem;left:1.25rem;font-size:5.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccef51e8f915a74e1ba0e47b8eca32ec { width:7.0625rem;height:4.38654375rem;top:20.625rem;left:7.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #k582b78e470421ff24318d3b270ba528 { width:1.9375rem;height:1.9375rem;top:67.5869140625rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #D38705dfc9e45266e7612558ea278ce4 { display:block; }
 }@media only screen and (max-width: 763px) { #u99e3475ed25464a17b0b6c7a24a0cff { width:2.625rem;height:1.311525rem;top:67.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfe1086d30151950736df8b9527cc4a8 { width:10.3125rem;height:1.48730625rem;top:73.0625rem;left:6.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h646bb9cc4e8db96272d036fec90ae1c { width:3.9375rem;height:3.5625rem;top:13.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9d98763c7687a72b3a092fd8be6889c { width:4.1875rem;height:7.3125rem;top:19.15625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd550a7e6ab2f0d93a424482ea681c6a { width:6.25rem;height:1.75rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbwn1dq935TZCZfD8TbQGOI4Ghtv85Uu { width:6.25rem;height:1.5625rem;top:64.4248046875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7KyDJS0x8xDNq8gCMEVxs4BzeTeppBJ { display:block; }
 }@media only screen and (max-width: 763px) { #VVHJi1QNZLvhHi1iKz4NcC9uEr4GBWgB { width:6.25rem;height:1.5625rem;top:69.6123046875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AciOnAHl1UwtRcnqmAdtDcTblM4efptt { display:block; }
 }@media only screen and (max-width: 763px) { #VFopnoD2VQvPhCDmBnxbV4rmT8QJcrBl { width:6.25rem;height:1.5625rem;top:74.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmkd7lTSUgef5g4ifVRfFCVVLm8hMVH3 { display:block; }
 }@media only screen and (max-width: 763px) { #cUWRWvV7biowiTqZRN47SyCHBRutDpXa { display:block; }#cUWRWvV7biowiTqZRN47SyCHBRutDpXa > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtaWQ8T5ZadgIZKTbfIUhtiIcfkmW1Vu { width:18.75rem;height:3.125rem;top:3.1239137649536rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJMRVL0nlvPnD2z3TmVrVKMQXdLaA99i { display:block; }
 }@media only screen and (max-width: 763px) { #lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W { display:block; }#lG0GbbiJgB5J0Kc5uLyUUUTdxF0KOc4W > .row .container { width:20rem;height:95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cd05c1cbd68c92e11c3ef142aa7563b0 { width:20rem;height:5.9375rem;top:44.63575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c174836e5633150a83bafa016321e286 { width:14.6875rem;height:3.7127125rem;top:45.748701095581rem;left:4.9989150166511rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mdbfe07b5013176a4c005ad0cca480dd { width:3.9375rem;height:3.5625rem;top:45.760637283325rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6a9fc4a25dacc47287c7d8ca6230b12 { width:20rem;height:7.75rem;top:50.572917938233rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ed111c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #f01501b640cd629d566bae973d8e3aef { width:20rem;height:7.9375rem;top:64.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ed111c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #G951d82fd0f2e228925ba037b2a479d2 { width:20rem;height:5.9375rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r641688e0491aa4086873164c473b02f { width:14.6875rem;height:3.7127125rem;top:59.8125rem;left:5rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c40d29b893b5437164478b9d6e3ce965 { width:3.9375rem;height:3.5625rem;top:59.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6a405b94cf95e4553f27028e30620b0 { width:20rem;height:8.25rem;top:78.875rem;left:0rem;background-color:#ed111c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #D66e47f5ec5586177b740d4b2eb52b97 { width:20rem;height:5.9375rem;top:72.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe025f1ec9d8aef61ed2dd10f874b164 { width:14.6875rem;height:4.26215rem;top:73.75rem;left:5rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F8991c93842eac5dc0b0f0b519ccd5aa { width:3.9375rem;height:3.5625rem;top:74.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e188c840e15d4c9f2174389a2cc30d27 { width:18.75rem;height:6.99575rem;top:50.709636688233rem;left:0.62500005960463rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tfb1fcaba4d5114d27994973f045c8bf { width:18.75rem;height:6.99575rem;top:64.8125rem;left:0.625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X73b00590904a69056cbabfb3ff0f674 { width:18.75rem;height:6.99575rem;top:79.25rem;left:0.625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ee55fcffbb17e42c3493bc8164618040 { width:18.75rem;height:4.722125rem;top:1.2500076293945rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K57f8ddf3e7453093a3d10a4c0cea35f { width:18.75rem;height:5.25213125rem;top:88.374568939206rem;left:0.62500005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Edc54e8f9bf1a74cbc1a64b85b9e3a81 { width:18.75rem;height:34.9787375rem;top:7.2265625rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C { display:block; }#sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBlBTMZ3TrtcuqZm02ppswGubht1lRkz { width:18.75rem;height:3.125rem;top:3.1250009536743rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEOJinbeefAd2HSzyVaiIWFT2Wqe9Nwi { display:block; }
 }@media only screen and (max-width: 763px) { #s32FLr5xHawT09zbvEvdZTmrSfy213Xw { display:block; }#s32FLr5xHawT09zbvEvdZTmrSfy213Xw > .row .container { width:20rem;height:140.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u66d1a8341ee5eb053ec78eef3b16c1f { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32dedbcc1645e2b4cd825d35335fb82 { width:20rem;height:7.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbcc8397fce1dc8a0163ad5d116a87d0 { width:15.4375rem;height:4.2249625rem;top:13.01171875rem;left:3.4375rem;font-size:3.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #a64f42ac6fdfd735df90aaa52dc390e7 { width:18.75rem;height:34.62891875rem;top:32.5625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f285825dcc023efe8b8c72bc54bb1dd4 { width:2.9375rem;height:1.462675rem;top:12.375rem;left:15.875rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #H2471dabdb3b483a6a7f42dcb1aee63b { width:2.25rem;height:1.25rem;top:0.7236328125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2099030ad4905064c0048758b975140 { width:11.5rem;height:1.48730625rem;top:68.625rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4d8ccef7383542024e69c1a1245d6f2 { width:2.625rem;height:1.3125rem;top:68.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5acb08a484de020202508fd1af0f75c { width:2.6875rem;height:1.5rem;top:72.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5eb89d010ec0066c91cb74a5fbb7648 { width:2rem;height:2rem;top:68.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6e42030a8b451636e6a68812d72595 { display:block; }
 }@media only screen and (max-width: 763px) { #e19925b44c978d081f8be4965283ab81 { width:2rem;height:2rem;top:72.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbe737987ef5b21929d792fba86b154b { display:block; }
 }@media only screen and (max-width: 763px) { #ve53339ec4f69dc5025fa8cb622c90f5 { width:5.625rem;height:5.625rem;top:19.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W18ec4564373289959a5d047470125de { width:5.625rem;height:5.50021875rem;top:20.1875rem;left:0.625rem;font-size:5.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6d2728f30e87dc5cc9200e9189f9163 { width:9.874rem;height:4.38654375rem;top:20.556640625rem;left:6.84375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Of663c8850bbc4961e8474e1030100af { width:10.3125rem;height:1.48730625rem;top:72.9375rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e29a044766abefe79fe471fec8e1dbc1 { width:3.9375rem;height:3.5625rem;top:13.28125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ted5ba0fe52b8681b245641ad675b674 { width:6.25rem;height:1.8125rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae3fe2de22a6d6d6f640860f8e9ef45c { width:8rem;height:4.0625rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbe8b68bca11f62707b4d0d874fbcf9a { width:18.75rem;height:13.3125rem;top:78.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b830958d4c58d3f57ac684f22189e6f0 { width:18.75rem;height:18.75rem;top:96.1728515625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma926327f718990daa1a6dde5b7bd57a { width:18.75rem;height:13.375rem;top:121.18359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #td7ae2e3b7e288412a8e4f56e6dcb2c8 { width:18.75rem;height:2.9243625rem;top:92rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ec312b9b54af7fca5f72d96de5f140c0 { width:18.75rem;height:2.9243625rem;top:135.18359375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b0f20b0494c2c7e4c727c2d077304564 { width:18.75rem;height:4.38654375rem;top:115.5478515625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c7067900e804ef76d51fb7f2a53fcc01 { width:9.0625rem;height:5.5859375rem;top:25.5625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKaH6FktVTN71grMKX9XhdTHIJtls4H { width:6.25rem;height:1.5625rem;top:70.146484375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkcq7ikkz3oTMdEmkmHWWAihG9o4kXp { display:block; }
 }@media only screen and (max-width: 763px) { #QJFEAn8uxq38V3XP2QvOeTImre1FfZAc { width:6.25rem;height:1.5625rem;top:74.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipas5u5OOcI3XhGvwEnwUgaLJuTSqxJU { display:block; }
 }@media only screen and (max-width: 763px) { #p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK { display:block; }#p7n5MhLGe1S2BGgRrVB7cmTIlb060bdK > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wdg8e30aIJKr0Bt6LdTLu4EsTT16epN6 { width:18.75rem;height:3.125rem;top:3.1250019073486rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW3evxqpU7Il5Tf03rAnuGu1klt13fvq { display:block; }
 }@media only screen and (max-width: 763px) { #xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR { display:block; }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR { background-color: transparent; background-image: none; }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .row .container > .video-iframe-container { display: none; }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .row > .video-iframe-container { display: none; }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .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); }#xgCnvXMD3u8mXECyWFu0GZkpXpIoKOhR > .row .container { width:20rem;height:75.625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p41656cdb71e8a480b64899ca324918e { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e20aa84433232afd5c10bbdf7190e2b6 { width:20rem;height:7.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R40d531ba66b6aeabcfc05c877252148 { width:15.4375rem;height:4.2249625rem;top:13.01171875rem;left:3.3125rem;font-size:3.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Xd398c93b2b946683050ca112fed0a50 { width:18.75rem;height:31.48085625rem;top:32.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke29c9a572c13713750b5362bd2e304d { width:7.5615rem;height:1.462675rem;top:12.375rem;left:11.2509765625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #a3e9443b1ef89a3bc9832cbc66335c13 { width:2.25rem;height:1.25rem;top:3.0364580154419rem;left:2.1989583969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #L786932434db001db6dcde9741347304 { width:11.5rem;height:1.48730625rem;top:65.3125rem;left:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9a7be583897146b1d15ba6877906916 { width:2.625rem;height:1.3125rem;top:65.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O318e8db0df1dbbd4bde47842829e7b5 { width:2.6875rem;height:1.5rem;top:70.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A56a26e585cec5658f81e28fa319a0d0 { width:2rem;height:2rem;top:65.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f34cc0985ea641cb7edbeec2be5a6a63 { display:block; }
 }@media only screen and (max-width: 763px) { #aa9c56ae94725178af02a6dac5e52ddb { width:2rem;height:2rem;top:69.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adbf8db609fc72f6593e4d43bb10eea8 { display:block; }
 }@media only screen and (max-width: 763px) { #oe3a3a636acbdf3f21a15b06da3451dd { width:5.625rem;height:5.625rem;top:19.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7fdd76546014a00b2f0ba00a0eb4344 { width:5.625rem;height:5.50021875rem;top:19.625rem;left:0.625rem;font-size:5.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7d86bf11bb0e47cb12df37f857baf10 { width:9.874rem;height:4.38654375rem;top:19.9375rem;left:6.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k0773bbfc7acb65b499896270e29ceca { width:10.3125rem;height:1.48730625rem;top:70.1875rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id82e70d817a0d6f624b0afeb90f00fe { width:3.9375rem;height:3.5625rem;top:13.28125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z09bc7e46a8af337414d6de86000ad55 { width:6.25rem;height:1.8125rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9e02a92a28b94f45b6b0cb7a5cc851 { width:8.375rem;height:4.436525rem;top:25.84375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc791054b0a252bd1acff1ecf378acf0 { width:3.4375rem;height:5.6875rem;top:19.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc5ecb46aac4653abdbf0e45941de1ec { width:11.25rem;height:6.8984375rem;top:24.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad35e9e94864499f2b0cbf54cfc45af9 { width:7.375rem;height:1.75rem;top:9.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w739c220b104eeebd770625362b68b44 { width:20rem;height:12.5rem;top:18.6875rem;left:0rem;z-index:15001;background-color:#666666;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iIPpT1hyQBGDKeJ01ZUbZzy0kmrX0r1C { width:6.25rem;height:1.5625rem;top:67.1123046875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUhP1xEGwRBr21InwVJ2avwkfboAWFNm { display:block; }
 }@media only screen and (max-width: 763px) { #lkSugMrpiAJIz85vEIaDqwaxM86mHvlb { width:6.25rem;height:1.5625rem;top:72rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXPcWKUhfcTt2QZa36geiLbA2S8A1cD5 { display:block; }
 }@media only screen and (max-width: 763px) { #krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp { display:block; }#krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bw9tpKVJFPhspNLQTIEpuK7T6Kzuluw6 { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmLN4ByiwdwPxULGJhNOCBhN0slavU0h { display:block; }
 }@media only screen and (max-width: 763px) { #n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D { display:block; }#n0GDpcKmPokFQvSCnvK1m1owgD2HKo3D > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wf45b8b7e88b7aaca75a267b0ada5931 { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i98119b31c969cb4b9ffa303d8fcefa1 { width:20rem;height:7.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddbceb75fd75d82308d6892a650993b2 { width:12.875rem;height:4.54980625rem;top:13.01171875rem;left:5.75rem;font-size:3.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Ra800e6da3df16e7f27f28f48f01d234 { width:18.75rem;height:31.48079375rem;top:27rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P257c4dbac0bd91c84a284879a6f666a { width:3.9375rem;height:1.462675rem;top:12.375rem;left:14.75rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ee758f5ef29e01783629a3fb573102fc { width:2.25rem;height:1.25rem;top:3.2236328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va85cf5a170d03fb3dae2e4f09326c91 { width:11.5rem;height:1.48730625rem;top:60.5625rem;left:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf6d13baabcb810ebe9b41a0b78ec856 { width:2.625rem;height:1.3125rem;top:60.6875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2694dff6bf8cc399e0fed88bf577984 { width:2.6875rem;height:1.5rem;top:70.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf5395ca0a3cb6965e41bf11afd43b02 { width:2rem;height:2rem;top:60.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc5087c01c67866c8b610eb6ee7cc96e { display:block; }
 }@media only screen and (max-width: 763px) { #Odb279b8ba16e8dd321ec57c1493b6a0 { width:2rem;height:2rem;top:70rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nad25faf64e49e785cd071f318a6193c { display:block; }
 }@media only screen and (max-width: 763px) { #f2d97ffa46a83702d3f2bbe03a42c572 { width:5.625rem;height:5.625rem;top:19.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aff62bd378c112fcc01fca98e498fdbb { width:5.625rem;height:5.50021875rem;top:19.5rem;left:0.625rem;font-size:5.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u142ee3f6daa71d4cf49a94d7c51885c { width:7.0625rem;height:4.38654375rem;top:20rem;left:6.6240234375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d23b5a17fc69605347748d45ee408dd8 { width:10.3125rem;height:1.48730625rem;top:70.25rem;left:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5ba2781a3f9d3afe4e0822b037c5685 { width:3.9375rem;height:3.5625rem;top:13.28125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c67c00c41b68a47b289cf68947d4ba33 { width:6.25rem;height:1.8125rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce496626fa97a454aa1a1b7bc89c2a68 { width:3.625rem;height:5.8974625rem;top:19.17578125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n725a6016c3053df587c6e69cb2703ba { width:11.4365rem;height:1.48730625rem;top:65.375rem;left:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4e86743090ffc4043c5ec03db5cf560 { width:2.5rem;height:1.25rem;top:65.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F09bf2537efa0354cbe66d46b4900e79 { width:1.9375rem;height:1.9375rem;top:65.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd52a4db03f552b10426c9d7f697f998 { display:block; }
 }@media only screen and (max-width: 763px) { #E1f1a11ccc78d6e8d7ca18db168f8321 { width:20rem;height:7.0625rem;top:18.6875rem;left:0rem;z-index:15002;background-color:#666666;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NZROKXN7lv64MZJpTTp2MLlZ30CTifM8 { width:6.25rem;height:1.5625rem;top:62.3623046875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRVbDgk9bMf9fon8GQdnZVmQFzfTKp7 { display:block; }
 }@media only screen and (max-width: 763px) { #GeQPEpWqLokuLBNwOSfWRIZuv0OCsfDT { width:6.25rem;height:1.5625rem;top:67.1748046875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7TiJJ8070MuPZrTfbwNAH2TywHWnDo0 { display:block; }
 }@media only screen and (max-width: 763px) { #EvaNbsxppA8rNPssx5TpkrvyNVWsVl1l { width:6.25rem;height:1.5625rem;top:72.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTDzMQRHBUZ0D8qcywQau9i79vyrlTa2 { display:block; }
 }@media only screen and (max-width: 763px) { #RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg { display:block; }#RuvuK0y3toaCBvaMFT6SBkfc71v2tgtg > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4Tm6dNFTtiiz5KJdpHFQfpgm9AURWTO { width:18.75rem;height:3.125rem;top:3.1250019073486rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvqhpEDx1V8IaIS3CsyQreWiJyP9rTF2 { display:block; }
 }@media only screen and (max-width: 763px) { #dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO { display:block; }#dESrDSGhQ0DxuXaKcBDFxMpT9W4am9pO > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M997cd5c3c112bde215651bf125ed6ac { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1e0707c1dbb23e842d09b89c885380c { width:20rem;height:7.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2b72a625e17d9f73d5bed5527b193dc { width:15.4375rem;height:4.2249625rem;top:13.01171875rem;left:3.1875rem;font-size:3.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #q323c64ca5f0578dbbc4d7bd6a2132d3 { width:18.75rem;height:34.62891875rem;top:33.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se9f28a395a7f53f5446dc64920e5f98 { width:7.5615rem;height:1.462675rem;top:12.3515625rem;left:11.1259765625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #O4d9facd612538cef6ab8660a5640e2f { width:2.25rem;height:1.25rem;top:1.9111328125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd0eb7f559427a06275a4484aa08b6b2 { width:11.5rem;height:1.48730625rem;top:69.75rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ba41f56d63b144e8853c4e12e467ae { width:2.625rem;height:1.3125rem;top:69.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5652f03fc3d7637933f977b9101260d { width:2.6875rem;height:1.5rem;top:74.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4d0e951cf629195fd3dda73d83d4f80 { width:2rem;height:2rem;top:69.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1693610b47523de19405760ac87c31a { display:block; }
 }@media only screen and (max-width: 763px) { #c996499513f92dace7fca46207304d2e { width:2rem;height:2rem;top:74.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1d55974299f8220dbdfabfa79170124 { display:block; }
 }@media only screen and (max-width: 763px) { #K0caf5cfc7c65d48dc4451fceb1a191a { width:5.625rem;height:5.625rem;top:19.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc641ba2da0e927caed341a47602d841 { width:5.625rem;height:5.50021875rem;top:19.5625rem;left:0.625rem;font-size:5.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9cba01e62c47accb002f1f45284bea4 { width:9.874rem;height:4.38654375rem;top:19.931640625rem;left:7.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b95d30953d0310d0c7ca24155a1a5ed3 { width:10.3125rem;height:1.48730625rem;top:74.6875rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf97d4edeb537dd654de7201655ae87a { width:3.9375rem;height:3.5625rem;top:13.28125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1902af6fe7dbb91bed905aedfd39ed0 { width:6.25rem;height:1.8125rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cee6ee9e92e6c774f7cdf1db61a66f36 { width:8.625rem;height:4.4668rem;top:26.234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b70183ff5bfad2b16515baa814544fd7 { width:10.625rem;height:6.5625rem;top:25.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7bb2ab24ff328d9fbaa445c0f92877f { width:20rem;height:13.75rem;top:18.6875rem;left:0rem;z-index:15001;background-color:#666666;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HhzmMysx3dVbCXXA9oR5gsOE7rS45lTb { width:6.25rem;height:1.5625rem;top:71.5498046875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq204TA8oRK9n6G021Etl96CRVpV9G0D { display:block; }
 }@media only screen and (max-width: 763px) { #alt0T3GbnKQI44TlFUSN8yGtVW8JkCMu { width:6.25rem;height:1.5625rem;top:76.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UweMOEGN1DyO9ZvSDPBoFHfD7plwSPyw { display:block; }
 }@media only screen and (max-width: 763px) { #TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl { display:block; }#TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGJzxSbWvvtbEqkePbhuGlXvztOeUT53 { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH868tkDT92t47lmkVPovFmuMy1qfQtX { display:block; }
 }@media only screen and (max-width: 763px) { #IruZJHlMmJWO6V26LdXB1mArEb5e8As6 { display:block; }#IruZJHlMmJWO6V26LdXB1mArEb5e8As6 > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H89db8dc1959e76959564b0691023e98 { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9e67abfc5311669914a0ca0f8d6eacf { width:20rem;height:7.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7c740ab375260d46ffffdc119157726 { width:15.4375rem;height:4.54980625rem;top:12.849609375rem;left:3.3115234375rem;font-size:3.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #n0095bb9e551cb866b3718716e21f0f9 { width:18.75rem;height:33.05485625rem;top:32.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9f58d49b60250c5fe59d08f7231dc00 { width:7.5615rem;height:1.462675rem;top:12.25rem;left:11.1259765625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #I6857412dae53c31821d353f9543ef46 { width:2.25rem;height:1.25rem;top:1.4736328125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e69a14886e8b48b93e3a3a031859ee00 { width:11.5rem;height:1.48730625rem;top:66.9375rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2adb691faf69857968426bcde38d887 { width:2.625rem;height:1.3125rem;top:67rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb4b41a63c2861a4724e0ed9bae02e3a { width:2.6875rem;height:1.5rem;top:71.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncd98dfc19e38818981d3203d31adc6d { width:2rem;height:2rem;top:66.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B36356a6cb823971f0ed645606d29f8d { display:block; }
 }@media only screen and (max-width: 763px) { #E5d98e3cce915d1d9b1192abb4827d25 { width:2rem;height:2rem;top:71.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4d334fa656a5a860695dc9c350c4e51 { display:block; }
 }@media only screen and (max-width: 763px) { #Dd8bdc87110718025e46db8f09942a02 { width:5.625rem;height:5.625rem;top:19.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3e54ca5c452b8946e67bdbe6a977064 { width:5.625rem;height:5.50021875rem;top:19.5625rem;left:0.625rem;font-size:5.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J06ae379e94bb1a3c491927fd6172c11 { width:9.874rem;height:4.38654375rem;top:19.931640625rem;left:7.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P4735002a5abf318ecfeee750c3a190c { width:10.3125rem;height:1.48730625rem;top:71.875rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7d11afc864c0b06f1c0c232a9c045c9 { width:3.9375rem;height:3.5625rem;top:13.28125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb5eac7e7d3283849f6f68e4f344e13b { width:6.25rem;height:1.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4c17981a612e73157af6b6a82a09831 { width:8.625rem;height:4.5rem;top:25.2451171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A229a961cfb913979ff7521293814beb { width:9.8125rem;height:2.124025rem;top:26.43359375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc79d1a527271a119e0376a7f0adeba9 { width:20rem;height:12.5rem;top:18.6875rem;left:0rem;z-index:15002;background-color:#666666;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iKkfS0xV7FNDeOTf6fJrH5QRTVpW6A7S { width:6.25rem;height:1.5625rem;top:68.7373046875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhvNttpUFF31UtmfkygfVSuZA97svkdC { display:block; }
 }@media only screen and (max-width: 763px) { #DwzwLmMGR5B1a76WLKVaU28PD456kRVu { width:6.25rem;height:1.5625rem;top:73.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASr8cKfAPwV1pC6TAMdhc8ilfTAdMfmu { display:block; }
 }@media only screen and (max-width: 763px) { #EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg { display:block; }#EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qO1A2OECnkd4UoV41ZLSDP24TufIZ5fW { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSflDBVZRJT7u2Inn2hs0S6mlmLh1ezw { display:block; }
 }@media only screen and (max-width: 763px) { #RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR { display:block; }#RVPPDcbgOyIinVNRhnqgsGC3BopiDHLR > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wac1f75efc65ff626e48c16ef52caa51 { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4c6a4e1b8dc2839465a256e47fc4c5 { width:20rem;height:7.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1d21654cc03579468e7d0b89c03986c { width:15.4375rem;height:4.54980625rem;top:12.849609375rem;left:2.875rem;font-size:3.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #b999bbbf0ebd1fd475bad64e9f986b66 { width:18.75rem;height:37.77698125rem;top:31.90625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feef83af9b4badaafae14fdefe70327e { width:7.5615rem;height:1.462675rem;top:12.1640625rem;left:10.8134765625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #F17ec00538c865561806d10545b2912f { width:2.25rem;height:1.25rem;top:1.3486328125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf79b762053ee40194b8fc04d82991ef { width:11.5rem;height:1.48730625rem;top:70.9375rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5a9847f133fdc4baa822c59b132f69f { width:2.625rem;height:1.3125rem;top:71.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5e28f0928c9c8b82c6e030a272cd1e3 { width:2.625rem;height:1.3125rem;top:75.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6956ae590d29dd5b4672852316de3e5 { width:2rem;height:2rem;top:70.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ccc6f33189e01e4aeaf5ac8347e878 { display:block; }
 }@media only screen and (max-width: 763px) { #D055c85c15c1cd568b0b763a8bea9008 { width:2rem;height:2rem;top:75.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf3feca3f1ac2831e17de24a39d00831 { display:block; }
 }@media only screen and (max-width: 763px) { #x14b7118dcdbba129103249f2bbf7aa7 { width:5.625rem;height:5.625rem;top:19.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9e610c7479713ae8713edbdcf7c4628 { width:5.625rem;height:5.50021875rem;top:19.5625rem;left:0.625rem;font-size:5.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b564d182e5a220f89e96a2cd7710c569 { width:9.874rem;height:4.38654375rem;top:19.931640625rem;left:7.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ka88d2b6c3e425eb1ed3a1286ca90107 { width:10.3125rem;height:1.48730625rem;top:75.6875rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x58d2787cb5600e9853c0604ef32af12 { width:3.9375rem;height:3.5625rem;top:13.28125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e585d221f189e1f1419af4c5984e037a { width:6.25rem;height:1.8125rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qff9ef2b679040bdd7835ae6607a70d6 { width:8.625rem;height:4.5rem;top:25.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3c2e895b0e5a61f8ae0fcd06898f4d4 { width:6.9375rem;height:4.2734375rem;top:25.67578125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a381c2ef91d98254622bb38e88b4a1cc { width:3.625rem;height:5.8974625rem;top:19.23828125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q23dea2b076dc18349eb5eead97b3431 { width:10.3125rem;height:1.48730625rem;top:80.5rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #be529d05c8c36c9cee83de329a5bcd0b { width:2.625rem;height:1.46484375rem;top:80.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #be578e282b12194eff982c574de3a41a { width:1.9375rem;height:1.9375rem;top:80.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd31ffeb55233d2c3fbc67def46b49ae { display:block; }
 }@media only screen and (max-width: 763px) { #df9c3f555559f98d99b6b8eb782a2802 { width:20rem;height:12.5rem;top:18.6875rem;left:0rem;z-index:15001;background-color:#666666;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kX7PJsHJT2MOwspGPr5GvKJeslCz3quH { width:6.25rem;height:1.5625rem;top:72.7373046875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWGmAQFdiD4pa8y5JL1h97zLFPh5ZrwX { display:block; }
 }@media only screen and (max-width: 763px) { #lP0iRL3ztxIHA1GB90floeCPJNrIy1mf { width:6.25rem;height:1.5625rem;top:77.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxaiqvAwZbpaBU9mwvKn6Irqtp9Wo9vw { display:block; }
 }@media only screen and (max-width: 763px) { #qC00Z52QPtS5A5wErPpyGO0Jn7lLQoTn { width:6.25rem;height:1.5625rem;top:82.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAOGMOlkgi2GUG1AQrrao6vQ2ykTVzBK { display:block; }
 }@media only screen and (max-width: 763px) { #Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB { display:block; }#Mp2eZ2ISmP6lnJFsWUToVBUnfpoJIQvB > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtUMv48O4Vxm19yoiHAfllI5hItrtAM0 { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Mm9k9EhwnZm7rJHIBW9wqdBEN1H4OO { display:block; }
 }@media only screen and (max-width: 763px) { #Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT { display:block; }#Z5ztsZ7sMkdBqxZXhLx8mHqy2Om8iXMT > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a130f017b103655a0616e69538cfa7bc { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab43ef226870ae788e82feb6ef57f258 { width:20rem;height:7.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4d4387519e6b19de0333041e108ac43 { width:15.4375rem;height:4.54900625rem;top:12.848907470703rem;left:3.375rem;font-size:3.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #me54cd9e144266182133c1be7995248a { width:18.75rem;height:28.33279375rem;top:32.435988426209rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifdc923f081897494b5b200f2f1c696b { width:7.5615rem;height:1.462675rem;top:12.375rem;left:11.1259765625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ba2a5771626759619fb57589b28afe46 { width:2.25rem;height:1.25rem;top:3.5986328125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7b7099c24a90cb512994bae0362ba16 { width:11.5rem;height:1.48730625rem;top:62.0625rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7c81ecc0ab388593ef12cb7148fe241 { width:2.625rem;height:1.3125rem;top:62.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0958cdd8a64b014f40840a1f86e6ac6 { width:2.625rem;height:1.3125rem;top:66.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0fd5fa5dae6e9261f5ae50641fecbc6 { width:2rem;height:2rem;top:62rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee50b7f202191f2e0eb6167e529efd0c { display:block; }
 }@media only screen and (max-width: 763px) { #c392753990f8ceb998c4298d2093d9aa { width:2rem;height:2rem;top:66.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbf5cf30b873805ca4ebf4ded14ba697 { display:block; }
 }@media only screen and (max-width: 763px) { #q3fba7a24b7166c83d49e821a337fcb0 { width:10.3125rem;height:1.48730625rem;top:66.875rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1f7e344b4f2405bf0e4bb2d7caf59b8 { width:3.9375rem;height:3.5625rem;top:13.28125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3380eb8987a26f87e3a5e50b2762969 { width:6.25rem;height:1.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g699d1d08041b730834c5d6bdece2902 { width:8.625rem;height:4.5rem;top:25.768230438233rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfa3d10f0c0128ff80261e6cda46ea94 { width:10.3125rem;height:1.48730625rem;top:71.625rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D21e0b00d6d99584bf491c7bf8055871 { width:2.625rem;height:1.46484375rem;top:71.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w89666200b2cc563090db8b683e3dd0f { width:1.9375rem;height:1.9375rem;top:71.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic758bf31ad825c4a2cba6734088a933 { display:block; }
 }@media only screen and (max-width: 763px) { #Qb0cb9d86af8e39a696d4d2d0b462b38 { width:5.625rem;height:5.625rem;top:19.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed76941d457d42310ade39c8082c2a7f { width:5.625rem;height:5.50021875rem;top:19.625rem;left:0.625rem;font-size:5.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cb5566e16b4e907a3e01991d0cd21945 { width:9.874rem;height:4.38654375rem;top:19.929470062256rem;left:7.061632454395rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f94fb6d0fa462645cf1194e7d96eda8a { width:20rem;height:12.5rem;top:18.685981541872rem;left:0rem;z-index:15002;background-color:#666666;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VVQkh9y3Kb8TkaTdvv525eEQmnlTrnG8 { width:6.25rem;height:1.5625rem;top:63.8623046875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez49JVaD9khX7Ticxgxwmz0UBsuNfhsa { display:block; }
 }@media only screen and (max-width: 763px) { #BiLKxa1hAlRsUATF5a6Gc5tndkheyN99 { width:6.25rem;height:1.5625rem;top:68.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdfCTC7qmB0MMnLOwig6qhauwVxW45t3 { display:block; }
 }@media only screen and (max-width: 763px) { #kGMGnsyH05U614aHn928Q0BEPDlTEupU { width:6.25rem;height:1.5625rem;top:73.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltG6oobl1raCyo7PXryTpKbe4Ic8HBmW { display:block; }
 }@media only screen and (max-width: 763px) { #XtS5u5zd08CmkMOTTXbbyITK7C2A1vec { display:block; }#XtS5u5zd08CmkMOTTXbbyITK7C2A1vec > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q61vstJ0MMfXUZI46caCykGxkXJO5TSf { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB4DncWMVWCJeQGxByVSVIxdasXgVe7R { display:block; }
 }@media only screen and (max-width: 763px) { #kPaEEDe8dLev9VafieHlfcuVWWyRlTrw { display:block; }#kPaEEDe8dLev9VafieHlfcuVWWyRlTrw > .row .container { width:20rem;height:80.940185546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fde157ab67b7258f4dd583c9800b5a14 { width:18.75rem;height:4.722125rem;top:1.2500076293945rem;left:0.62500005960463rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I39ee45cf52ae542a13a4617f674c27a { width:18.75rem;height:36.3778625rem;top:7.2265625rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9a27a3be389108ed401d4b7b982aaae { width:20rem;height:11.446159014349rem;top:44.8686875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2f4d23786add484ffd0c4895cf16bf4 { width:20rem;height:22.5rem;top:58.440690994263rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7db792fe389ddccde69f9b6ce9e7865 { width:10.5rem;height:6.1875rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2371bf386c318154786d7a63b0cda6a { width:20rem;height:22.546881670216rem;top:29.875221252441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD { display:block; }#SZ0JeuJmD2vJdtFwoBemrSJcr80SlDhD > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBuwePmFI0Xi8WdtR7MkQFekebUexVRf { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0twqcf6ciRLO3rAqqDlBLcHgVNtihSp { display:block; }
 }@media only screen and (max-width: 763px) { #sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz { display:block; }#sGvWdyhDm3Q16Ry9VaynZBaUFOuthaFz > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F410f50fa393440a61724689bf5af519 { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5178d91523cbf782455dc022f58270a { width:18.75rem;height:26.7586875rem;top:19.935213088989rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc4671d672bc844a5feb5f92d0e1fce8 { width:6.25rem;height:1.81196875rem;top:0.375rem;left:13.437499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBAAunK2Dq0HzwDMWxHXAPuiuB98oTqK { width:5.3125rem;height:3.60085rem;top:2.8107242584229rem;left:13.993429541588rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UXIyrpMoFCfAQeA91gzDhFmBkAO5tndk { width:20rem;height:7.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm9452fXg7affIMcBPwfwODuouf8nbdm { width:11.4373125rem;height:4.54900625rem;top:12.8125rem;left:7.375rem;font-size:3.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nIytpwwzTdx2L0ucUUP9gLH4awhDArTm { width:3.875rem;height:3.5054069863423rem;top:13.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLbTXcK998sVXVZDR2dspT0KBrtPmiHq { width:3.312325rem;height:1.46218125rem;top:12.125rem;left:15.5rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE { display:block; }#W6FhyMPlqLnPUMuaQgqwscQWMC1LwlXE > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wI4FJGZ7HJy0SziHl2NGhe7oD29ADlr1 { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huerxPxGfTf4cncAsFPh8C4pFFeUtT1I { width:18.75rem;height:26.7586875rem;top:19.93519115448rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJT4Z6EqkThgZOcXdPp8R5hsUJX0a3X7 { width:6.25rem;height:1.8125rem;top:0.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbTmlr6wBe3Zxwx8NIfcIxLhkwnexAGw { width:20rem;height:7.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4mMrgi8MOIiBCq2z0gIOatqyOFyhtMr { width:11.7498125rem;height:4.54900625rem;top:12.875rem;left:7rem;font-size:3.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #R2wpyTHHCb7xiUzXLzMsJfvHXGM16t5x { width:3.875rem;height:3.5054069863423rem;top:13.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO0VBA4UTlkd6JXI7yFvRyXP5v0eObTP { width:3.312325rem;height:1.46218125rem;top:12.3125rem;left:15.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA { display:block; }#GrKxCPuvFG6wdSINe1OFArwhOyOq5KzA > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRv3CPmzQE53zzmEitqDG71T5o0AuPgS { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGW1aXOXhTLeaBePEnCiSQ9oa1V13csU { display:block; }
 }@media only screen and (max-width: 763px) { #IXDNXXf4NMunvRnHfOmvStGmohlOu92T { display:block; }#IXDNXXf4NMunvRnHfOmvStGmohlOu92T > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lnrql93VhZAbGzJSMRPyrM5DToZEsaQ0 { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukn8tCqoBTfZXoNEDSaGaTx3hSsD82pR { width:18.75rem;height:22.0365625rem;top:19.93528175354rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb0tO0Uk3qO7VmIZ0MsBfI1Z7gWQ1b2g { width:6.25rem;height:1.8125rem;top:0.3125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of3FTcf95gPbzP7PanTcekMBHBSqfxpK { width:20rem;height:7.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcNnfn7KdF5czeQ9qhVN76wCD1AycKxD { width:12.9368125rem;height:4.54900625rem;top:12.8125rem;left:5.8125rem;font-size:3.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aZoPL8yqqmv1sVMTOOTWicahyno3MT33 { width:3.875rem;height:3.5054069863423rem;top:13.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab50T6SVBXJzmkw8Ubwudofn0hGMSUsP { width:3.312325rem;height:1.46218125rem;top:12.375rem;left:15.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt { display:block; }#PeR7IRaEExM4MTxmmTHbxgCXEOKOyJJt > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GknzoPBw6RbFikKl5Zxgchyx0hmmkANM { width:20rem;height:23.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIFECZToPf3Ghnrhzk1PT6KftVTERs0Q { width:18.75rem;height:24.66175rem;top:31.622946739197rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC3InJdC7FHTbirFZODouEVvPfyNgDHI { width:6.25rem;height:1.8125rem;top:0.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbDrpWb4s3gl74g4D1J4z9sPKygDsEZT { width:20rem;height:7.125rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMSUZ8ByTnQrTcZ5yZxRDPdPo88vifg3 { width:12.6873125rem;height:4.54900625rem;top:24.5625rem;left:6.0625rem;font-size:3.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qfcTgb8AdrsbgR8yIyudt0R82u7zcTZU { width:3.875rem;height:3.5054069863423rem;top:25.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWakQ3ChJDkhZ8zfMF3fskvDPJHz8AcJ { width:3.312325rem;height:1.46218125rem;top:24rem;left:15.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs { display:block; }#cooCNoVKNRdVJcN4Vrz1OZrxnTNQFGDs > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwQgNMgCMLl8BJ4FbFiItB9VFyVHW5qw { width:18.75rem;height:3.125rem;top:3.125rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI1sveD7MLnobotX0ZFpyFMKC7vmTErB { display:block; }
 }@media only screen and (max-width: 763px) { #TaVg42VKNg67U00kmUXzk2TRL6ODaRCt { display:block; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt { background-color: transparent; background-image: none; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container > .video-iframe-container { display: none; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row > .video-iframe-container { display: none; }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .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); }#TaVg42VKNg67U00kmUXzk2TRL6ODaRCt > .row .container { width:20rem;height:31.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zkn5kzDBBu3w7DkBIXPfc525z8UKOGaP { width:17.5rem;height:6.56515625rem;top:22.56303024292rem;left:1.2491122484207rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPv9KXZfJs7JLXuKuNd6JlT2ogx8t64F { width:17.5rem;height:6.56515625rem;top:6.9372024536131rem;left:1.2491122484207rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lg1yJT50TQdTpDTJPcHpETo2kxMEIBv6 { width:17.5rem;height:6.56515625rem;top:14.750532150269rem;left:1.2491122484207rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLtG972fw7VtQ7S30gGtO5AlBcFxSuqU { width:17.5rem;height:2.8125rem;top:2.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE { display:block; }#NAOhXLZWfvghrKA0eSodCcFc4aQBuaUE > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vaf533cba4d2bbe846a23bdf0bd5cacf { width:18.75rem;height:13.1303125rem;top:1.25rem;left:0.62500005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E { display:block; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E { background-color: transparent; background-image: none; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container > .video-iframe-container { display: none; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row > .video-iframe-container { display: none; }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .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); }#LIyv80kW9lbDuKz9IKtqVQcJ71rcTa9E > .row .container { width:20rem;height:2.8125rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJIkr3O3iaQsiur78Fee5harAVnAT5rK { width:18.3125rem;height:1.31303125rem;top:0.75rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }