.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:245,220,221;--color-primary-1:223,138,140;--color-primary-2:190,21,25;--color-primary-3:95,11,13;--color-primary-4:29,3,4;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--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:"Poppins";--paragraphs-font-family:"Poppins"; }@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/8cc3fcb8-5246-41b2-a974-d000df24871d/SchuellerGlobal_LandingpageBilddaten_.jpg");background-position:top 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:#e30613;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.93706875rem;width:21.1870625rem;top:0.65538197755812rem;left:2.2493495941162rem;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; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg { position:relative;display:block; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg { background-color: transparent; background-image: none; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row .container > .video-iframe-container { display: none; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row > .video-iframe-container { display: none; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .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); }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg { border-width: 0; border-radius: 0; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .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; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8cc3fcb8-5246-41b2-a974-d000df24871d/SchuellerGlobal_LandingpageBilddaten_.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:60rem;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; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row .container.adaptive-delivery-prevent-bg, #lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row .container.lazyload, #lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row .container.lazyloading { background-image: none; }#f2uzT4cm0tE7ZGvI0s4pP9s52HKWkxaf { box-sizing:content-box;height:22.5rem;width:22.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e30613;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.499568462372rem;left:2.5rem;display:block; }
#pfxnqXkrTEshvlBtrn2MvhokPvHOOEFM { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:38.849826335907rem;left:2.65625rem;height:5.09765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVu3ELl6kKKBuBUl8txqiB0dILwKpfT2 { color:#ffffff;display:block;width:17.374125rem;position:absolute;font-family:montserrat;font-size:3.625rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:34.855685710907rem;left:5.0618495941162rem;height:3.62521875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e2Z9LmTKVyc1bM8u8sTto9oHQLahmy2a { color:#ffffff;display:block;width:19.749375rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:46.393229961395rem;left:3.8747844696045rem;height:3.37456875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HkpcT3N3UE2dGVsQDJVqWe6aA9vrGikp { color:#ffffff;display:block;width:14.561625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:43.869361400604rem;left:6.4691848754881rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nilpub7TVORUXa1py7KukkzbzNPFXMim { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:4.87413125rem;top:2.8103294372559rem;left:2.3125rem;overflow:hidden;display:block; }
#pmgvrmrf0dt9itRq4KkVB8CgOTOtwaiD { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:7.3125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;text-shadow:0.375rem 0.375rem 0.375rem rgba(0,0,0,0.5);top:41.5rem;left:41.75rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFsuEznMiP8WTTmDMSnI9qBpViAGJdGS { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;text-shadow:0.375rem 0.375rem 0.375rem rgba(0,0,0,0.5);top:48.75rem;left:43.3125rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VkDROU633xzEBPf9UCU0DuTwmv1RIvE0 { color:#ffffff;display:block;width:50.999375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:56.250003814698rem;left:11.999784469604rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAt4ZApTWu5QgslbVkA83FaC46n12fOU { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.25rem;left:0rem;display:block; }
#wkfkLdTeUJwkBELw5UsAJ4mdIrmDOEXS { box-sizing:content-box;height:15rem;width:15rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.374133586884rem;left:22.999134063721rem;display:block; }
#v1Tm7mRQKLHDowyt4va7zUwHOJzb0DwA { color:#000000;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:33.75000333786rem;left:24.6875rem;height:8.99525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VBHqV2EqImAOQfEPfMuCyXERJm7TPVnG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:43.062068462372rem;left:28.936634063721rem; }
#VBHqV2EqImAOQfEPfMuCyXERJm7TPVnG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#guRk7xFMo8UtkhhTeIJ43PwAUdAK8n4L { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:0.125rem;left:69.5625rem;overflow:hidden;display:block; }
#E9AlXDufMsUIi4SiegTeJVTTbWq7sXBP { color:#ffffff;display:block;width:2.43706875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:46.018882274628rem;left:20.630428314209rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3oe57pQdTiSkbldtabub38TQCBlzGAk { position:relative;display:block; }#o3oe57pQdTiSkbldtabub38TQCBlzGAk { background-color: transparent; background-image: none; }#o3oe57pQdTiSkbldtabub38TQCBlzGAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3oe57pQdTiSkbldtabub38TQCBlzGAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3oe57pQdTiSkbldtabub38TQCBlzGAk > .row .container > .video-iframe-container { display: none; }#o3oe57pQdTiSkbldtabub38TQCBlzGAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3oe57pQdTiSkbldtabub38TQCBlzGAk > .row > .video-iframe-container { display: none; }#o3oe57pQdTiSkbldtabub38TQCBlzGAk > .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); }#o3oe57pQdTiSkbldtabub38TQCBlzGAk { border-width: 0; border-radius: 0; }#o3oe57pQdTiSkbldtabub38TQCBlzGAk > .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; }#o3oe57pQdTiSkbldtabub38TQCBlzGAk > .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:33.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; }#IV1IUBOCsr6kWCfszWFAbhm5XNBCl6Sg { color:rgba(var(--color-primary-2),1);display:block;width:53.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.125rem;left:3.125rem;height:3.375rem;font-style:normal;display:block; }
#bZd7TMoNs87lDwLmyS2TC1ELeIclmxoy { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:8.375rem;left:3.125rem;height:1.92480625rem;font-style:normal;display:block; }
#GOVTeagZNfCI2RfXyIdJ6tsOZ5L6Kpca { 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:4rem;width:11.4375rem;top:28.125rem;left:3.125rem;overflow:hidden;display:block; }
#R7br5rfuoWBvc5yZqSFZSCQIgZc0FDTT { color:rgba(var(--color-tertiary-4),1);display:block;width:30.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:23.186850547791rem;left:3.125rem;height:3.148875rem;font-style:normal;display:block; }
#s7TVmR0rZHgCHanyJLyS0EI5XT4mmkgQ { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:11.8125rem;left:3.125rem;height:10.384125rem;font-style:normal;display:block; }#s7TVmR0rZHgCHanyJLyS0EI5XT4mmkgQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s7TVmR0rZHgCHanyJLyS0EI5XT4mmkgQ li:before{  }
#PxmEi0LEBQbwHqpH2tkpUqKLWaRJQQDd { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9995625rem;width:8.3745625rem;top:23.1875rem;left:63.25rem;overflow:hidden;display:block; }
#oJh2Ho4ZuLm2kwCfw6yKFNnhEK2chnDx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:29.75rem;left:50.0625rem;height:2.44791875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 { position:relative;display:block; }#wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 { background-color: transparent; background-image: none; }#wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 > .row .container > .video-iframe-container { display: none; }#wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 > .row > .video-iframe-container { display: none; }#wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 > .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); }#wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 { border-width: 0; border-radius: 0; }#wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 > .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; }#wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 > .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:70.625rem;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; }#F568d4735984c756a3add1b6cbde54ae { 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.875rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#ta7296f2c3c5c0fbb31e3bd4ce5e365d { box-sizing:content-box;height:8.1875rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.875rem;left:49.3125rem;box-shadow: none;display:block; }
#g042319d16fa0fa304cd25982e3db1f1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:47.6875rem;left:51.3125rem;height:4.6308625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#te74cc5e3084c14bb67b41d38b4a691f { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:45.875rem;left:51.3125rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jbabefca4fddac0d6c1f6a00eefa541a { 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.998915672303rem;left:3.1250019073486rem;height:22.05731875rem;font-style:normal;display:block; }
#e99a52812ab327c277ea6444c32307e4 { 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:1.4375rem;width:2.6875rem;top:8.921875rem;left:49.9365234375rem;overflow:hidden;display:block; }
#nh3EGzVNueMH80yBACibFpe62gVNKvaz { 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:58.1875rem;left:55.25rem;height:1.83810625rem;font-style:normal;display:block; }
#MmAPQCN7LJP24HFW3HpyxQ1pXhndCN5z { 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.375rem;width:2.6875rem;top:58.4375rem;left:51.9375rem;overflow:hidden;display:block; }
#TZBPuJBDZ4yf0i9X8V0UTPTZDyqnGUog { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;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:60.8125rem;left:55.25rem;height:1.83810625rem;font-style:normal;display:block; }
#gS4myDA0SPcl2677lTy2ApLnfWbWCEQA { 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.4375rem;width:2.6875rem;top:61rem;left:51.9375rem;overflow:hidden;display:block; }
#yqIM5zB7OUw7gUZdU0kezs6TVETAuWuB { 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:58.1875rem;left:49.3125rem;display:block; }
#vnzaFOzxzNJoi6iwIW60M7REWO1sEzQE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lQCfsybymvp6W8OIz1w7DTZ64HkvT3QK { 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.75rem;left:49.3125rem;display:block; }
#GgMibB7fdCl8sEgyJmS7wr0Wx7lIzfzI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pQbTcnCWlCrxxAEvWitTNc3rNVLcnnqa { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:48.1875rem;left:65.0625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hh0oMIEAZprC6cvNbp6yaWTqyRBqw6DG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:7.5234375rem;left:41.5625rem;height:3.14886875rem;font-style:normal;display:block; }
#zpTpq2aHO1cJPUkqdDsgTeDdsWQmEtsy { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;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:55.625rem;left:55.25rem;height:1.83810625rem;font-style:normal;display:block; }
#AhGbqUR7UacvZubHIwHKpyIfhOQR14sP { 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:55.625rem;left:49.3125rem;display:block; }
#H9CsPTTf4d3TQnLmdteenow6qqUwVKRP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XsNXquKS7A6vXI1WSfhc4NAG3Wacrht5 { 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.375rem;width:2.6875rem;top:55.875rem;left:51.9375rem;overflow:hidden;display:block; }
#TdAHqm5lcPEnDDNXOroCFwOxvhOsxplJ { 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.875rem;width:56.375rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:none; }
#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr { position:relative;display:block; }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr { background-color: transparent; background-image: none; }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .row .container > .video-iframe-container { display: none; }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .row > .video-iframe-container { display: none; }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .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); }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr { border-width: 0; border-radius: 0; }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .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; }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .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; }#xkxPgLXZrZf0xJIZSE9tqxobv92MBmdX { 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; }
#ElE7qXrD905OBvTdHTgGhRprivvzNbhV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G3fWpcqM31mfScTM3e7NeTO2luhmEFXm { position:relative;display:block; }#G3fWpcqM31mfScTM3e7NeTO2luhmEFXm { background-color: transparent; background-image: none; }#G3fWpcqM31mfScTM3e7NeTO2luhmEFXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3fWpcqM31mfScTM3e7NeTO2luhmEFXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3fWpcqM31mfScTM3e7NeTO2luhmEFXm > .row .container > .video-iframe-container { display: none; }#G3fWpcqM31mfScTM3e7NeTO2luhmEFXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3fWpcqM31mfScTM3e7NeTO2luhmEFXm > .row > .video-iframe-container { display: none; }#G3fWpcqM31mfScTM3e7NeTO2luhmEFXm > .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); }#G3fWpcqM31mfScTM3e7NeTO2luhmEFXm { border-width: 0; border-radius: 0; }#G3fWpcqM31mfScTM3e7NeTO2luhmEFXm > .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; }#G3fWpcqM31mfScTM3e7NeTO2luhmEFXm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e30613;background-image:none;font-size:0.875rem;font-family:arial;height:38.625rem;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; }#Ld9cf49a5032e986dc9c2fda8e4d9279 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.060546875rem;left:3.125rem;height:3.00021875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hb43aaa4b48e07a0df3f2f9f4e053f6e { box-sizing:content-box;height:8.6875rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:0rem;box-shadow: none;display:block; }
#wu3gvLQWQ0L4Qx2gHG5rRbAizN9gwQSO { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:13.125rem;left:8.75rem;height:2.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hi5WHtTM6MxWsfyM5RDLggP4TFtET7uq { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:11.3125rem;left:8.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wfWnMyRP4UnQwGxDwQkzP1GoxUFrzFwa { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:17.6875rem;left:8.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDR9wabV5EmOp4npXByNu53v7riFOTld { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:19.5rem;left:8.75rem;height:2.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iGTO4gJUv3ID6ysqsgb78Uv2DpNxTCmX { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:24.0625rem;left:8.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WfFHqLqC8DPaw9qcCCzbvsqGwBtna6Fl { color:#ffffff;display:block;width:47.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:25.875rem;left:8.75rem;height:2.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dXrsWGgnCLOC8kTrRMwIDW4oFhJkgH6y { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:30.4375rem;left:8.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FbsJoJmNcHKMB8kSFgkcWXTyi9BPdZ2E { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:32.25rem;left:8.75rem;height:2.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#heI1hMVsa5NPDcy8EOhu1eRnuKLOHdNo { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:5.060546875rem;left:21.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUUthokPLPTginnfnSH20NQpFzFI28gK { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:30.4375rem;left:3.125rem;overflow:hidden;display:block; }
#ks4J72bd0tiPTXASkRFdXnJQ7cta4uIo { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:24.0625rem;left:3.125rem;overflow:hidden;display:block; }
#pVk1wgtdzVpk3fLnp8ecHtgIiSCUTueu { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:17.6875rem;left:3.125rem;overflow:hidden;display:block; }
#Z1IKxROInL7eqKIWzK4q4OzRIr0we53V { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:11.19921875rem;left:3.125rem;overflow:hidden;display:block; }
#Gzg2hpgtO9mJXaUZ1tKJhmMB6byJT0IZ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:13.75rem;top:30.4375rem;left:58.1875rem;overflow:hidden;display:block; }
#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv { position:relative;display:block; }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv { background-color: transparent; background-image: none; }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .row .container > .video-iframe-container { display: none; }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .row > .video-iframe-container { display: none; }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .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); }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv { border-width: 0; border-radius: 0; }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .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; }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .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; }#Nt9MEwxbQAgdkLJNDguGnggIv25MvQMp { 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; }
#JnKh1PuX8K7CBQDcK8uN8CSaNsSJ4EfM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a { position:relative;display:block; }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a { background-color: transparent; background-image: none; }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .row .container > .video-iframe-container { display: none; }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .row > .video-iframe-container { display: none; }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .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); }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a { border-width: 0; border-radius: 0; }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .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; }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .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:104.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; }#d04ff49cde91bce44c23efa0d7ba6742 { 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.875rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#R59b03b06fa0087f91f13822925ced8d { color:rgba(var(--color-tertiary-4),1);display:block;width:44.0625rem;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:53.748046875rem;left:3.125rem;height:20.21919375rem;font-style:normal;display:block; }
#f7de310e18a938f35546ee0525dd57a2 { 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:22.4375rem;width:22.5rem;top:55.5rem;left:49.3125rem;overflow:hidden;display:block; }
#U6800e231f49216013af829683edf863 { 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:22.5rem;width:22.5rem;top:79.8125rem;left:49.3125rem;overflow:hidden;display:block; }
#ec0461aa97443499b411d02cd58da9f0 { 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:1.4375rem;width:2.6875rem;top:13.248046875rem;left:12.6728515625rem;overflow:hidden;display:block; }
#PRTKH6fXrXaJWIcZ7d4ce3AtbvFTOq65 { 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:1.375rem;width:2.6875rem;top:76.6875rem;left:5.75rem;overflow:hidden;display:block; }
#tN1AiQmhRi2RwudpP0ev8ST9qQuS1hRf { 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:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2.0625rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:76.4375rem;left:3.125rem;display:block; }
#OtraaBa9LrdouxRKzrhFaZLNQbl5xbZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lvAUDyKTTqQlBKXhD0upDI9FEKqyCLiK { 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:15055;line-height:1.4;letter-spacing:0;top:79.125rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#oANnPWE4PKd7vv1pZH8zHfNFZ7ZfivLZ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:76.5rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#kQ4PkTTrDB72tVB744tcLTqg96kso9G0 { 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:1.375rem;width:2.6875rem;top:79.375rem;left:5.75rem;overflow:hidden;display:block; }
#IRm2nArAxsgtyH73anfmKUomqrzinoSc { 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:15069;text-align:center;text-align-last:center;top:79.125rem;left:3.125rem;display:block; }
#WaPEDnd0gE1V0e3hxl8BNFkOUM4QRgqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vC6X4g6q2kScwTt2pCBsBh3OnT4NvMNo { 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:15056;line-height:1.4;letter-spacing:0;top:81.75rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#Twzbymy0kELh3UsIzArq9OoslfGwFOMc { 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:1.4375rem;width:2.6875rem;top:81.9375rem;left:5.75rem;overflow:hidden;display:block; }
#LE4hScRxZ9ULUc7K23Slt1KmpvHU1kHV { 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:15070;text-align:center;text-align-last:center;top:81.6875rem;left:3.125rem;display:block; }
#nmar8P4NI4TU6aJifPMyZJyhkE7ryuo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wzfTWFeXmxvRFoMVfk3lggrQaC3rDpG9 { 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:15rem;width:10.625rem;top:87.375rem;left:19.125rem;overflow:hidden;display:block; }
#vI9ShIma67rxK52oQv4L2HHgkA5QFe7G { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:15.9375rem;top:79.8125rem;left:31.5625rem;overflow:hidden;display:block; }
#TmoTO8G1PAAmsJSTtnH1MR7I5m81O0IO { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:11.912109375rem;left:4.34375rem;height:3.14886875rem;font-style:normal;display:block; }
#XGRxFGATHhL0GBuIaBNclxR0MN3LC5v0 { box-sizing:content-box;height:8.1875rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.875rem;left:49.3125rem;box-shadow: none;display:block; }
#gFLy4iOubkepvOLzttFPIFWEBdLL3hs6 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:45.875rem;left:51.3125rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SwwVC02vPXR1PZ9mVvTAlT2KxgxuvLrA { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:47.6875rem;left:51.3125rem;height:4.6308625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xs1JIU6tfWNTXFDAeqIdLJDn93xOLT3h { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.1875rem;left:66.3125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FldJWTuyE5KRxq6CvGG8oSbdbJfC708T { color:rgba(var(--color-tertiary-4),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:44.998046875rem;left:3.125rem;height:6.6449375rem;font-style:normal;display:block; }
#cIMdPlNJDHJ2lQpimvBKWbgeML9AUHxl { 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.875rem;width:60rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:none; }
#w4oLpHRQRaJBbhbmwSy3mTynGQkLoIff { 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:1.4375rem;width:2.4375rem;top:13.248046875rem;left:12.6728515625rem;overflow:hidden;display:none; }
#RWrt3oeU58TsZTbGu9EACi7tareRs9Vu { position:relative;display:block; }#RWrt3oeU58TsZTbGu9EACi7tareRs9Vu { background-color: transparent; background-image: none; }#RWrt3oeU58TsZTbGu9EACi7tareRs9Vu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWrt3oeU58TsZTbGu9EACi7tareRs9Vu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWrt3oeU58TsZTbGu9EACi7tareRs9Vu > .row .container > .video-iframe-container { display: none; }#RWrt3oeU58TsZTbGu9EACi7tareRs9Vu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWrt3oeU58TsZTbGu9EACi7tareRs9Vu > .row > .video-iframe-container { display: none; }#RWrt3oeU58TsZTbGu9EACi7tareRs9Vu > .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); }#RWrt3oeU58TsZTbGu9EACi7tareRs9Vu { border-width: 0; border-radius: 0; }#RWrt3oeU58TsZTbGu9EACi7tareRs9Vu > .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; }#RWrt3oeU58TsZTbGu9EACi7tareRs9Vu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6e6e6;background-image:none;font-size:0.875rem;font-family:arial;height:24.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; }#ZGSuu603CTXutXlnKHlC0RkXvTdttH8e { 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:15rem;width:15rem;top:2.5rem;left:2.5rem;overflow:hidden;display:block; }
#mVbdzglBfLQdp3BwfVeZrxqOJuzdT1cJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.75rem;left:20rem;height:2.974175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fNacO8TnKNV4eLxWArxA93BRkk333Nwg { 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:3.125rem;width:3.125rem;top:7.375rem;left:20rem;overflow:hidden;display:block; }
#STRBrnfc7BK7lsmRhsGbiuEHyOekyiTE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.375rem;left:23.75rem;overflow:hidden;display:block; }
#qfEQPluJp4W9cUNmCoS5qu4fRgvkViGm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.375rem;left:27.5rem;overflow:hidden;display:block; }
#MEescvfIaCHOtRrhunLICoqnPrxHVGxz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.375rem;left:31.25rem;overflow:hidden;display:block; }
#ak1bvAmM5iNkErOogakZVWLlnJCI0bII { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.375rem;left:35rem;overflow:hidden;display:block; }
#FK4yphGRagaNineifbEFA7helizWeJAC { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:11.125rem;left:20rem;height:11.0210625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BKzm2xGNeLSFkEKvhH4wLKiwuwks9nK7 { 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:5rem;width:20.7498125rem;top:1.7903633117676rem;left:51.215282440186rem;overflow:hidden;display:block; }
#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy { position:relative;display:block; }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy { background-color: transparent; background-image: none; }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .row .container > .video-iframe-container { display: none; }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .row > .video-iframe-container { display: none; }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .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); }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy { border-width: 0; border-radius: 0; }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .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; }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .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; }#McmtMqdqazUTJzGS8DiKoZNELuMHuktP { 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; }
#HoFdbpQgwARK7GuwkNkhGcJTPVRd9N5u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 { position:relative;display:block; }#TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 { background-color: transparent; background-image: none; }#TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 > .row .container > .video-iframe-container { display: none; }#TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 > .row > .video-iframe-container { display: none; }#TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 > .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); }#TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 { border-width: 0; border-radius: 0; }#TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 > .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; }#TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 > .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:90.8125rem;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; }#hnTnhcesWIirolqM5IdAKnuXLHMWXbcS { 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.9375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#UDoegZt0KvQsDFBc2anc03DLZ3a5t43X { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;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.875rem;left:3.125rem;height:11.02864375rem;font-style:normal;display:block; }
#Wai1nblnvuS0M7LQzFQ2lieJb8Cd5ppH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5rem;width:22.5rem;top:55.5625rem;left:49.3125rem;overflow:hidden;display:block; }
#tT5nwGqhNDiTXBcbM0mThZT80fqE7mQK { box-sizing:content-box;height:8.1875rem;width:22.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.875rem;left:49.3125rem;box-shadow: none;display:block; }
#kiRrAqRpwv225fSCkfCTD3PCPTdPTcPF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:45.875rem;left:51.3125rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UyZp4eOZx5h2VJVg0mWRw2qbXthzMQCc { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:47.6875rem;left:51.3125rem;height:4.6308625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XBUIOucdaRtyz7xaBA62rssQHsUDrrKi { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:48.1484375rem;left:65.125rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVBHChttEXmh0VA0LfkhCLlD6dLS6GfF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:69.625rem;left:30rem;overflow:hidden;display:block; }
#o9b5LZzVpCzowdwGzJpKsSyXDTcOwntp { color:#000000;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:15rem;left:20.1875rem;height:1.57486875rem;font-style:normal;display:block; }
#n6vd4TDbQCW03fCyKNXGCsdXbRXrELSd { 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:1.4375rem;width:2.4375rem;top:15.0625rem;left:17.25rem;overflow:hidden;display:block; }
#g8OntSISoM2y9sGBJscPJ7OEbfWNDfux { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.4;letter-spacing:0;top:72.3125rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#ITVHQlRh5560HeMHAgMmbO98A5e8AaTH { 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:15064;line-height:1.4;letter-spacing:0;top:69.6875rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#VT0oNdtELp7OJQxkHbzACvd1XNTtDZtl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:67.0625rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#Tcr5aOKrxb3tqqcQTGioGEXTD1r7ZkRH { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:2.6875rem;top:69.9375rem;left:5.75rem;overflow:hidden;display:block; }
#AmhOVhXTiXlxwbkaDpZQJrB4n6EqHEC0 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.6875rem;top:72.5rem;left:5.75rem;overflow:hidden;display:block; }
#vSXnchvWIl1PToWl87AZ6qsfzX4RVhnN { 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:1.3125rem;width:2.625rem;top:67.25rem;left:5.75rem;overflow:hidden;display:block; }
#r2LfKARnNQJylsAIw00XrweaLJHlmkAE { 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:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2.0625rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:67rem;left:3.125rem;display:block; }
#qBRwTGbGwIZrsC6Z9JQJozafACcmwRky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eMNh37TLe28RspzWpSkMswpX69S0UdUT { 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:15078;text-align:center;text-align-last:center;top:69.6875rem;left:3.125rem;display:block; }
#vuS7fBEp56JGaJmILOGiCQiMwiroplOP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#imhOLzfhoUKk700mId3CZg6Eb438G7NV { 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:15079;text-align:center;text-align-last:center;top:72.25rem;left:3.125rem;display:block; }
#AXbmT7TV0tXw0DHhqmQ45TfEvf9SANRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#buE5ThLyFT4lsmIhsrHcTz8JG2R0d1c2 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:57.14453125rem;left:3.125rem;height:;font-style:normal;display:block; }#buE5ThLyFT4lsmIhsrHcTz8JG2R0d1c2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#buE5ThLyFT4lsmIhsrHcTz8JG2R0d1c2 li:before{  }
#w7iCoi16JtfcIkZUFVCtq7KteIQ7oN1t { 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.9375rem;width:54.875rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:none; }
#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: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; }
#WmLN4ByiwdwPxULGJhNOCBhN0slavU0h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm { position:relative;display:block; }#PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm { background-color: transparent; background-image: none; }#PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm > .row .container > .video-iframe-container { display: none; }#PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm > .row > .video-iframe-container { display: none; }#PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm > .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); }#PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm { border-width: 0; border-radius: 0; }#PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm > .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; }#PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm > .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:90rem;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; }#rgCq8QesqE0BTaI9udCwfN1AppyZ3dsK { 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.9375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#nRqZcudtEyvRgI1od4vKSQJGUeXBmtvp { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;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:45.5rem;left:3.125rem;height:11.0286375rem;font-style:normal;display:block; }
#KobCmkZXt1Z4X28BHGXCQTvVV18o6hxt { 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:15rem;width:15rem;top:71.310546875rem;left:32.505859375rem;overflow:hidden;display:block; }
#y28HgEtBDLL7s2RDvzaFhJtpQLs8eohH { 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:30.0625rem;width:22.5rem;top:56.185990333557rem;left:49.31858253479rem;overflow:hidden;display:block; }
#DegnlgaTw6zPn6h7I5tlByzXbdlOqtPz { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:2.6875rem;top:70rem;left:5.75rem;overflow:hidden;display:block; }
#JOut0PRMzHgwkZL7NmxoNSRghPgp2sZ2 { 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:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2.0625rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:69.75rem;left:3.125rem;display:block; }
#IBOwT8NecwLANayWq6B3TZsBMbq5ibRD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nL9vy4F78hxJFTk2JAFNZp44BFUJC6KQ { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:2.6875rem;top:72.6875rem;left:5.75rem;overflow:hidden;display:block; }
#OtMymZ3U8OMAv8LOfW3bACc3fcmb5kEn { 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:15087;text-align:center;text-align-last:center;top:72.4375rem;left:3.125rem;display:block; }
#mNODyv8pkbcJRHoLoPbw7dTTcGi1dCG4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SzsW4yfyRgVrK1g94E8P3nUpxtyxpKDp { 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:15073;line-height:1.4;letter-spacing:0;top:72.4375rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#V2qgiydSqr6Qw45QZDzCdB9LZM3eB8F5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:69.8125rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#PDSWQqOqATk4rOBRJzPwvUHOfcleDS5I { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:75.0625rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#nqxWTDP9v3QxlSs0WXxPEdsxiE9szU2D { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.6875rem;top:75.25rem;left:5.75rem;overflow:hidden;display:block; }
#cwmz0SLqpJG5TgkuKzzVOF5HKEguwPS0 { 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:15088;text-align:center;text-align-last:center;top:75rem;left:3.125rem;display:block; }
#l2Uicf9mlITUd6VINTenuPgx6Ed8TRCn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tPwW4kebgsDzKR4bWNPM6wyfA38C6hDu { box-sizing:content-box;height:8.1875rem;width:22.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:45.5rem;left:49.3125rem;box-shadow: none;display:block; }
#lPEu3SCV6kZSfQGUpy55MPeb9kfNKfzD { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:46.5rem;left:51.3125rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K0wEqD0MGvMTABZuPmSWxANIOem3NlP9 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:48.3125rem;left:51.3125rem;height:4.6308625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#swmSTuD80sFTOAzKRKTHTAFfsiMSXVCt { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:48.8125rem;left:63.8125rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHU641ezTZx6vwGKZm7KbtU7JayWhnAS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.6875rem;top:15.875rem;left:55.0625rem;overflow:hidden;display:block; }
#fDVJUIoCUxl6SuLwCSEi8QHULoMFssrR { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:14.5625rem;left:46.75rem;height:3.14886875rem;font-style:normal;display:block; }
#mQNLDWZB8Jzs76AsMGH2TI0XOK7GAmBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:57.76953125rem;left:3.125rem;height:;font-style:normal;display:block; }#mQNLDWZB8Jzs76AsMGH2TI0XOK7GAmBJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mQNLDWZB8Jzs76AsMGH2TI0XOK7GAmBJ li:before{  }
#CAt4O73v0qm6ObJn30E352m4ptGHPmaL { 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.9375rem;width:54.0625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:none; }
#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: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; }
#XSflDBVZRJT7u2Inn2hs0S6mlmLh1ezw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR { position:relative;display:block; }#CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR { background-color: transparent; background-image: none; }#CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR > .row .container > .video-iframe-container { display: none; }#CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR > .row > .video-iframe-container { display: none; }#CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR > .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); }#CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR { border-width: 0; border-radius: 0; }#CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR > .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; }#CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR > .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:97.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; }#a81bbd5e910352009cd7596160562738 { 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.875rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#l6bf3aafc2b76a233c0e80314b439b35 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;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:63.125rem;left:3.125rem;height:14.7048625rem;font-style:normal;display:block; }
#qa792d3174a4fd44fa698735a20cfebc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.5rem;top:55.5625rem;left:49.3125rem;overflow:hidden;display:block; }
#PoHodTcy0SrDQ0sDK3wMyLOVch8DkM0f { box-sizing:content-box;height:8.1875rem;width:22.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.875rem;left:49.3125rem;box-shadow: none;display:block; }
#mrRASng0z2IMw0i4kSIr7i7W87pESaxA { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:45.875rem;left:51.3125rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qsUJeqCAtbToolqZi3ZCEFIRTurRVTir { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:47.6875rem;left:51.3125rem;height:4.6308625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zfdGTmlTs2KAaTuBbvivXKqcNiTv2BKT { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:48.1484375rem;left:65rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F0H6iG7O4PICZnDX6nlS3i0C7AwZSFbr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:79.69140625rem;left:49.3125rem;overflow:hidden;display:block; }
#PTLNPDinrp2iVUXz3o8litZ3JzoQRfNd { color:rgba(var(--color-tertiary-4),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:44.875rem;left:3.125rem;height:15.744375rem;font-style:normal;display:block; }
#r6VWEaL5lbwBFS0aEAoJoqXsQByOWEba { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:9.375rem;left:55.125rem;height:3.14886875rem;font-style:normal;display:block; }
#wGsrnEJsDq5colSu5gNcNduWVpHPeo2l { 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:1.4375rem;width:2.6875rem;top:10.6875rem;left:63.4375rem;overflow:hidden;display:block; }
#QKKzVM4kJ8C0fTpqsfnVmbG74XKssZO4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.4;letter-spacing:0;top:85.625rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#RIzRyQ7NA8ixCtX5ZnSJtLI8agGpFuhT { 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:15064;line-height:1.4;letter-spacing:0;top:83rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#oRrEvUlHPU3G1HIxZHg607mnSox9FVD4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:80.375rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#TvocgGuT5TABzVxlthQTGAJC6I7fVIFy { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:2.6875rem;top:83.25rem;left:5.75rem;overflow:hidden;display:block; }
#Oymo234swpxseyvIO0zDQJDWGdgoTI8I { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.6875rem;top:85.8125rem;left:5.75rem;overflow:hidden;display:block; }
#FeVTBGRvzqTrpDsXr3t0ebrTEcpOLPr8 { 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:1.3125rem;width:2.625rem;top:80.5625rem;left:5.75rem;overflow:hidden;display:block; }
#mgMI7zuHrdlpgMv6KPkUQOhWv09dA1AC { 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:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2.0625rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:80.3125rem;left:3.125rem;display:block; }
#MV3Mrlt2pzDTtXnFpeIU8gdBa78pJ4Tt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ESat3ICo22i95P1NZm4daeBEqDdR580K { 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:15078;text-align:center;text-align-last:center;top:83rem;left:3.125rem;display:block; }
#ffPFLhPLZ8LTZJkhvMd7H971PkVaSJlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kwp5ZOdaO9cHTSHV0uQZ4SIiSJ2USsnm { 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:15079;text-align:center;text-align-last:center;top:85.5625rem;left:3.125rem;display:block; }
#dyM4p2KfKdSKHsH6Wxksg1fTIvqc7Q7n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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: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; }
#zEOJinbeefAd2HSzyVaiIWFT2Wqe9Nwi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD { position:relative;display:block; }#ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD { background-color: transparent; background-image: none; }#ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD > .row .container > .video-iframe-container { display: none; }#ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD > .row > .video-iframe-container { display: none; }#ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD > .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); }#ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD { border-width: 0; border-radius: 0; }#ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD > .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; }#ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD > .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:97.8125rem;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; }#S383ca7b9c6a685c5badee4a1ec43297 { 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.875rem;width:68.625rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#q01a5d84dd5188a23a4f00fa99a7d7a4 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.625rem;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:64.6875rem;left:3.125rem;height:20.2192rem;font-style:normal;display:block; }
#d6fb3fc56cc4928e52d30813cce5fa13 { 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:15rem;width:15rem;top:80.560546875rem;left:49.318359375rem;overflow:hidden;display:block; }
#ve1b61c00e77079c3f3ff22773c2ecf8 { 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:22.5rem;width:22.5rem;top:56.185990333557rem;left:49.31858253479rem;overflow:hidden;display:block; }
#VJrmkbIWzSHfV5X8eonymTWDTUEr0JWX { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:2.6875rem;top:87rem;left:5.75rem;overflow:hidden;display:block; }
#kkhZD1AiNeakUn6cVKv2Lro8ThfRduBt { 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:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2.0625rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:86.75rem;left:3.125rem;display:block; }
#qEEGO4IWFDy3X82vLJgUUTVMtqdkDeFc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPvcV5Ikit6XciEtRt3ciMMB1OnDDhiw { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:2.6875rem;top:89.6875rem;left:5.75rem;overflow:hidden;display:block; }
#uEc1bNCy0onhVUepGszyeM7444CWdf4c { 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:15087;text-align:center;text-align-last:center;top:89.4375rem;left:3.125rem;display:block; }
#UUmlATMfAJ6Gck6cZz5d4Eix8bw4C1U2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HBc19KWTgGilGFHBWG4DgD4qTNdiI8rS { 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:15073;line-height:1.4;letter-spacing:0;top:89.4375rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#Tpg3TpZTgWUTunLGv0UIlKnWM4o6hXI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:86.8125rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#pzHmc9WDEzM1RkBQW1CI19mtTzoJ9B3J { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:92.0625rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#WoF14IZeR9DWZ47J9sgRsdqNgDuZzPPw { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.6875rem;top:92.25rem;left:5.75rem;overflow:hidden;display:block; }
#GizwZ0N4UQdkrxF1uhfGoMIy1mQvtfAS { 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:15088;text-align:center;text-align-last:center;top:92rem;left:3.125rem;display:block; }
#fdZhx18MXsbRNk8tVHpohaBqDiNkICLK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hKampqlpQUzz8FPAH47nFdwdUyFBLC1L { box-sizing:content-box;height:8.1875rem;width:22.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:45.5rem;left:49.3125rem;box-shadow: none;display:block; }
#fy5EQp7ndwgBvJeRkfxVacwOnbXqmJgb { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:46.5rem;left:51.3125rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U9fTQWU9WJdL0nk26yktDMkFvwnGnvvg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:48.3125rem;left:51.3125rem;height:4.6308625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bIZLUeTr72ACmPgwQ5zXUUDwNSNeKEIv { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:48.8125rem;left:66.3125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cpFleWg0xuCpAroqMC2XlW1xFAtWFNSB { color:rgba(var(--color-tertiary-4),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:45.5rem;left:3.125rem;height:17.3188125rem;font-style:normal;display:block; }
#z87TuEC7NAXDtlHh1i7C6tIgnf2BBNlX { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.6875rem;top:20.5625rem;left:54.4375rem;overflow:hidden;display:block; }
#Gl6NnDIiXZTT1EMi6ouBTdCSS3zy8bDM { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:19.25rem;left:46.125rem;height:3.14886875rem;font-style:normal;display:block; }
#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v { position:relative;display:block; }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v { background-color: transparent; background-image: none; }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .row .container > .video-iframe-container { display: none; }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .row > .video-iframe-container { display: none; }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .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); }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v { border-width: 0; border-radius: 0; }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .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; }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .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; }#iZ06dIa3vzKd2qruOa1RBPcWy1UMFWeO { 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; }
#l0xL7JUxeM7bJn4isgi2pySZbyeQH5bk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ax0wcM4oUDU1pCnL6ddkcM4SEqPx8GvC { position:relative;display:block; } #zd56bb5eb84cec20701d43369538fc16.widget-smartsection *:focus-visible, #zd56bb5eb84cec20701d43369538fc16.widget-smartsection input[type="text"]:focus-visible, #zd56bb5eb84cec20701d43369538fc16.widget-smartsection input[type="email"]:focus-visible, #zd56bb5eb84cec20701d43369538fc16.widget-smartsection input[type="tel"]:focus-visible, #zd56bb5eb84cec20701d43369538fc16.widget-smartsection textarea:focus-visible { outline: none; } #ax0wcM4oUDU1pCnL6ddkcM4SEqPx8GvC > .row .container { position:relative;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; }
#nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi { position:relative;display:block; }#nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi { background-color: transparent; background-image: none; }#nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi > .row .container > .video-iframe-container { display: none; }#nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi > .row > .video-iframe-container { display: none; }#nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi > .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); }#nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi { border-width: 0; border-radius: 0; }#nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi > .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; }#nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi > .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:84.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; }#kBiSCbGfsaXoQWQTDiaFLXmat2ct8SD9 { 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.9375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#nGCoAAJ0V0QvI7ieXaAhUxhagvXIdJOs { color:rgba(var(--color-tertiary-4),1);display:block;width:44.0625rem;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:45.5rem;left:3.125rem;height:9.19053125rem;font-style:normal;display:block; }
#CzuV4mpzHgHgb41bzDPoka8CKh82gDZv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:22.5rem;top:56.1875rem;left:49.3125rem;overflow:hidden;display:block; }
#K7gOm3gy5f6hT5C9eTP1duySsNSSOzgg { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:2.6875rem;top:70.8125rem;left:5.75rem;overflow:hidden;display:block; }
#QcyKnm4BlJR0Kw4nfSiCO49KyuzyXEMU { 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:15105;text-align:center;text-align-last:center;top:70.5625rem;left:3.125rem;display:block; }
#I0Gor5nBKSTvEEptTvTpqo7VmQITRWyS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScdTWvwgslt9sds19HqJBSqGkV9hkmIe { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:2.6875rem;top:68.125rem;left:5.75rem;overflow:hidden;display:block; }
#eZxMU1yqfqSRBZTIKoIbNATTWEbwIZkG { 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:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2rem;height:2.0625rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:67.875rem;left:3.125rem;display:block; }
#TkMq3K5UWvP5EDvf4h4PzS9VVx1Ogg0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#otqRCVF0wg0m8dhx9yy8ENqEvEWPlOk5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15091;line-height:1.4;letter-spacing:0;top:70.5625rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#VsKfoNJ639ByPrIwU9suXx1ibIZVppXh { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15090;line-height:1.4;letter-spacing:0;top:67.9375rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#QmdvKkXKnilLPB3n7BzFzcB8JWEdJcsv { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;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:73.375rem;left:5.75rem;overflow:hidden;display:block; }
#shkxkb8iV8g9JTzumduaGtQmlgQ8XgLy { 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:15106;text-align:center;text-align-last:center;top:73.125rem;left:3.125rem;display:block; }
#yygcpSo85Lkg76582Buk1u72RzLTVEFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZvwQdCy6BqkbA2ruVNtMsnCwH3FCA9H { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15092;line-height:1.4;letter-spacing:0;top:73.1875rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#EKDVIrIryEWxCCLIrAZuL3Cde9upmosH { color:#ffffff;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:14.875rem;left:3.5625rem;height:3.14886875rem;font-style:normal;display:block; }
#N4iCnOg4eMrGSv9lNzcLbvgU4ZKWCEeG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.6875rem;top:16.3125rem;left:11.375rem;overflow:hidden;display:block; }
#DD4nJbqMxypqOxfd6FDq6aZn2VqXJ9eQ { box-sizing:content-box;height:8.1875rem;width:22.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:45.5rem;left:49.3125rem;box-shadow: none;display:block; }
#LpAg14M5E7BgqKw6KTixlJcqlSF5E8pB { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:46.5rem;left:51.3125rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FHtqxGu3hntXDixfWDkzKoOHeRHbQ2qz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:48.3125rem;left:51.3125rem;height:4.62999375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vLmcTV1931nUHovXATeVOpfGNyfu1L9V { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:48.7734375rem;left:64.6875rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dMrwEo9aTxt4GX375bwoGll9Ptkp70Wl { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:55.9375rem;left:3.125rem;height:10.1280625rem;font-style:normal;display:block; }#dMrwEo9aTxt4GX375bwoGll9Ptkp70Wl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dMrwEo9aTxt4GX375bwoGll9Ptkp70Wl li:before{  }
#Fh1yoKH4ew986DcJCyFpXPlZxAKnxHi0 { 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.9375rem;width:55.4375rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:none; }
#IJWXtxDffMy2Dp4tfdeWZiBTekaZXJgG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.4375rem;top:16.3125rem;left:11.375rem;overflow:hidden;display:none; }
#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; }
#sKtcRHBLHKSugLLxqPURmkGu64cWnaTl { position:relative;display:block; }#sKtcRHBLHKSugLLxqPURmkGu64cWnaTl { background-color: transparent; background-image: none; }#sKtcRHBLHKSugLLxqPURmkGu64cWnaTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKtcRHBLHKSugLLxqPURmkGu64cWnaTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKtcRHBLHKSugLLxqPURmkGu64cWnaTl > .row .container > .video-iframe-container { display: none; }#sKtcRHBLHKSugLLxqPURmkGu64cWnaTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKtcRHBLHKSugLLxqPURmkGu64cWnaTl > .row > .video-iframe-container { display: none; }#sKtcRHBLHKSugLLxqPURmkGu64cWnaTl > .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); }#sKtcRHBLHKSugLLxqPURmkGu64cWnaTl { border-width: 0; border-radius: 0; }#sKtcRHBLHKSugLLxqPURmkGu64cWnaTl > .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; }#sKtcRHBLHKSugLLxqPURmkGu64cWnaTl > .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:97rem;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; }#EstPAN8c9wlLaUP6FO8dFSEySu1bpyUo { 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.9375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#R4kCROdzhzXM1ckAHcCKxtI0e9G6ZEGm { box-sizing:content-box;height:8.1875rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.875rem;left:49.3125rem;box-shadow: none;display:block; }
#l2y8CueyLVvoudKnduR70nP6EgTSswFb { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:47.6875rem;left:51.3125rem;height:4.6308625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S7EcVgxTxTO9DDOZgRedH7fbsLEdwDpu { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:45.875rem;left:51.3125rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wq3PyN8h781ltqUnaIyKCPtsNUmxDXGn { 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.998915672303rem;left:3.1250019073486rem;height:9.19053125rem;font-style:normal;display:block; }
#P1rrgn0gBhHZ7ALGiDKb0et9IJoKWagA { 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:1.4375rem;width:2.6875rem;top:13.5625rem;left:37.625rem;overflow:hidden;display:block; }
#KybT0etuVJ5vkSnH5EHsXm0Jtph5WaJ2 { 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:67.4375rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#HZltnR8HKowzPwsZK7pCCUu3uGqJW2P6 { 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.375rem;width:2.6875rem;top:67.6875rem;left:5.75rem;overflow:hidden;display:block; }
#qy2i0v70bOICgL1blQBWHaTgXg3M1cpE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;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:72.25rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#eNcwJl5eJGn5plR7l4Wltn4ExuobMaLV { 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.4375rem;width:2.6875rem;top:72.4375rem;left:5.75rem;overflow:hidden;display:block; }
#otlCTnqfEbqTxoGp5VvFpV587IneW9hU { 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:67.4375rem;left:3.125rem;display:block; }
#DQbKU0krLfwDaPTi8VI483vJaHBouTuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GvEDrBucL3RV3asBLk2s3MxoswufSJHh { 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:72.1875rem;left:3.125rem;display:block; }
#NgfVzi5GXM2Htp79x44ydyfPVpsVuIPx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w2HdXHlglFCrytO5S6PuS5ryCszuN8iT { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:48.1875rem;left:65.0625rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6klKZNKCO66SsNRmbx3e0IwimCqkS3J { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:13.4375rem;left:30.1875rem;height:1.57486875rem;font-style:normal;display:block; }
#W429U1IQlnzV5w6tUbsWVbEQFAIknHi9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;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:69.875rem;left:9.0625rem;height:1.83810625rem;font-style:normal;display:block; }
#zIQBFMsNph4tMwIWhbTQGryPFxGzNek4 { 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:69.875rem;left:3.125rem;display:block; }
#y4KT0C336EmC6Es8XU3rDEgZIwEvx3d5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qKNccNpwSKILp8GBJZvv2PZFiTFne1Gg { 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.375rem;width:2.6875rem;top:70.125rem;left:5.75rem;overflow:hidden;display:block; }
#B2v3BSO8U3MMy2MfeDaNNOvU9Vn0fRAE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:22.5rem;top:54.9375rem;left:49.4375rem;overflow:hidden;display:block; }
#cndn3kgih0h6VbsDvCIXNCZCm7bGgT0Q { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:17.5rem;top:70.0625rem;left:30.0625rem;overflow:hidden;display:block; }
#srAhULalnvOkD4wU9wgsw4aZogytiWTc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:22.5rem;top:81.1875rem;left:49.4375rem;overflow:hidden;display:block; }
#uxcD2QRm6XTKqI0ngC4QfDGxRPlFP857 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:55.431640625rem;left:3.125rem;height:10.1280625rem;font-style:normal;display:block; }#uxcD2QRm6XTKqI0ngC4QfDGxRPlFP857 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uxcD2QRm6XTKqI0ngC4QfDGxRPlFP857 li:before{  }
#h4WIO171CZ4uVcoTMJH0PLhcCElMQ0cS { 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.9375rem;width:39.6875rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:none; }
#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ { position:relative;display:block; }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ { background-color: transparent; background-image: none; }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .row .container > .video-iframe-container { display: none; }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .row > .video-iframe-container { display: none; }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .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); }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ { border-width: 0; border-radius: 0; }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .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; }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .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; }#SGe9qTTE9DnaKpTGxOP0FqIT1MMvpsTd { 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; }
#q8g5FLbOW3ZPbqJCzcDpAUpXi30dDEfU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UdgImkgk9OS1k8kJCfDuncI4WHf7HldT { position:relative;display:block; }#UdgImkgk9OS1k8kJCfDuncI4WHf7HldT { background-color: transparent; background-image: none; }#UdgImkgk9OS1k8kJCfDuncI4WHf7HldT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdgImkgk9OS1k8kJCfDuncI4WHf7HldT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdgImkgk9OS1k8kJCfDuncI4WHf7HldT > .row .container > .video-iframe-container { display: none; }#UdgImkgk9OS1k8kJCfDuncI4WHf7HldT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdgImkgk9OS1k8kJCfDuncI4WHf7HldT > .row > .video-iframe-container { display: none; }#UdgImkgk9OS1k8kJCfDuncI4WHf7HldT > .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); }#UdgImkgk9OS1k8kJCfDuncI4WHf7HldT { border-width: 0; border-radius: 0; }#UdgImkgk9OS1k8kJCfDuncI4WHf7HldT > .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; }#UdgImkgk9OS1k8kJCfDuncI4WHf7HldT > .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:70.625rem;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; }#RHOxOXC02ede67ydlsXQU7suVeFJ5OG1 { 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.9375rem;width:68.75rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:block; }
#NI4A3G3rrSANTdIIZaTqKJhqfBH6IHlz { box-sizing:content-box;height:8.1875rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.875rem;left:49.3125rem;box-shadow: none;display:block; }
#cSwTVAuMRDRktGSUo5JcDviJeL1JdQOK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:47.6875rem;left:51.3125rem;height:4.6308625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D7C4kcrE1a8bM1cTVL306VMuD7MN261Q { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:45.875rem;left:51.3125rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NcK91ngfuRa8pdFoUpC6M4u4ydMAOFgC { 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.998915672303rem;left:3.1250019073486rem;height:11.0286375rem;font-style:normal;display:block; }
#NKvpK3DHQhwGFIkIROPVpMr60CQ5IaGL { 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:1.4375rem;width:2.4375rem;top:31.125rem;left:31.8125rem;overflow:hidden;display:block; }
#XsPgaEveXtM5FXOThZMJhu3hOs6CEPXn { 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.5625rem;left:55.25rem;height:1.83810625rem;font-style:normal;display:block; }
#ZU5MKIKrvTrKIEChiAVQS1iI9Lce6ab3 { 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.375rem;width:2.6875rem;top:55.8125rem;left:51.9375rem;overflow:hidden;display:block; }
#eP5ilxUNt5JK5vEdzITMkmnoLplDtbZ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;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:60.4375rem;left:55.25rem;height:1.83810625rem;font-style:normal;display:block; }
#C3iTGkyWgpuMybktZlTFMmAlq5TKZ7sg { 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.4375rem;width:2.6875rem;top:60.625rem;left:51.9375rem;overflow:hidden;display:block; }
#MELK7SO3x85sD75ZyaJTOukB4aAog2Xz { 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.5625rem;left:49.3125rem;display:block; }
#zPIL8SLEwmnsua3fzRl9LeLUdVNd8noO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pr11TyWsQWQeU6gGrkdxUTXadTZ3q0xB { 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.375rem;left:49.3125rem;display:block; }
#Ag2d8krpm71qL2cywh5lRFI7qT94J7W7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uGVPTEtBTQLekzyeKEeqft88RXHdlFxk { color:rgba(var(--color-tertiary-0),1);display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:48.1875rem;left:65.0625rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xGQwG2iTr5TL8Uu0n7e5wzq9vegTGS7X { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:29.6875rem;left:34.6875rem;height:3.14886875rem;font-style:normal;display:block; }
#iMEw4hNoBJq4Hkxz109agmC0BrnIVB7L { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;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:55.25rem;height:1.83810625rem;font-style:normal;display:block; }
#ZVPTuFaSpgoKbS2vKCxrro1XKIo5Z0wK { 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:49.3125rem;display:block; }
#RhT91JDGUz1Mm0EoaJ4xTRxlI0v5kQAn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v8BiMLA11m6MaTH24Thx3erwXDMtl7u7 { 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.375rem;width:2.6875rem;top:58.25rem;left:51.9375rem;overflow:hidden;display:block; }
#ESvIyXDTH2VLJWK7P9Wb5qNyQ5Pf5NPz { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:57.267578125rem;left:3.125rem;height:10.1280625rem;font-style:normal;display:block; }#ESvIyXDTH2VLJWK7P9Wb5qNyQ5Pf5NPz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ESvIyXDTH2VLJWK7P9Wb5qNyQ5Pf5NPz li:before{  }
#Rbd4FgFF2oi3MaHm3OwHJiC6XDdTWFlr { 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.9375rem;width:45.25rem;top:3.125rem;left:3.1250019073486rem;overflow:hidden;display:none; }
#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c { position:relative;display:block; }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c { background-color: transparent; background-image: none; }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .row .container > .video-iframe-container { display: none; }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .row > .video-iframe-container { display: none; }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .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); }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c { border-width: 0; border-radius: 0; }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .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; }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .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; }#LVJrzBczwNbEt7wsfQ24AlGTwLlFpDiT { 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; }
#gAKVCWNu960GcNDd2sBsBcE6DOTz0pqU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s { position:relative;display:block; }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s { background-color: transparent; background-image: none; }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .row .container > .video-iframe-container { display: none; }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .row > .video-iframe-container { display: none; }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .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); }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s { border-width: 0; border-radius: 0; }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .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; }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#21202c;background-image:none;font-size:0.875rem;font-family:arial;height:70.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; }#q0X3cm0F5gC8wWlPzc2w0w7gB8UkTJ58 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.6875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xO7HyOihEx4UpAeAmZMky3RWVI9osh66 { color:#ffffff;display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:59.4375rem;left:3.125rem;height:7.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftpQkD6k83LnNMOX89ppgGQmFtLfqgmX { box-sizing:content-box;height:15rem;width:15rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e30613;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:3.125rem;display:block; }
#a4igVAbINRZoLQayJ0lROyLFkgiS9PH8 { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.5625rem;left:4.1875rem;height:11.1979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ft7wxBd9CCcBztx4gNFk7ZMUGboPmSv7 { background-color:#e30613;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.25rem 0.25rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.875rem;left:28.75rem;display:block; }
#EpuCEhU0eyt5SCVPyTXRrDL3D79x1w2a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 { position:relative;display:block; }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 { background-color: transparent; background-image: none; }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .row .container > .video-iframe-container { display: none; }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .row > .video-iframe-container { display: none; }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .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); }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 { border-width: 0; border-radius: 0; }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .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; }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .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; }#gziSsblSbsaSys5MHu4ZRLObaxuANhQf { 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; }
#GtKeMQX9hrRbggK3vdu5JhAKuxAt08Rs { 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.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; }#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.1875rem;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.3125rem;left:61.4375rem;height:4.496525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dPv9KXZfJs7JLXuKuNd6JlT2ogx8t64F { color:rgba(var(--color-tertiary-4),1);display:block;width:8.624125rem;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.6273880004883rem;left:33.186851501465rem;height:5.62065625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lg1yJT50TQdTpDTJPcHpETo2kxMEIBv6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6248125rem;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.6273880004883rem;left:45.374351501465rem;height:5.62065625rem;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:6.436625rem;width:26.624375rem;top:3.2172317504883rem;left:2.4370670318604rem;overflow:hidden;display:block; }
#pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 { position:relative;display:block; }#pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 { background-color: transparent; background-image: none; }#pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 > .row .container > .video-iframe-container { display: none; }#pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 > .row > .video-iframe-container { display: none; }#pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 > .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); }#pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 { border-width: 0; border-radius: 0; }#pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 > .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; }#pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 > .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: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; }#Vaf533cba4d2bbe846a23bdf0bd5cacf { color:rgba(var(--color-tertiary-4),1);display:block;width:68.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:0.9049072265625rem;left:2.4058170318604rem;height:2.2482625rem;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.59288125rem;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.625rem;left:0rem;width:21.125rem;height:4.9226067721162rem;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) { #lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg { display:block; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2uzT4cm0tE7ZGvI0s4pP9s52HKWkxaf { top:31.4375rem;left:0rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfxnqXkrTEshvlBtrn2MvhokPvHOOEFM { top:38.8125rem;left:0rem;width:22.1875rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVu3ELl6kKKBuBUl8txqiB0dILwKpfT2 { top:34.8125rem;left:0rem;width:17.3125rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Z9LmTKVyc1bM8u8sTto9oHQLahmy2a { top:46.375rem;left:0rem;width:19.6875rem;height:3.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkpcT3N3UE2dGVsQDJVqWe6aA9vrGikp { top:43.8125rem;left:0rem;width:14.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nilpub7TVORUXa1py7KukkzbzNPFXMim { top:2.75rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmgvrmrf0dt9itRq4KkVB8CgOTOtwaiD { top:41.5rem;left:16.125rem;width:31.625rem;height:7.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFsuEznMiP8WTTmDMSnI9qBpViAGJdGS { top:48.75rem;left:19.3125rem;width:28.4375rem;height:6.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkDROU633xzEBPf9UCU0DuTwmv1RIvE0 { top:56.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAt4ZApTWu5QgslbVkA83FaC46n12fOU { top:56.25rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkfkLdTeUJwkBELw5UsAJ4mdIrmDOEXS { top:32.3125rem;left:9.3741340637206rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Tm7mRQKLHDowyt4va7zUwHOJzb0DwA { top:33.75rem;left:11.0625rem;width:11.75rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBHqV2EqImAOQfEPfMuCyXERJm7TPVnG { top:43rem;left:15.311634063721rem;width:3.125rem;height:3.125rem;display:block; }
#VBHqV2EqImAOQfEPfMuCyXERJm7TPVnG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #guRk7xFMo8UtkhhTeIJ43PwAUdAK8n4L { top:0.125rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9AlXDufMsUIi4SiegTeJVTTbWq7sXBP { top:46rem;left:7.0054283142087rem;width:2.375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3oe57pQdTiSkbldtabub38TQCBlzGAk { display:block; }#o3oe57pQdTiSkbldtabub38TQCBlzGAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IV1IUBOCsr6kWCfszWFAbhm5XNBCl6Sg { top:3.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZd7TMoNs87lDwLmyS2TC1ELeIclmxoy { top:8.375rem;left:0rem;width:20.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOVTeagZNfCI2RfXyIdJ6tsOZ5L6Kpca { top:28.125rem;left:0rem;width:11.4375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7br5rfuoWBvc5yZqSFZSCQIgZc0FDTT { top:23.125rem;left:0rem;width:30.6875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7TVmR0rZHgCHanyJLyS0EI5XT4mmkgQ { top:11.75rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#s7TVmR0rZHgCHanyJLyS0EI5XT4mmkgQ li:before{  }
 }@media only screen and (max-width: 763px) { #PxmEi0LEBQbwHqpH2tkpUqKLWaRJQQDd { top:23.1875rem;left:39.4375rem;width:8.3125rem;height:8.932868228191rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJh2Ho4ZuLm2kwCfw6yKFNnhEK2chnDx { top:29.75rem;left:35.875rem;width:11.875rem;height:2.4375rem;font-size:0.875rem;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) { #wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 { display:block; }#wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F568d4735984c756a3add1b6cbde54ae { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta7296f2c3c5c0fbb31e3bd4ce5e365d { top:44.875rem;left:25.25rem;width:22.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g042319d16fa0fa304cd25982e3db1f1 { top:47.6875rem;left:29.4375rem;width:14.1875rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #te74cc5e3084c14bb67b41d38b4a691f { top:45.875rem;left:28.5625rem;width:19.1875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbabefca4fddac0d6c1f6a00eefa541a { top:44.9375rem;left:0rem;width:40rem;height:22rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e99a52812ab327c277ea6444c32307e4 { top:8.875rem;left:36.3115234375rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh3EGzVNueMH80yBACibFpe62gVNKvaz { top:58.1875rem;left:36.25rem;width:11.5rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmAPQCN7LJP24HFW3HpyxQ1pXhndCN5z { top:58.4375rem;left:38.3125rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBPuJBDZ4yf0i9X8V0UTPTZDyqnGUog { top:60.8125rem;left:30.3125rem;width:17.4375rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS4myDA0SPcl2677lTy2ApLnfWbWCEQA { top:61rem;left:38.3125rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqIM5zB7OUw7gUZdU0kezs6TVETAuWuB { width:2rem;height:2rem;top:58.1875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzaFOzxzNJoi6iwIW60M7REWO1sEzQE { display:block; }
 }@media only screen and (max-width: 763px) { #lQCfsybymvp6W8OIz1w7DTZ64HkvT3QK { width:2rem;height:2rem;top:60.75rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgMibB7fdCl8sEgyJmS7wr0Wx7lIzfzI { display:block; }
 }@media only screen and (max-width: 763px) { #pQbTcnCWlCrxxAEvWitTNc3rNVLcnnqa { top:48.1875rem;left:46.125rem;width:1.625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh0oMIEAZprC6cvNbp6yaWTqyRBqw6DG { top:7.5rem;left:27.9375rem;width:8.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpTpq2aHO1cJPUkqdDsgTeDdsWQmEtsy { top:55.625rem;left:32.75rem;width:15rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhGbqUR7UacvZubHIwHKpyIfhOQR14sP { width:2rem;height:2rem;top:55.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9CsPTTf4d3TQnLmdteenow6qqUwVKRP { display:block; }
 }@media only screen and (max-width: 763px) { #XsNXquKS7A6vXI1WSfhc4NAG3Wacrht5 { top:55.875rem;left:38.3125rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdAHqm5lcPEnDDNXOroCFwOxvhOsxplJ { top:3.125rem;left:0rem;width:47.75rem;height:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr { display:block; }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkxPgLXZrZf0xJIZSE9tqxobv92MBmdX { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElE7qXrD905OBvTdHTgGhRprivvzNbhV { display:block; }
 }@media only screen and (max-width: 763px) { #G3fWpcqM31mfScTM3e7NeTO2luhmEFXm { display:block; }#G3fWpcqM31mfScTM3e7NeTO2luhmEFXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld9cf49a5032e986dc9c2fda8e4d9279 { top:2rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb43aaa4b48e07a0df3f2f9f4e053f6e { top:0rem;left:0rem;width:47.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu3gvLQWQ0L4Qx2gHG5rRbAizN9gwQSO { top:13.125rem;left:0rem;width:47.5rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi5WHtTM6MxWsfyM5RDLggP4TFtET7uq { top:11.3125rem;left:0rem;width:26.75rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfWnMyRP4UnQwGxDwQkzP1GoxUFrzFwa { top:17.6875rem;left:0rem;width:26.75rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDR9wabV5EmOp4npXByNu53v7riFOTld { top:19.5rem;left:0rem;width:47.5rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGTO4gJUv3ID6ysqsgb78Uv2DpNxTCmX { top:24.0625rem;left:0rem;width:26.75rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfFHqLqC8DPaw9qcCCzbvsqGwBtna6Fl { top:25.875rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXrsWGgnCLOC8kTrRMwIDW4oFhJkgH6y { top:30.4375rem;left:0rem;width:26.75rem;height:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbsJoJmNcHKMB8kSFgkcWXTyi9BPdZ2E { top:32.25rem;left:0rem;width:47.5rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heI1hMVsa5NPDcy8EOhu1eRnuKLOHdNo { top:5rem;left:8.25rem;width:31.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUthokPLPTginnfnSH20NQpFzFI28gK { top:30.4375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks4J72bd0tiPTXASkRFdXnJQ7cta4uIo { top:24.0625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVk1wgtdzVpk3fLnp8ecHtgIiSCUTueu { top:17.6875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1IKxROInL7eqKIWzK4q4OzRIr0we53V { top:11.1875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzg2hpgtO9mJXaUZ1tKJhmMB6byJT0IZ { top:30.4375rem;left:34rem;width:13.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv { display:block; }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nt9MEwxbQAgdkLJNDguGnggIv25MvQMp { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnKh1PuX8K7CBQDcK8uN8CSaNsSJ4EfM { display:block; }
 }@media only screen and (max-width: 763px) { #CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a { display:block; }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d04ff49cde91bce44c23efa0d7ba6742 { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #R59b03b06fa0087f91f13822925ced8d { top:53.6875rem;left:0rem;width:44.0625rem;height:20.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7de310e18a938f35546ee0525dd57a2 { top:55.5rem;left:25.25rem;width:22.5rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6800e231f49216013af829683edf863 { top:79.8125rem;left:25.25rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0461aa97443499b411d02cd58da9f0 { top:13.1875rem;left:0rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRTKH6fXrXaJWIcZ7d4ce3AtbvFTOq65 { top:76.6875rem;left:0rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN1AiQmhRi2RwudpP0ev8ST9qQuS1hRf { width:2rem;height:2.0625rem;top:76.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtraaBa9LrdouxRKzrhFaZLNQbl5xbZW { display:block; }
 }@media only screen and (max-width: 763px) { #lvAUDyKTTqQlBKXhD0upDI9FEKqyCLiK { top:79.125rem;left:0rem;width:11.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oANnPWE4PKd7vv1pZH8zHfNFZ7ZfivLZ { top:76.5rem;left:0rem;width:11.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ4PkTTrDB72tVB744tcLTqg96kso9G0 { top:79.375rem;left:0rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRm2nArAxsgtyH73anfmKUomqrzinoSc { width:2rem;height:2rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaPEDnd0gE1V0e3hxl8BNFkOUM4QRgqF { display:block; }
 }@media only screen and (max-width: 763px) { #vC6X4g6q2kScwTt2pCBsBh3OnT4NvMNo { top:81.75rem;left:0rem;width:8.875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twzbymy0kELh3UsIzArq9OoslfGwFOMc { top:81.9375rem;left:0rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE4hScRxZ9ULUc7K23Slt1KmpvHU1kHV { width:2rem;height:2rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmar8P4NI4TU6aJifPMyZJyhkE7ryuo4 { display:block; }
 }@media only screen and (max-width: 763px) { #wzfTWFeXmxvRFoMVfk3lggrQaC3rDpG9 { top:87.375rem;left:5.5rem;width:10.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI9ShIma67rxK52oQv4L2HHgkA5QFe7G { top:79.8125rem;left:17.9375rem;width:15.9375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmoTO8G1PAAmsJSTtnH1MR7I5m81O0IO { top:11.875rem;left:0rem;width:8.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGRxFGATHhL0GBuIaBNclxR0MN3LC5v0 { top:44.875rem;left:25.25rem;width:22.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFLy4iOubkepvOLzttFPIFWEBdLL3hs6 { top:45.875rem;left:28.5625rem;width:19.1875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwwVC02vPXR1PZ9mVvTAlT2KxgxuvLrA { top:47.6875rem;left:29.4375rem;width:15.5rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs1JIU6tfWNTXFDAeqIdLJDn93xOLT3h { top:48.1875rem;left:46.125rem;width:1.625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FldJWTuyE5KRxq6CvGG8oSbdbJfC708T { top:44.9375rem;left:0rem;width:44.0625rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIMdPlNJDHJ2lQpimvBKWbgeML9AUHxl { top:3.125rem;left:0rem;width:47.75rem;height:31.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4oLpHRQRaJBbhbmwSy3mTynGQkLoIff { top:13.1875rem;left:0rem;width:2.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWrt3oeU58TsZTbGu9EACi7tareRs9Vu { display:block; }#RWrt3oeU58TsZTbGu9EACi7tareRs9Vu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGSuu603CTXutXlnKHlC0RkXvTdttH8e { top:2.5rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVbdzglBfLQdp3BwfVeZrxqOJuzdT1cJ { top:3.75rem;left:6.375rem;width:21.125rem;height:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNacO8TnKNV4eLxWArxA93BRkk333Nwg { top:7.375rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRBrnfc7BK7lsmRhsGbiuEHyOekyiTE { top:7.375rem;left:10.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfEQPluJp4W9cUNmCoS5qu4fRgvkViGm { top:7.375rem;left:13.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEescvfIaCHOtRrhunLICoqnPrxHVGxz { top:7.375rem;left:17.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak1bvAmM5iNkErOogakZVWLlnJCI0bII { top:7.375rem;left:21.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK4yphGRagaNineifbEFA7helizWeJAC { top:11.0625rem;left:0rem;width:47.75rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKzm2xGNeLSFkEKvhH4wLKiwuwks9nK7 { top:1.75rem;left:27rem;width:20.6875rem;height:4.9849848040796rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy { display:block; }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McmtMqdqazUTJzGS8DiKoZNELuMHuktP { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoFdbpQgwARK7GuwkNkhGcJTPVRd9N5u { display:block; }
 }@media only screen and (max-width: 763px) { #TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 { display:block; }#TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnTnhcesWIirolqM5IdAKnuXLHMWXbcS { top:3.125rem;left:0rem;width:47.75rem;height:27.738409090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDoegZt0KvQsDFBc2anc03DLZ3a5t43X { top:44.875rem;left:0rem;width:44.125rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wai1nblnvuS0M7LQzFQ2lieJb8Cd5ppH { top:55.5625rem;left:25.25rem;width:22.5rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT5nwGqhNDiTXBcbM0mThZT80fqE7mQK { top:44.875rem;left:25.25rem;width:22.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiRrAqRpwv225fSCkfCTD3PCPTdPTcPF { top:45.875rem;left:28.5625rem;width:19.1875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyZp4eOZx5h2VJVg0mWRw2qbXthzMQCc { top:47.6875rem;left:31.75rem;width:16rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBUIOucdaRtyz7xaBA62rssQHsUDrrKi { top:48.125rem;left:46.125rem;width:1.625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVBHChttEXmh0VA0LfkhCLlD6dLS6GfF { top:69.625rem;left:16.375rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9b5LZzVpCzowdwGzJpKsSyXDTcOwntp { top:15rem;left:6.5625rem;width:7.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6vd4TDbQCW03fCyKNXGCsdXbRXrELSd { top:15.0625rem;left:3.625rem;width:2.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8OntSISoM2y9sGBJscPJ7OEbfWNDfux { top:72.3125rem;left:0rem;width:17.75rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITVHQlRh5560HeMHAgMmbO98A5e8AaTH { top:69.6875rem;left:0rem;width:11.5rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT0oNdtELp7OJQxkHbzACvd1XNTtDZtl { top:67.0625rem;left:0rem;width:11.75rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcr5aOKrxb3tqqcQTGioGEXTD1r7ZkRH { top:69.9375rem;left:0rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmhOVhXTiXlxwbkaDpZQJrB4n6EqHEC0 { top:72.5rem;left:0rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSXnchvWIl1PToWl87AZ6qsfzX4RVhnN { top:67.25rem;left:0rem;width:2.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2LfKARnNQJylsAIw00XrweaLJHlmkAE { width:2rem;height:2.0625rem;top:67rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBRwTGbGwIZrsC6Z9JQJozafACcmwRky { display:block; }
 }@media only screen and (max-width: 763px) { #eMNh37TLe28RspzWpSkMswpX69S0UdUT { width:2rem;height:2rem;top:69.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuS7fBEp56JGaJmILOGiCQiMwiroplOP { display:block; }
 }@media only screen and (max-width: 763px) { #imhOLzfhoUKk700mId3CZg6Eb438G7NV { width:2rem;height:2rem;top:72.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXbmT7TV0tXw0DHhqmQ45TfEvf9SANRZ { display:block; }
 }@media only screen and (max-width: 763px) { #buE5ThLyFT4lsmIhsrHcTz8JG2R0d1c2 { top:57.125rem;left:0rem;width:44.125rem;height:;font-size:0.9375rem;display:block; }#buE5ThLyFT4lsmIhsrHcTz8JG2R0d1c2 li:before{  }
 }@media only screen and (max-width: 763px) { #w7iCoi16JtfcIkZUFVCtq7KteIQ7oN1t { top:3.125rem;left:0rem;width:47.75rem;height:34.6875rem;display:none; }
 }@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) { #PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm { display:block; }#PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgCq8QesqE0BTaI9udCwfN1AppyZ3dsK { top:3.125rem;left:0rem;width:47.75rem;height:27.738409090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRqZcudtEyvRgI1od4vKSQJGUeXBmtvp { top:45.5rem;left:0rem;width:34.3125rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KobCmkZXt1Z4X28BHGXCQTvVV18o6hxt { top:71.25rem;left:18.880859375rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #y28HgEtBDLL7s2RDvzaFhJtpQLs8eohH { top:56.125rem;left:25.25rem;width:22.5rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DegnlgaTw6zPn6h7I5tlByzXbdlOqtPz { top:70rem;left:0rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOut0PRMzHgwkZL7NmxoNSRghPgp2sZ2 { width:2rem;height:2.0625rem;top:69.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBOwT8NecwLANayWq6B3TZsBMbq5ibRD { display:block; }
 }@media only screen and (max-width: 763px) { #nL9vy4F78hxJFTk2JAFNZp44BFUJC6KQ { top:72.6875rem;left:0rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtMymZ3U8OMAv8LOfW3bACc3fcmb5kEn { width:2rem;height:2rem;top:72.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNODyv8pkbcJRHoLoPbw7dTTcGi1dCG4 { display:block; }
 }@media only screen and (max-width: 763px) { #SzsW4yfyRgVrK1g94E8P3nUpxtyxpKDp { top:72.4375rem;left:0rem;width:11.5rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2qgiydSqr6Qw45QZDzCdB9LZM3eB8F5 { top:69.8125rem;left:0rem;width:11.75rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDSWQqOqATk4rOBRJzPwvUHOfcleDS5I { top:75.0625rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqxWTDP9v3QxlSs0WXxPEdsxiE9szU2D { top:75.25rem;left:0rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwmz0SLqpJG5TgkuKzzVOF5HKEguwPS0 { width:2rem;height:2rem;top:75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Uicf9mlITUd6VINTenuPgx6Ed8TRCn { display:block; }
 }@media only screen and (max-width: 763px) { #tPwW4kebgsDzKR4bWNPM6wyfA38C6hDu { top:45.5rem;left:25.25rem;width:22.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPEu3SCV6kZSfQGUpy55MPeb9kfNKfzD { top:46.5rem;left:28.5625rem;width:19.1875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0wEqD0MGvMTABZuPmSWxANIOem3NlP9 { top:48.3125rem;left:32.1875rem;width:13.1875rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #swmSTuD80sFTOAzKRKTHTAFfsiMSXVCt { top:48.8125rem;left:46.1875rem;width:1.5625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHU641ezTZx6vwGKZm7KbtU7JayWhnAS { top:15.875rem;left:41.4375rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDVJUIoCUxl6SuLwCSEi8QHULoMFssrR { top:14.5625rem;left:33.125rem;width:8.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQNLDWZB8Jzs76AsMGH2TI0XOK7GAmBJ { top:57.75rem;left:0rem;width:43.75rem;height:;font-size:0.9375rem;display:block; }#mQNLDWZB8Jzs76AsMGH2TI0XOK7GAmBJ li:before{  }
 }@media only screen and (max-width: 763px) { #CAt4O73v0qm6ObJn30E352m4ptGHPmaL { top:3.125rem;left:0rem;width:47.75rem;height:35.25rem;display:none; }
 }@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) { #CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR { display:block; }#CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a81bbd5e910352009cd7596160562738 { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6bf3aafc2b76a233c0e80314b439b35 { top:63.125rem;left:0rem;width:44.125rem;height:14.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa792d3174a4fd44fa698735a20cfebc { top:55.5625rem;left:25.25rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoHodTcy0SrDQ0sDK3wMyLOVch8DkM0f { top:44.875rem;left:25.25rem;width:22.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrRASng0z2IMw0i4kSIr7i7W87pESaxA { top:45.875rem;left:28.5625rem;width:19.1875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsUJeqCAtbToolqZi3ZCEFIRTurRVTir { top:47.6875rem;left:30.9375rem;width:13.9375rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdGTmlTs2KAaTuBbvivXKqcNiTv2BKT { top:48.125rem;left:46.125rem;width:1.625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0H6iG7O4PICZnDX6nlS3i0C7AwZSFbr { top:79.6875rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLNPDinrp2iVUXz3o8litZ3JzoQRfNd { top:44.875rem;left:0rem;width:44.0625rem;height:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6VWEaL5lbwBFS0aEAoJoqXsQByOWEba { top:9.375rem;left:39.1875rem;width:8.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGsrnEJsDq5colSu5gNcNduWVpHPeo2l { top:10.6875rem;left:45.125rem;width:2.625rem;height:1.4036749670242rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKKzVM4kJ8C0fTpqsfnVmbG74XKssZO4 { top:85.625rem;left:0rem;width:17.6875rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIzRyQ7NA8ixCtX5ZnSJtLI8agGpFuhT { top:83rem;left:0rem;width:11.4375rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRrEvUlHPU3G1HIxZHg607mnSox9FVD4 { top:80.375rem;left:0rem;width:11.75rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvocgGuT5TABzVxlthQTGAJC6I7fVIFy { top:83.25rem;left:0rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oymo234swpxseyvIO0zDQJDWGdgoTI8I { top:85.8125rem;left:0rem;width:2.625rem;height:1.4036749670242rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeVTBGRvzqTrpDsXr3t0ebrTEcpOLPr8 { top:80.5625rem;left:0rem;width:2.625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgMI7zuHrdlpgMv6KPkUQOhWv09dA1AC { width:1.9375rem;height:2rem;top:80.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV3Mrlt2pzDTtXnFpeIU8gdBa78pJ4Tt { display:block; }
 }@media only screen and (max-width: 763px) { #ESat3ICo22i95P1NZm4daeBEqDdR580K { width:1.9375rem;height:1.9375rem;top:83rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffPFLhPLZ8LTZJkhvMd7H971PkVaSJlv { display:block; }
 }@media only screen and (max-width: 763px) { #Kwp5ZOdaO9cHTSHV0uQZ4SIiSJ2USsnm { width:1.9375rem;height:1.9375rem;top:85.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyM4p2KfKdSKHsH6Wxksg1fTIvqc7Q7n { 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) { #ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD { display:block; }#ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S383ca7b9c6a685c5badee4a1ec43297 { top:3.125rem;left:0rem;width:47.75rem;height:27.745446265938rem;display:block; }
 }@media only screen and (max-width: 763px) { #q01a5d84dd5188a23a4f00fa99a7d7a4 { top:64.6875rem;left:0rem;width:43.625rem;height:20.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6fb3fc56cc4928e52d30813cce5fa13 { top:80.5rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve1b61c00e77079c3f3ff22773c2ecf8 { top:56.125rem;left:25.25rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJrmkbIWzSHfV5X8eonymTWDTUEr0JWX { top:87rem;left:0rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkhZD1AiNeakUn6cVKv2Lro8ThfRduBt { width:2rem;height:2.0625rem;top:86.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEEGO4IWFDy3X82vLJgUUTVMtqdkDeFc { display:block; }
 }@media only screen and (max-width: 763px) { #LPvcV5Ikit6XciEtRt3ciMMB1OnDDhiw { top:89.6875rem;left:0rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEc1bNCy0onhVUepGszyeM7444CWdf4c { width:2rem;height:2rem;top:89.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUmlATMfAJ6Gck6cZz5d4Eix8bw4C1U2 { display:block; }
 }@media only screen and (max-width: 763px) { #HBc19KWTgGilGFHBWG4DgD4qTNdiI8rS { top:89.4375rem;left:0rem;width:11.5rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpg3TpZTgWUTunLGv0UIlKnWM4o6hXI1 { top:86.8125rem;left:0rem;width:11.75rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzHmc9WDEzM1RkBQW1CI19mtTzoJ9B3J { top:92.0625rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoF14IZeR9DWZ47J9sgRsdqNgDuZzPPw { top:92.25rem;left:0rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GizwZ0N4UQdkrxF1uhfGoMIy1mQvtfAS { width:2rem;height:2rem;top:92rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdZhx18MXsbRNk8tVHpohaBqDiNkICLK { display:block; }
 }@media only screen and (max-width: 763px) { #hKampqlpQUzz8FPAH47nFdwdUyFBLC1L { top:45.5rem;left:25.25rem;width:22.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy5EQp7ndwgBvJeRkfxVacwOnbXqmJgb { top:46.5rem;left:28.5625rem;width:19.1875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9fTQWU9WJdL0nk26yktDMkFvwnGnvvg { top:48.3125rem;left:29.4375rem;width:15.5625rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIZLUeTr72ACmPgwQ5zXUUDwNSNeKEIv { top:48.8125rem;left:46.1875rem;width:1.5625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpFleWg0xuCpAroqMC2XlW1xFAtWFNSB { top:45.5rem;left:0rem;width:44.0625rem;height:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z87TuEC7NAXDtlHh1i7C6tIgnf2BBNlX { top:20.5625rem;left:40.8125rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl6NnDIiXZTT1EMi6ouBTdCSS3zy8bDM { top:19.25rem;left:32.5rem;width:8.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy7zESexB3QAWIPwzsNqtJTmkntxPw8v { display:block; }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZ06dIa3vzKd2qruOa1RBPcWy1UMFWeO { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0xL7JUxeM7bJn4isgi2pySZbyeQH5bk { display:block; }
 }@media only screen and (max-width: 763px) { #ax0wcM4oUDU1pCnL6ddkcM4SEqPx8GvC { display:block; } #zd56bb5eb84cec20701d43369538fc16.widget-smartsection *:focus-visible, #zd56bb5eb84cec20701d43369538fc16.widget-smartsection input[type="text"]:focus-visible, #zd56bb5eb84cec20701d43369538fc16.widget-smartsection input[type="email"]:focus-visible, #zd56bb5eb84cec20701d43369538fc16.widget-smartsection input[type="tel"]:focus-visible, #zd56bb5eb84cec20701d43369538fc16.widget-smartsection textarea:focus-visible { outline: none; } #ax0wcM4oUDU1pCnL6ddkcM4SEqPx8GvC > .row .container { position:relative;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) { #nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi { display:block; }#nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBiSCbGfsaXoQWQTDiaFLXmat2ct8SD9 { top:3.125rem;left:0rem;width:47.75rem;height:27.738409090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGCoAAJ0V0QvI7ieXaAhUxhagvXIdJOs { top:45.5rem;left:0rem;width:44.0625rem;height:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzuV4mpzHgHgb41bzDPoka8CKh82gDZv { top:56.1875rem;left:25.25rem;width:22.5rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7gOm3gy5f6hT5C9eTP1duySsNSSOzgg { top:70.8125rem;left:0rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcyKnm4BlJR0Kw4nfSiCO49KyuzyXEMU { width:2rem;height:2rem;top:70.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Gor5nBKSTvEEptTvTpqo7VmQITRWyS { display:block; }
 }@media only screen and (max-width: 763px) { #ScdTWvwgslt9sds19HqJBSqGkV9hkmIe { top:68.125rem;left:0rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZxMU1yqfqSRBZTIKoIbNATTWEbwIZkG { width:2rem;height:2.0625rem;top:67.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMq3K5UWvP5EDvf4h4PzS9VVx1Ogg0K { display:block; }
 }@media only screen and (max-width: 763px) { #otqRCVF0wg0m8dhx9yy8ENqEvEWPlOk5 { top:70.5625rem;left:0rem;width:17.875rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsKfoNJ639ByPrIwU9suXx1ibIZVppXh { top:67.9375rem;left:0rem;width:7.375rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmdvKkXKnilLPB3n7BzFzcB8JWEdJcsv { top:73.375rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #shkxkb8iV8g9JTzumduaGtQmlgQ8XgLy { width:2rem;height:2rem;top:73.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yygcpSo85Lkg76582Buk1u72RzLTVEFx { display:block; }
 }@media only screen and (max-width: 763px) { #eZvwQdCy6BqkbA2ruVNtMsnCwH3FCA9H { top:73.1875rem;left:0rem;width:17.375rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKDVIrIryEWxCCLIrAZuL3Cde9upmosH { top:14.875rem;left:0rem;width:8rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4iCnOg4eMrGSv9lNzcLbvgU4ZKWCEeG { top:16.3125rem;left:0rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD4nJbqMxypqOxfd6FDq6aZn2VqXJ9eQ { top:45.5rem;left:25.25rem;width:22.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpAg14M5E7BgqKw6KTixlJcqlSF5E8pB { top:46.5rem;left:28.5625rem;width:19.1875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHtqxGu3hntXDixfWDkzKoOHeRHbQ2qz { top:48.25rem;left:33.9375rem;width:13.8125rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLmcTV1931nUHovXATeVOpfGNyfu1L9V { top:48.75rem;left:46.125rem;width:1.625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMrwEo9aTxt4GX375bwoGll9Ptkp70Wl { top:55.9375rem;left:0rem;width:39.3125rem;height:10.125rem;font-size:0.9375rem;display:block; }#dMrwEo9aTxt4GX375bwoGll9Ptkp70Wl li:before{  }
 }@media only screen and (max-width: 763px) { #Fh1yoKH4ew986DcJCyFpXPlZxAKnxHi0 { top:3.125rem;left:0rem;width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJWXtxDffMy2Dp4tfdeWZiBTekaZXJgG { top:16.3125rem;left:0rem;width:2.4375rem;height:1.4375rem;display:none; }
 }@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) { #sKtcRHBLHKSugLLxqPURmkGu64cWnaTl { display:block; }#sKtcRHBLHKSugLLxqPURmkGu64cWnaTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EstPAN8c9wlLaUP6FO8dFSEySu1bpyUo { top:3.125rem;left:0rem;width:47.75rem;height:27.738409090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4kCROdzhzXM1ckAHcCKxtI0e9G6ZEGm { top:44.875rem;left:25.25rem;width:22.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2y8CueyLVvoudKnduR70nP6EgTSswFb { top:47.6875rem;left:33.75rem;width:14rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7EcVgxTxTO9DDOZgRedH7fbsLEdwDpu { top:45.875rem;left:28.5625rem;width:19.1875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq3PyN8h781ltqUnaIyKCPtsNUmxDXGn { top:44.9375rem;left:0rem;width:40rem;height:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1rrgn0gBhHZ7ALGiDKb0et9IJoKWagA { top:13.5625rem;left:24rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KybT0etuVJ5vkSnH5EHsXm0Jtph5WaJ2 { top:67.4375rem;left:0rem;width:11.5rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZltnR8HKowzPwsZK7pCCUu3uGqJW2P6 { top:67.6875rem;left:0rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy2i0v70bOICgL1blQBWHaTgXg3M1cpE { top:72.25rem;left:0rem;width:17.4375rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNcwJl5eJGn5plR7l4Wltn4ExuobMaLV { top:72.4375rem;left:0rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otlCTnqfEbqTxoGp5VvFpV587IneW9hU { width:2rem;height:2rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQbKU0krLfwDaPTi8VI483vJaHBouTuT { display:block; }
 }@media only screen and (max-width: 763px) { #GvEDrBucL3RV3asBLk2s3MxoswufSJHh { width:2rem;height:2rem;top:72.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgfVzi5GXM2Htp79x44ydyfPVpsVuIPx { display:block; }
 }@media only screen and (max-width: 763px) { #w2HdXHlglFCrytO5S6PuS5ryCszuN8iT { top:48.1875rem;left:46.125rem;width:1.625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6klKZNKCO66SsNRmbx3e0IwimCqkS3J { top:13.4375rem;left:16.5625rem;width:7.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W429U1IQlnzV5w6tUbsWVbEQFAIknHi9 { top:69.875rem;left:0rem;width:15rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIQBFMsNph4tMwIWhbTQGryPFxGzNek4 { width:2rem;height:2rem;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4KT0C336EmC6Es8XU3rDEgZIwEvx3d5 { display:block; }
 }@media only screen and (max-width: 763px) { #qKNccNpwSKILp8GBJZvv2PZFiTFne1Gg { top:70.125rem;left:0rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2v3BSO8U3MMy2MfeDaNNOvU9Vn0fRAE { top:54.9375rem;left:25.25rem;width:22.5rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cndn3kgih0h6VbsDvCIXNCZCm7bGgT0Q { top:70.0625rem;left:16.4375rem;width:17.5rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srAhULalnvOkD4wU9wgsw4aZogytiWTc { top:81.1875rem;left:25.25rem;width:22.5rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxcD2QRm6XTKqI0ngC4QfDGxRPlFP857 { top:55.375rem;left:0rem;width:37.125rem;height:10.125rem;font-size:0.9375rem;display:block; }#uxcD2QRm6XTKqI0ngC4QfDGxRPlFP857 li:before{  }
 }@media only screen and (max-width: 763px) { #h4WIO171CZ4uVcoTMJH0PLhcCElMQ0cS { top:3.125rem;left:0rem;width:39.75rem;height:39.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ { display:block; }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGe9qTTE9DnaKpTGxOP0FqIT1MMvpsTd { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8g5FLbOW3ZPbqJCzcDpAUpXi30dDEfU { display:block; }
 }@media only screen and (max-width: 763px) { #UdgImkgk9OS1k8kJCfDuncI4WHf7HldT { display:block; }#UdgImkgk9OS1k8kJCfDuncI4WHf7HldT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHOxOXC02ede67ydlsXQU7suVeFJ5OG1 { top:3.125rem;left:0rem;width:47.75rem;height:27.738409090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI4A3G3rrSANTdIIZaTqKJhqfBH6IHlz { top:44.875rem;left:25.25rem;width:22.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSwTVAuMRDRktGSUo5JcDviJeL1JdQOK { top:47.6875rem;left:33.5625rem;width:14.1875rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7C4kcrE1a8bM1cTVL306VMuD7MN261Q { top:45.875rem;left:28.5625rem;width:19.1875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcK91ngfuRa8pdFoUpC6M4u4ydMAOFgC { top:44.9375rem;left:0rem;width:40rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKvpK3DHQhwGFIkIROPVpMr60CQ5IaGL { top:31.125rem;left:18.1875rem;width:2.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsPgaEveXtM5FXOThZMJhu3hOs6CEPXn { top:55.5625rem;left:36.25rem;width:11.5rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU5MKIKrvTrKIEChiAVQS1iI9Lce6ab3 { top:55.8125rem;left:38.3125rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP5ilxUNt5JK5vEdzITMkmnoLplDtbZ9 { top:60.4375rem;left:30.3125rem;width:17.4375rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3iTGkyWgpuMybktZlTFMmAlq5TKZ7sg { top:60.625rem;left:38.3125rem;width:2.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MELK7SO3x85sD75ZyaJTOukB4aAog2Xz { width:2rem;height:2rem;top:55.5625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPIL8SLEwmnsua3fzRl9LeLUdVNd8noO { display:block; }
 }@media only screen and (max-width: 763px) { #Pr11TyWsQWQeU6gGrkdxUTXadTZ3q0xB { width:2rem;height:2rem;top:60.375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag2d8krpm71qL2cywh5lRFI7qT94J7W7 { display:block; }
 }@media only screen and (max-width: 763px) { #uGVPTEtBTQLekzyeKEeqft88RXHdlFxk { top:48.1875rem;left:46.125rem;width:1.625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGQwG2iTr5TL8Uu0n7e5wzq9vegTGS7X { top:29.6875rem;left:21.0625rem;width:8.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMEw4hNoBJq4Hkxz109agmC0BrnIVB7L { top:58rem;left:32.75rem;width:15rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVPTuFaSpgoKbS2vKCxrro1XKIo5Z0wK { width:2rem;height:2rem;top:58rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhT91JDGUz1Mm0EoaJ4xTRxlI0v5kQAn { display:block; }
 }@media only screen and (max-width: 763px) { #v8BiMLA11m6MaTH24Thx3erwXDMtl7u7 { top:58.25rem;left:38.3125rem;width:2.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESvIyXDTH2VLJWK7P9Wb5qNyQ5Pf5NPz { top:57.25rem;left:0rem;width:38.1875rem;height:10.125rem;font-size:0.9375rem;display:block; }#ESvIyXDTH2VLJWK7P9Wb5qNyQ5Pf5NPz li:before{  }
 }@media only screen and (max-width: 763px) { #Rbd4FgFF2oi3MaHm3OwHJiC6XDdTWFlr { top:3.125rem;left:0rem;width:45.3125rem;height:39.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTasCWbTLtXny3ogMN2JH4iOabFdsi2c { display:block; }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVJrzBczwNbEt7wsfQ24AlGTwLlFpDiT { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAKVCWNu960GcNDd2sBsBcE6DOTz0pqU { display:block; }
 }@media only screen and (max-width: 763px) { #QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s { display:block; }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0X3cm0F5gC8wWlPzc2w0w7gB8UkTJ58 { top:0rem;left:0rem;width:47.75rem;height:34.817708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO7HyOihEx4UpAeAmZMky3RWVI9osh66 { top:59.4375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftpQkD6k83LnNMOX89ppgGQmFtLfqgmX { top:2.5rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4igVAbINRZoLQayJ0lROyLFkgiS9PH8 { top:4.5625rem;left:0rem;width:12.9375rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft7wxBd9CCcBztx4gNFk7ZMUGboPmSv7 { width:17.5rem;height:3.4375rem;top:52.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpuCEhU0eyt5SCVPyTXRrDL3D79x1w2a { display:block; }
 }@media only screen and (max-width: 763px) { #RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 { display:block; }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gziSsblSbsaSys5MHu4ZRLObaxuANhQf { width:22.5rem;height:3.75rem;top:4.125rem;left:12.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtKeMQX9hrRbggK3vdu5JhAKuxAt08Rs { 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:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPv9KXZfJs7JLXuKuNd6JlT2ogx8t64F { top:3.625rem;left:19.561851501465rem;width:8.5625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg1yJT50TQdTpDTJPcHpETo2kxMEIBv6 { top:3.625rem;left:31.749351501465rem;width:12.5625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLtG972fw7VtQ7S30gGtO5AlBcFxSuqU { top:3.1875rem;left:0rem;width:26.5625rem;height:6.4216662949835rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 { display:block; }#pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vaf533cba4d2bbe846a23bdf0bd5cacf { top:0.875rem;left:0rem;width:47.75rem;height:2.25rem;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.1875rem;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:6.5625rem;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:none; }
 }@media only screen and (max-width: 763px) { #nJZTeQtsDKTT618WaTkF60X6Hf0LCImT { display:block; }
 }@media only screen and (max-width: 763px) { #pPn6ru6CmDt2R9WkEXT6WQgCmM13mtaN { width:18.125rem;height:4.31206875rem;top:1.1870660781861rem;left:0.9375rem;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) { #lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg { display:block; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg { background-color: transparent; background-image: none; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row .container > .video-iframe-container { display: none; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row > .video-iframe-container { display: none; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .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); }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg { border-width: 0; border-radius: 0; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .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; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row .container { width:20rem;height:42.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/328ae2e4-03fc-41e5-9ea8-70e8bc052fe8/SchuellerGlobal_LandingpageBilddaten_29.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; }#lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row .container.adaptive-delivery-prevent-bg, #lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row .container.lazyload, #lBpZRuNhwzTFCrSnu0nKq72q0KX3X3bg > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #f2uzT4cm0tE7ZGvI0s4pP9s52HKWkxaf { width:10.5rem;height:10.5rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfxnqXkrTEshvlBtrn2MvhokPvHOOEFM { width:9.249125rem;height:2.5477375rem;top:28.815322399139rem;left:0.62500011920931rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVu3ELl6kKKBuBUl8txqiB0dILwKpfT2 { width:8.311625rem;height:1.49956875rem;top:27.191842556rem;left:1.0926649570465rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2Z9LmTKVyc1bM8u8sTto9oHQLahmy2a { width:8.936625rem;height:1.40625rem;top:32.582900524139rem;left:0.78125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkpcT3N3UE2dGVsQDJVqWe6aA9vrGikp { width:7.8125rem;height:0.97439375rem;top:31.359593868256rem;left:1.3422310352326rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nilpub7TVORUXa1py7KukkzbzNPFXMim { width:3.75rem;height:3.75rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmgvrmrf0dt9itRq4KkVB8CgOTOtwaiD { width:11.1875rem;height:2.87543125rem;top:3.4375rem;left:5.0625rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFsuEznMiP8WTTmDMSnI9qBpViAGJdGS { width:12.5625rem;height:2.847225rem;top:6.5625rem;left:4.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VkDROU633xzEBPf9UCU0DuTwmv1RIvE0 { width:18.75rem;height:0;top:28.6875rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #WAt4ZApTWu5QgslbVkA83FaC46n12fOU { width:20rem;height:6.5625rem;top:26rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkfkLdTeUJwkBELw5UsAJ4mdIrmDOEXS { width:9.875rem;height:9.875rem;top:30.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Tm7mRQKLHDowyt4va7zUwHOJzb0DwA { width:8.3125rem;height:6.0004375rem;top:31.1875rem;left:10rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBHqV2EqImAOQfEPfMuCyXERJm7TPVnG { display:flex;width:2.1875rem;height:2.1875rem;top:37.37109375rem;left:13.03125rem;font-size:1.5rem; }
#VBHqV2EqImAOQfEPfMuCyXERJm7TPVnG > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #guRk7xFMo8UtkhhTeIJ43PwAUdAK8n4L { width:3.75rem;height:3.75rem;top:37.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9AlXDufMsUIi4SiegTeJVTTbWq7sXBP { width:2.37413125rem;height:0.97439375rem;top:32.672311306rem;left:7.568359375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3oe57pQdTiSkbldtabub38TQCBlzGAk { display:block; }#o3oe57pQdTiSkbldtabub38TQCBlzGAk > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IV1IUBOCsr6kWCfszWFAbhm5XNBCl6Sg { width:18.75rem;height:4.4987rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZd7TMoNs87lDwLmyS2TC1ELeIclmxoy { width:18.75rem;height:1.75rem;top:7rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOVTeagZNfCI2RfXyIdJ6tsOZ5L6Kpca { width:8.311625rem;height:2.87435rem;top:41.692708730697rem;left:1.0633680820465rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7br5rfuoWBvc5yZqSFZSCQIgZc0FDTT { width:18.625rem;height:2.799475rem;top:30.651041030884rem;left:0.62500011920931rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7TVmR0rZHgCHanyJLyS0EI5XT4mmkgQ { width:18.75rem;height:19.4986875rem;top:10rem;left:0.625rem;font-size:1rem;line-height:1.2;display:block; }#s7TVmR0rZHgCHanyJLyS0EI5XT4mmkgQ li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#s7TVmR0rZHgCHanyJLyS0EI5XT4mmkgQ li:before{  }
 }@media only screen and (max-width: 763px) { #PxmEi0LEBQbwHqpH2tkpUqKLWaRJQQDd { width:9.249125rem;height:9.9370625rem;top:34.561631917954rem;left:10.750868797303rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJh2Ho4ZuLm2kwCfw6yKFNnhEK2chnDx { width:9.1873125rem;height:3.671875rem;top:34.561631917954rem;left:0.62500011920931rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Qo1eOxw0Ix0te0kyaxNB0g1iT53WLgiy { 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 > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiSN4ta9NZlmUAgsS5NSix72f287NVTM { width:18.75rem;height:3.125rem;top:1.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocbbehnEEFTC6cSqJQPFFcpfNCiX9fSX { display:block; }
 }@media only screen and (max-width: 763px) { #wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 { display:block; }#wtfvp6ubyG8vZt8NRxaAtFG4D2cLDJw1 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F568d4735984c756a3add1b6cbde54ae { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ta7296f2c3c5c0fbb31e3bd4ce5e365d { width:10.3125rem;height:4.75rem;top:13rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g042319d16fa0fa304cd25982e3db1f1 { width:8.1875rem;height:2.5996125rem;top:14.75rem;left:10.25rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #te74cc5e3084c14bb67b41d38b4a691f { width:8.875rem;height:1.2999125rem;top:13.5rem;left:10.4375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Jbabefca4fddac0d6c1f6a00eefa541a { width:18.75rem;height:20.9895875rem;top:18.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e99a52812ab327c277ea6444c32307e4 { width:2.375rem;height:1.25rem;top:1.6611328125rem;left:13.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh3EGzVNueMH80yBACibFpe62gVNKvaz { width:6rem;height:1.3125rem;top:41.4375rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmAPQCN7LJP24HFW3HpyxQ1pXhndCN5z { width:2.6875rem;height:1.375rem;top:41.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBPuJBDZ4yf0i9X8V0UTPTZDyqnGUog { width:13.25rem;height:1.3125rem;top:44.125rem;left:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS4myDA0SPcl2677lTy2ApLnfWbWCEQA { width:2.6875rem;height:1.4375rem;top:44.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqIM5zB7OUw7gUZdU0kezs6TVETAuWuB { width:2rem;height:2rem;top:41.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzaFOzxzNJoi6iwIW60M7REWO1sEzQE { display:block; }
 }@media only screen and (max-width: 763px) { #lQCfsybymvp6W8OIz1w7DTZ64HkvT3QK { width:2rem;height:2rem;top:43.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgMibB7fdCl8sEgyJmS7wr0Wx7lIzfzI { display:block; }
 }@media only screen and (max-width: 763px) { #pQbTcnCWlCrxxAEvWitTNc3rNVLcnnqa { width:1.625rem;height:1.54296875rem;top:14.875rem;left:18.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hh0oMIEAZprC6cvNbp6yaWTqyRBqw6DG { width:8.5625rem;height:0;top:61.9375rem;left:5.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpTpq2aHO1cJPUkqdDsgTeDdsWQmEtsy { width:11.1875rem;height:1.3125rem;top:46.8125rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhGbqUR7UacvZubHIwHKpyIfhOQR14sP { width:2rem;height:2rem;top:46.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9CsPTTf4d3TQnLmdteenow6qqUwVKRP { display:block; }
 }@media only screen and (max-width: 763px) { #XsNXquKS7A6vXI1WSfhc4NAG3Wacrht5 { width:2.6875rem;height:1.375rem;top:46.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdAHqm5lcPEnDDNXOroCFwOxvhOsxplJ { width:20rem;height:14.125rem;top:0rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr { display:block; }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr { background-color: transparent; background-image: none; }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .row .container > .video-iframe-container { display: none; }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .row > .video-iframe-container { display: none; }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .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); }#d5bMrIzwZCoASebT1AKxSFT1BT1nQWWr > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkxPgLXZrZf0xJIZSE9tqxobv92MBmdX { width:18.75rem;height:3.125rem;top:1.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElE7qXrD905OBvTdHTgGhRprivvzNbhV { display:block; }
 }@media only screen and (max-width: 763px) { #G3fWpcqM31mfScTM3e7NeTO2luhmEFXm { display:block; }#G3fWpcqM31mfScTM3e7NeTO2luhmEFXm > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld9cf49a5032e986dc9c2fda8e4d9279 { width:20rem;height:2rem;top:1.1566295623779rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb43aaa4b48e07a0df3f2f9f4e053f6e { width:20rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu3gvLQWQ0L4Qx2gHG5rRbAizN9gwQSO { width:18.75rem;height:6.0004375rem;top:13.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi5WHtTM6MxWsfyM5RDLggP4TFtET7uq { width:14.0625rem;height:3rem;top:9.59375rem;left:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfWnMyRP4UnQwGxDwQkzP1GoxUFrzFwa { width:14.0625rem;height:3rem;top:20.8125rem;left:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDR9wabV5EmOp4npXByNu53v7riFOTld { width:18.75rem;height:6.0004375rem;top:24.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGTO4gJUv3ID6ysqsgb78Uv2DpNxTCmX { width:14.0625rem;height:3rem;top:32.0625rem;left:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfFHqLqC8DPaw9qcCCzbvsqGwBtna6Fl { width:18.75rem;height:6.0004375rem;top:35.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXrsWGgnCLOC8kTrRMwIDW4oFhJkgH6y { width:14.25rem;height:1.31293125rem;top:44.75rem;left:4.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbsJoJmNcHKMB8kSFgkcWXTyi9BPdZ2E { width:18.75rem;height:6.0004375rem;top:47.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heI1hMVsa5NPDcy8EOhu1eRnuKLOHdNo { width:20rem;height:3rem;top:3.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUthokPLPTginnfnSH20NQpFzFI28gK { width:3.4375rem;height:3.4375rem;top:43.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks4J72bd0tiPTXASkRFdXnJQ7cta4uIo { width:3.4375rem;height:3.4375rem;top:31.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVk1wgtdzVpk3fLnp8ecHtgIiSCUTueu { width:3.4375rem;height:3.4375rem;top:20.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1IKxROInL7eqKIWzK4q4OzRIr0we53V { width:3.4375rem;height:3.4375rem;top:9.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzg2hpgtO9mJXaUZ1tKJhmMB6byJT0IZ { width:9.375rem;height:3.06206875rem;top:54.995662689209rem;left:5.3125004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv { display:block; }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv { background-color: transparent; background-image: none; }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .row .container > .video-iframe-container { display: none; }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .row > .video-iframe-container { display: none; }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .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); }#qEW7mvKIod2wiULOZrwLIvPf2FQsnGPv > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nt9MEwxbQAgdkLJNDguGnggIv25MvQMp { width:18.75rem;height:3.125rem;top:1.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnKh1PuX8K7CBQDcK8uN8CSaNsSJ4EfM { display:block; }
 }@media only screen and (max-width: 763px) { #CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a { display:block; }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a { background-color: transparent; background-image: none; }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .row .container > .video-iframe-container { display: none; }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .row > .video-iframe-container { display: none; }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .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); }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a { border-width: 0; border-radius: 0; }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .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; }#CGivT0MgwiSwBic9PvNVti5r7ZMw9V2a > .row .container { width:20rem;height:111.6875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d04ff49cde91bce44c23efa0d7ba6742 { width:20rem;height:11.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R59b03b06fa0087f91f13822925ced8d { width:18.75rem;height:20.9895875rem;top:17.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7de310e18a938f35546ee0525dd57a2 { width:18.75rem;height:18.75rem;top:48.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6800e231f49216013af829683edf863 { width:18.75rem;height:18.75rem;top:79.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0461aa97443499b411d02cd58da9f0 { width:2.375rem;height:1.25rem;top:2.810546875rem;left:3.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRTKH6fXrXaJWIcZ7d4ce3AtbvFTOq65 { width:2.6875rem;height:1.375rem;top:40.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN1AiQmhRi2RwudpP0ev8ST9qQuS1hRf { width:2rem;height:2.0625rem;top:40.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtraaBa9LrdouxRKzrhFaZLNQbl5xbZW { display:block; }
 }@media only screen and (max-width: 763px) { #lvAUDyKTTqQlBKXhD0upDI9FEKqyCLiK { width:11.5rem;height:1.5744375rem;top:43rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oANnPWE4PKd7vv1pZH8zHfNFZ7ZfivLZ { width:11.75rem;height:1.5744375rem;top:40.375rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ4PkTTrDB72tVB744tcLTqg96kso9G0 { width:2.6875rem;height:1.375rem;top:43.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRm2nArAxsgtyH73anfmKUomqrzinoSc { width:2rem;height:2rem;top:42.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaPEDnd0gE1V0e3hxl8BNFkOUM4QRgqF { display:block; }
 }@media only screen and (max-width: 763px) { #vC6X4g6q2kScwTt2pCBsBh3OnT4NvMNo { width:7.5rem;height:1.5744375rem;top:45.6875rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twzbymy0kELh3UsIzArq9OoslfGwFOMc { width:2.6875rem;height:1.4375rem;top:45.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE4hScRxZ9ULUc7K23Slt1KmpvHU1kHV { width:2rem;height:2rem;top:45.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmar8P4NI4TU6aJifPMyZJyhkE7ryuo4 { display:block; }
 }@media only screen and (max-width: 763px) { #wzfTWFeXmxvRFoMVfk3lggrQaC3rDpG9 { width:9.0625rem;height:12.6875rem;top:99.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI9ShIma67rxK52oQv4L2HHgkA5QFe7G { width:9.0625rem;height:12.6875rem;top:99.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmoTO8G1PAAmsJSTtnH1MR7I5m81O0IO { width:8.5625rem;height:0;top:107.75rem;left:5.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGRxFGATHhL0GBuIaBNclxR0MN3LC5v0 { width:10.9375rem;height:4.75rem;top:12.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFLy4iOubkepvOLzttFPIFWEBdLL3hs6 { width:8.875rem;height:1.2999125rem;top:13.0625rem;left:10.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SwwVC02vPXR1PZ9mVvTAlT2KxgxuvLrA { width:9.1875rem;height:2.5996125rem;top:14.3125rem;left:9.3125rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Xs1JIU6tfWNTXFDAeqIdLJDn93xOLT3h { width:1.625rem;height:1.54296875rem;top:14.25rem;left:18.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FldJWTuyE5KRxq6CvGG8oSbdbJfC708T { width:18.75rem;height:9.7981875rem;top:68.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIMdPlNJDHJ2lQpimvBKWbgeML9AUHxl { width:20rem;height:13.25rem;top:0rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w4oLpHRQRaJBbhbmwSy3mTynGQkLoIff { width:2.125rem;height:1.25rem;top:2.8125rem;left:2.8125rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RWrt3oeU58TsZTbGu9EACi7tareRs9Vu { display:block; }#RWrt3oeU58TsZTbGu9EACi7tareRs9Vu > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGSuu603CTXutXlnKHlC0RkXvTdttH8e { width:15rem;height:15rem;top:7.8776047229769rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVbdzglBfLQdp3BwfVeZrxqOJuzdT1cJ { width:16.8125rem;height:2.1875rem;top:24.375rem;left:1.59375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNacO8TnKNV4eLxWArxA93BRkk333Nwg { width:2.5rem;height:2.5rem;top:26.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRBrnfc7BK7lsmRhsGbiuEHyOekyiTE { width:2.5rem;height:2.5rem;top:26.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfEQPluJp4W9cUNmCoS5qu4fRgvkViGm { width:2.5rem;height:2.5rem;top:26.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEescvfIaCHOtRrhunLICoqnPrxHVGxz { width:2.5rem;height:2.5rem;top:26.5625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak1bvAmM5iNkErOogakZVWLlnJCI0bII { width:2.5rem;height:2.5rem;top:26.5625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK4yphGRagaNineifbEFA7helizWeJAC { width:17.5rem;height:26.5950625rem;top:30.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKzm2xGNeLSFkEKvhH4wLKiwuwks9nK7 { width:18.4375rem;height:4.31206875rem;top:2.6280384063721rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy { display:block; }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy { background-color: transparent; background-image: none; }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .row .container > .video-iframe-container { display: none; }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .row > .video-iframe-container { display: none; }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .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); }#mO7bO7iWPRPEyAwKVBnAZlxuq63cHJuy > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McmtMqdqazUTJzGS8DiKoZNELuMHuktP { width:18.75rem;height:3.125rem;top:1.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoFdbpQgwARK7GuwkNkhGcJTPVRd9N5u { display:block; }
 }@media only screen and (max-width: 763px) { #TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 { display:block; }#TnQktlMFMHxl8Z4rwF8ditMJ4cBUndR7 > .row .container { width:20rem;height:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnTnhcesWIirolqM5IdAKnuXLHMWXbcS { width:20rem;height:11.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDoegZt0KvQsDFBc2anc03DLZ3a5t43X { width:18.75rem;height:7.8711rem;top:19.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wai1nblnvuS0M7LQzFQ2lieJb8Cd5ppH { width:18.75rem;height:26.25rem;top:47.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT5nwGqhNDiTXBcbM0mThZT80fqE7mQK { width:10.5625rem;height:4.75rem;top:13.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiRrAqRpwv225fSCkfCTD3PCPTdPTcPF { width:9.5625rem;height:1.2999125rem;top:13.875rem;left:10rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UyZp4eOZx5h2VJVg0mWRw2qbXthzMQCc { width:8.25rem;height:2.5996125rem;top:15.125rem;left:10rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XBUIOucdaRtyz7xaBA62rssQHsUDrrKi { width:1.625rem;height:1.54296875rem;top:15.125rem;left:18.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVBHChttEXmh0VA0LfkhCLlD6dLS6GfF { width:18.75rem;height:18.75rem;top:74.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9b5LZzVpCzowdwGzJpKsSyXDTcOwntp { width:8.5rem;height:0;top:82.3125rem;left:10.59375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6vd4TDbQCW03fCyKNXGCsdXbRXrELSd { width:2.25rem;height:1.3125rem;top:3.8359375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8OntSISoM2y9sGBJscPJ7OEbfWNDfux { width:8.75rem;height:1.3125rem;top:44.3125rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITVHQlRh5560HeMHAgMmbO98A5e8AaTH { width:8.6875rem;height:1.3125rem;top:41.75rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT0oNdtELp7OJQxkHbzACvd1XNTtDZtl { width:7.75rem;height:1.3125rem;top:39.1875rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcr5aOKrxb3tqqcQTGioGEXTD1r7ZkRH { width:2.625rem;height:1.3125rem;top:41.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmhOVhXTiXlxwbkaDpZQJrB4n6EqHEC0 { width:2.625rem;height:1.40331875rem;top:44.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSXnchvWIl1PToWl87AZ6qsfzX4RVhnN { width:2.625rem;height:1.3125rem;top:39.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2LfKARnNQJylsAIw00XrweaLJHlmkAE { width:1.9375rem;height:2rem;top:38.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBRwTGbGwIZrsC6Z9JQJozafACcmwRky { display:block; }
 }@media only screen and (max-width: 763px) { #eMNh37TLe28RspzWpSkMswpX69S0UdUT { width:1.9375rem;height:1.9375rem;top:41.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuS7fBEp56JGaJmILOGiCQiMwiroplOP { display:block; }
 }@media only screen and (max-width: 763px) { #imhOLzfhoUKk700mId3CZg6Eb438G7NV { width:1.9375rem;height:1.9375rem;top:44rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXbmT7TV0tXw0DHhqmQ45TfEvf9SANRZ { display:block; }
 }@media only screen and (max-width: 763px) { #buE5ThLyFT4lsmIhsrHcTz8JG2R0d1c2 { width:18.75rem;height:9.8079375rem;top:27.75rem;left:0.625rem;font-size:0.9375rem;display:block; }#buE5ThLyFT4lsmIhsrHcTz8JG2R0d1c2 li:before{  }
 }@media only screen and (max-width: 763px) { #w7iCoi16JtfcIkZUFVCtq7KteIQ7oN1t { width:20rem;height:14.5rem;top:0rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #krTpSCA6Fv2WOVNTNdFQlPDTOGEIUgfp { 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 > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bw9tpKVJFPhspNLQTIEpuK7T6Kzuluw6 { width:18.75rem;height:3.125rem;top:1.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmLN4ByiwdwPxULGJhNOCBhN0slavU0h { display:block; }
 }@media only screen and (max-width: 763px) { #PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm { display:block; }#PRnhqwkmVfJT3yNqc1tPLS6D42mMPFdm > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgCq8QesqE0BTaI9udCwfN1AppyZ3dsK { width:20rem;height:11.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRqZcudtEyvRgI1od4vKSQJGUeXBmtvp { width:18.75rem;height:9.18295rem;top:19.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KobCmkZXt1Z4X28BHGXCQTvVV18o6hxt { width:18.75rem;height:18.75rem;top:76.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y28HgEtBDLL7s2RDvzaFhJtpQLs8eohH { width:18.75rem;height:25.0625rem;top:51.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DegnlgaTw6zPn6h7I5tlByzXbdlOqtPz { width:2.6875rem;height:1.375rem;top:42.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOut0PRMzHgwkZL7NmxoNSRghPgp2sZ2 { width:2rem;height:2.0625rem;top:42rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBOwT8NecwLANayWq6B3TZsBMbq5ibRD { display:block; }
 }@media only screen and (max-width: 763px) { #nL9vy4F78hxJFTk2JAFNZp44BFUJC6KQ { width:2.6875rem;height:1.375rem;top:44.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtMymZ3U8OMAv8LOfW3bACc3fcmb5kEn { width:2rem;height:2rem;top:44.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNODyv8pkbcJRHoLoPbw7dTTcGi1dCG4 { display:block; }
 }@media only screen and (max-width: 763px) { #SzsW4yfyRgVrK1g94E8P3nUpxtyxpKDp { width:8.5625rem;height:1.3125rem;top:44.9375rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2qgiydSqr6Qw45QZDzCdB9LZM3eB8F5 { width:8.8125rem;height:1.3125rem;top:42.25rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDSWQqOqATk4rOBRJzPwvUHOfcleDS5I { width:12.3125rem;height:1.3125rem;top:47.625rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqxWTDP9v3QxlSs0WXxPEdsxiE9szU2D { width:2.6875rem;height:1.4375rem;top:47.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwmz0SLqpJG5TgkuKzzVOF5HKEguwPS0 { width:2rem;height:2rem;top:47.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Uicf9mlITUd6VINTenuPgx6Ed8TRCn { display:block; }
 }@media only screen and (max-width: 763px) { #tPwW4kebgsDzKR4bWNPM6wyfA38C6hDu { width:10.4375rem;height:4.75rem;top:13.5rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPEu3SCV6kZSfQGUpy55MPeb9kfNKfzD { width:9.5rem;height:1.2999125rem;top:14.125rem;left:10.125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #K0wEqD0MGvMTABZuPmSWxANIOem3NlP9 { width:7.75rem;height:2.5996125rem;top:15.1875rem;left:10.25rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #swmSTuD80sFTOAzKRKTHTAFfsiMSXVCt { width:1.5625rem;height:1.54296875rem;top:15.1875rem;left:17.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHU641ezTZx6vwGKZm7KbtU7JayWhnAS { width:2.6875rem;height:1.4375rem;top:4.2734375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDVJUIoCUxl6SuLwCSEi8QHULoMFssrR { width:8.5625rem;height:0;top:150.6875rem;left:5.71875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQNLDWZB8Jzs76AsMGH2TI0XOK7GAmBJ { width:18.75rem;height:11.4323125rem;top:29.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }#mQNLDWZB8Jzs76AsMGH2TI0XOK7GAmBJ li:before{  }
 }@media only screen and (max-width: 763px) { #CAt4O73v0qm6ObJn30E352m4ptGHPmaL { width:20rem;height:14.75rem;top:0rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EHaQ8F0TE6RZRv9gSzBaXeuBhEpTIoZg { 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 > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qO1A2OECnkd4UoV41ZLSDP24TufIZ5fW { width:18.75rem;height:3.125rem;top:1.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSflDBVZRJT7u2Inn2hs0S6mlmLh1ezw { display:block; }
 }@media only screen and (max-width: 763px) { #CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR { display:block; }#CCp3kVpx6JCfiTZiKafpwtOQWNfodUMR > .row .container { width:20rem;height:115.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a81bbd5e910352009cd7596160562738 { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6bf3aafc2b76a233c0e80314b439b35 { width:18.75rem;height:17.0540375rem;top:16.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa792d3174a4fd44fa698735a20cfebc { width:18.75rem;height:18.75rem;top:43.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoHodTcy0SrDQ0sDK3wMyLOVch8DkM0f { width:10.4375rem;height:4.75rem;top:11rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrRASng0z2IMw0i4kSIr7i7W87pESaxA { width:8.875rem;height:1.2999125rem;top:11.5625rem;left:10.375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qsUJeqCAtbToolqZi3ZCEFIRTurRVTir { width:7.9375rem;height:2.5996125rem;top:12.7998046875rem;left:10.375rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zfdGTmlTs2KAaTuBbvivXKqcNiTv2BKT { width:1.625rem;height:1.54296875rem;top:13.04296875rem;left:18.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0H6iG7O4PICZnDX6nlS3i0C7AwZSFbr { width:18.75rem;height:18.75rem;top:94.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLNPDinrp2iVUXz3o8litZ3JzoQRfNd { width:18.75rem;height:30.79425rem;top:62.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6VWEaL5lbwBFS0aEAoJoqXsQByOWEba { width:8.5rem;height:0;top:82.3125rem;left:10.59375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGsrnEJsDq5colSu5gNcNduWVpHPeo2l { width:2.625rem;height:1.40331875rem;top:1.6484375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKKzVM4kJ8C0fTpqsfnVmbG74XKssZO4 { width:13rem;height:1.3125rem;top:40.1875rem;left:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIzRyQ7NA8ixCtX5ZnSJtLI8agGpFuhT { width:11.4375rem;height:1.3125rem;top:37.5625rem;left:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRrEvUlHPU3G1HIxZHg607mnSox9FVD4 { width:11.6875rem;height:1.3125rem;top:35rem;left:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvocgGuT5TABzVxlthQTGAJC6I7fVIFy { width:2.625rem;height:1.3125rem;top:37.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oymo234swpxseyvIO0zDQJDWGdgoTI8I { width:2.625rem;height:1.40331875rem;top:40.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeVTBGRvzqTrpDsXr3t0ebrTEcpOLPr8 { width:2.625rem;height:1.3125rem;top:35.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgMI7zuHrdlpgMv6KPkUQOhWv09dA1AC { width:1.9375rem;height:2rem;top:34.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV3Mrlt2pzDTtXnFpeIU8gdBa78pJ4Tt { display:block; }
 }@media only screen and (max-width: 763px) { #ESat3ICo22i95P1NZm4daeBEqDdR580K { width:1.9375rem;height:1.9375rem;top:37.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffPFLhPLZ8LTZJkhvMd7H971PkVaSJlv { display:block; }
 }@media only screen and (max-width: 763px) { #Kwp5ZOdaO9cHTSHV0uQZ4SIiSJ2USsnm { width:1.9375rem;height:1.9375rem;top:39.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyM4p2KfKdSKHsH6Wxksg1fTIvqc7Q7n { display:block; }
 }@media only screen and (max-width: 763px) { #sqbE5J7A55Qpxz46mXsJUIzfllmJZX1C { 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 > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBlBTMZ3TrtcuqZm02ppswGubht1lRkz { width:18.75rem;height:3.125rem;top:1.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEOJinbeefAd2HSzyVaiIWFT2Wqe9Nwi { display:block; }
 }@media only screen and (max-width: 763px) { #ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD { display:block; }#ycfvdo6S3KHE3l5WIwL5lGr0lk5UaPxD > .row .container { width:20rem;height:122.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S383ca7b9c6a685c5badee4a1ec43297 { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q01a5d84dd5188a23a4f00fa99a7d7a4 { width:18.75rem;height:19.6777625rem;top:17rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6fb3fc56cc4928e52d30813cce5fa13 { width:18.75rem;height:18.75rem;top:101.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve1b61c00e77079c3f3ff22773c2ecf8 { width:18.75rem;height:18.75rem;top:46.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJrmkbIWzSHfV5X8eonymTWDTUEr0JWX { width:2.6875rem;height:1.375rem;top:38.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkhZD1AiNeakUn6cVKv2Lro8ThfRduBt { width:2rem;height:2.0625rem;top:37.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEEGO4IWFDy3X82vLJgUUTVMtqdkDeFc { display:block; }
 }@media only screen and (max-width: 763px) { #LPvcV5Ikit6XciEtRt3ciMMB1OnDDhiw { width:2.6875rem;height:1.375rem;top:40.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEc1bNCy0onhVUepGszyeM7444CWdf4c { width:2rem;height:2rem;top:40.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUmlATMfAJ6Gck6cZz5d4Eix8bw4C1U2 { display:block; }
 }@media only screen and (max-width: 763px) { #HBc19KWTgGilGFHBWG4DgD4qTNdiI8rS { width:8.5625rem;height:1.3125rem;top:40.8125rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpg3TpZTgWUTunLGv0UIlKnWM4o6hXI1 { width:8.8125rem;height:1.3125rem;top:38.1875rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzHmc9WDEzM1RkBQW1CI19mtTzoJ9B3J { width:9rem;height:1.3125rem;top:43.5625rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoF14IZeR9DWZ47J9sgRsdqNgDuZzPPw { width:2.6875rem;height:1.4375rem;top:43.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GizwZ0N4UQdkrxF1uhfGoMIy1mQvtfAS { width:2rem;height:2rem;top:43.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdZhx18MXsbRNk8tVHpohaBqDiNkICLK { display:block; }
 }@media only screen and (max-width: 763px) { #hKampqlpQUzz8FPAH47nFdwdUyFBLC1L { width:11.4375rem;height:4.75rem;top:11.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy5EQp7ndwgBvJeRkfxVacwOnbXqmJgb { width:8.875rem;height:1.2999125rem;top:12.26171875rem;left:10.03125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #U9fTQWU9WJdL0nk26yktDMkFvwnGnvvg { width:8.75rem;height:2.5996125rem;top:13.5rem;left:9.5rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bIZLUeTr72ACmPgwQ5zXUUDwNSNeKEIv { width:1.5625rem;height:1.54296875rem;top:13.5rem;left:18.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpFleWg0xuCpAroqMC2XlW1xFAtWFNSB { width:18.75rem;height:33.59375rem;top:66.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z87TuEC7NAXDtlHh1i7C6tIgnf2BBNlX { width:2.6875rem;height:1.4375rem;top:2.7734375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl6NnDIiXZTT1EMi6ouBTdCSS3zy8bDM { width:8.5625rem;height:0;top:150.6875rem;left:5.71875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gy7zESexB3QAWIPwzsNqtJTmkntxPw8v { display:block; }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v { background-color: transparent; background-image: none; }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .row .container > .video-iframe-container { display: none; }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .row > .video-iframe-container { display: none; }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .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); }#gy7zESexB3QAWIPwzsNqtJTmkntxPw8v > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZ06dIa3vzKd2qruOa1RBPcWy1UMFWeO { width:18.75rem;height:3.125rem;top:1.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0xL7JUxeM7bJn4isgi2pySZbyeQH5bk { display:block; }
 }@media only screen and (max-width: 763px) { #ax0wcM4oUDU1pCnL6ddkcM4SEqPx8GvC { display:block; } #zd56bb5eb84cec20701d43369538fc16.widget-smartsection *:focus-visible, #zd56bb5eb84cec20701d43369538fc16.widget-smartsection input[type="text"]:focus-visible, #zd56bb5eb84cec20701d43369538fc16.widget-smartsection input[type="email"]:focus-visible, #zd56bb5eb84cec20701d43369538fc16.widget-smartsection input[type="tel"]:focus-visible, #zd56bb5eb84cec20701d43369538fc16.widget-smartsection textarea:focus-visible { outline: none; } #ax0wcM4oUDU1pCnL6ddkcM4SEqPx8GvC > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxW5zUh9l5zPlhM7b4ToluEGub4i97Tl { 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 > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGJzxSbWvvtbEqkePbhuGlXvztOeUT53 { width:18.75rem;height:3.125rem;top:1.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH868tkDT92t47lmkVPovFmuMy1qfQtX { display:block; }
 }@media only screen and (max-width: 763px) { #nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi { display:block; }#nTVvDDv4rUX1NA49IJZ5c0XmkthiVboi > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBiSCbGfsaXoQWQTDiaFLXmat2ct8SD9 { width:20rem;height:11.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGCoAAJ0V0QvI7ieXaAhUxhagvXIdJOs { width:18.75rem;height:9.18295rem;top:19.125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzuV4mpzHgHgb41bzDPoka8CKh82gDZv { width:18.75rem;height:20.4375rem;top:50.875rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #K7gOm3gy5f6hT5C9eTP1duySsNSSOzgg { width:2.6875rem;height:1.375rem;top:44.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcyKnm4BlJR0Kw4nfSiCO49KyuzyXEMU { width:2rem;height:2rem;top:44.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Gor5nBKSTvEEptTvTpqo7VmQITRWyS { display:block; }
 }@media only screen and (max-width: 763px) { #ScdTWvwgslt9sds19HqJBSqGkV9hkmIe { width:2.6875rem;height:1.375rem;top:41.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZxMU1yqfqSRBZTIKoIbNATTWEbwIZkG { width:2rem;height:2.0625rem;top:41.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMq3K5UWvP5EDvf4h4PzS9VVx1Ogg0K { display:block; }
 }@media only screen and (max-width: 763px) { #otqRCVF0wg0m8dhx9yy8ENqEvEWPlOk5 { width:10.3125rem;height:1.3125rem;top:44.5625rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsKfoNJ639ByPrIwU9suXx1ibIZVppXh { width:7.375rem;height:1.3125rem;top:41.9375rem;left:6.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmdvKkXKnilLPB3n7BzFzcB8JWEdJcsv { width:2.6875rem;height:1.5rem;top:47.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shkxkb8iV8g9JTzumduaGtQmlgQ8XgLy { width:2rem;height:2rem;top:47rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yygcpSo85Lkg76582Buk1u72RzLTVEFx { display:block; }
 }@media only screen and (max-width: 763px) { #eZvwQdCy6BqkbA2ruVNtMsnCwH3FCA9H { width:12.5rem;height:1.3125rem;top:47.3125rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKDVIrIryEWxCCLIrAZuL3Cde9upmosH { width:7.375rem;height:0;top:96.1875rem;left:6.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4iCnOg4eMrGSv9lNzcLbvgU4ZKWCEeG { width:2.6875rem;height:1.4375rem;top:1.76171875rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DD4nJbqMxypqOxfd6FDq6aZn2VqXJ9eQ { width:10.6875rem;height:4.75rem;top:13.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpAg14M5E7BgqKw6KTixlJcqlSF5E8pB { width:9.8125rem;height:1.2999125rem;top:14.3125rem;left:9.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FHtqxGu3hntXDixfWDkzKoOHeRHbQ2qz { width:8.375rem;height:2.5996125rem;top:15.5rem;left:9.8125rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vLmcTV1931nUHovXATeVOpfGNyfu1L9V { width:1.625rem;height:1.54296875rem;top:15.5rem;left:18.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMrwEo9aTxt4GX375bwoGll9Ptkp70Wl { width:18.75rem;height:11.4323125rem;top:28.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }#dMrwEo9aTxt4GX375bwoGll9Ptkp70Wl li:before{  }
 }@media only screen and (max-width: 763px) { #Fh1yoKH4ew986DcJCyFpXPlZxAKnxHi0 { width:20rem;height:14.375rem;top:0rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IJWXtxDffMy2Dp4tfdeWZiBTekaZXJgG { width:2.4375rem;height:1.4375rem;top:3.94921875rem;left:2.25rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XtS5u5zd08CmkMOTTXbbyITK7C2A1vec { 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 > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q61vstJ0MMfXUZI46caCykGxkXJO5TSf { width:18.75rem;height:3.125rem;top:1.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB4DncWMVWCJeQGxByVSVIxdasXgVe7R { display:block; }
 }@media only screen and (max-width: 763px) { #sKtcRHBLHKSugLLxqPURmkGu64cWnaTl { display:block; }#sKtcRHBLHKSugLLxqPURmkGu64cWnaTl > .row .container { width:20rem;height:114.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EstPAN8c9wlLaUP6FO8dFSEySu1bpyUo { width:19.875rem;height:11.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4kCROdzhzXM1ckAHcCKxtI0e9G6ZEGm { width:10.875rem;height:4.75rem;top:18.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2y8CueyLVvoudKnduR70nP6EgTSswFb { width:7.8125rem;height:2.5996125rem;top:20.75rem;left:10.1875rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #S7EcVgxTxTO9DDOZgRedH7fbsLEdwDpu { width:9.6875rem;height:1.2999125rem;top:19.5rem;left:9.625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wq3PyN8h781ltqUnaIyKCPtsNUmxDXGn { width:18.75rem;height:9.18295rem;top:24.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1rrgn0gBhHZ7ALGiDKb0et9IJoKWagA { width:2.375rem;height:1.25rem;top:4.5986328125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KybT0etuVJ5vkSnH5EHsXm0Jtph5WaJ2 { width:6.625rem;height:1.3125rem;top:48.75rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZltnR8HKowzPwsZK7pCCUu3uGqJW2P6 { width:2.6875rem;height:1.375rem;top:48.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy2i0v70bOICgL1blQBWHaTgXg3M1cpE { width:8.0625rem;height:1.3125rem;top:51.5rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNcwJl5eJGn5plR7l4Wltn4ExuobMaLV { width:2.6875rem;height:1.4375rem;top:51.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otlCTnqfEbqTxoGp5VvFpV587IneW9hU { width:2rem;height:2rem;top:48.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQbKU0krLfwDaPTi8VI483vJaHBouTuT { display:block; }
 }@media only screen and (max-width: 763px) { #GvEDrBucL3RV3asBLk2s3MxoswufSJHh { width:2rem;height:2rem;top:51.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgfVzi5GXM2Htp79x44ydyfPVpsVuIPx { display:block; }
 }@media only screen and (max-width: 763px) { #w2HdXHlglFCrytO5S6PuS5ryCszuN8iT { width:1.625rem;height:1.54296875rem;top:20.75rem;left:18rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6klKZNKCO66SsNRmbx3e0IwimCqkS3J { width:8.5625rem;height:0;top:0.8115234375rem;left:5.71875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W429U1IQlnzV5w6tUbsWVbEQFAIknHi9 { width:11.375rem;height:1.3125rem;top:46.3125rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIQBFMsNph4tMwIWhbTQGryPFxGzNek4 { width:2rem;height:2rem;top:46rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4KT0C336EmC6Es8XU3rDEgZIwEvx3d5 { display:block; }
 }@media only screen and (max-width: 763px) { #qKNccNpwSKILp8GBJZvv2PZFiTFne1Gg { width:2.6875rem;height:1.375rem;top:46.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2v3BSO8U3MMy2MfeDaNNOvU9Vn0fRAE { width:18.75rem;height:20.25rem;top:80.75rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cndn3kgih0h6VbsDvCIXNCZCm7bGgT0Q { width:18.75rem;height:25.125rem;top:55rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #srAhULalnvOkD4wU9wgsw4aZogytiWTc { width:18.75rem;height:10.3125rem;top:101.625rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uxcD2QRm6XTKqI0ngC4QfDGxRPlFP857 { width:18.75rem;height:10.1204375rem;top:34.625rem;left:0.625rem;font-size:0.9375rem;display:block; }#uxcD2QRm6XTKqI0ngC4QfDGxRPlFP857 li:before{  }
 }@media only screen and (max-width: 763px) { #h4WIO171CZ4uVcoTMJH0PLhcCElMQ0cS { width:20rem;height:20.0625rem;top:0rem;left:0rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ { display:block; }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ { background-color: transparent; background-image: none; }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .row .container > .video-iframe-container { display: none; }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .row > .video-iframe-container { display: none; }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .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); }#pzZZan9QMF1zs9qWaFDiQWyzQmoKtqWZ > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGe9qTTE9DnaKpTGxOP0FqIT1MMvpsTd { width:18.75rem;height:3.125rem;top:1.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8g5FLbOW3ZPbqJCzcDpAUpXi30dDEfU { display:block; }
 }@media only screen and (max-width: 763px) { #UdgImkgk9OS1k8kJCfDuncI4WHf7HldT { display:block; }#UdgImkgk9OS1k8kJCfDuncI4WHf7HldT > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHOxOXC02ede67ydlsXQU7suVeFJ5OG1 { width:19.875rem;height:11.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NI4A3G3rrSANTdIIZaTqKJhqfBH6IHlz { width:10.5625rem;height:4.75rem;top:16.4375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSwTVAuMRDRktGSUo5JcDviJeL1JdQOK { width:7.6875rem;height:2.5996125rem;top:18.25rem;left:10.375rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #D7C4kcrE1a8bM1cTVL306VMuD7MN261Q { width:9.75rem;height:1.2999125rem;top:16.9375rem;left:9.75rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NcK91ngfuRa8pdFoUpC6M4u4ydMAOFgC { width:18.75rem;height:9.18295rem;top:22.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKvpK3DHQhwGFIkIROPVpMr60CQ5IaGL { width:2.125rem;height:1.25rem;top:12.0986328125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsPgaEveXtM5FXOThZMJhu3hOs6CEPXn { width:6rem;height:1.3125rem;top:43.6875rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU5MKIKrvTrKIEChiAVQS1iI9Lce6ab3 { width:2.6875rem;height:1.375rem;top:43.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP5ilxUNt5JK5vEdzITMkmnoLplDtbZ9 { width:6.5625rem;height:1.3125rem;top:46.5rem;left:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3iTGkyWgpuMybktZlTFMmAlq5TKZ7sg { width:2.6875rem;height:1.4375rem;top:46.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MELK7SO3x85sD75ZyaJTOukB4aAog2Xz { width:2rem;height:2rem;top:43.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPIL8SLEwmnsua3fzRl9LeLUdVNd8noO { display:block; }
 }@media only screen and (max-width: 763px) { #Pr11TyWsQWQeU6gGrkdxUTXadTZ3q0xB { width:2rem;height:2rem;top:46.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag2d8krpm71qL2cywh5lRFI7qT94J7W7 { display:block; }
 }@media only screen and (max-width: 763px) { #uGVPTEtBTQLekzyeKEeqft88RXHdlFxk { width:1.625rem;height:1.54296875rem;top:18.25rem;left:18.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGQwG2iTr5TL8Uu0n7e5wzq9vegTGS7X { width:8.5625rem;height:0;top:61.9375rem;left:5.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMEw4hNoBJq4Hkxz109agmC0BrnIVB7L { width:9.5625rem;height:1.3125rem;top:49.1875rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVPTuFaSpgoKbS2vKCxrro1XKIo5Z0wK { width:2rem;height:2rem;top:48.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhT91JDGUz1Mm0EoaJ4xTRxlI0v5kQAn { display:block; }
 }@media only screen and (max-width: 763px) { #v8BiMLA11m6MaTH24Thx3erwXDMtl7u7 { width:2.6875rem;height:1.375rem;top:49.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESvIyXDTH2VLJWK7P9Wb5qNyQ5Pf5NPz { width:18.75rem;height:10.1204375rem;top:32.1875rem;left:0.625rem;font-size:0.9375rem;display:block; }#ESvIyXDTH2VLJWK7P9Wb5qNyQ5Pf5NPz li:before{  }
 }@media only screen and (max-width: 763px) { #Rbd4FgFF2oi3MaHm3OwHJiC6XDdTWFlr { width:20rem;height:17.6875rem;top:0rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lTasCWbTLtXny3ogMN2JH4iOabFdsi2c { display:block; }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c { background-color: transparent; background-image: none; }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .row .container > .video-iframe-container { display: none; }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .row > .video-iframe-container { display: none; }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .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); }#lTasCWbTLtXny3ogMN2JH4iOabFdsi2c > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVJrzBczwNbEt7wsfQ24AlGTwLlFpDiT { width:18.75rem;height:3.125rem;top:1.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAKVCWNu960GcNDd2sBsBcE6DOTz0pqU { display:block; }
 }@media only screen and (max-width: 763px) { #QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s { display:block; }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s { background-color: transparent; background-image: none; }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .row .container > .video-iframe-container { display: none; }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .row > .video-iframe-container { display: none; }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .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); }#QBqIGev4u74Q2x94Vm98tfGrAqlRrE2s > .row .container { width:20rem;height:59.375rem;background-color:#191825;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0X3cm0F5gC8wWlPzc2w0w7gB8UkTJ58 { width:20rem;height:14.583rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO7HyOihEx4UpAeAmZMky3RWVI9osh66 { width:18.75rem;height:26.9270625rem;top:30.5625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ftpQkD6k83LnNMOX89ppgGQmFtLfqgmX { width:15rem;height:15rem;top:17.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4igVAbINRZoLQayJ0lROyLFkgiS9PH8 { width:18rem;height:8.3984375rem;top:15.8310546875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft7wxBd9CCcBztx4gNFk7ZMUGboPmSv7 { width:17.5rem;height:3.4375rem;top:25.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpuCEhU0eyt5SCVPyTXRrDL3D79x1w2a { display:block; }
 }@media only screen and (max-width: 763px) { #RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 { display:block; }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 { background-color: transparent; background-image: none; }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .row .container > .video-iframe-container { display: none; }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .row > .video-iframe-container { display: none; }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .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); }#RTh2v4TvCLgouWs3ZwWa3C2STKwtTZM2 > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gziSsblSbsaSys5MHu4ZRLObaxuANhQf { width:18.75rem;height:3.125rem;top:1.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtKeMQX9hrRbggK3vdu5JhAKuxAt08Rs { 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.875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zkn5kzDBBu3w7DkBIXPfc525z8UKOGaP { width:17.5rem;height:5.2474rem;top:24.561590194702rem;left:1.25rem;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.55925rem;top:7.625rem;left:1.25rem;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.55925rem;top:16.062284469604rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLtG972fw7VtQ7S30gGtO5AlBcFxSuqU { width:18.811875rem;height:4.49978125rem;top:1.4984798431396rem;left:0.59353303909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 { display:block; }#pQSMbNdcwgddbGxyXzlQ46m67UZEDrE3 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vaf533cba4d2bbe846a23bdf0bd5cacf { width:19.3125rem;height:9.1829375rem;top:1.25rem;left:0.375rem;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.3125rem;top:0.75rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }