.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,227,225;--color-primary-1:252,161,157;--color-primary-2:249,66,58;--color-primary-3:125,33,29;--color-primary-4:37,10,9;--color-secondary-0:226,227,229;--color-secondary-1:158,162,169;--color-secondary-2:60,69,83;--color-secondary-3:30,35,42;--color-secondary-4:9,10,12;--color-tertiary-0:255,255,255;--color-tertiary-1:249,248,248;--color-tertiary-2:234,232,232;--color-tertiary-3:117,116,116;--color-tertiary-4:23,23,23;--headlines-font-family:"Azo Sans";--paragraphs-font-family:"Azo Sans"; }body { background-color:#efefef;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { 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:3.625rem;width:13.1875rem;top:0.6875rem;left:0.09375rem;overflow:hidden;display:block; }
#DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.78125rem;left:49.937503814698rem;display:block; }
#aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cJ7HfiMU1FfKCepXb4pnCzg5MEKW84Tb { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.78125rem;left:31.250003814698rem;display:block; }
#Vy7MXKp59OGbRqEQpJ0Sl7gFOdwufkHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQTb3Ht5hdXlf4hZy3WTenlea9O6az79 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans";font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.78125rem;left:43.375003814698rem;display:block; }
#WU3U7BS2oX4Mqhc1WLQ9hvJt0ozLeTsV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RkO9wiOXhRdBBS7FC6iTKD4viiu1OZAt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"azo sans medium";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:63.21875rem;display:block; }
#CXpLmmvmCQMhgfUAd5hHNIDAAWsnoagz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dwU4vUnawXhyOXiHSccZdUeZ7qKDxIQO { 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:15000;opacity:1;display:none; }
#mF5oHu3krueeIaTuRfICTzix2K34gpHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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.3); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { border-width: 0; border-radius: 0; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#vt32TaXeAxAZumT4SRNiGaHrBAsPTIVm { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.87890625rem;left:0.4296875rem;height:2.35546875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nLfRmNTPMH78UT663WZCNa0yAyEkd5g7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.25rem;left:0.4296875rem;height:9.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VJVk2ud7zNm7ouvLV6sXTZ7BIEAEIIL7 { position:absolute;display:block;z-index:15003;height:38.5625rem;width:34.25rem;top:9.4375rem;left:37.875rem;display:block; }
#m8z2if77rMnTqIXbHhg0DEzk0mqpLx27 { box-sizing:content-box;height:43.125rem;width:36.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.66);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:36.9375rem;display:block; }
#hcsn5CLHz8DL59dxI9OPgU1S8kdpXozr { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.125rem;left:38.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydwIViHITistommsmtTMJyp2pT09Bg58 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container { background-color: transparent; background-image: none; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container > .video-iframe-container { display: none; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row > .video-iframe-container { display: none; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .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); }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container { border-width: 0; border-radius: 0; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container { font-size:0.875rem;font-family:arial;height:72.875rem;width:75rem;position:relative;display:block; }#iz9esJVGMZGGS4CKxCwh59ql4RoinPML { color:#3c4553;display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:23.062503814698rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mU30IBcPTvza4kWNhmZUcGLZ6v7isCJo { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:8.3125rem;left:20.625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sd7WMEQhDip7Ktv4xoAsFsbEBTGUqKvk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.8125rem;left:20.625rem;height:3.8994125rem;font-style:normal;display:block; }
#AvLvWFTPr5sZmbURkIQdS2lqaMLtbGeX { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:8.3125rem;left:42.9375rem;height:1.625rem;font-style:normal;display:block; }
#cQdWTzUAgBIBSgf117vutkLVuv8GZtDI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:42.9375rem;height:5.19921875rem;font-style:normal;display:block; }
#ZdkIK8SVTx5yLsH6Ds7S440waJpmSZF6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:20.5rem;left:20.625rem;height:1.625rem;font-style:normal;display:block; }
#BBVweLeq1us0zwLRA0UIPTrIlTFe9xZR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:22.8125rem;left:20.625rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zdbsH3bbEOT75WyBxIfXgybiDtny60Qr { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.125rem;left:42.9375rem;height:1.625rem;font-style:normal;display:block; }
#CsdaT0eLqfcrRXMH3XvvWccSyR7OExg2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:22.8125rem;left:43rem;height:3.8994125rem;font-style:normal;display:block; }
#hrxB2cvDs8w0La8fEB7n9Ex0qi5ybFxp { color:rgba(var(--color-secondary-2),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:34.25rem;left:23.968753814698rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AoSiknMoomyccBAJy2TuRM2L5d1LG2pG { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15033;background-color:#fcc9c7;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.875rem;left:18.625rem;display:block; }
#tbOsC2lRITCwEPWPT4fcTWCszVTgpcaQ { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15034;background-color:#dac7fc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:40.625rem;display:block; }
#dNgd97m6UAqU672MtaQsEr5dqcir1zkp { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15035;background-color:#b3edb7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:18.625rem;display:block; }
#OzZMIvwIC8zNRIJAet9Rnb01fNCLCTHE { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15036;background-color:#f5e9a0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:40.625rem;display:block; }
#QDIb5hCzDtq89VHJwHcaEcABCu8tahXv { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:42.0625rem;left:9.8125rem;height:1.625rem;font-style:normal;display:block; }
#uAl3ABnebWUliD33OUPdivmZ6L8m0tDg { box-sizing:content-box;height:11.9375rem;width:16.5rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.625rem;left:8.8125rem;display:block; }
#tTGTt2DlGIxxxsTgsyqeIivuhZ8gwoeH { box-sizing:content-box;height:12.1875rem;width:16.4375rem;position:absolute;display:block;z-index:15015;background-color:#bbbec2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.3125rem;left:48.8125rem;display:block; }
#K8zCOzJrMQ7TFiJfT4Sq7fnUVpOrs5tz { color:rgba(var(--color-secondary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:44.5rem;left:9.8125rem;height:5.19921875rem;font-style:normal;display:block; }
#SZHPOm0rEg3Dp6SyRapBmz9b4gL9LWm3 { box-sizing:content-box;height:11.9375rem;width:16.5rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.8125rem;left:28.625rem;display:block; }
#ZSKeTT11NREWgJBzzJgnVuwV9ydZdIiM { box-sizing:content-box;height:12.125rem;width:16.1875rem;position:absolute;display:block;z-index:15015;background-color:#bbbec2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.0625rem;left:9.8125rem;display:block; }
#vkrtClzlLTbZrDd6hQPOugn6wzqnZUCN { color:rgba(var(--color-secondary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:41.25rem;left:29rem;height:3.25rem;font-style:normal;display:block; }
#GbZ7u3zRfMNpXdsf7PraENbJNO1z1lo2 { box-sizing:content-box;height:11.9375rem;width:16.5rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.75rem;left:28.25rem;display:block; }
#iXuTsVCVpi5Myeibwrc9RRApalxPwSVA { box-sizing:content-box;height:12.1875rem;width:16.625rem;position:absolute;display:block;z-index:15015;background-color:#bbbec2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.1875rem;left:28.9375rem;display:block; }
#OrWvi6b4gJBtSGOJLOfIChaJo0HxfAT4 { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:41.1875rem;left:48.8125rem;height:1.625rem;font-style:normal;display:block; }
#oSfEwVaeoCbuTbquWIkOHsaiTxT0LyqL { box-sizing:content-box;height:11.9375rem;width:16.5rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.875rem;left:48rem;display:block; }
#XTPPxfmR4ByrEI6ZodAJ2DzdvoiBO7CF { box-sizing:content-box;height:11.8125rem;width:16.3125rem;position:absolute;display:block;z-index:15015;background-color:#bbbec2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.6875rem;left:9.8125rem;display:block; }
#HZ3xvnJoeCA6Wq809AkvJtKu103Avx9M { color:rgba(var(--color-secondary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:56.0625rem;left:9.8125rem;height:1.625rem;font-style:normal;display:block; }
#sr7ssCd4UTdtKM50goa5HM20zO6w78tK { box-sizing:content-box;height:11.9375rem;width:16.5rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.75rem;left:8.8125rem;display:block; }
#G9wbgTn7MQkmC1BiokhqQ3faoG0DxWsW { box-sizing:content-box;height:11.8125rem;width:16.5625rem;position:absolute;display:block;z-index:15015;background-color:#bbbec2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.75rem;left:29.3125rem;display:block; }
#TV0IP4P4REExIN8esu7TENRmx7tIdxLx { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:56.8125rem;left:29.8125rem;height:1.625rem;font-style:normal;display:block; }
#DqVcaE3HdNNfE3gXgqDbUzmof5QRM1AJ { color:rgba(var(--color-secondary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:45.125rem;left:29.125rem;height:3.8994125rem;font-style:normal;display:block; }
#mHCO8UbEt7xNSe4zTaiMVbclNu3z9gvQ { color:rgba(var(--color-secondary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:45.0625rem;left:48.875rem;height:5.19921875rem;font-style:normal;display:block; }
#xKDRJyM4zxAaRJtEnnCeOtXZX75anXLM { color:rgba(var(--color-secondary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:59.6875rem;left:9.8125rem;height:5.19921875rem;font-style:normal;display:block; }
#x5sUBD4LZBJX667HTZWJ2gsEXab7KRN7 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;height:3.65625rem;top:59.3125rem;left:29.8125rem;font-style:normal;display:block; }
#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz { position:relative;display:block; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz { background-color: transparent; background-image: none; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row .container > .video-iframe-container { display: none; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row > .video-iframe-container { display: none; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .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); }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz { border-width: 0; border-radius: 0; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .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; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:69.3125rem;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; }#ycZlga0FCypPyWhAChf1yf306g4OwvUP { box-sizing:content-box;height:29.375rem;width:29.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.125rem;left:38.125rem;display:block; }
#A6ayUvb59FaZQU27nT88PErmueEdW3P5 { color:rgba(var(--color-secondary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:38.3125rem;left:45.75rem;height:2.11230625rem;font-style:normal;display:block; }
#MV6QU8tGiWBwhsszHli8zGaBmv1klgHK { color:rgba(var(--color-secondary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:43.5rem;left:40.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#C2vlZIkLKbgaFmBOoNg0nMe23cEVcyOO { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:31.125001907349rem;left:27.500003814698rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kh31MvyJ6TgTe1QLR9zdwP10QT7BfG67 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:36.125rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#SQWcPTpsHgFCs3dl04HKfKG4cmoZlk2N { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:36.1875rem;left:22.375rem;height:1.4622375rem;font-style:normal;display:block; }
#JAe5wHZ57g6v323AplXrqSGVi1G7dGkR { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:40.75rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#IPdm4GBw0cBqHvszA8TLhkCVCPZ2FDTV { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:40.8125rem;left:22.375rem;height:1.4622375rem;font-style:normal;display:block; }
#wn0hdKoSF3v5X4b9fJpvsXTBqTBX7H6M { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:45.125rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#WVapWzHlV5wshM9FBeCS1Es6ATExI9XB { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:45.25rem;left:22.375rem;height:1.4622375rem;font-style:normal;display:block; }
#AezbyOawQ45cD4yw2ERTmpcMA4UZPdGa { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:49rem;left:13.0625rem;height:1.625rem;font-style:normal;display:block; }
#beelFaz54a1K24lW2GzITvlHLzZazMqg { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:49.0625rem;left:22.375rem;height:1.4622375rem;font-style:normal;display:block; }
#IV6Tn2WWd5137beZZ6FuPaDEsM2ieStF { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:53.5rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#SUu6T7K2LrWXrEz9u32TKydnu5d9Imkz { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:53.625rem;left:22.375rem;height:1.4622375rem;font-style:normal;display:block; }
#vUv7ngFgtc9uoMFTdBsqZvqLbGNo0Zxd { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:57.875rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#I6OPGAOtcTIxcEP7dTKNxKe2BsbeMVBl { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:57.9375rem;left:22.375rem;height:1.4622375rem;font-style:normal;display:block; }
#cOotoQgnL2fUyAEqHT51S6ZAlbkZZLD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:62.125rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#wSdVDXDPOusfqDhkICoTW7drhZT17suV { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:62.1875rem;left:22.4375rem;height:1.4622375rem;font-style:normal;display:block; }
#RSQLBhOw3uEQacXaNyp6IozX434oTWeb { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:36.75rem;left:39.625rem;overflow:hidden;display:block; }
#UkRWdxa8aOtrGPgqV3nvl2FbZeEqybAW { color:rgba(var(--color-secondary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:43.5rem;left:41.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#qF013NcEXu0mCrc0v8XG8Ir1wcKf4laG { color:rgba(var(--color-secondary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:50.375rem;left:41.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#sIviWwMMsMlcQBPQK6UZHPwHQfK3XUdt { color:rgba(var(--color-secondary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:57.75rem;left:41.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#zB5QEMTd79AQEMEq2GCISuHF2ahHngT4 { color:rgba(var(--color-secondary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:45.125rem;left:40.8125rem;height:3.8994125rem;font-style:normal;display:block; }
#qACoLcAElDzmTQWMloZNJPqPnaJcbecV { color:rgba(var(--color-secondary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:52.0625rem;left:40.625rem;height:3.8994125rem;font-style:normal;display:block; }
#Vel4GUzaasrOqcUdfEKxFpRUkEoKB1V4 { color:rgba(var(--color-secondary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:59.5rem;left:40.625rem;height:3.8994125rem;font-style:normal;display:block; }
#tXOLerkTLmBf2GCZ21794NEbGSAHP7ti { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.3125rem;top:44.9375rem;left:10.0625rem;overflow:hidden;display:block; }
#Q7ExIRE6x1XEy2xo1I42pkXsnVKz5pkW { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:40.5rem;left:10.1875rem;overflow:hidden;display:block; }
#c8xrtfArhqrTQkb8FvtzR26iIL7U6h53 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:1.6875rem;top:48.875rem;left:10.375rem;overflow:hidden;display:block; }
#K236BOXUT1NxbMpdvvMzzaO4sxR6rxGM { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:53.3125rem;left:10.25rem;overflow:hidden;display:block; }
#GJRPEdSkgKlBQoO7DZ0fJWAwwsrQr7MD { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.5625rem;top:57.6875rem;left:9.8125rem;overflow:hidden;display:block; }
#v36ALRM8hlcCotJBuBw9wXD14MInTWkB { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2.0625rem;top:62.125rem;left:10.1875rem;overflow:hidden;display:block; }
#SfoXAHhcnfquq49AUdwLp8Pc2HTqcUhg { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:35.4375rem;left:9.6875rem;overflow:hidden;display:block; }
#rrJATOqlhhsLubTc3lEhrTBXU3XtTD4R { color:#3c4553;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:28.593753814698rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m1oTW8VP3FGPdTAoLpJiysfQoSvlFKSq { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15040;background-color:#f6f2ed;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.8125rem;left:13.1875rem;display:block; }
#w6nfUGU9OdSmTk3Ni0Ra76lSTa3h0sMM { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15041;background-color:#f6f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:30.875rem;display:block; }
#TXhmRTx5PQTctpOUMBc9RxNV77tMpd8X { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:10rem;left:15.25rem;height:5.19921875rem;font-style:normal;display:block; }
#h1SklcblRT7OUdunZGW2zqh5SG2e6e8T { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:10.0625rem;left:32.9375rem;height:5.19921875rem;font-style:normal;display:block; }
#GGKRcTpol1oRM0JscUc8z7XRk86APDm4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:10rem;left:50.9375rem;height:5.19921875rem;font-style:normal;display:block; }
#bDiOkkBXBSrlrAzryumEe2LdHh7rqrKg { box-sizing:content-box;height:3.0625rem;width:3.0625rem;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:15044;background-color:#f6f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:48.875rem;display:block; }
#QPzgMANoglUz7ANk7JZTFipdl0fNHziJ { box-sizing:content-box;height:9.375rem;width:53.75rem;position:absolute;display:block;z-index:15049;background-color:#f6f2ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:12.3125rem;display:block; }
#CeNi9KF8P8CCQlRmPdlWPHX7iZdIP4Fd { color:rgba(var(--color-tertiary-4),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:20.125rem;left:17.625rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xtKMy8zRdX0o9rl0eOzbAP1q8HqynTD6 { box-sizing:content-box;height:9rem;width:53.625rem;position:absolute;display:block;z-index:15016;background-color:#bbbec2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.25rem;left:13rem;display:block; }
#XCXJtAOn6DtCwuP4zCTTS7vyhJEHoIJv { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:66.5rem;left:10.0625rem;height:1.0559875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container { background-color: transparent; background-image: none; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container > .video-iframe-container { display: none; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row > .video-iframe-container { display: none; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .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); }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container { border-width: 0; border-radius: 0; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#vK5fX99RIS7lztwgDxouPwROCHJWcent { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:24.718753814698rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVtcfMp80gu7V4gfCFqpWS3H5DtmncGs { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:22.5625rem;top:8.4375rem;left:9.4375rem;overflow:hidden;display:block; }
#sO60A8h3xw2hQBAsrrsxbhImhfEFM44O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:8.4375rem;left:35.625rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QWxIS1O3k9DKUkEgk8htR7MTffZz3bFd { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15034;background-color:#f1bebc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.4375rem;left:34.0625rem;display:block; }
#n2NpDhyMoSxCubnTeC9CKrBzgx0wG4s4 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15036;background-color:#f1bebc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.4375rem;left:51.1875rem;display:block; }
#cvU1kdgloB7Pq2WhycK7hytNeRufgrTL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:8.4375rem;left:52.6875rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LECrJJl9Wbvi5ElxLpB6gy9eCzz5tRpV { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15038;background-color:#cfbcf1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.0625rem;left:34.125rem;display:block; }
#LD0uUkwfo9eNQNQqURbVXHRgZ6wcVFLm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:13.125rem;left:35.6875rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O90lavzCf6oXF5KLWTnBF3Zfd9P3E55w { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15040;background-color:#cfbcf1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.0625rem;left:51.1875rem;display:block; }
#OcBl5y4tfRpT42g6Q9n5EPU9hxaI2bfW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:13.125rem;left:52.6875rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ou0wNhirDf0GRUkOJC0U6IazNf3yKJTr { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15042;background-color:#ade7b1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:34.125rem;display:block; }
#hVGEE9Nec5qCi1FNWb9HxeQnnLGw30bS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:18.25rem;left:35.6875rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RmFxEnGx8hGRgOa6DSrx5zd9BH6T5aQk { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15044;background-color:#ade7b1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:51.1875rem;display:block; }
#G1zBXEx1TsiimAVK0q0XH326zCGpa9cm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:18.25rem;left:52.6875rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bNxFJseOVLTMMBAb7LcqeACQ7vgbrPOw { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15046;background-color:#f1e59c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.1875rem;left:34.125rem;display:block; }
#Us87IoOxZ8Cp7uDf6B89GRHeZ16Q8iMx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:23.5rem;left:34.875rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GgvOalMTsg1arJXwTzAD0DrriEJcw1Nn { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15048;background-color:#f1e59c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.1875rem;left:51.1875rem;display:block; }
#X3nxsDPr8kZO27lh7VS9fgI0xCvGl1M1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:23.5rem;left:51.9375rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row .container { background-color: transparent; background-image: none; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row .container > .video-iframe-container { display: none; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row > .video-iframe-container { display: none; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .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); }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row .container { border-width: 0; border-radius: 0; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#NobUeSKTIKK7fLT59Cna8iOnBIwf6yv2 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.6875rem;left:7.9375rem;height:2.11230625rem;font-style:normal;display:block; }
#b9bX3z52TFUPB0eORVeQB3MOCFUnCLmF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5rem;left:7.9375rem;height:15.59765625rem;font-style:normal;display:block; }
#mdd9pGHpxdDDtMJuaBFiLqFP75hXzJ9s { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.75rem;width:33.625rem;top:7.8125rem;left:33.4375rem;display:block; }
#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container { background-color: transparent; background-image: none; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container > .video-iframe-container { display: none; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row > .video-iframe-container { display: none; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .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); }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container { border-width: 0; border-radius: 0; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#BDbDcsBiKiyuMNTF0atBSopDrXVtAqMK { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:18.1875rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wL1RTK5pr4WhZOOFPgry9KJuqnuwHTCG { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.6875rem;top:6.5625rem;left:13.625rem;overflow:hidden;display:block; }
#qdMD5DBw60EGRRMANfCTXHIsKFVmoTXc { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:6.625rem;left:19.3125rem;overflow:hidden;display:block; }
#QxrCGeJQSJotwzDxggNaftoWnAaHxMol { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:6.5625rem;left:25.625rem;overflow:hidden;display:block; }
#bN4TwzLI6Z1XTMGMShND0dq7L35EpQQF { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:6.5625rem;left:31.8125rem;overflow:hidden;display:block; }
#BmmJgENdK5oPrdzM4HNMySZN8CHS9CAF { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.75rem;top:6.5625rem;left:49.625rem;overflow:hidden;display:block; }
#DODFqAnsfJTBl9MvCkkw8ycWfbc5LRZI { 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:5.125rem;width:5.125rem;top:6.5rem;left:37.8125rem;overflow:hidden;display:block; }
#sarIXsoI7T9dOT6d0RcMMLLwIIyT18DK { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:6.5rem;left:43.8125rem;overflow:hidden;display:block; }
#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z { position:relative;display:block; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z { background-color: transparent; background-image: none; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row .container > .video-iframe-container { display: none; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row > .video-iframe-container { display: none; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .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); }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z { border-width: 0; border-radius: 0; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .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; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.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; }#fZ4qeO0faT2tcHZPCXtWHIVn3KRie9LF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4375rem;left:19.8125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAhwQknRTNg86tHq5XC4Lx4F4M9w9dgq { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:16.375rem;height:1.29980625rem;display:block; }
#l3wQuPTwsnnuTe3becr0iprJIsSKToPV { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.0625rem;left:16.375rem;height:6.499rem;font-style:normal;display:block; }
#oPbQnD88soLI1N4BP8sqFD69ybEOfsNy { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.875rem;left:40.75rem;height:1.29980625rem;display:block; }
#toc4lJ07GAi6kiR59oyJXq3rI2FnulEW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.3125rem;left:40.75rem;height:3.8994125rem;font-style:normal;display:block; }
#QSnEM7vFF8gpniugBmww9GGv07uyMRow { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.1875rem;left:16.375rem;height:1.29980625rem;display:block; }
#C37MW7H7plTGBcTUtkOd8qxzmRiM6v5C { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.1875rem;left:40.75rem;height:1.29980625rem;display:block; }
#p3MyJvQ79GMyEUm0oyTW4C5Most86KNP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:20.375rem;left:16.3125rem;height:5.19921875rem;font-style:normal;display:block; }
#TZRE7opCeGmHNb02c6XAUu3hZ5FfvMoT { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.3125rem;left:40.75rem;height:3.8994125rem;font-style:normal;display:block; }
#U43DOHuER28TncNX7lSuXVuX9XGZCSm8 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;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:15045;background-color:#ade7b1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:13.25rem;display:block; }
#LmKSs7Vlpfgby6GOp3GmTNT2yVlZBElu { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15046;background-color:#ffe09c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5rem;left:37.5625rem;display:block; }
#UpsBJkyTLws0Z3BidLO9lyD4HRi5JS5s { box-sizing:content-box;height:2.1875rem;width:2.1875rem;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:15047;background-color:#e89cff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.1875rem;left:13.25rem;display:block; }
#rEF6cxLKx0WVkGF3O3FnXF7wHE8QDT1u { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15007;background-color:#fca09c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.75rem;left:37.5625rem;display:block; }
#d8h6pUGsMJwhQuTOq8PGqe9GNAUAc3Kv { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.125rem;top:6.875rem;left:11.25rem;overflow:hidden;display:block; }
#biNU00e01dQ4NJ4cEOaEo9Al9VelKPdI { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.9375rem;top:6.875rem;left:35.8125rem;overflow:hidden;display:block; }
#wKi7Q1genmrwEJIIT9hK0RTDCZoGSANq { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:18.5rem;left:11.5rem;overflow:hidden;display:block; }
#UN6gp9E465bukxbAnyML2HomxfyFSinU { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:17.75rem;left:36.4375rem;overflow:hidden;display:block; }
#KXSV8730g0C5UvwxHJLABozT4uKwkaSE { 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:12.8125rem;width:13.6875rem;display:none; }
#SKMWyChGy5gVa7T0XW4SFhfddBw7UxPQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:30.4375rem;left:16.25rem;height:;display:block; }
#ZQHct0k890Vy5A9dd8IB4dNTeN2mHhQi { box-sizing:content-box;height:2.1875rem;width:2.1875rem;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:15055;background-color:#ffc69c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.4375rem;left:13.125rem;display:block; }
#ut7tAfTuh85lVPf9zAeVT5bWKJIkEZBJ { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:30.75rem;left:11.875rem;overflow:hidden;display:block; }
#oW89TaJKiwohnT63HZIeOOeGC1D4IMTd { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15015;background-color:#99cbed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30rem;left:37.4375rem;display:block; }
#s8wfQWIKbZHUphEzfTTlx3lTLeXFlqAh { 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:2.375rem;width:2.375rem;top:30.375rem;left:36.375rem;overflow:hidden;display:block; }
#egeEWxntG51zMfoMBPMn5IeDSetziZ8e { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:30.4375rem;left:40.625rem;height:;display:block; }
#TlhcXTKL85JQyC4h9dMDdJCooNoHKtfF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:32.5rem;left:16.1875rem;height:6.499rem;font-style:normal;display:block; }
#fR8SKU86gTzIuRwLVrMhs7AdEFUUbTN1 { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:32.4375rem;left:40.625rem;height:5.19921875rem;font-style:normal;display:block; }
#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2f1912bc-bf7c-4feb-9edc-505cb5c8eb6c/b77be6d5e84611eaabef0697e5ca793e_89e5ce6940cb0121eca56e33b734336a57e38ff3_UEIserlohnBuilding_RGB144dpi_NewLogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4.adaptive-delivery-prevent-bg, #ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4.lazyload, #ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4.lazyloading { background-image: none; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container { background-color: transparent; background-image: none; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container > .video-iframe-container { display: none; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row > .video-iframe-container { display: none; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .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); }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container { border-width: 0; border-radius: 0; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#Mr4T0QgOrWFSxRH4LitlXm5sVuTIOr9J { box-sizing:content-box;height:28.875rem;width:28.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.0625rem;left:9.21875rem;display:block; }
#TO8m0J6AVXqBR9KsNAvgzb736pxhNdEO { position:absolute;display:block;z-index:15002;height:17rem;width:28.5rem;top:6rem;left:36.28125rem;display:block; }
#QLgmS91xql1ckabQ8OlW0DCQe3cTSvy9 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7421875rem;left:10.84375rem;height:3.8984375rem;font-style:normal;display:block; }
#AyP843ZSm5CE4QBhyeafWv9THdXEr62O { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1080627441406rem;left:11.03125rem;height:20.7968625rem;font-style:normal;display:block; }
#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf { position:relative;display:block; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf { background-color: transparent; background-image: none; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row .container > .video-iframe-container { display: none; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row > .video-iframe-container { display: none; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .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); }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf { border-width: 0; border-radius: 0; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .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; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kb7IWS0GeHo3XSS2rskgfgT0yt1fI0WZ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:31.625rem;height:4.2246125rem;font-style:normal;display:block; }
#E0A15vSm4BiuFVuxrrlhpNTAomuivhJ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:31.625rem;height:16.8974375rem;font-style:normal;display:block; }
#Whe1TEdWxV90OeZxho6tU8Sl87rApvOe { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.0625rem;top:7.5625rem;left:13.9375rem;overflow:hidden;display:block; }
#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container { background-color: transparent; background-image: none; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container > .video-iframe-container { display: none; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row > .video-iframe-container { display: none; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .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); }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container { border-width: 0; border-radius: 0; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#spvqmz3kw291z5kghv0wmtCX7oRVJyuM { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2841796875rem;left:23.09375rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NOscGbhlkfocNQxqL7X9Cd56OSuLt18S { 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:2.25rem;width:2.25rem;top:17.906251907349rem;left:10.95703125rem;overflow:hidden;display:block; }
#eggFGTH7nT9WL0hnDTkxv84wsOHukN8y { 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:2.25rem;width:2.25rem;top:17.906251907349rem;left:61.957035064698rem;overflow:hidden;display:block; }
#x8P9h37NJyouJ2xcuZKlzIKBQTfNss5c { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32.625rem;left:34.5rem;display:block; }
#SSgzq4p7NIenFgkLMN6mUWvUTNXMfLNS { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32.625rem;left:35.8125rem;display:block; }
#JJ5SdEWl0DBZNq97Ke4FQV1Tem96c5bk { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32.625rem;left:37.1875rem;display:block; }
#PRPfKgoMMoly28oLDRfHoZxp5Ir92N0I { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32.625rem;left:38.5rem;display:block; }
#Ge612IQ4grTerg08NdZJ60br1kg6FV3S { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32.625rem;left:39.875rem;display:block; }
#r2Vs2Udp7rcZck9KCFJiisExhddZgxhT { position:absolute;display:block;z-index:15001;height:25.625rem;width:56.25rem;top:5.3330078125rem;left:9.375rem;display:block; }
#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row .container { background-color: transparent; background-image: none; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row .container > .video-iframe-container { display: none; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row > .video-iframe-container { display: none; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .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); }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row .container { border-width: 0; border-radius: 0; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#u8sX3eezwd8i8sPD3L8zn49QVdlk5dTX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.39453125rem;left:10.125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TqdTqOTyTmqR7SD3ci7d2itn65pKE2WS { box-sizing:content-box;height:18.125rem;width:15.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:22rem;left:10.125rem;display:block; }
#T6aihaQth6bBNLRwiVwTnOLf9kBHfXmy { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.75rem;left:11.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pKwZDdTtUfgvyclhPShI8wILdVpmWDnm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:29.0625rem;left:11.375rem;height:8.285125rem;font-style:normal;display:block; }
#Wi4Hu6nMUV4nWACs6OygnTXSimMpliId { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:17.125rem;left:14rem;overflow:hidden;display:block; }
#xww31ck9OEablmltCoe83ilzaXpNUF6z { 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:8.125rem;width:8.125rem;top:10.9375rem;left:33.8125rem;overflow:hidden;display:block; }
#lpm9m0mmhgH2SlXoBC6HR1iQDhwDQ1oq { box-sizing:content-box;height:18.125rem;width:15.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.8125rem;left:29.9375rem;display:block; }
#gvZFROqFWF6ZEk4oAWobhGoz7g65WTpJ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5625rem;left:31.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scco5WKS2feMtIk2sR86ZnUwJbIMMRLQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:22.875rem;left:31.1875rem;height:8.285125rem;font-style:normal;display:block; }
#Chmr5TE61qDdwPFKouKhfALaFf6U7TfE { 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:8.125rem;width:8.125rem;top:2.8125rem;left:53.625rem;overflow:hidden;display:block; }
#wa17B2WV0PUMQ1VqntTiN8k7S7kHUFvs { box-sizing:content-box;height:18.125rem;width:15.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.6875rem;left:49.75rem;display:block; }
#ON64gzTk5OgMuXW2JxsRMBcdSTNl4Cko { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:"azo sans medium";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.4375rem;left:51rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H59gvtrUrT9pq1TEukz13p2KADZLJ1EM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.75rem;left:51rem;height:9.666rem;font-style:normal;display:block; }
#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12242a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container { background-color: transparent; background-image: none; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container > .video-iframe-container { display: none; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row > .video-iframe-container { display: none; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .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); }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container { border-width: 0; border-radius: 0; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#aWq8FUuaZSAItGrRD8yZtxocbOiBQOZP { 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:5.375rem;width:15.5rem;top:5.5625rem;left:2.0625rem;overflow:hidden;display:block; }
#I3TnwfApmTRnpa9y6lL6OIrDEWR07hAZ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:12rem;left:2.0625rem;height:2.923825rem;font-style:normal;display:block; }
#STRufqDgoEzUTpTCHBFdzVv0LqGg0aTq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9375rem;left:63.375rem;height:0.9746125rem;font-style:normal;display:block; }
#BzoVwPlEoEfDJRwPJdI6DHaJM5NntF21 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11.75rem;left:57.375rem; }
#BzoVwPlEoEfDJRwPJdI6DHaJM5NntF21 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#NATWzTdZVqnf3xy1sNVWkBR6bJnzybcT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.75rem;left:61.5rem; }
#NATWzTdZVqnf3xy1sNVWkBR6bJnzybcT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#TmoxM213TyFSFiSnqXKxfv1VtT8J7V0E { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.75rem;left:65.5625rem; }
#TmoxM213TyFSFiSnqXKxfv1VtT8J7V0E > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#PfNqsRexVnDVuZrlKHkqVKpxiKiOPU2k { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11.75rem;left:69.875rem; }
#PfNqsRexVnDVuZrlKHkqVKpxiKiOPU2k > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }@media only screen and (max-width: 1199px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);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: 1199px) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { width:13.1875rem;height:3.625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { width:6.625rem;height:3.4375rem;top:0.75rem;left:36.312503814698rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block; }
 }@media only screen and (max-width: 1199px) { #cJ7HfiMU1FfKCepXb4pnCzg5MEKW84Tb { width:5.375rem;height:3.4375rem;top:2.875rem;left:27.78125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 1199px) { #Vy7MXKp59OGbRqEQpJ0Sl7gFOdwufkHS { display:block; }
 }@media only screen and (max-width: 1199px) { #SQTb3Ht5hdXlf4hZy3WTenlea9O6az79 { width:7.6875rem;height:3.4375rem;top:2.875rem;left:33.78125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #WU3U7BS2oX4Mqhc1WLQ9hvJt0ozLeTsV { display:block; }
 }@media only screen and (max-width: 1199px) { #RkO9wiOXhRdBBS7FC6iTKD4viiu1OZAt { width:11.5rem;height:2.375rem;top:1.3125rem;left:32.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 1199px) { #CXpLmmvmCQMhgfUAd5hHNIDAAWsnoagz { display:block; }
 }@media only screen and (max-width: 1199px) { #dwU4vUnawXhyOXiHSccZdUeZ7qKDxIQO { top:1.40625rem;left:44.84375rem;width:2.1875rem;height:2.1875rem;z-index:15006;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d7217c8-9ea9-4af3-a8ce-0f07add11ec1/4.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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.5); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { width:47.75rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vt32TaXeAxAZumT4SRNiGaHrBAsPTIVm { width:16.1875rem;height:1.4622375rem;top:7rem;left:1.5625rem;font-size:1.125rem;font-weight:400;font-style:normal;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 1199px) { #nLfRmNTPMH78UT663WZCNa0yAyEkd5g7 { width:14.875rem;height:3.25rem;top:9.375rem;left:1.5625000745058rem;font-size:0.625rem;font-weight:400;font-style:normal;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 1199px) { #VJVk2ud7zNm7ouvLV6sXTZ7BIEAEIIL7 { width:25.4375rem;height:38.875rem;top:9.375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m8z2if77rMnTqIXbHhg0DEzk0mqpLx27 { width:27.125rem;height:44.6875rem;top:5.4375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcsn5CLHz8DL59dxI9OPgU1S8kdpXozr { width:25.25rem;height:1.625rem;top:6.75rem;left:20.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydwIViHITistommsmtTMJyp2pT09Bg58 { top:0rem;left:0rem;width:47.75rem;height:3.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t { display:block; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container { width:47.75rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iz9esJVGMZGGS4CKxCwh59ql4RoinPML { width:28.5rem;height:2.11198125rem;top:2.0625rem;left:9.6250003129244rem;font-size:1.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #mU30IBcPTvza4kWNhmZUcGLZ6v7isCJo { width:20rem;height:1.625rem;top:9rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sd7WMEQhDip7Ktv4xoAsFsbEBTGUqKvk { width:15.25rem;height:5.19791875rem;top:11.5625rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AvLvWFTPr5sZmbURkIQdS2lqaMLtbGeX { width:20rem;height:1.625rem;top:9rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cQdWTzUAgBIBSgf117vutkLVuv8GZtDI { width:14.6875rem;height:5.19791875rem;top:11.5rem;left:27.187501266599rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZdkIK8SVTx5yLsH6Ds7S440waJpmSZF6 { width:20rem;height:1.625rem;top:21.1875rem;left:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBVweLeq1us0zwLRA0UIPTrIlTFe9xZR { width:16.25rem;height:6.497375rem;top:23.5625rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zdbsH3bbEOT75WyBxIfXgybiDtny60Qr { width:20rem;height:1.625rem;top:20.53125rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CsdaT0eLqfcrRXMH3XvvWccSyR7OExg2 { width:17.4375rem;height:3.8994125rem;top:23.5rem;left:27.187501266599rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hrxB2cvDs8w0La8fEB7n9Ex0qi5ybFxp { width:28.625rem;height:2.11198125rem;top:32.250001907349rem;left:9.5625003129244rem;font-size:1.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #AoSiknMoomyccBAJy2TuRM2L5d1LG2pG { width:3.0625rem;height:3.0625rem;top:7.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tbOsC2lRITCwEPWPT4fcTWCszVTgpcaQ { width:3.0625rem;height:3.0625rem;top:7.625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNgd97m6UAqU672MtaQsEr5dqcir1zkp { width:3.0625rem;height:3.0625rem;top:19.8125rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzZMIvwIC8zNRIJAet9Rnb01fNCLCTHE { width:3.0625rem;height:3.0625rem;top:19.8125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QDIb5hCzDtq89VHJwHcaEcABCu8tahXv { width:12.4375rem;height:1.3808625rem;top:38.375rem;left:5.0625rem;font-size:1.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 1199px) { #uAl3ABnebWUliD33OUPdivmZ6L8m0tDg { width:16.375rem;height:12.125rem;top:36.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTGTt2DlGIxxxsTgsyqeIivuhZ8gwoeH { width:16.5rem;height:12.125rem;top:37.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K8zCOzJrMQ7TFiJfT4Sq7fnUVpOrs5tz { width:13.6875rem;height:4.875rem;top:40.8125rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SZHPOm0rEg3Dp6SyRapBmz9b4gL9LWm3 { width:16.375rem;height:12.125rem;top:36.875rem;left:26.9375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 1199px) { #ZSKeTT11NREWgJBzzJgnVuwV9ydZdIiM { width:16.6875rem;height:12.0625rem;top:37.375rem;left:27.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #vkrtClzlLTbZrDd6hQPOugn6wzqnZUCN { width:12.75rem;height:2.76041875rem;top:38.375rem;left:28.0625rem;font-size:1.0625rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 1199px) { #GbZ7u3zRfMNpXdsf7PraENbJNO1z1lo2 { width:16.375rem;height:12.125rem;top:51.5rem;left:3.75rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 1199px) { #iXuTsVCVpi5Myeibwrc9RRApalxPwSVA { width:16.1875rem;height:11.75rem;top:52.5rem;left:4.8125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 1199px) { #OrWvi6b4gJBtSGOJLOfIChaJo0HxfAT4 { width:15.25rem;height:2.76041875rem;top:53.0625rem;left:4.8125rem;font-size:1.0625rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 1199px) { #oSfEwVaeoCbuTbquWIkOHsaiTxT0LyqL { width:16.375rem;height:12.125rem;top:51.5rem;left:26.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 1199px) { #XTPPxfmR4ByrEI6ZodAJ2DzdvoiBO7CF { width:16rem;height:11.6875rem;top:52.5rem;left:27.875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 1199px) { #HZ3xvnJoeCA6Wq809AkvJtKu103Avx9M { width:20rem;height:1.3808625rem;top:53.750001430511rem;left:27.750001266599rem;font-size:1.0625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 1199px) { #sr7ssCd4UTdtKM50goa5HM20zO6w78tK { width:16.375rem;height:12.125rem;top:66.5rem;left:15.4375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 1199px) { #G9wbgTn7MQkmC1BiokhqQ3faoG0DxWsW { width:16.1875rem;height:11.75rem;top:67.6875rem;left:16.1875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 1199px) { #TV0IP4P4REExIN8esu7TENRmx7tIdxLx { width:20rem;height:1.3808625rem;top:68.6875rem;left:16.1875rem;font-size:1.0625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 1199px) { #DqVcaE3HdNNfE3gXgqDbUzmof5QRM1AJ { width:12.5rem;height:4.875rem;top:42.143230438233rem;left:28.218751266599rem;font-size:0.9375rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #mHCO8UbEt7xNSe4zTaiMVbclNu3z9gvQ { width:14.1875rem;height:4.875rem;top:56.571611881256rem;left:4.7187503129244rem;font-size:0.9375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 1199px) { #xKDRJyM4zxAaRJtEnnCeOtXZX75anXLM { width:13.75rem;height:4.875rem;top:55.936198234558rem;left:27.656251266599rem;font-size:0.9375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 1199px) { #x5sUBD4LZBJX667HTZWJ2gsEXab7KRN7 { top:70.625rem;left:16.25rem;width:15.4375rem;height:4.875rem;z-index:15058;font-size:0.9375rem;color:rgba(var(--color-secondary-0),1);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz { display:block; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row .container { width:47.75rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ycZlga0FCypPyWhAChf1yf306g4OwvUP { width:23.5625rem;height:30.5625rem;top:29.937503814698rem;left:22.562501266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A6ayUvb59FaZQU27nT88PErmueEdW3P5 { width:20rem;height:2.11230625rem;top:32.750003814698rem;left:25.625001266599rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MV6QU8tGiWBwhsszHli8zGaBmv1klgHK { width:24.1875rem;height:1.29980625rem;top:59.125003814698rem;left:23.562501266599rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C2vlZIkLKbgaFmBOoNg0nMe23cEVcyOO { width:20rem;height:2.11198125rem;top:25.5625rem;left:13.187500312924rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #kh31MvyJ6TgTe1QLR9zdwP10QT7BfG67 { width:20rem;height:0.9746125rem;top:30.312503814698rem;left:5.6875003129244rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQWcPTpsHgFCs3dl04HKfKG4cmoZlk2N { width:20rem;height:0.9746125rem;top:30.375003814698rem;left:13.187500312924rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JAe5wHZ57g6v323AplXrqSGVi1G7dGkR { width:20rem;height:0.9746125rem;top:34.750003814698rem;left:5.6875003129244rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPdm4GBw0cBqHvszA8TLhkCVCPZ2FDTV { width:20rem;height:0.9746125rem;top:34.750003814698rem;left:13.187500312924rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wn0hdKoSF3v5X4b9fJpvsXTBqTBX7H6M { width:20rem;height:0.9746125rem;top:39.062503814698rem;left:5.6875003129244rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WVapWzHlV5wshM9FBeCS1Es6ATExI9XB { width:20rem;height:0.9746125rem;top:39.062503814698rem;left:13.187500312924rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AezbyOawQ45cD4yw2ERTmpcMA4UZPdGa { width:20rem;height:0.9746125rem;top:43.250003814698rem;left:5.6875003129244rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #beelFaz54a1K24lW2GzITvlHLzZazMqg { width:20rem;height:0.9746125rem;top:43.250003814698rem;left:13.187500312924rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IV6Tn2WWd5137beZZ6FuPaDEsM2ieStF { width:20rem;height:0.9746125rem;top:47.750003814698rem;left:5.6875003129244rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUu6T7K2LrWXrEz9u32TKydnu5d9Imkz { width:20rem;height:0.9746125rem;top:47.750003814698rem;left:13.187500312924rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vUv7ngFgtc9uoMFTdBsqZvqLbGNo0Zxd { width:20rem;height:0.9746125rem;top:52.125003814698rem;left:5.6875003129244rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I6OPGAOtcTIxcEP7dTKNxKe2BsbeMVBl { width:20rem;height:0.9746125rem;top:52.125003814698rem;left:13.187500312924rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cOotoQgnL2fUyAEqHT51S6ZAlbkZZLD0 { width:20rem;height:0.9746125rem;top:56.375003814698rem;left:5.6875003129244rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wSdVDXDPOusfqDhkICoTW7drhZT17suV { width:5.0625rem;height:0.9746125rem;top:56.375003814698rem;left:11.375000312924rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #RSQLBhOw3uEQacXaNyp6IozX434oTWeb { width:5.25rem;height:5.25rem;top:31.187503814698rem;left:23.562501266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UkRWdxa8aOtrGPgqV3nvl2FbZeEqybAW { width:22.125rem;height:1.13671875rem;top:37.875003814698rem;left:24.875001266599rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qF013NcEXu0mCrc0v8XG8Ir1wcKf4laG { width:22.125rem;height:1.13671875rem;top:44.687503814698rem;left:24.875001266599rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sIviWwMMsMlcQBPQK6UZHPwHQfK3XUdt { width:22.125rem;height:1.13671875rem;top:51.062503814698rem;left:24.875001266599rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zB5QEMTd79AQEMEq2GCISuHF2ahHngT4 { width:20.1875rem;height:4.546875rem;top:39.437503814698rem;left:25.562501266599rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qACoLcAElDzmTQWMloZNJPqPnaJcbecV { width:19.6875rem;height:4.546875rem;top:46.000003814698rem;left:25.812501266599rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vel4GUzaasrOqcUdfEKxFpRUkEoKB1V4 { width:16.5rem;height:4.546875rem;top:52.375003814698rem;left:25.625001266599rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tXOLerkTLmBf2GCZ21794NEbGSAHP7ti { width:1.75rem;height:1.4375rem;top:38.937503814698rem;left:1.8750000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q7ExIRE6x1XEy2xo1I42pkXsnVKz5pkW { width:1.8125rem;height:1.8125rem;top:34.312503814698rem;left:1.8750000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8xrtfArhqrTQkb8FvtzR26iIL7U6h53 { width:1.5625rem;height:1.9375rem;top:42.750003814698rem;left:2.0625000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K236BOXUT1NxbMpdvvMzzaO4sxR6rxGM { width:2.0625rem;height:2.125rem;top:47.187503814698rem;left:1.8125000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GJRPEdSkgKlBQoO7DZ0fJWAwwsrQr7MD { width:2.1875rem;height:1.75rem;top:51.750003814698rem;left:1.6875000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v36ALRM8hlcCotJBuBw9wXD14MInTWkB { width:2rem;height:1.5625rem;top:55.937503814698rem;left:1.7500000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfoXAHhcnfquq49AUdwLp8Pc2HTqcUhg { width:2.9375rem;height:2.9375rem;top:29.062503814698rem;left:1.3750000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rrJATOqlhhsLubTc3lEhrTBXU3XtTD4R { width:27.5625rem;height:2.11198125rem;top:1.4348964691162rem;left:10.093750312924rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #m1oTW8VP3FGPdTAoLpJiysfQoSvlFKSq { width:3.0625rem;height:3.0625rem;top:4.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6nfUGU9OdSmTk3Ni0Ra76lSTa3h0sMM { width:3.0625rem;height:3.0625rem;top:4.5625rem;left:33rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXhmRTx5PQTctpOUMBc9RxNV77tMpd8X { width:11.9375rem;height:4.546875rem;top:6.1875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h1SklcblRT7OUdunZGW2zqh5SG2e6e8T { width:11.9375rem;height:4.546875rem;top:6.1875rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GGKRcTpol1oRM0JscUc8z7XRk86APDm4 { width:11.375rem;height:4.546875rem;top:6.25rem;left:34.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bDiOkkBXBSrlrAzryumEe2LdHh7rqrKg { width:3.0625rem;height:3.0625rem;top:4.5625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QPzgMANoglUz7ANk7JZTFipdl0fNHziJ { width:43.375rem;height:9.375rem;top:13.354167938233rem;left:2.1875000745058rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CeNi9KF8P8CCQlRmPdlWPHX7iZdIP4Fd { width:40.5rem;height:4.875rem;top:15.604167938233rem;left:3.6250000745058rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xtKMy8zRdX0o9rl0eOzbAP1q8HqynTD6 { width:43.0625rem;height:9.375rem;top:13.87109375rem;left:3.0208333283662rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 1199px) { #XCXJtAOn6DtCwuP4zCTTS7vyhJEHoIJv { width:21.3125rem;height:0.9746125rem;top:59.625003814698rem;left:0.68750001490119rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H { display:block; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container { width:47.75rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vK5fX99RIS7lztwgDxouPwROCHJWcent { width:25.8125rem;height:2.11198125rem;top:1.5625rem;left:11.687500312924rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vVtcfMp80gu7V4gfCFqpWS3H5DtmncGs { width:16.3125rem;height:11.8125rem;top:5.03125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sO60A8h3xw2hQBAsrrsxbhImhfEFM44O { width:12.5rem;height:1.21875rem;top:5.75rem;left:19.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QWxIS1O3k9DKUkEgk8htR7MTffZz3bFd { width:1.8125rem;height:1.8125rem;top:5.125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n2NpDhyMoSxCubnTeC9CKrBzgx0wG4s4 { width:1.8125rem;height:1.8125rem;top:5.25rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cvU1kdgloB7Pq2WhycK7hytNeRufgrTL { width:13.0625rem;height:1.21875rem;top:5.8125rem;left:34.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LECrJJl9Wbvi5ElxLpB6gy9eCzz5tRpV { width:1.8125rem;height:1.8125rem;top:8.1875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LD0uUkwfo9eNQNQqURbVXHRgZ6wcVFLm { width:14.125rem;height:1.21875rem;top:9rem;left:19.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O90lavzCf6oXF5KLWTnBF3Zfd9P3E55w { width:1.8125rem;height:1.8125rem;top:8.5rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OcBl5y4tfRpT42g6Q9n5EPU9hxaI2bfW { width:12.5rem;height:1.21875rem;top:9.1875rem;left:34.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ou0wNhirDf0GRUkOJC0U6IazNf3yKJTr { width:1.8125rem;height:1.8125rem;top:11.5625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hVGEE9Nec5qCi1FNWb9HxeQnnLGw30bS { width:12.5rem;height:1.21875rem;top:12.5625rem;left:20.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RmFxEnGx8hGRgOa6DSrx5zd9BH6T5aQk { width:1.8125rem;height:1.8125rem;top:11.9375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1zBXEx1TsiimAVK0q0XH326zCGpa9cm { width:12.5rem;height:1.21875rem;top:12.75rem;left:34.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNxFJseOVLTMMBAb7LcqeACQ7vgbrPOw { width:1.8125rem;height:1.8125rem;top:14.8125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Us87IoOxZ8Cp7uDf6B89GRHeZ16Q8iMx { width:12.5rem;height:1.21875rem;top:15.625rem;left:20.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GgvOalMTsg1arJXwTzAD0DrriEJcw1Nn { width:1.8125rem;height:1.8125rem;top:15rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X3nxsDPr8kZO27lh7VS9fgI0xCvGl1M1 { width:12.5rem;height:1.21875rem;top:15.625rem;left:34.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y { display:block; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row .container { width:47.75rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NobUeSKTIKK7fLT59Cna8iOnBIwf6yv2 { width:28.625rem;height:1.8684875rem;top:1.5625rem;left:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9bX3z52TFUPB0eORVeQB3MOCFUnCLmF { width:23.9375rem;height:10.55989375rem;top:5.125rem;left:1.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #mdd9pGHpxdDDtMJuaBFiLqFP75hXzJ9s { width:20.9375rem;height:11.625rem;top:4.125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 { display:block; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container { width:47.75rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BDbDcsBiKiyuMNTF0atBSopDrXVtAqMK { width:32.6875rem;height:1.78645625rem;top:1.125rem;left:7.5312503129244rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wL1RTK5pr4WhZOOFPgry9KJuqnuwHTCG { width:4.6875rem;height:5rem;top:3.9375rem;left:0.81250001490119rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qdMD5DBw60EGRRMANfCTXHIsKFVmoTXc { width:5rem;height:5rem;top:4rem;left:6.1875003129244rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QxrCGeJQSJotwzDxggNaftoWnAaHxMol { width:5.0625rem;height:5.0625rem;top:4rem;left:12.062500312924rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bN4TwzLI6Z1XTMGMShND0dq7L35EpQQF { width:5rem;height:5rem;top:4rem;left:18.125001266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BmmJgENdK5oPrdzM4HNMySZN8CHS9CAF { width:11.75rem;height:5rem;top:4.0000028610229rem;left:35.062501266599rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DODFqAnsfJTBl9MvCkkw8ycWfbc5LRZI { width:5.125rem;height:5.125rem;top:3.9375rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sarIXsoI7T9dOT6d0RcMMLLwIIyT18DK { width:5.1875rem;height:5.1875rem;top:3.9375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z { display:block; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row .container { width:47.75rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fZ4qeO0faT2tcHZPCXtWHIVn3KRie9LF { width:30.875rem;height:2.11198125rem;top:1.5625rem;left:7.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #yAhwQknRTNg86tHq5XC4Lx4F4M9w9dgq { width:20rem;height:1.13671875rem;top:5.125rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3wQuPTwsnnuTe3becr0iprJIsSKToPV { width:18rem;height:5.68359375rem;top:7.5rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oPbQnD88soLI1N4BP8sqFD69ybEOfsNy { width:20rem;height:1.13671875rem;top:5.125rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #toc4lJ07GAi6kiR59oyJXq3rI2FnulEW { width:19.4375rem;height:4.546875rem;top:7.5rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QSnEM7vFF8gpniugBmww9GGv07uyMRow { width:20rem;height:1.13671875rem;top:15.1875rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C37MW7H7plTGBcTUtkOd8qxzmRiM6v5C { width:20rem;height:1.13671875rem;top:15.1875rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p3MyJvQ79GMyEUm0oyTW4C5Most86KNP { width:16.875rem;height:5.68359375rem;top:18rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZRE7opCeGmHNb02c6XAUu3hZ5FfvMoT { width:17.875rem;height:4.546875rem;top:18rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U43DOHuER28TncNX7lSuXVuX9XGZCSm8 { width:2.1875rem;height:2.1875rem;top:4.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmKSs7Vlpfgby6GOp3GmTNT2yVlZBElu { width:2.125rem;height:2.125rem;top:4.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UpsBJkyTLws0Z3BidLO9lyD4HRi5JS5s { width:2.1875rem;height:2.1875rem;top:14.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rEF6cxLKx0WVkGF3O3FnXF7wHE8QDT1u { width:2.125rem;height:2.125rem;top:14.6875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8h6pUGsMJwhQuTOq8PGqe9GNAUAc3Kv { width:1.8125rem;height:1.75rem;top:5.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #biNU00e01dQ4NJ4cEOaEo9Al9VelKPdI { width:2.125rem;height:1.75rem;top:5.125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wKi7Q1genmrwEJIIT9hK0RTDCZoGSANq { width:0.125rem;height:0.0625rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UN6gp9E465bukxbAnyML2HomxfyFSinU { width:2.1875rem;height:2.1875rem;top:15.1875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXSV8730g0C5UvwxHJLABozT4uKwkaSE { top:15.1875rem;left:1.625rem;width:1.9375rem;height:1.8125rem;z-index:15055;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #SKMWyChGy5gVa7T0XW4SFhfddBw7UxPQ { width:20rem;height:1.13671875rem;top:25.26953125rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQHct0k890Vy5A9dd8IB4dNTeN2mHhQi { width:2.1875rem;height:2.1875rem;top:24.09375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ut7tAfTuh85lVPf9zAeVT5bWKJIkEZBJ { width:2.3125rem;height:2.3125rem;top:24.84375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oW89TaJKiwohnT63HZIeOOeGC1D4IMTd { width:2.125rem;height:2.125rem;top:24.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s8wfQWIKbZHUphEzfTTlx3lTLeXFlqAh { width:2.1875rem;height:2.1875rem;top:25.6875rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #egeEWxntG51zMfoMBPMn5IeDSetziZ8e { width:20rem;height:1.13671875rem;top:25.5625rem;left:26.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlhcXTKL85JQyC4h9dMDdJCooNoHKtfF { width:16.875rem;height:6.8203125rem;top:27.744140625rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fR8SKU86gTzIuRwLVrMhs7AdEFUUbTN1 { width:17.875rem;height:5.68359375rem;top:27.75rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 { display:block; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container { width:47.75rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Mr4T0QgOrWFSxRH4LitlXm5sVuTIOr9J { width:27.5625rem;height:18.375rem;top:1.125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TO8m0J6AVXqBR9KsNAvgzb736pxhNdEO { width:27.5625rem;height:16.125rem;top:20.5625rem;left:10.093750312924rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLgmS91xql1ckabQ8OlW0DCQe3cTSvy9 { width:20rem;height:2.2734375rem;top:2.5625rem;left:12.000000312924rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AyP843ZSm5CE4QBhyeafWv9THdXEr62O { width:24.5rem;height:12.66145625rem;top:5.5rem;left:12.000000312924rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf { display:block; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row .container { width:47.75rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kb7IWS0GeHo3XSS2rskgfgT0yt1fI0WZ { width:28.625rem;height:3.73698125rem;top:1.3125rem;left:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E0A15vSm4BiuFVuxrrlhpNTAomuivhJ2 { width:23.9375rem;height:14.78385rem;top:6.6875rem;left:2.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Whe1TEdWxV90OeZxho6tU8Sl87rApvOe { width:14.0625rem;height:17rem;top:2.375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl { display:block; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container { width:47.75rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #spvqmz3kw291z5kghv0wmtCX7oRVJyuM { width:28.8125rem;height:2.11198125rem;top:1.6249980926514rem;left:9.4687503129244rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NOscGbhlkfocNQxqL7X9Cd56OSuLt18S { width:2.25rem;height:2.25rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eggFGTH7nT9WL0hnDTkxv84wsOHukN8y { width:2.25rem;height:2.25rem;top:16.6875rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8P9h37NJyouJ2xcuZKlzIKBQTfNss5c { width:0.625rem;height:0.625rem;top:29.8125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SSgzq4p7NIenFgkLMN6mUWvUTNXMfLNS { width:0.625rem;height:0.625rem;top:29.8125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJ5SdEWl0DBZNq97Ke4FQV1Tem96c5bk { width:0.625rem;height:0.625rem;top:29.8125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRPfKgoMMoly28oLDRfHoZxp5Ir92N0I { width:0.625rem;height:0.625rem;top:29.8125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ge612IQ4grTerg08NdZJ60br1kg6FV3S { width:0.625rem;height:0.625rem;top:29.8125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r2Vs2Udp7rcZck9KCFJiisExhddZgxhT { width:47.75rem;height:22.75rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh { display:block; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row .container { width:47.75rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u8sX3eezwd8i8sPD3L8zn49QVdlk5dTX { width:17.0625rem;height:1.625rem;top:3.14453125rem;left:5.0000003129244rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqdTqOTyTmqR7SD3ci7d2itn65pKE2WS { width:14.125rem;height:14.4375rem;top:25.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6aihaQth6bBNLRwiVwTnOLf9kBHfXmy { width:6.8125rem;height:1.4622375rem;top:29.875rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #pKwZDdTtUfgvyclhPShI8wILdVpmWDnm { width:12.5rem;height:5.27995rem;top:33rem;left:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wi4Hu6nMUV4nWACs6OygnTXSimMpliId { width:6.25rem;height:6.25rem;top:23rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xww31ck9OEablmltCoe83ilzaXpNUF6z { width:6.25rem;height:6.25rem;top:13.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lpm9m0mmhgH2SlXoBC6HR1iQDhwDQ1oq { width:14.125rem;height:14.4375rem;top:15.9375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gvZFROqFWF6ZEk4oAWobhGoz7g65WTpJ { width:6.8125rem;height:1.4622375rem;top:20rem;left:17.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #scco5WKS2feMtIk2sR86ZnUwJbIMMRLQ { width:12.5rem;height:5.27995rem;top:23rem;left:17.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Chmr5TE61qDdwPFKouKhfALaFf6U7TfE { width:6.25rem;height:6.25rem;top:4.6875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wa17B2WV0PUMQ1VqntTiN8k7S7kHUFvs { width:14.125rem;height:14.4375rem;top:7.75rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ON64gzTk5OgMuXW2JxsRMBcdSTNl4Cko { width:6.8125rem;height:1.4622375rem;top:11.625rem;left:35.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #H59gvtrUrT9pq1TEukz13p2KADZLJ1EM { width:11.0625rem;height:7.3919375rem;top:13.8125rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg { display:block; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container { width:47.75rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aWq8FUuaZSAItGrRD8yZtxocbOiBQOZP { width:15.5rem;height:5.375rem;top:3.3125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I3TnwfApmTRnpa9y6lL6OIrDEWR07hAZ { width:22.5625rem;height:3.89583125rem;top:14.1875rem;left:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STRufqDgoEzUTpTCHBFdzVv0LqGg0aTq { width:9.5625rem;height:0.9746125rem;top:11.125rem;left:19.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BzoVwPlEoEfDJRwPJdI6DHaJM5NntF21 { width:2.5rem;height:2.5rem;top:20.9375rem;left:16.6875rem;font-size:1.75rem;display:block; }
#BzoVwPlEoEfDJRwPJdI6DHaJM5NntF21 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #NATWzTdZVqnf3xy1sNVWkBR6bJnzybcT { width:2.5rem;height:2.5rem;top:20.9375rem;left:20.625rem;font-size:1.75rem;display:block; }
#NATWzTdZVqnf3xy1sNVWkBR6bJnzybcT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #TmoxM213TyFSFiSnqXKxfv1VtT8J7V0E { width:2.5rem;height:2.5rem;top:20.9375rem;left:24.625rem;font-size:1.75rem;display:block; }
#TmoxM213TyFSFiSnqXKxfv1VtT8J7V0E > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #PfNqsRexVnDVuZrlKHkqVKpxiKiOPU2k { width:2.5rem;height:2.5rem;top:20.9375rem;left:28.5625rem;font-size:1.75rem;display:block; }
#PfNqsRexVnDVuZrlKHkqVKpxiKiOPU2k > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);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) { #rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { background-color: transparent; background-image: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row > .video-iframe-container { display: none; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .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); }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { border-width: 0; border-radius: 0; }#rcTDNZR3TNCmqhxmTccmcaxUxZ58E2O5 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5vHnrw6OHr3mv9yi5PsxoSr20twImUr { width:9.125rem;height:2.4375rem;top:1.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOH5bZi6dsTrixBNTo2ZxcMMOrS2AFka { width:6.625rem;height:3.4375rem;top:0.75rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCuQhX5v7w0fTCITDf00PfMLL7qGFhNG { display:block; }
 }@media only screen and (max-width: 763px) { #cJ7HfiMU1FfKCepXb4pnCzg5MEKW84Tb { width:12.125rem;height:3.4375rem;top:0.75rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vy7MXKp59OGbRqEQpJ0Sl7gFOdwufkHS { display:block; }
 }@media only screen and (max-width: 763px) { #SQTb3Ht5hdXlf4hZy3WTenlea9O6az79 { width:7.375rem;height:3.4375rem;top:0.75rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WU3U7BS2oX4Mqhc1WLQ9hvJt0ozLeTsV { display:block; }
 }@media only screen and (max-width: 763px) { #RkO9wiOXhRdBBS7FC6iTKD4viiu1OZAt { width:8.125rem;height:2.3125rem;top:1.46875rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXpLmmvmCQMhgfUAd5hHNIDAAWsnoagz { display:block; }
 }@media only screen and (max-width: 763px) { #dwU4vUnawXhyOXiHSccZdUeZ7qKDxIQO { display:flex;width:1.5625rem;height:1.5625rem;top:1.71875rem;left:18.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mF5oHu3krueeIaTuRfICTzix2K34gpHf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3ad4af7-24e1-4cc4-b0d7-890a908bdcd3/Datascience.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf.adaptive-delivery-prevent-bg, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyload, #mF5oHu3krueeIaTuRfICTzix2K34gpHf.lazyloading { background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { background-color: transparent; background-image: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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.5); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row > .video-iframe-container { display: none; }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .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); }#mF5oHu3krueeIaTuRfICTzix2K34gpHf > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt32TaXeAxAZumT4SRNiGaHrBAsPTIVm { width:15.6875rem;height:3.8984375rem;top:6.25rem;left:2.1875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nLfRmNTPMH78UT663WZCNa0yAyEkd5g7 { width:16.25rem;height:6.09375rem;top:11.1875rem;left:1.8750000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VJVk2ud7zNm7ouvLV6sXTZ7BIEAEIIL7 { width:17.6875rem;height:52.8125rem;top:22.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8z2if77rMnTqIXbHhg0DEzk0mqpLx27 { width:20rem;height:57.875rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsn5CLHz8DL59dxI9OPgU1S8kdpXozr { width:20rem;height:1.625rem;top:20.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydwIViHITistommsmtTMJyp2pT09Bg58 { width:20rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t { display:block; }#PsxNtN5NKvteWiVPcTsNzoh6nvTUNO4t > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iz9esJVGMZGGS4CKxCwh59ql4RoinPML { width:16.125rem;height:3.25rem;top:1.5rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mU30IBcPTvza4kWNhmZUcGLZ6v7isCJo { width:8.5rem;height:1.13671875rem;top:19.75rem;left:3.0625000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sd7WMEQhDip7Ktv4xoAsFsbEBTGUqKvk { width:13.25rem;height:2.921875rem;top:21.4375rem;left:3.7500002980233rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AvLvWFTPr5sZmbURkIQdS2lqaMLtbGeX { width:8.5625rem;height:1.13671875rem;top:25.9375rem;left:1.8125000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQdWTzUAgBIBSgf117vutkLVuv8GZtDI { width:12.5rem;height:3.89583125rem;top:27.5625rem;left:3.7500002980233rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZdkIK8SVTx5yLsH6Ds7S440waJpmSZF6 { width:11.375rem;height:1.13671875rem;top:6.0598983764649rem;left:2.1875000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBVweLeq1us0zwLRA0UIPTrIlTFe9xZR { width:14.8125rem;height:3.89583125rem;top:7.625rem;left:4.0000002980232rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zdbsH3bbEOT75WyBxIfXgybiDtny60Qr { width:13.75rem;height:1.13671875rem;top:13.125rem;left:2.2500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CsdaT0eLqfcrRXMH3XvvWccSyR7OExg2 { width:12.5rem;height:2.921875rem;top:14.875rem;left:3.7500002980233rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hrxB2cvDs8w0La8fEB7n9Ex0qi5ybFxp { width:15.6875rem;height:3.25rem;top:32.4375rem;left:2.1562500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AoSiknMoomyccBAJy2TuRM2L5d1LG2pG { width:2.0625rem;height:2.0625rem;top:24.9375rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbOsC2lRITCwEPWPT4fcTWCszVTgpcaQ { width:2.0625rem;height:2.0625rem;top:12.1875rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNgd97m6UAqU672MtaQsEr5dqcir1zkp { width:2.0625rem;height:2.0625rem;top:18.75rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzZMIvwIC8zNRIJAet9Rnb01fNCLCTHE { width:2.0625rem;height:2.0625rem;top:5.3489608764649rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDIb5hCzDtq89VHJwHcaEcABCu8tahXv { width:12.5625rem;height:1.29980625rem;top:38.56120300293rem;left:2.9375000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uAl3ABnebWUliD33OUPdivmZ6L8m0tDg { width:16.8125rem;height:9.125rem;top:36.875rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTGTt2DlGIxxxsTgsyqeIivuhZ8gwoeH { width:17rem;height:9rem;top:37.625rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8zCOzJrMQ7TFiJfT4Sq7fnUVpOrs5tz { width:14.9375rem;height:2.921875rem;top:62.9609375rem;left:3.0625000596046rem;font-size:0.75rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #SZHPOm0rEg3Dp6SyRapBmz9b4gL9LWm3 { width:16.8125rem;height:9.125rem;top:47.75rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSKeTT11NREWgJBzzJgnVuwV9ydZdIiM { width:16.8125rem;height:8.6875rem;top:48.735687255859rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkrtClzlLTbZrDd6hQPOugn6wzqnZUCN { width:13rem;height:2.5996125rem;top:59.42578125rem;left:2.9687500596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GbZ7u3zRfMNpXdsf7PraENbJNO1z1lo2 { width:16.8125rem;height:9.125rem;top:58.3125rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXuTsVCVpi5Myeibwrc9RRApalxPwSVA { width:17rem;height:8.8125rem;top:59.2109375rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrWvi6b4gJBtSGOJLOfIChaJo0HxfAT4 { width:12.0625rem;height:2.5996125rem;top:49.25rem;left:3.0625000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oSfEwVaeoCbuTbquWIkOHsaiTxT0LyqL { width:16.8125rem;height:9.125rem;top:69.625rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTPPxfmR4ByrEI6ZodAJ2DzdvoiBO7CF { width:16.5625rem;height:8.5625rem;top:70.75rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ3xvnJoeCA6Wq809AkvJtKu103Avx9M { width:14.1875rem;height:1.29980625rem;top:70.868499755863rem;left:3.0625000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sr7ssCd4UTdtKM50goa5HM20zO6w78tK { width:16.8125rem;height:9.125rem;top:80.625rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9wbgTn7MQkmC1BiokhqQ3faoG0DxWsW { width:16.75rem;height:8.9375rem;top:81.5625rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV0IP4P4REExIN8esu7TENRmx7tIdxLx { width:12.6875rem;height:1.29980625rem;top:82.25rem;left:2.8750000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DqVcaE3HdNNfE3gXgqDbUzmof5QRM1AJ { width:13.4375rem;height:2.921875rem;top:40.9140625rem;left:3.0000000596046rem;font-size:0.75rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #mHCO8UbEt7xNSe4zTaiMVbclNu3z9gvQ { width:14.9375rem;height:2.921875rem;top:52.7109375rem;left:3.0625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKDRJyM4zxAaRJtEnnCeOtXZX75anXLM { width:13.75rem;height:3.89583125rem;top:72.7578125rem;left:3.0625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5sUBD4LZBJX667HTZWJ2gsEXab7KRN7 { width:14.375rem;height:2.921875rem;top:84.34375rem;left:2.8125000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz { display:block; }#ZEcAeNvbdPJAJzb7Vnv33A4JxI3FdkHz > .row .container { width:20rem;height:113.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycZlga0FCypPyWhAChf1yf306g4OwvUP { width:17.4375rem;height:23.5rem;top:88.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ayUvb59FaZQU27nT88PErmueEdW3P5 { width:9.1875rem;height:1.625rem;top:90.3125rem;left:2.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MV6QU8tGiWBwhsszHli8zGaBmv1klgHK { width:17.375rem;height:1.29980625rem;top:105.5rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2vlZIkLKbgaFmBOoNg0nMe23cEVcyOO { width:16rem;height:1.625rem;top:29.687496185302rem;left:2.0000000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#3c4553;display:block; }
 }@media only screen and (max-width: 763px) { #kh31MvyJ6TgTe1QLR9zdwP10QT7BfG67 { width:20rem;height:1.625rem;top:35.375rem;left:-0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQWcPTpsHgFCs3dl04HKfKG4cmoZlk2N { width:20rem;height:1.4622375rem;top:37.5625rem;left:-0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JAe5wHZ57g6v323AplXrqSGVi1G7dGkR { width:20rem;height:1.625rem;top:43.25rem;left:-0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPdm4GBw0cBqHvszA8TLhkCVCPZ2FDTV { width:20rem;height:1.4622375rem;top:45.375rem;left:-0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wn0hdKoSF3v5X4b9fJpvsXTBqTBX7H6M { width:20rem;height:1.625rem;top:50.1875rem;left:-0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WVapWzHlV5wshM9FBeCS1Es6ATExI9XB { width:20rem;height:1.4622375rem;top:52.125rem;left:-0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AezbyOawQ45cD4yw2ERTmpcMA4UZPdGa { width:20rem;height:1.625rem;top:57.625rem;left:-0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #beelFaz54a1K24lW2GzITvlHLzZazMqg { width:20rem;height:1.4622375rem;top:59.625rem;left:-0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IV6Tn2WWd5137beZZ6FuPaDEsM2ieStF { width:20rem;height:1.625rem;top:66.0625rem;left:-0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUu6T7K2LrWXrEz9u32TKydnu5d9Imkz { width:20rem;height:1.4622375rem;top:68.375rem;left:-0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUv7ngFgtc9uoMFTdBsqZvqLbGNo0Zxd { width:20rem;height:1.625rem;top:74.3125rem;left:-0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6OPGAOtcTIxcEP7dTKNxKe2BsbeMVBl { width:20rem;height:1.4622375rem;top:76.5rem;left:-0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOotoQgnL2fUyAEqHT51S6ZAlbkZZLD0 { width:20rem;height:1.625rem;top:82rem;left:-0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSdVDXDPOusfqDhkICoTW7drhZT17suV { width:20rem;height:1.4622375rem;top:83.6875rem;left:-0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSQLBhOw3uEQacXaNyp6IozX434oTWeb { width:3.375rem;height:3.375rem;top:89rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkRWdxa8aOtrGPgqV3nvl2FbZeEqybAW { width:8.5625rem;height:1.13671875rem;top:93.125rem;left:2.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qF013NcEXu0mCrc0v8XG8Ir1wcKf4laG { width:11.8125rem;height:1.13671875rem;top:99.0625rem;left:2.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sIviWwMMsMlcQBPQK6UZHPwHQfK3XUdt { width:11.0625rem;height:1.13671875rem;top:105.75rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zB5QEMTd79AQEMEq2GCISuHF2ahHngT4 { width:14.75rem;height:3.89583125rem;top:94.8125rem;left:2.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qACoLcAElDzmTQWMloZNJPqPnaJcbecV { width:15.125rem;height:3.89583125rem;top:100.75rem;left:2.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vel4GUzaasrOqcUdfEKxFpRUkEoKB1V4 { width:15.5625rem;height:2.921875rem;top:107.3125rem;left:2.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tXOLerkTLmBf2GCZ21794NEbGSAHP7ti { width:2.1875rem;height:1.875rem;top:47.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ExIRE6x1XEy2xo1I42pkXsnVKz5pkW { width:2.0625rem;height:2.0625rem;top:40.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8xrtfArhqrTQkb8FvtzR26iIL7U6h53 { width:2.1875rem;height:2.6875rem;top:54.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K236BOXUT1NxbMpdvvMzzaO4sxR6rxGM { width:2.5rem;height:2.5625rem;top:62.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJRPEdSkgKlBQoO7DZ0fJWAwwsrQr7MD { width:2.9375rem;height:2.3125rem;top:71.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v36ALRM8hlcCotJBuBw9wXD14MInTWkB { width:2.4375rem;height:1.9375rem;top:79.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfoXAHhcnfquq49AUdwLp8Pc2HTqcUhg { width:2.9375rem;height:2.9375rem;top:31.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrJATOqlhhsLubTc3lEhrTBXU3XtTD4R { width:16.875rem;height:1.625rem;top:1.25rem;left:1.5625000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1oTW8VP3FGPdTAoLpJiysfQoSvlFKSq { width:3.0625rem;height:3.0625rem;top:4.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6nfUGU9OdSmTk3Ni0Ra76lSTa3h0sMM { width:3.0625rem;height:3.0625rem;top:8.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXhmRTx5PQTctpOUMBc9RxNV77tMpd8X { width:13.6875rem;height:2.921875rem;top:4.375rem;left:5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h1SklcblRT7OUdunZGW2zqh5SG2e6e8T { width:14.125rem;height:2.921875rem;top:9.0625rem;left:4.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GGKRcTpol1oRM0JscUc8z7XRk86APDm4 { width:12.5rem;height:2.921875rem;top:13.1875rem;left:5.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bDiOkkBXBSrlrAzryumEe2LdHh7rqrKg { width:3.0625rem;height:3.0625rem;top:13rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPzgMANoglUz7ANk7JZTFipdl0fNHziJ { width:1.125rem;height:7.6875rem;top:18.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeNi9KF8P8CCQlRmPdlWPHX7iZdIP4Fd { width:14.9375rem;height:7.7916875rem;top:18.6015625rem;left:4.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xtKMy8zRdX0o9rl0eOzbAP1q8HqynTD6 { width:20rem;height:9rem;top:175.75rem;left:-0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCXJtAOn6DtCwuP4zCTTS7vyhJEHoIJv { width:20rem;height:0.9746125rem;top:85.6875rem;left:-0.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H { display:block; }#bNkmCsFQNSQK0bFbzPn9ryMbTy8eDR4H > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK5fX99RIS7lztwgDxouPwROCHJWcent { width:12.4375rem;height:3.25rem;top:1.125rem;left:3.9570315480233rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vVtcfMp80gu7V4gfCFqpWS3H5DtmncGs { width:2rem;height:1.4375rem;top:48.5rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sO60A8h3xw2hQBAsrrsxbhImhfEFM44O { width:12.5rem;height:1.29980625rem;top:28.223968505859rem;left:3.9257815480233rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #QWxIS1O3k9DKUkEgk8htR7MTffZz3bFd { width:2.125rem;height:2.125rem;top:4.8125rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2NpDhyMoSxCubnTeC9CKrBzgx0wG4s4 { width:2.125rem;height:2.125rem;top:17.875rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvU1kdgloB7Pq2WhycK7hytNeRufgrTL { width:8.4375rem;height:1.29980625rem;top:12.328125rem;left:2.6875000596046rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #LECrJJl9Wbvi5ElxLpB6gy9eCzz5tRpV { width:2.125rem;height:2.125rem;top:8.0625rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD0uUkwfo9eNQNQqURbVXHRgZ6wcVFLm { width:14.125rem;height:1.29980625rem;top:5.6875rem;left:3.5000000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O90lavzCf6oXF5KLWTnBF3Zfd9P3E55w { width:2.125rem;height:2.125rem;top:21.3125rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcBl5y4tfRpT42g6Q9n5EPU9hxaI2bfW { width:12.5rem;height:1.29980625rem;top:8.75rem;left:3.6250000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ou0wNhirDf0GRUkOJC0U6IazNf3yKJTr { width:2.125rem;height:2.125rem;top:11.375rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVGEE9Nec5qCi1FNWb9HxeQnnLGw30bS { width:12.5rem;height:1.29980625rem;top:25.223968505859rem;left:3.8125002980233rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #RmFxEnGx8hGRgOa6DSrx5zd9BH6T5aQk { width:2.125rem;height:2.125rem;top:24.4375rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1zBXEx1TsiimAVK0q0XH326zCGpa9cm { width:12.5rem;height:1.29980625rem;top:18.875rem;left:3.6250000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bNxFJseOVLTMMBAb7LcqeACQ7vgbrPOw { width:2.125rem;height:2.125rem;top:14.625rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us87IoOxZ8Cp7uDf6B89GRHeZ16Q8iMx { width:12.5rem;height:1.29980625rem;top:22.0625rem;left:3.7500002980233rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GgvOalMTsg1arJXwTzAD0DrriEJcw1Nn { width:2.125rem;height:2.125rem;top:27.625rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3nxsDPr8kZO27lh7VS9fgI0xCvGl1M1 { width:12.5rem;height:1.29980625rem;top:15.5rem;left:3.6250000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y { display:block; }#NuILu9ADm4TEERdNgR4Ayw2mlIOoT18y > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NobUeSKTIKK7fLT59Cna8iOnBIwf6yv2 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9bX3z52TFUPB0eORVeQB3MOCFUnCLmF { width:17.4375rem;height:19.5rem;top:4.224609375rem;left:1.28125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mdd9pGHpxdDDtMJuaBFiLqFP75hXzJ9s { height:10.8125rem;width:19.5625rem;top:25.035158157349rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 { display:block; }#Ty6GiTuPOWcrZWfSu3rGW97Q27mCfi74 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDbDcsBiKiyuMNTF0atBSopDrXVtAqMK { width:16.625rem;height:2.92448125rem;top:0.56250190734863rem;left:1.6875000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wL1RTK5pr4WhZOOFPgry9KJuqnuwHTCG { width:4.6875rem;height:5rem;top:3.984375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdMD5DBw60EGRRMANfCTXHIsKFVmoTXc { width:5rem;height:5rem;top:4.609375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxrCGeJQSJotwzDxggNaftoWnAaHxMol { width:5.0625rem;height:5.0625rem;top:11.421875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4TwzLI6Z1XTMGMShND0dq7L35EpQQF { width:5rem;height:5rem;top:11.453125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmmJgENdK5oPrdzM4HNMySZN8CHS9CAF { width:11.75rem;height:5rem;top:24.421876907349rem;left:4.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #DODFqAnsfJTBl9MvCkkw8ycWfbc5LRZI { width:5.125rem;height:5.125rem;top:17.734375rem;left:3.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sarIXsoI7T9dOT6d0RcMMLLwIIyT18DK { width:5.1875rem;height:5.1875rem;top:17.703125rem;left:11.687500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z { display:block; }#hsDSaDSOdZ8BrBOyuLoVeQtXOmIpqc5z > .row .container { width:20rem;height:76.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ4qeO0faT2tcHZPCXtWHIVn3KRie9LF { width:14.625rem;height:3.25rem;top:1rem;left:3.6875000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAhwQknRTNg86tHq5XC4Lx4F4M9w9dgq { width:13.875rem;height:1.4622375rem;top:6.9140625rem;left:5.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l3wQuPTwsnnuTe3becr0iprJIsSKToPV { width:13.3125rem;height:6.8203125rem;top:9rem;left:5.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oPbQnD88soLI1N4BP8sqFD69ybEOfsNy { width:13.875rem;height:2.92448125rem;top:17.5625rem;left:5.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #toc4lJ07GAi6kiR59oyJXq3rI2FnulEW { width:13.3125rem;height:6.8203125rem;top:20.984375rem;left:5.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QSnEM7vFF8gpniugBmww9GGv07uyMRow { width:13.875rem;height:1.4622375rem;top:29rem;left:5.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C37MW7H7plTGBcTUtkOd8qxzmRiM6v5C { width:13.875rem;height:1.4622375rem;top:40.375rem;left:5.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p3MyJvQ79GMyEUm0oyTW4C5Most86KNP { width:13.875rem;height:7.957rem;top:31.234375rem;left:5.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZRE7opCeGmHNb02c6XAUu3hZ5FfvMoT { width:13.3125rem;height:5.68359375rem;top:42.4609375rem;left:5.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U43DOHuER28TncNX7lSuXVuX9XGZCSm8 { width:2.1875rem;height:2.1875rem;top:6.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmKSs7Vlpfgby6GOp3GmTNT2yVlZBElu { width:2.125rem;height:2.125rem;top:17.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpsBJkyTLws0Z3BidLO9lyD4HRi5JS5s { width:2.1875rem;height:2.1875rem;top:28.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEF6cxLKx0WVkGF3O3FnXF7wHE8QDT1u { width:2.125rem;height:2.125rem;top:39.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8h6pUGsMJwhQuTOq8PGqe9GNAUAc3Kv { width:2.5625rem;height:2.4375rem;top:6.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biNU00e01dQ4NJ4cEOaEo9Al9VelKPdI { width:2.5625rem;height:2.125rem;top:18.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKi7Q1genmrwEJIIT9hK0RTDCZoGSANq { width:2.5625rem;height:2.375rem;top:28.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN6gp9E465bukxbAnyML2HomxfyFSinU { width:2.375rem;height:2.375rem;top:40.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXSV8730g0C5UvwxHJLABozT4uKwkaSE { width:1.9375rem;height:1.8125rem;top:69.125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKMWyChGy5gVa7T0XW4SFhfddBw7UxPQ { width:11.9375rem;height:2.92448125rem;top:49.968752861023rem;left:5.9375002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZQHct0k890Vy5A9dd8IB4dNTeN2mHhQi { width:2.1875rem;height:2.1875rem;top:49.712241172791rem;left:2.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut7tAfTuh85lVPf9zAeVT5bWKJIkEZBJ { width:3.1875rem;height:3.1875rem;top:50.024741172791rem;left:1.3945313096046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW89TaJKiwohnT63HZIeOOeGC1D4IMTd { width:2.125rem;height:2.125rem;top:63.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8wfQWIKbZHUphEzfTTlx3lTLeXFlqAh { width:2.5rem;height:2.5rem;top:63.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egeEWxntG51zMfoMBPMn5IeDSetziZ8e { width:13.125rem;height:2.92448125rem;top:63.282553672788rem;left:6.3125002980231rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TlhcXTKL85JQyC4h9dMDdJCooNoHKtfF { width:12.5rem;height:9.09375rem;top:53.399741172791rem;left:5.8958333134651rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fR8SKU86gTzIuRwLVrMhs7AdEFUUbTN1 { width:13.1875rem;height:6.8203125rem;top:66.979166984556rem;left:6.2812502980231rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2f1912bc-bf7c-4feb-9edc-505cb5c8eb6c/b77be6d5e84611eaabef0697e5ca793e_89e5ce6940cb0121eca56e33b734336a57e38ff3_UEIserlohnBuilding_RGB144dpi_NewLogo.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4.adaptive-delivery-prevent-bg, #ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4.lazyload, #ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4.lazyloading { background-image: none; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container { background-color: transparent; background-image: none; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container > .video-iframe-container { display: none; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row > .video-iframe-container { display: none; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .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); }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container { border-width: 0; border-radius: 0; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ou4TZtBWGRsruLUgkTHNbnD8PDTJTHa4 > .row .container { width:20rem;height:65.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mr4T0QgOrWFSxRH4LitlXm5sVuTIOr9J { width:20rem;height:25.625rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO8m0J6AVXqBR9KsNAvgzb736pxhNdEO { width:19.875rem;height:17rem;top:47.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLgmS91xql1ckabQ8OlW0DCQe3cTSvy9 { width:15.1875rem;height:4.62890625rem;top:16.0625rem;left:2.40625rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #AyP843ZSm5CE4QBhyeafWv9THdXEr62O { width:16.5625rem;height:22.734375rem;top:22.6953125rem;left:1.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf { display:block; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf { background-color: transparent; background-image: none; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row .container > .video-iframe-container { display: none; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row > .video-iframe-container { display: none; }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .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); }#ZHiVerTSNfgGVNwiIW8QHfRguN6gcoRf > .row .container { width:20rem;height:44.3125rem;background-color:#efefef;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kb7IWS0GeHo3XSS2rskgfgT0yt1fI0WZ { width:20rem;height:3.25rem;top:1.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0A15vSm4BiuFVuxrrlhpNTAomuivhJ2 { width:18.6875rem;height:16.895825rem;top:6.125rem;left:0.65625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Whe1TEdWxV90OeZxho6tU8Sl87rApvOe { width:14.0625rem;height:17rem;top:25.125001907349rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl { display:block; }#rA8UWbOyBeqyPDkWiCBzGz8oUNy768Rl > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spvqmz3kw291z5kghv0wmtCX7oRVJyuM { width:20rem;height:3.57291875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOscGbhlkfocNQxqL7X9Cd56OSuLt18S { width:2.25rem;height:2.25rem;top:9.51171875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eggFGTH7nT9WL0hnDTkxv84wsOHukN8y { width:2.25rem;height:2.25rem;top:9.51171875rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8P9h37NJyouJ2xcuZKlzIKBQTfNss5c { width:0.625rem;height:0.625rem;top:17rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSgzq4p7NIenFgkLMN6mUWvUTNXMfLNS { width:0.625rem;height:0.625rem;top:17rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ5SdEWl0DBZNq97Ke4FQV1Tem96c5bk { width:0.625rem;height:0.625rem;top:17rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRPfKgoMMoly28oLDRfHoZxp5Ir92N0I { width:0.625rem;height:0.625rem;top:17rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge612IQ4grTerg08NdZJ60br1kg6FV3S { width:0.625rem;height:0.625rem;top:17rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2Vs2Udp7rcZck9KCFJiisExhddZgxhT { width:19.0625rem;height:9.375rem;top:6.38671875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh { display:block; }#sRSzUNrkfTn3F27t2c1qNAZI3ek8TXHh > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8sX3eezwd8i8sPD3L8zn49QVdlk5dTX { width:20rem;height:1.625rem;top:2.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqdTqOTyTmqR7SD3ci7d2itn65pKE2WS { width:15.125rem;height:14.5rem;top:47.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6aihaQth6bBNLRwiVwTnOLf9kBHfXmy { width:6.8125rem;height:1.4622375rem;top:52.375rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKwZDdTtUfgvyclhPShI8wILdVpmWDnm { width:12.5rem;height:5.27995rem;top:54.875rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi4Hu6nMUV4nWACs6OygnTXSimMpliId { width:6.25rem;height:6.25rem;top:45.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xww31ck9OEablmltCoe83ilzaXpNUF6z { width:6.25rem;height:6.25rem;top:6.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpm9m0mmhgH2SlXoBC6HR1iQDhwDQ1oq { width:15.125rem;height:14.5rem;top:8.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvZFROqFWF6ZEk4oAWobhGoz7g65WTpJ { width:6.8125rem;height:1.4622375rem;top:12.25rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scco5WKS2feMtIk2sR86ZnUwJbIMMRLQ { width:12.5rem;height:5.27995rem;top:15.25rem;left:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chmr5TE61qDdwPFKouKhfALaFf6U7TfE { width:6.25rem;height:6.25rem;top:25.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa17B2WV0PUMQ1VqntTiN8k7S7kHUFvs { width:15.125rem;height:14.5rem;top:28.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON64gzTk5OgMuXW2JxsRMBcdSTNl4Cko { width:6.8125rem;height:1.4622375rem;top:32.25rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H59gvtrUrT9pq1TEukz13p2KADZLJ1EM { width:12.5rem;height:6.3359375rem;top:35.1875rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg { display:block; }#wMEmGTI4WK3s4QIp8QvKDFLBD9Uf80Tg > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWq8FUuaZSAItGrRD8yZtxocbOiBQOZP { width:15.5rem;height:5.375rem;top:4.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3TnwfApmTRnpa9y6lL6OIrDEWR07hAZ { width:18.25rem;height:1.94921875rem;top:13.5625rem;left:0.875rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STRufqDgoEzUTpTCHBFdzVv0LqGg0aTq { width:9.9375rem;height:0.8125rem;top:11.125rem;left:5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzoVwPlEoEfDJRwPJdI6DHaJM5NntF21 { display:flex;width:2.5rem;height:2.5rem;top:19.6875rem;left:2.8125rem;font-size:1.75rem; }
#BzoVwPlEoEfDJRwPJdI6DHaJM5NntF21 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #NATWzTdZVqnf3xy1sNVWkBR6bJnzybcT { display:flex;width:2.5rem;height:2.5rem;top:19.6875rem;left:6.75rem;font-size:1.75rem; }
#NATWzTdZVqnf3xy1sNVWkBR6bJnzybcT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #TmoxM213TyFSFiSnqXKxfv1VtT8J7V0E { display:flex;width:2.5rem;height:2.5rem;top:19.6875rem;left:10.75rem;font-size:1.75rem; }
#TmoxM213TyFSFiSnqXKxfv1VtT8J7V0E > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #PfNqsRexVnDVuZrlKHkqVKpxiKiOPU2k { display:flex;width:2.5rem;height:2.5rem;top:19.6875rem;left:14.75rem;font-size:1.75rem; }
#PfNqsRexVnDVuZrlKHkqVKpxiKiOPU2k > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }