.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:241,239,220;--color-primary-1:212,206,151;--color-primary-2:183,173,82;--color-primary-3:255,136,0;--color-primary-4:37,35,16;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:42,141,209;--color-secondary-4:0,102,168;--color-tertiary-0:255,255,255;--color-tertiary-1:130,130,130;--color-tertiary-2:53,53,53;--color-tertiary-3:34,34,34;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:#f1f1f1;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); }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(162,162,162,0.3);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; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container { background-color: transparent; background-image: none; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container > .video-iframe-container { display: none; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row > .video-iframe-container { display: none; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .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); }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container { border-width: 0; border-radius: 0; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container { font-size:0.875rem;font-family:arial;height:7.046875rem;width:75rem;position:relative;display:block; }#WXVA00DDldRhr3fObDZTl5wMqd5bJC97 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.2487rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.3984375rem;left:8.9375rem;display:block; }
#xskEc41AeBhbFvGGm7dHdOfi8sKSMrGv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z02Kx7V2ggbyglHdDhUED9TDZotXBP0q { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.18676875rem;width:8.4375rem;top:0.928955078125rem;left:33.28125rem;overflow:hidden;display:block; }
#UdVmrPJzuM6aqWyX8SNnZWIt0qmSSS09 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4978125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.4270834922791rem;left:58.934898376465rem;display:block; }
#hyZTIG269rlThoUwgHWnesB9bmLHlivr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AuUmBWzfZCOxkME9Ccia9ixTTTyvTZdR { 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; }
#xCTOnFhG8vQHSVCdrmBtF7NTnaFzhDfB { 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; }
#XES5ZdH3EG0zKwOOZoJZ9CgMIHDIt4zH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:right;text-align-last:right;top:2.427978515625rem;left:67.499267578125rem;display:block; }
#TSkSfe8Bb3yIrWET0XlvxgFogTJyPGag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDokTHUwvTnJFiOp53xa7zNkPkq6yduG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2.92578125rem;left:66.66796875rem; }
#ZDokTHUwvTnJFiOp53xa7zNkPkq6yduG > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#PI8sEqFJhTceJP2Vg5Nvdh6oaCruPS3C { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6865rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.4270834922791rem;left:51.122398376465rem;display:block; }
#dZqTvcoyCh8uDFla1ixhfiAz371cxWmb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VXZ2lb453xDIMEXg2y3HWnKe6NygCDnd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:2.3971252441406rem;left:0rem;display:block; }
#CVSrvsvsLmApQNV5sNFCS7uHVEEXWITx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mi3HieO9UmsFKJx2COwTx6WESFbf9KS3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4.5625rem;top:0.749783039093rem;left:0rem;overflow:hidden;display:none; }
#WbnIxIz6Sre1eqe2OLNRx3D8OGFtMDyh { 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; }
#R8mEgCtbd7sJNKIPIpn6BPPZ1VJm6UId { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.3984375rem;left:19rem;display:block; }
#U2c5nxxtqFdLTzQ90WWZwpmGQdlzyIC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kaOm3PdK9MDXvkfmSeAzuefSeV9Nh7qX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6861875rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.3984375rem;left:43.247398376465rem;display:block; }
#w93XCisG2bgmiOb6W7xmd4lr8uDdCfUG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI { position:relative;display:none; }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI { border-width: 0; border-radius: 0; }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI > .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; }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#C07lnt6dxnZ3GZsJPHTb6nw6zZQvDLe0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.6875rem;top:2.125rem;left:7.5rem;display:none; }
#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD { position:relative;display:none; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD { border-width: 0; border-radius: 0; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .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; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c35403e8-e25d-420a-8c1f-2dabaa16579d/flecksonnenschutzterrassendaechermin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;overflow:visible;position:relative;display:block; }#SKTSGutpBNo6n7Vaho8H1nPRrVrdsqDb { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.9375rem;left:0rem;height:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yGXHCaas7IUPk9AWxWDkJ3vSim31ySiq { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:30.4375rem;left:1.7490234375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZRnCC8EA8WCBPpCXibhKV5IGkNHiqyV7 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;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:34.936197280884rem;left:1.7486953735351rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tpVyhe2sE5LxVfJENwt5wkz9bD8ftwI4 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12413125rem;width:1.12413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:30.6240234375rem;left:0rem; }
#s8L4sFOaOtwyMgP2IAaGc1OQQv565APb { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#353535;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:2.5rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:37.5615234375rem;left:0rem;display:block; }
#HK8SpCRdPq6HA3ryUvM6hci3UOOgn2G1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xUmVkqceyhQvJ0NZbETiDt78xfhLW09h { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:32.6865234375rem;left:1.7490234375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PkITi10yB95GcSDI3hGoDghTg9xvUTmz { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:32.8740234375rem;left:0rem; }
#NcO2mpxKJeimRGZWyTrOiwBvdAzGTT2o { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:35.125rem;left:0rem; }
#JTgONIJJfyh6bV34JAHQmgCFiETNHomN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:12rem;display:none; }
#TpNB5PoDddW4kZcMtBVhtA7mPGCOkIe6 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.75rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:32.061645507812rem;left:0rem;display:none; }
#OwctOl7FfP0a7hNxUg69dQ9NRui1Uy9N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JxfhPDzqcxat2dmBhypbdhm3ZEws37Od { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:47.12255859375rem;left:6.37451171875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FtFKscBlM3TPxkCC8T965AqSNV8bA9Zk { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15098;top:45.9970703125rem;left:7.999267578125rem;display:block; }
#awtlGRa7tefE261aPeO1a3NIkAEib7Nq { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15099;top:45.9970703125rem;left:8.936767578125rem;display:block; }
#cUT8ti3NG2yTfw9EwAII1O0BCJyGOHyF { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15101;top:45.9970703125rem;left:9.874267578125rem;display:block; }
#VR8twTdsVhXIvIWub1v7kMPZ4EmTqTTV { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15097;top:45.9970703125rem;left:7.061767578125rem;display:block; }
#cTs696Nn8ieqildpmXODgdwMxHF3t7bz { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15098;top:45.9970703125rem;left:6.124267578125rem;display:block; }
#BEToF2UT5ukU0nnzMenSrbOSbRNly1TA { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:45.68701171875rem;left:0rem;display:block; }
#cxN5lWUVN3IMx1mSk3UZNM5B8fTZa7nz { color:rgba(var(--color-tertiary-0),1);display:block;width:3.31176875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:45.810302734375rem;left:2.93701171875rem;height:2.4375rem;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;text-align:center;text-align-last:center;display:block; }
#sizMJ5izLsldDQUQLFW8qWXuO7WvbBCK { color:rgba(var(--color-tertiary-0),1);display:block;width:36.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.2490234375rem;left:0rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FpTHq88IhMbXn4Tun2XvtcRdtB7lG7kE { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.186525rem;width:6.25rem;top:32.96875rem;left:0rem;overflow:hidden;display:none; }
#FAaw9kOnOBhGXPN1bzXau4tGzAgd5Iwx { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:45.99951171875rem;left:0.3125rem;overflow:hidden;display:block; }
#mDz3UTZRpWsuvq3vHLsC529vxEgTADfa { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15100;line-height:1.3;letter-spacing:0;top:47.1240234375rem;left:24.74951171875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RLyv5QmvBqRX0pA987XnwSe2Zm19K0Iz { color:rgba(var(--color-tertiary-0),1);display:block;width:3.31176875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:45.810546875rem;left:21.31201171875rem;height:2.4375rem;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;text-align:center;text-align-last:center;display:block; }
#fWmaxmZUfPOXO8xElFbbg1zgh9qAgs4L { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15107;top:45.99853515625rem;left:26.374267578125rem;display:block; }
#vpeIkqkUGXC3tvzOSRn6nFOiln4TyiZQ { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15108;top:45.99853515625rem;left:27.311767578125rem;display:block; }
#ZqqiplbCuWUZvlWBwyJQwHvpLfClsoRU { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15110;top:45.99853515625rem;left:28.249267578125rem;display:block; }
#WTN2AIcewAdLCR1rDCvykXF6Mr0U7BqK { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15106;top:45.99853515625rem;left:25.436767578125rem;display:block; }
#D2adHa9e6E0Tq3EB4Jgm4OhRDPlyaXDm { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15107;top:45.99853515625rem;left:24.499267578125rem;display:block; }
#XXmzdqpmOc1L1hC9INRORvp81DrnqnLM { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:7.25rem;top:45.997314453125rem;left:14rem;overflow:hidden;display:block; }
#iB6fGfX7t3UKACltG8hiz7IoiyQ4MHoM { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:46.3798828125rem;left:32.3095703125rem;height:1.25rem;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;text-align:center;text-align-last:center;display:block; }
#MtFM2XgmJEbLQNWdo4H90CSd4xiuOTSl { box-sizing:content-box;height:2rem;width:10.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),0.8);background-image:none;top:45.91064453125rem;left:32.387939453125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#IMpepBJ5H8FWb8q66PJPUNOCT0UareOn { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv { 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; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container { background-color: transparent; background-image: none; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container > .video-iframe-container { display: none; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row > .video-iframe-container { display: none; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .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); }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container { border-width: 0; border-radius: 0; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#KLQ3fVMgHmJW11t9pIWyGGV9zlGZaXnA { color:rgba(var(--color-tertiary-2),1);display:block;width:39.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:5.74951171875rem;left:0rem;height:6.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IOVUMQ1LteSpnqy6ExKSBsg2RTo8Jr05 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:14.249267578125rem;left:1.8115234375rem;height:10.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ElTrdGrW1xw6ZOn2DhsUN00Ae2TrC4Sd { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:0.1875rem;top:14.625rem;left:0rem;display:block; }
#w2blBJvDxZNAeIySk1TxoptVBCpQCZDW { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:27.875rem;width:27.8125rem;top:6.783447265625rem;left:47.1875rem;overflow:hidden;display:block; }
#yTI2VMIFo0wIgEebMFU8BPH7dyXT3W5f { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:16.9375rem;width:16.9375rem;top:23.375rem;left:39.75rem;overflow:hidden;display:block; }
#DAe1Qbpz5tPZZk0hQeTo6WVmTvieVq6D { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:30.3125rem;left:1.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XChnKcrEPnRXvZUhwA7EeyiUz0qfFZd7 { box-sizing:content-box;height:0.062255875rem;width:18.4375rem;position:absolute;display:block;z-index:15105;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:29.75rem;left:1.8125rem;display:block; }
#a4wzVM2HI1I1TMuuTWW9vBTDlEhexhO0 { color:rgba(var(--color-primary-2),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:28.0625rem;left:1.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RBQZFKXf44Ri1nfIip6iKqHyMsePmCiu { box-sizing:content-box;height:16.625rem;width:16.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:15106;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:23.375rem;left:39.75rem;display:block; }
#K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbff;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; }#K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA > .row .container { background-color: transparent; background-image: none; }#K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA > .row .container > .video-iframe-container { display: none; }#K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA > .row > .video-iframe-container { display: none; }#K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA > .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); }#K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA > .row .container { border-width: 0; border-radius: 0; }#K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#VgCc63avT0FqwwVLBMcSqVt5MsZ3bDLy { color:rgba(var(--color-tertiary-2),1);display:block;width:59.7485625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:5.389404296875rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iaAC46RtVvZF2KDK1rbUHSGs1VHr3KuP { color:rgba(var(--color-tertiary-4),1);display:block;width:62.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:8.3125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbff;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; }#rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK > .row .container { background-color: transparent; background-image: none; }#rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK > .row .container > .video-iframe-container { display: none; }#rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK > .row > .video-iframe-container { display: none; }#rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK > .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); }#rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK > .row .container { border-width: 0; border-radius: 0; }#rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#iszWbDr9fpPkW4KpfFV8FMoN5e2t3Ir0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.4375rem;width:36.5625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#qVit1KZRzt3GP5eospS8wDGU7ApD60fb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.4375rem;width:36.5625rem;top:1.25rem;left:38.436195373535rem;overflow:hidden;display:block; }
#B6LTG41yhkkR1BT5c1bSrvKC0nId6Ouz { color:rgba(var(--color-tertiary-2),1);display:block;width:36.812125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:22.872406005859rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JtnXKGUThuCTGA3iJBXS7dSoF3wlTL2O { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:22.875rem;left:38.4375rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iAb0XZ1gsu9Zs8drp8CWQ7puhcsRRX9V { color:rgba(var(--color-tertiary-4),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:24.8125rem;left:38.436195373535rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mrUOpDmT0Q0eBcLMU0pxdyafKXhP5tEy { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:24.81120300293rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XhOiGk44DTv9epxEIWpETD945VBElNQm { color:rgba(var(--color-primary-2),1);display:block;width:26.686375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:28.0078125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EKFxi0eniTtCZ7qnVXfTa802fDONulZ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:28rem;left:38.436195373535rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbff;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; }#kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc > .row .container { background-color: transparent; background-image: none; }#kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc > .row .container > .video-iframe-container { display: none; }#kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc > .row > .video-iframe-container { display: none; }#kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc > .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); }#kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc > .row .container { border-width: 0; border-radius: 0; }#kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#lTHRuHc35uZXB92UZR6lfKf3lfcBfq8g { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.1875rem;width:36.5625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#VXhlHzbz2wzTaTFaWuh3Rke8nBCs6vop { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.1875rem;width:36.5625rem;top:1.25rem;left:38.436195373535rem;overflow:hidden;display:block; }
#sLrE0UGXwmlK64TpH9Nv0rTpKnFnHhW5 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.812125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.997436523438rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Uyt5Jry9CkhEhRUyLawUGyZJhlpgJmrd { color:rgba(var(--color-tertiary-2),1);display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:21.625rem;left:38.4375rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FyURvhEEaNuzOV9IQ6GoR8JQs1eI8Rkl { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:23.5625rem;left:38.436195373535rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZSzaxVt4yR3XR4OVShewmVfX7zs1ul53 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:22.936279296875rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V78mlmKiDoxCH4gLkKsgqkHnIVgZUaXU { color:rgba(var(--color-primary-2),1);display:block;width:26.686375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:26.1328125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yed0Zl46QUzi9FOk7pP8CW2UHVvabeSb { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:26.75rem;left:38.436195373535rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z7J2GGrcme1xrgtxuP9E5QONmWWxo281 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0259d832-f0ca-4e09-9359-d34ee5949e0f/flecksonnenschutzterrassendaecher3min.jpg");background-position:top 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; }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281.adaptive-delivery-prevent-bg, #z7J2GGrcme1xrgtxuP9E5QONmWWxo281.lazyload, #z7J2GGrcme1xrgtxuP9E5QONmWWxo281.lazyloading { background-image: none; }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281 > .row .container { background-color: transparent; background-image: none; }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281 > .row .container > .video-iframe-container { display: none; }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281 > .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.43); }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281 > .row > .video-iframe-container { display: none; }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281 > .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); }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281 > .row .container { border-width: 0; border-radius: 0; }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281::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; }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#DFn0PeKK5bb95BarDrw4otgtKtGsDcEc { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:7.62451171875rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T2qmiiEaJizcatPWlb9uJPsq4cRaa8iL { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:12.25rem;left:39.375rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zIbTy3BUI28TeB4moDqT8TJN8vMZ3S3I { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:12.25rem;left:47.3125rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QRWMbxRn6Jkwd6VZCNwebqx9VNQNnLbs { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:12.25rem;left:32.0625rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ATaKKpUtvPADIEPmpQ69mPCJnQdW9zxe { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:12.25rem;left:26.0625rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kdL2sGPc7SIT0PPL7wiwSeMwMMlTEQ7r { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:12.25rem;left:18.3125rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TzGpxgv30FT767n1ue2X5E7U7tP1AHre { 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; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container { background-color: transparent; background-image: none; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container > .video-iframe-container { display: none; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row > .video-iframe-container { display: none; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .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); }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container { border-width: 0; border-radius: 0; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container { font-size:0.875rem;font-family:arial;height:95.875rem;width:75rem;position:relative;display:block; }#TB06VZ4JwJgE3JBpSv0zWBLK0MslDX8k { color:rgba(var(--color-tertiary-2),1);display:block;width:31.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:7.1875002384187rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nao2lJLU6OOwRF47QCGxbNlFwoXU6ylf { color:rgba(var(--color-tertiary-2),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:39.803385257721rem;left:3.21875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K62PS3tNvfBWBk8nkwM4354lfUbV8PPL { color:rgba(var(--color-tertiary-2),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:12.90625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RH2uAaoaRp5hH6ChPB4FQotLBR8VthoP { color:rgba(var(--color-tertiary-2),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:23.9375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u08WF8hzKgHx2iIC7Oamkb53iyagFZu9 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:45rem;left:3.25rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pm9eBGIdoaAbcbNPteciy124phCCLdRG { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:37.625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#olV6UmxuCXb009lRXb3S1vrWRhtLKgoL { color:rgba(var(--color-tertiary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:50.61328125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Khr43K9lwq3ISRcTGG7qZKUtt4fdEmrF { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:39.8125rem;left:64.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HxAuvJgedL2gvuAtkhJFZ9Wt7USSswSd { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15101;background-color:#e3e3e3;background-image:none;top:95.794278144838rem;left:0rem;display:block; }
#SD0cgxx4B101GsNUmXGm2TNVUHOhAbWz { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.4375rem;left:0rem;height:18.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#du7PJOywktcddZcdT7J8rWVBufVw1pOl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5rem;width:9.6875rem;top:29.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#dHRUXlhkLfzXtxvyRDpu3mQernD5u0JS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.5rem;top:30.125rem;left:66.4375rem;overflow:hidden;display:block; }
#hMXfAgoJkbxr0n8AI2xkWkuQh12CbJ5p { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:44.75rem;overflow:hidden;display:block; }
#kVnZVcAe9HeVUOfhMBGZHizlJdrQyi3X { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5rem;width:9.6875rem;top:29.8125rem;left:55rem;overflow:hidden;display:block; }
#woRUB9dp1B37MxJBiokgW1k4LooloVTs { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5rem;width:9.6875rem;top:29.8125rem;left:65.3125rem;overflow:hidden;display:block; }
#U69am1VfK65cTxe2zNWnN1uyEKpwsEwl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.3125rem;width:40.625rem;top:7.93701171875rem;left:34.375rem;overflow:hidden;display:block; }
#wPJLBdNSoDGntgn2oHBH3C8PwO4LSft2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:30.8125rem;left:0rem;display:block; }
#WMkm6Wezf5oC2mc9C2NShTszJvy82Coi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ACE1A4xXAyJOZBcakdKJ3irUuKS1T7ck { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#J4Wd28F2qrzc5o65ViEH32MV3H6SfMqN { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:21.69921875rem;left:67.5rem;overflow:hidden;display:block; }
#aCBcLkLiPZ4w69RLTm7SgW76HRHsnnIF { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:53.4375rem;left:44.75rem;height:23.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fMAgUeTh76Ll5TK4MmG4Oo3TkwfKJ8QI { position:absolute;display:block;z-index:15113;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:23.9375rem;width:42.5rem;top:53.420573234558rem;left:0rem;overflow:hidden;display:block; }
#gleEHStO7AATEhLulvA8KQna3KBrLrCz { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.954428672791rem;left:0rem;display:block; }
#BAB3zBWCEuld2BOgF81Anp6531EpDDNv { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-primary-2),1);background-image:none;top:49.31640625rem;left:0rem;display:block; }
#F4X26rAf1myx0lUlSTdOsp3Jz1T8b0iO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.5rem;top:30.125rem;left:66.4375rem;overflow:hidden;display:block; }
#nAk2eApo7qmOBtqh7yuUIVTxQnEpXd34 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.5rem;top:30.1875rem;left:66.4375rem;overflow:hidden;display:block; }
#akCellzN1O0c9JfBeOursK3PoLEXueKq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.5rem;top:30.125rem;left:66.4375rem;overflow:hidden;display:block; }
#dsoKPy6Agc5NG6rilVbSDBV4mwPXudkm { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4.3125rem;width:8.3125rem;top:29.875rem;left:65.625rem;overflow:hidden;display:block; }
#cwpdeTlLIblJ08vu7zhLIWx9SWEV6wdk { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:79.8125rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f59PKLT9a4TF1U7S1CZblRHKt5iJCfnW { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:83.8125rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NsgDbaKNfBFSP7iJt41zu3XohiFIwm8o { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:86.5625rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EzrQoKkPBGE8xV8anxPWwz9mq64ACzxg { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:83.8125rem;left:18.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SJDLCLQnnkQhlQUrrRiJDTWzGcXCHKyA { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:86.5625rem;left:18.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GQ8kTqNadwSszsEqgRCiqoXH2E9frnGr { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:83.8125rem;left:32.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EV1uSdzNSUHetmfNmE5Tb5bRn0cQbbnQ { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:86.5625rem;left:32.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JuI3WXXxyyN1OZZc3xG2sEUmAuv0ZAKR { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:83.8125rem;left:45.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fa7TT3hrlzEg9mPHlFGn8AM33f23Dzim { color:rgba(var(--color-tertiary-2),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:86.5625rem;left:45.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iP5vWvxuNW37erPObpGsMqLwTvsJ1lbN { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;top:82.375rem;left:0rem;display:block; }
#ulF0dEptRSKhnI23qqrr4baVmXcNVkKu { position:absolute;display:block;z-index:15115;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.5rem;width:2.5rem;top:39.954427242279rem;left:0rem;overflow:hidden;display:block; }
#oL8U5UU6XoWPbO4O0zn8JiUmcETtyxTN { position:absolute;display:block;z-index:15116;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.5rem;width:2.5rem;top:39.951822280884rem;left:10.21875rem;overflow:hidden;display:block; }
#JkkkE42Z0K2Rf5S5lp9EafgbLK2Rx5Kq { position:absolute;display:block;z-index:15117;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.5rem;width:2.5rem;top:39.951822280884rem;left:20.6875rem;overflow:hidden;display:block; }
#FrIa713khglop2EnhddBOa7Iv7kb4DWX { position:absolute;display:block;z-index:15117;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.5rem;width:2.5rem;top:45.062502384186rem;left:0rem;overflow:hidden;display:block; }
#kGTqOfqKVZzRA4LgG8WyrI4Sanmk3WyK { position:absolute;display:block;z-index:15118;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.5rem;width:2.5rem;top:39.951822280884rem;left:34.4375rem;overflow:hidden;display:block; }
#JBtdMaR10ht0yuA0SkXab1H8Tt3QWdeB { position:absolute;display:block;z-index:15119;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.5rem;width:2.5rem;top:39.951822280884rem;left:47.58984375rem;overflow:hidden;display:block; }
#QpPGGfOxW11vUqnBcg8SLiJNVwzptNkh { position:absolute;display:block;z-index:15120;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.5rem;width:2.5rem;top:39.9375rem;left:61rem;overflow:hidden;display:block; }
#vRhZre3p5qqx5dxx865lKzZqfe7PaxWH { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:83.98046875rem;left:0rem; }
#miJQGNJJH0LcIHXvVslSn2gh94S6oxAQ { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:86.73046875rem;left:0rem; }
#D8QrNlnfAPgmdZGW6ohkNSPgOc4p8FTo { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:86.79296875rem;left:16.8125rem; }
#Ida4tTD7GGQ1FLr1A0nTAhmOl0IeL2Lk { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:84.04296875rem;left:16.8125rem; }
#luq1bGgHNaVNIqUaol3cvDdf9okfZidI { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:84.04296875rem;left:31.078125rem; }
#h0GnrZEGZlUOadVB6BuNNn5oWbpSlRTT { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:86.79296875rem;left:31.078125rem; }
#K9O62BuSUDUR0DrEuKysDsFXoXplTAnK { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:86.79296875rem;left:43.87109375rem; }
#X7alW168I2QwmxQpteEuKkgAym0g0des { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:84.04296875rem;left:43.875rem; }
#KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e { 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; }#KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e > .row .container { background-color: transparent; background-image: none; }#KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e > .row .container > .video-iframe-container { display: none; }#KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e > .row > .video-iframe-container { display: none; }#KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e > .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); }#KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e > .row .container { border-width: 0; border-radius: 0; }#KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e > .row .container { font-size:0.875rem;font-family:arial;height:94.3125rem;width:75rem;position:relative;display:block; }#liP5T1N7lfSNMQqFLk0Dt417BHn4LsSH { color:rgba(var(--color-tertiary-2),1);display:block;width:31.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:7.1875002384187rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rkGg2T8F01KUWJ3rE7KPapL6II7ATvlT { color:rgba(var(--color-tertiary-2),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:39.803385257721rem;left:3.21875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hriGeWR1y5fRrvXVPTXQZBHMwo8JqRsE { color:rgba(var(--color-tertiary-2),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:12.90625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JIs8GtmnSam3ls4oE7buzhgrIttio1Mc { color:rgba(var(--color-tertiary-2),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:23.9375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vTiuadmZaWKLB55rSSTxxVHAKxmiW1Uv { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:45rem;left:3.25rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S5bCsF3RhIhnuxQ5DBH06t2KHiCz4qBr { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:37.625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6ip4q2IfbSlL7p60eLGrIlJb6TFHhSS { color:rgba(var(--color-tertiary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:50.61328125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MS40u2CdairgoEfIpWyeeki1kBtkTxoF { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:39.8125rem;left:64.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hUBVrfb21gl90iPnFlOgWTVLSOL51B2T { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15101;background-color:#e3e3e3;background-image:none;top:94.230449676513rem;left:0rem;display:block; }
#a2PFu5G9DPV5rTtq7TXba8NiE35BHa3T { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.4375rem;left:0rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aZTWzrVzuEbscdiPgDOxNvpv9RZyBf5e { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#EMfS87BGkBrMWxLx4ICVuZmNxEtr6TTQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:44.75rem;overflow:hidden;display:block; }
#TkNg1spL44TBsUZWrOEVU82hffsu0WE5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:55rem;overflow:hidden;display:block; }
#SyNy7TzgB2vEIeidLMPtvfTacVP1FiJK { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:65.3125rem;overflow:hidden;display:block; }
#nxPae2hJLHkrL6qZZDUdFfJLRgrRkefn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.375rem;width:40.625rem;top:7.93701171875rem;left:34.375rem;overflow:hidden;display:block; }
#KEyOBRNUKvTkBRk60kqACB88ynf68RuT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:25.718739986419rem;left:0rem;display:block; }
#PN0e8tpcCA4ufqTIHTwBF3GO8iPuMkbR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gEdunAn7k1eHE3SU8ozi9omtcpFZnEdp { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#HQxggycOP8cALow1TmE8C7IW4VvRukAy { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:53.4375rem;left:44.75rem;height:17.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h93FDCkH8Rax56aPnLTgD01bb4PKeKZc { position:absolute;display:block;z-index:15113;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.3125rem;width:42.5rem;top:53.420573234558rem;left:0rem;overflow:hidden;display:block; }
#H3ouWiULkebupqRINpWm5SXTqT3TG2Oz { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.954428672791rem;left:0rem;display:block; }
#fECixBdnOLdzKkB0UUOsq38nMfxC9CAi { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-primary-2),1);background-image:none;top:49.31640625rem;left:0rem;display:block; }
#MTcDBsQ0g85omWJJ1svnHNc7xKH5R1CZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.406251430511rem;left:67.623703002931rem;overflow:hidden;display:block; }
#eBSVdpEPTWG9NaC7KA1Dd4O6SRNNQf4X { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.406251430511rem;left:67.623703002931rem;overflow:hidden;display:block; }
#qGAglJWxlSgM1SSg5puVmVA3tmtZ3m6d { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.406251430511rem;left:67.623703002931rem;overflow:hidden;display:block; }
#PwhHu7xxItkuxbO6bqfpVBSnl6xbcPtr { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:78.25rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Kz9EHPSKMTySDQVfLoii9MOQs28OByeq { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:82.25rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iXOSTFbkc0Twl0zrfT0PUdR0A1UQyRFs { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:85rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lZbxhA5sVz95DlqQZtaMf9ScLfAGl6K0 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:82.25rem;left:18.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XzMT3gWEVAhpZgLedMgUlb1OdaIZka8K { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:85rem;left:18.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S94gTulCw3aySPkuNlHGECVN50uSmE4M { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:82.25rem;left:32.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZdKqafRlFPq14eoDSnJlZkOENf9Grk7E { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:85rem;left:32.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qF1hhnqJihZnIOvGtirDJvJaoHXzqRTN { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:82.25rem;left:45.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RdFDcD4GllIroEhVqNIQWCVtFlUxmy7O { color:rgba(var(--color-tertiary-2),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:85rem;left:45.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mFPtIdENtbtO4Q9NxOMARKdvBqNoHFvk { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;top:80.8125rem;left:0rem;display:block; }
#VlMdT53MLNM8oZPVL4uT9xyXz2HluIWP { position:absolute;display:block;z-index:15115;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.5rem;width:2.5rem;top:39.954427242279rem;left:0rem;overflow:hidden;display:block; }
#M1EXfbDc4OTVL5asT8yt5eUIa9vJAuU1 { position:absolute;display:block;z-index:15116;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.5rem;width:2.5rem;top:39.951822280884rem;left:10.21875rem;overflow:hidden;display:block; }
#oQyRqR439UrIoiO36B2ZDxHOtbdFFDMw { position:absolute;display:block;z-index:15117;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.5rem;width:2.5rem;top:39.951822280884rem;left:20.6875rem;overflow:hidden;display:block; }
#bCOAwBR3B8Ll5xTtpON5TdfCMIeTme0b { position:absolute;display:block;z-index:15117;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.5rem;width:2.5rem;top:45.062502384186rem;left:0rem;overflow:hidden;display:block; }
#VoTpmqK5Lk6uWEIJbE66XhDGqF0gH450 { position:absolute;display:block;z-index:15118;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.5rem;width:2.5rem;top:39.951822280884rem;left:34.4375rem;overflow:hidden;display:block; }
#yWczrekuzLpFaB7IglPuWJoTG6NwdCsa { position:absolute;display:block;z-index:15119;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.5rem;width:2.5rem;top:39.951822280884rem;left:47.58984375rem;overflow:hidden;display:block; }
#m7eHX7qDTi78GLgK6AEPC02w5lTlLD4o { position:absolute;display:block;z-index:15120;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.5rem;width:2.5rem;top:39.9375rem;left:61rem;overflow:hidden;display:block; }
#O2Dhfx3RuSo8smitiEqtpZgaagRWmNq4 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:82.41796875rem;left:0rem; }
#xJ82U7p8AFvkfmXw4yFFtBrkK72KcK0C { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:85.16796875rem;left:0rem; }
#zIUOSHWb0qlnAOpot9HhFiXwPANV0rLO { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:85.23046875rem;left:16.8125rem; }
#F9m5OTQOJswFJyKeefo06iZKPt5TA98w { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:82.48046875rem;left:16.8125rem; }
#wPb5QL61xKeFtwk1s7UJVJ8svp0nqJe2 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:82.48046875rem;left:31.078125rem; }
#NlHpv52GzvnoZuxgsaImSgyeeHkhcqqu { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:85.23046875rem;left:31.078125rem; }
#uOS45WSIImk2OhFsGd57wOMU39SWoqRZ { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:85.23046875rem;left:43.87109375rem; }
#URwfWoxAAUJvSxx1nZzFgaSV60hzu8mZ { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:82.48046875rem;left:43.875rem; }
#Hsz7JqatTnyNmur6205ACWyF7okumQwc { 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; }#Hsz7JqatTnyNmur6205ACWyF7okumQwc > .row .container { background-color: transparent; background-image: none; }#Hsz7JqatTnyNmur6205ACWyF7okumQwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsz7JqatTnyNmur6205ACWyF7okumQwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsz7JqatTnyNmur6205ACWyF7okumQwc > .row .container > .video-iframe-container { display: none; }#Hsz7JqatTnyNmur6205ACWyF7okumQwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsz7JqatTnyNmur6205ACWyF7okumQwc > .row > .video-iframe-container { display: none; }#Hsz7JqatTnyNmur6205ACWyF7okumQwc > .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); }#Hsz7JqatTnyNmur6205ACWyF7okumQwc > .row .container { border-width: 0; border-radius: 0; }#Hsz7JqatTnyNmur6205ACWyF7okumQwc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hsz7JqatTnyNmur6205ACWyF7okumQwc > .row .container { font-size:0.875rem;font-family:arial;height:94.25rem;width:75rem;position:relative;display:block; }#hB3h0WlqXTTXVTdtS9GTWfrEzvOauRxD { color:rgba(var(--color-tertiary-2),1);display:block;width:31.934875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.8945322036744rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XiHsr9VzbRGdNbM5a1SdmrGQZASl5E5K { color:rgba(var(--color-tertiary-2),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:39.803385257721rem;left:3.21875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gM5CCoMom5BPeXXUPRONPzKhytm098T0 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:12.90625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cI0MKVmO4bAmbqR2S3o86LKZsHbBfdI0 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:23.9375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JtLQWvhyrEVPelDsKdEiFxBEw5xRftz8 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:45rem;left:3.25rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uCFV3T8XnZBwKpRIPOHiv09OmQqKoMNM { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:37.625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kr04cV0dk3aSTubsILVgmGUHgSZyKyrh { color:rgba(var(--color-tertiary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:50.61328125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fn2zhrB6w5wg1nh0zrwggiGJBGt617PK { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:39.8125rem;left:64.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kTk9K77akGT0QqKkTRfbfDRpycrDVEW2 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15101;background-color:#e3e3e3;background-image:none;top:94.167949676513rem;left:0rem;display:block; }
#ClT1QcO8kmKUgVgdViwba2GTRoX0oOE9 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.4375rem;left:0rem;height:20.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aI4XHTfNLI03zUe6HbBVwKCTQ2X1SvtC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#HcTBRAoCNQpnmSlPel5pCpH2TcBOiWtx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:44.75rem;overflow:hidden;display:block; }
#fee6CoLtNASwg1q0z8llxiDAwqrz1eob { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.812500953674rem;left:55rem;overflow:hidden;display:block; }
#COxEZT5kNuT0gwUrkBfimbMFG9KkWlqW { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:65.3125rem;overflow:hidden;display:block; }
#tnnnaCCZSiKd2Rq8mweX41qMU5i9VAhW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.375rem;width:40.625rem;top:7.93701171875rem;left:34.375rem;overflow:hidden;display:block; }
#p3k9GwzSXpxkslAaRHlyHrgdqBqk1tZG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:32rem;left:0rem;display:block; }
#ztsoogOUoE6oGDr3pbQ3HCL1kbnVgMVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqPchmg4fN7WRBQfz86GoTTrFCCZprmr { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#LlqDpFCpH1hsiKp4xwcwG86NpV9ImLVe { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:53.4375rem;left:44.75rem;height:20.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IZmKQwDtnwGaxBAlhNQ0IEmo0pcJxLnp { position:absolute;display:block;z-index:15113;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.3125rem;width:42.5rem;top:53.420573234558rem;left:0rem;overflow:hidden;display:block; }
#yxnZt0K4TBgWwsiJWIrLG0VgGVS5qFtk { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.954428672791rem;left:0rem;display:block; }
#IboIZoXnaG2RgqanwHArIJrRJzqS02u6 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-primary-2),1);background-image:none;top:49.31640625rem;left:0rem;display:block; }
#LTppUR73JS9FLLJLQCfnnAGtVquLXA6b { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.406250953674rem;left:67.623703002931rem;overflow:hidden;display:block; }
#TcUN26PTQZ37DUfMdDASUThlRP9goZ8r { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.406229972839rem;left:67.623703002931rem;overflow:hidden;display:block; }
#FHTTutFUGddecmIW4wAVrBeWRBptBe5Q { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:78.1875rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vZQ5rF2UOnKfKbVzHpOKgy5pGBZLWgQV { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:82.1875rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mAdG5WAT174aWmIz3TsGRPgKvwmeLUiH { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:84.9375rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HEHC5he9kLflefTf7nd84Hs6XTleeOSp { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:82.1875rem;left:18.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CU7ausG3OcFIeSXZS0RwXVQmwzVRIgr8 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:84.9375rem;left:18.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VXfHhcBiTMATgTcTh7JPghwZ84xHXo1L { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:82.1875rem;left:32.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TUWhGsyxVk4eZLDFutId5o9CV9ibiezo { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:84.9375rem;left:32.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qUgNdcHBZKXs6H3GydySk7Qo6DCIlSvi { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:82.1875rem;left:45.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kt6eWWs2eG9WhCLlV0x7hqsgEbfrGTk9 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:84.9375rem;left:45.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#svyG4lb7UVXU0wKZgT1ugvZyydStWseA { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;top:80.75rem;left:0rem;display:block; }
#dmoUyhw6RTlH5OCXwwuwi1JUa4gSnP4o { position:absolute;display:block;z-index:15115;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.5rem;width:2.5rem;top:39.954427242279rem;left:0rem;overflow:hidden;display:block; }
#Daoa7My9Kt0ZCBlfAqtxgsQ8Cz0ap37P { position:absolute;display:block;z-index:15116;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.5rem;width:2.5rem;top:39.951822280884rem;left:10.21875rem;overflow:hidden;display:block; }
#Ririo9mEsJWzAO3O8o2kzgFwt2uNuTvL { position:absolute;display:block;z-index:15117;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.5rem;width:2.5rem;top:39.951822280884rem;left:20.6875rem;overflow:hidden;display:block; }
#tuaMnALlSlFUR4hEx7zUQ4mSrbNHmJIc { position:absolute;display:block;z-index:15117;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.5rem;width:2.5rem;top:45.062502384186rem;left:0rem;overflow:hidden;display:block; }
#iv6hnzVLMQ8CftAByzThXqC5JTFKSl4l { position:absolute;display:block;z-index:15118;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.5rem;width:2.5rem;top:39.951822280884rem;left:34.4375rem;overflow:hidden;display:block; }
#s3g4zqiJOAP803TDEHmQHJS4eSW92Zvl { position:absolute;display:block;z-index:15119;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.5rem;width:2.5rem;top:39.951822280884rem;left:47.58984375rem;overflow:hidden;display:block; }
#lJkqkJP0T42dm7OG3ScJWinrCyxLvyF4 { position:absolute;display:block;z-index:15120;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.5rem;width:2.5rem;top:39.9375rem;left:61rem;overflow:hidden;display:block; }
#ePJmRRZnzCOD5WKbs4RIidgPoQ5T8Oab { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:82.35546875rem;left:0rem; }
#eLex0dlQXGFFDOADN2DF3AA2Wphi4lEC { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:85.10546875rem;left:0rem; }
#BVMBXfcA12Q7HuMZWEXrbJU97nZHaK4C { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:85.16796875rem;left:16.8125rem; }
#HGRmiT6P7rpN6V0RQ3TEbhT51VFO98qF { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:82.41796875rem;left:16.8125rem; }
#E0VdzdiOXcbNTfCWQWTRJek5NkepkwFH { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:82.41796875rem;left:31.078125rem; }
#zgnBuBeRp0DTuKHggv0sRDbgVo9fulGI { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:85.16796875rem;left:31.078125rem; }
#K6K9V2nRyZFDc6xJ857g3Sv3qHINm4Bt { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:85.16796875rem;left:43.87109375rem; }
#QoFQSPRtnH12TTBL17yv43xTTchXFxwQ { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:82.41796875rem;left:43.875rem; }
#y5otfB0DvIo2r3eBk1UV4C3PPVJl543d { 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; }#y5otfB0DvIo2r3eBk1UV4C3PPVJl543d > .row .container { background-color: transparent; background-image: none; }#y5otfB0DvIo2r3eBk1UV4C3PPVJl543d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5otfB0DvIo2r3eBk1UV4C3PPVJl543d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5otfB0DvIo2r3eBk1UV4C3PPVJl543d > .row .container > .video-iframe-container { display: none; }#y5otfB0DvIo2r3eBk1UV4C3PPVJl543d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5otfB0DvIo2r3eBk1UV4C3PPVJl543d > .row > .video-iframe-container { display: none; }#y5otfB0DvIo2r3eBk1UV4C3PPVJl543d > .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); }#y5otfB0DvIo2r3eBk1UV4C3PPVJl543d > .row .container { border-width: 0; border-radius: 0; }#y5otfB0DvIo2r3eBk1UV4C3PPVJl543d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y5otfB0DvIo2r3eBk1UV4C3PPVJl543d > .row .container { font-size:0.875rem;font-family:arial;height:65.125rem;width:75rem;position:relative;display:block; }#GArwf7acozRr3ZOPdxxQ1Pti486WvZdK { color:rgba(var(--color-tertiary-2),1);display:block;width:31.934875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.8945322036744rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tGfmhiIJXAeuHJWe3TnICvpId7umKHup { color:rgba(var(--color-tertiary-2),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:39.803385257721rem;left:3.21875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ViFJvnpxSVPrcl6ogoJneMHarL76AgDg { color:rgba(var(--color-tertiary-2),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:12.90625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QnxJ1PKX5Jma61wHqTRsW7nu36fTXyvN { color:rgba(var(--color-tertiary-2),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:23.9375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sP41MXE8gNkf2JTO79aCy9ACGZTKKhKJ { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:45rem;left:3.25rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gVcSBiTBEOkAD44Am0SQ3H52cHqTInKH { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:37.625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZwdMLs8aZzaLRM3h5wZ7VfVsEGvDJudi { color:rgba(var(--color-tertiary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:50.61328125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g5ZycksSvPSEtLAOWz1FlH0b161XMats { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:39.8125rem;left:64.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O3G2McgWrTSTKrfzWf0TGrzUQuTO2K2M { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.4375rem;left:0rem;height:18.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gMt8LSI0ftBVNRd2Mba9MTAoWw5lga8q { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#ZvfrFn7pJkIazNTfmbtE9HqkVTX51alN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:44.75rem;overflow:hidden;display:block; }
#CiUW9E5BMQKl7AGPkrmxHFzPVtmLHtzg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.812500953674rem;left:55rem;overflow:hidden;display:block; }
#lOQATd6rI5bybA2nLqJMr8ORh48bbdQI { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:65.3125rem;overflow:hidden;display:block; }
#ssin2mD3ZDExPQiU3MpNHiA0RJNMv0uX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.375rem;width:40.625rem;top:7.93701171875rem;left:34.375rem;overflow:hidden;display:block; }
#cqL75SOTwsJeRTGSRh5AJTT8yRuoTRNJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:30.375rem;left:0rem;display:block; }
#ICSNM3wzO975WI5ZSBDgehdooanz2vIy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RtmkvduMtCsHoGT7CPcxdFZB9uaAXKuT { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#hxx7TsVrF9ZpSJQEyQEQNmLMZRCld4Qb { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.954428672791rem;left:0rem;display:block; }
#qklsRQ86ZVrXgZFPKFAhTADhueZ1S5VJ { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-primary-2),1);background-image:none;top:49.31640625rem;left:0rem;display:block; }
#gSfBLqamJTHT6TwSvSI4NdhDeAQgRiDM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.406250953674rem;left:67.623703002931rem;overflow:hidden;display:block; }
#fzuAwzEBebK7zB10mFx4oBI4ZCmuPihM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.770833015442rem;left:67.623703002931rem;overflow:hidden;display:block; }
#mcK1nlUVxJOqcBPF7tvvPBeT2u7WsBCB { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:51.8125rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bO99Fdz9vhAurPFbM3Cta2IfEysqR8DU { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:55.8125rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SNzPxxwTk8S3MFfGVIXu4LI67Uoakv6S { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:55.8125rem;left:18.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kFAEye5Xqeu9BIbv8PIqBXqkroOkDnPa { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;top:54.375rem;left:0rem;display:block; }
#TOJbcB4MWWFUCP1ipBVdsScR9DchRA02 { position:absolute;display:block;z-index:15115;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.5rem;width:2.5rem;top:39.954427242279rem;left:0rem;overflow:hidden;display:block; }
#rNuA7iOJS9Lvym6oUBnOA45yJo75wQKy { position:absolute;display:block;z-index:15116;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.5rem;width:2.5rem;top:39.951822280884rem;left:10.21875rem;overflow:hidden;display:block; }
#CscSTGceyuvx6JVXM3Ra8STEi1tKzCfV { position:absolute;display:block;z-index:15117;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.5rem;width:2.5rem;top:39.951822280884rem;left:20.6875rem;overflow:hidden;display:block; }
#pCkUPtLlVqnc5ZgbcqJ1UG7bSsiGctKH { position:absolute;display:block;z-index:15117;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.5rem;width:2.5rem;top:45.062502384186rem;left:0rem;overflow:hidden;display:block; }
#k0mCklkcz8T0nhUfP4yEl0AoNmire2lm { position:absolute;display:block;z-index:15118;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.5rem;width:2.5rem;top:39.951822280884rem;left:34.4375rem;overflow:hidden;display:block; }
#dIX11W9eXNNuNUsBIqZXxukB2qnpyRur { position:absolute;display:block;z-index:15119;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.5rem;width:2.5rem;top:39.951822280884rem;left:47.58984375rem;overflow:hidden;display:block; }
#MoJiI7PZdl5bRfeDMx9XVbt5q72EmBJZ { position:absolute;display:block;z-index:15120;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.5rem;width:2.5rem;top:39.9375rem;left:61rem;overflow:hidden;display:block; }
#XtSE8KwG3wGt9ZTnfbeUAAKC9TcrEvgP { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:56rem;left:0rem; }
#mToQ5wxvfdtD80asQm5qVI7Owip0x5rC { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:56rem;left:16.8125rem; }
#mAkL1ORoekKMDWCx2qOpBDM012sOAHK5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.40625rem;left:67.623703002931rem;overflow:hidden;display:block; }
#RkPlzM6vbtTD4WP12zAmOKFIFhRBcwcr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.40625rem;left:67.623703002931rem;overflow:hidden;display:block; }
#F15DIf4hLJtrM3bMH8smZ8CvlAZ3AGWl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.40625rem;left:67.623703002931rem;overflow:hidden;display:block; }
#MrruWn8WeBXhg5WaA0qXklwBN6VZFlfh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.40625rem;left:67.623703002931rem;overflow:hidden;display:block; }
#o0zdKTkyf8uSlkb2wa8FctctDPeoxi8e { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:65.044281005863rem;left:0rem;display:block; }
#XBafPfTgyDWSR66HCR53vnANlCXoTV2k { 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; }#XBafPfTgyDWSR66HCR53vnANlCXoTV2k > .row .container { background-color: transparent; background-image: none; }#XBafPfTgyDWSR66HCR53vnANlCXoTV2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBafPfTgyDWSR66HCR53vnANlCXoTV2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBafPfTgyDWSR66HCR53vnANlCXoTV2k > .row .container > .video-iframe-container { display: none; }#XBafPfTgyDWSR66HCR53vnANlCXoTV2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBafPfTgyDWSR66HCR53vnANlCXoTV2k > .row > .video-iframe-container { display: none; }#XBafPfTgyDWSR66HCR53vnANlCXoTV2k > .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); }#XBafPfTgyDWSR66HCR53vnANlCXoTV2k > .row .container { border-width: 0; border-radius: 0; }#XBafPfTgyDWSR66HCR53vnANlCXoTV2k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XBafPfTgyDWSR66HCR53vnANlCXoTV2k > .row .container { font-size:0.875rem;font-family:arial;height:94.125rem;width:75rem;position:relative;display:block; }#emwMOat3v3OTTFahCx3BP6dxGUvIsElb { color:rgba(var(--color-tertiary-2),1);display:block;width:31.934875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.8945322036744rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JNTrTtnyNsP34CLDP5i7sZgT44L32xfq { color:rgba(var(--color-tertiary-2),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:39.803385257721rem;left:3.21875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P8SepED4n4EFXw9JZyDW5WIKhPOTHZIE { color:rgba(var(--color-tertiary-2),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:12.90625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f3qnTFk9Q8MTNKdt9R2to8vNxkiQDe96 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:23.9375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MklOXa0vTft0dNSf11VueZKh852VD37o { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:45rem;left:3.25rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ez8R2OAlwsxCEt4BIWHJ7fINcD9vuAqO { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:37.625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F3adMPaQFAeMk7vysSTnJfNHN3UEST27 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:39.802082061767rem;left:50.61328125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lU3T1L1VtA0IMkzL6XKgCbOOi4MkZ16K { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:39.8125rem;left:64.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dDQeSrR68qJipFiONxWTt1GqF4CMgL99 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.4375rem;left:0rem;height:18.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sRNg7U5hwQdWlogH6kFHRrTgfJOttXco { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#eC3zipEhAVdHlPGrVUn9IVqPTHM9GkMA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:44.75rem;overflow:hidden;display:block; }
#g9qWnZVOrWHpnVATeEvykmLankxlpfW5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.812500953674rem;left:55rem;overflow:hidden;display:block; }
#TK2f4esuqoMJAvHwxyDDDVVdblArTO5q { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:65.3125rem;overflow:hidden;display:block; }
#g1lWkngtBHzQR8rEaH8Jx4voA0foyyD9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.375rem;width:40.625rem;top:7.93701171875rem;left:34.375rem;overflow:hidden;display:block; }
#JaEv3JqTbOwAoETGX8tX9u7hPygIhq19 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:32rem;left:0rem;display:block; }
#P3BHPhdUuQnoGNIgNeB6p4xgRsgNx07x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l0Lmdqy19ugSS2epaU6WIRXPXLGT2TWO { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:53.4375rem;left:44.75rem;height:10.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F1TQ3x3akCfSQ15vCeXZzEXXUL55TCr6 { position:absolute;display:block;z-index:15113;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.3125rem;width:42.5rem;top:53.420573234558rem;left:0rem;overflow:hidden;display:block; }
#MgDDcq5zasJT73RhP4UPSxp7Rtqe4iel { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.954428672791rem;left:0rem;display:block; }
#Hh8tGEJAOgmFOR8q9QZLnnpcTRGMXxaJ { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-primary-2),1);background-image:none;top:49.31640625rem;left:0rem;display:block; }
#cSQTEaTfsEn4ewvfT5B95gQeTN4SDEVW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.404948592186rem;left:67.623703002931rem;overflow:hidden;display:block; }
#C401vxf6FRa82sxVuz00AeFiw3dzgphJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.404948592186rem;left:67.623703002931rem;overflow:hidden;display:block; }
#nWwKniVD29t8xgeq6txUCTJFswVxsVV3 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:78.125rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SnLD0y88Ei8mRJ86Sv1RATphfzXoMPLR { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:82.125rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#US7M7cRTI4yqJXti4wMKPiEItl6xytg3 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:84.875rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m5RSPP3VcvDpcqUn4n6rpJE33eN2zcmr { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:82.125rem;left:18.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IBkpVMSldW4E1emyWlUxHNe0uOLOLH92 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:84.875rem;left:18.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AIWgK9mTvhxkD0nuSnBniwHCziyeJJEB { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:82.125rem;left:32.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zR0R1eXcuhISZ11tnS1XuSQXDdTEX3cG { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:84.875rem;left:32.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pTx1RsWso4057C4iltB2pptBk54fywSH { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:82.125rem;left:45.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t9Cvvfgn64Lx9X0o2luuT1ayXiHwQPW0 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:84.875rem;left:45.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hBgnnRuTTTffqdh3MVhxQMrOHhNoHAbu { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;top:80.6875rem;left:0rem;display:block; }
#dmaXDdRBEwVcHktuTFMW5aNwiqKFmTge { position:absolute;display:block;z-index:15115;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.5rem;width:2.5rem;top:39.954427242279rem;left:0rem;overflow:hidden;display:block; }
#RLhxu0JRICKIiLM2ToKhGLrWi6WaMPZr { position:absolute;display:block;z-index:15116;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.5rem;width:2.5rem;top:39.951822280884rem;left:10.21875rem;overflow:hidden;display:block; }
#Woni8BVZfWEcDTUt92TdIx6UOCbBTGvr { position:absolute;display:block;z-index:15117;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.5rem;width:2.5rem;top:39.951822280884rem;left:20.6875rem;overflow:hidden;display:block; }
#LlenKQ47y5yI3mGzRx83Sy5EkUMUCU5G { position:absolute;display:block;z-index:15117;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.5rem;width:2.5rem;top:45.062502384186rem;left:0rem;overflow:hidden;display:block; }
#RN5lH51dS7KNvJTq5cpw397bwhEEwV5w { position:absolute;display:block;z-index:15118;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.5rem;width:2.5rem;top:39.951822280884rem;left:34.4375rem;overflow:hidden;display:block; }
#aVWXK06nO6ALqxNOQ6n07Z8GnD05BHKM { position:absolute;display:block;z-index:15119;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.5rem;width:2.5rem;top:39.951822280884rem;left:47.58984375rem;overflow:hidden;display:block; }
#Z8PiTU82f2xOf4EtB3VcctiQc86pR5Nt { position:absolute;display:block;z-index:15120;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.5rem;width:2.5rem;top:39.9375rem;left:61rem;overflow:hidden;display:block; }
#gcuz3NxuLlxRK2RIbLyoOrFxvQCs54Cm { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:82.29296875rem;left:0rem; }
#aDKtl5HSk9AfTfmncr9wzOuqt2beeoT8 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:85.04296875rem;left:0rem; }
#oXuVXrHTlnienzHhWh49JyeB2w3BbuaP { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:85.10546875rem;left:16.8125rem; }
#fZEKnsNEwfraa9EC8ecEoSGlccwT2HKI { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:82.35546875rem;left:16.8125rem; }
#T2y9t6nGx7Jse5iJiKOFaA4L7FOkv3cu { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:82.35546875rem;left:31.078125rem; }
#XAbDVCNZpqeDiTedURhRMwN98sECX4zE { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:85.10546875rem;left:31.078125rem; }
#v7OpK0CghPJHCgVWkDyuGSRM9ab5wd2y { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:85.10546875rem;left:43.87109375rem; }
#HSzIHygJWBpMzQqRLMBLbCk89QvSqkxw { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:82.35546875rem;left:43.875rem; }
#C0a66ZrtxSkTkDmeIcQPHZvTnFLDUGvo { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:21.6875rem;left:67.5rem;overflow:hidden;display:block; }
#nXDt3Ti19ckZCNMIod7QMEzIBEo5HcoC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.875rem;width:7.375rem;top:30.404948592186rem;left:67.623703002931rem;overflow:hidden;display:block; }
#KtdJKdH771pntyyZNcK6PxC726KNaXbC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab0f5ced-1efe-43ff-8f79-b1d1a910b135/solidayraffsegel_12.webp");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; }#KtdJKdH771pntyyZNcK6PxC726KNaXbC.adaptive-delivery-prevent-bg, #KtdJKdH771pntyyZNcK6PxC726KNaXbC.lazyload, #KtdJKdH771pntyyZNcK6PxC726KNaXbC.lazyloading { background-image: none; }#KtdJKdH771pntyyZNcK6PxC726KNaXbC > .row .container { background-color: transparent; background-image: none; }#KtdJKdH771pntyyZNcK6PxC726KNaXbC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#KtdJKdH771pntyyZNcK6PxC726KNaXbC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtdJKdH771pntyyZNcK6PxC726KNaXbC > .row .container > .video-iframe-container { display: none; }#KtdJKdH771pntyyZNcK6PxC726KNaXbC > .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.43); }#KtdJKdH771pntyyZNcK6PxC726KNaXbC > .row > .video-iframe-container { display: none; }#KtdJKdH771pntyyZNcK6PxC726KNaXbC > .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); }#KtdJKdH771pntyyZNcK6PxC726KNaXbC > .row .container { border-width: 0; border-radius: 0; }#KtdJKdH771pntyyZNcK6PxC726KNaXbC::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; }#KtdJKdH771pntyyZNcK6PxC726KNaXbC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtdJKdH771pntyyZNcK6PxC726KNaXbC > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#Hh1JfPfN6ru09rJEZrAOlEQ0ABndNmei { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:7.62451171875rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#u4Z1n60RUu4sm8PvZRoQJlJprtTEhMII { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:12.25rem;left:8.5rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PC2BHetLfVoK0nTTWhzPDwT2VGUfJO5X { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:12.25rem;left:16.4375rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bH0LTF0Ucearz7OLWqMqFwTZTzuRGRvF { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:12.25rem;left:31rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dMhkslQFNwPukCwHTKQytUyWdiNn074M { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:12.25rem;left:24rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#trcymJbOUm1966tfA3LDAATTHk4Biphz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:12.25rem;left:40.375rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NZQbXdE36dizA7sKK5XV6kCQULBNSTdD { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:12.25rem;left:52.875rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM { 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; }#DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM > .row .container { background-color: transparent; background-image: none; }#DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM > .row .container > .video-iframe-container { display: none; }#DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM > .row > .video-iframe-container { display: none; }#DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM > .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); }#DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM > .row .container { border-width: 0; border-radius: 0; }#DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM > .row .container { font-size:0.875rem;font-family:arial;height:81.4375rem;width:75rem;position:relative;display:block; }#uyCLC3nWsFakXR0TR3pOTVb6o5WGQ1Jp { color:rgba(var(--color-tertiary-2),1);display:block;width:31.934875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.8945322036744rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#L6SaIIcft2uETrF05k169hax3Zxm6wbp { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15101;background-color:#e3e3e3;background-image:none;top:81.356788635256rem;left:0rem;display:block; }
#BIfKTPC3EFWw5auEqyJ4IEll04eVVivJ { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.4375rem;left:0rem;height:15.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i30eMZ7oFle7MRNZ0AFfvCIyMb1JtpGX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#HCz2IQdlSH3MMTfDbOghphBr0K5oueFa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:44.75rem;overflow:hidden;display:block; }
#fZoQJeZP35DLCE6sA7rep1I6gaxiT4mf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.812500953674rem;left:55rem;overflow:hidden;display:block; }
#G6KAEJSTrlyLeOQW9JcnlxsfXCsM2Obw { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:65.3125rem;overflow:hidden;display:block; }
#sG5ZdmbTrnPZJbgqxm15fv0x3tNQidsu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.375rem;width:40.625rem;top:7.93701171875rem;left:34.375rem;overflow:hidden;display:block; }
#xsL8gRuHffDmAhqd0cz4amJ4OAgrntQw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:27.375rem;left:0rem;display:block; }
#sFuZVRZIVdfDQPNcUC4Smk9Bod28NKDR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CVtKwTiiHob01PNp3KEncWQuZcMBfGpD { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#wytVg108uep90L9fZU5gSD3ZctbDyqfO { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:40.9375rem;left:44.75rem;height:25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tu35u0o3HBSeMExPlkD8w0pZ4NJsvuK3 { position:absolute;display:block;z-index:15113;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.3125rem;width:42.5rem;top:40.875rem;left:0rem;overflow:hidden;display:block; }
#my1abTDFa2IcTyIJLWqIcfJSTrNAo0Om { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.954428672791rem;left:0rem;display:block; }
#Nnz8pSSaJZovwkBDA260AFWTmAZR3eT7 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:68.125rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aVPFxbVVtWHIdFobqVZhJRScfzH3JdQl { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:72.125rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b5yTMpELyfknH1kE6EdgDrycCbm76isT { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:72.125rem;left:11.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D0gtOuPM9d3SHlnbGmcXqmoacBl7duho { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:72.125rem;left:24.9375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#biGW6ubUG5V19z2TbwoSIh3hSR37F7xT { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:72.125rem;left:40rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cqi4Bu4zUFtA54WUeFA9WcsuTuctLltZ { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;top:70.6875rem;left:0rem;display:block; }
#Jd71ndVD7p7XnBuBqU02t6UWahDqOXmT { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:72.35546875rem;left:0rem; }
#EleUoALFKiRvU0VaBE8fdn12ZOXudy0k { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:72.3125rem;left:9.8125rem; }
#u0apU2dCNK8JxsuqcqJUu9VPLKBobxeU { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:72.3125rem;left:23.4375rem; }
#Z24FRkxqwZgTs5CNaUunDWImlQFko23i { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:72.3125rem;left:38.6875rem; }
#DeMvmXGeCQJWcTbKQveStvAHnZLVwAky { 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; }#DeMvmXGeCQJWcTbKQveStvAHnZLVwAky > .row .container { background-color: transparent; background-image: none; }#DeMvmXGeCQJWcTbKQveStvAHnZLVwAky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeMvmXGeCQJWcTbKQveStvAHnZLVwAky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeMvmXGeCQJWcTbKQveStvAHnZLVwAky > .row .container > .video-iframe-container { display: none; }#DeMvmXGeCQJWcTbKQveStvAHnZLVwAky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeMvmXGeCQJWcTbKQveStvAHnZLVwAky > .row > .video-iframe-container { display: none; }#DeMvmXGeCQJWcTbKQveStvAHnZLVwAky > .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); }#DeMvmXGeCQJWcTbKQveStvAHnZLVwAky > .row .container { border-width: 0; border-radius: 0; }#DeMvmXGeCQJWcTbKQveStvAHnZLVwAky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeMvmXGeCQJWcTbKQveStvAHnZLVwAky > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:75rem;position:relative;display:block; }#DwDiQQ6TnvVLKysA4R4n2ipueZS61IGN { color:rgba(var(--color-tertiary-2),1);display:block;width:31.934875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.8945322036744rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xguWOI4ElyCWvIPvfTWFU9cBFCybcPFv { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15101;background-color:#e3e3e3;background-image:none;top:78.833312988281rem;left:0rem;display:block; }
#ppr5Z7WZlriLU1d7EsfRzKDN5DQdp8qC { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.4375rem;left:0rem;height:17.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yFU9n6JrwFN81ZXqdyiagvN4k88fyae2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#slmita56wKQOHI0shpRk4SAB3UPPxbLe { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:44.75rem;overflow:hidden;display:block; }
#LToACvwL6gJeGJmmrOpbOqZFm4weiDHb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.812500953674rem;left:55rem;overflow:hidden;display:block; }
#vnLySEOTToTXV3OR5ec3362rTaySC4b2 { position:absolute;display:block;z-index:15126;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:65.3125rem;overflow:hidden;display:block; }
#NLWxl9fJNN2lEriMcTuMlxZXvqhEGMG6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.375rem;width:40.625rem;top:7.93701171875rem;left:34.375rem;overflow:hidden;display:block; }
#UI72ixH9EOZvHUPmlLy9yKfdXPygaNCP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:28.843750953674rem;left:0rem;display:block; }
#PU3TcNQy4L9T1mubeUHVGci3XIsdZumy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ONFzxouDhExGwpKZz8FOTziMc8P4H8zh { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#uVRGMyEfgqSd103NKyiiIDegpmKpV6k7 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:40.9375rem;left:44.75rem;height:10.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q8NiMRag7PsJhIAQVwBZAfTGy0MDGdid { position:absolute;display:block;z-index:15113;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.3125rem;width:42.5rem;top:40.875rem;left:0rem;overflow:hidden;display:block; }
#dKnfNyDA1XHNE75aw1arrldkb9ZaVc64 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.954428672791rem;left:0rem;display:block; }
#lip1RoTg6DPCMEOSp2pFK3JocigQhTRd { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:65.625061035156rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yI9zFoMkoW1sNtBsOyZ8gy8LGtVyVHxX { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:69.625061035156rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c0xmlTgNfH8xuuMM5y92TUySy45goauC { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:69.625061035156rem;left:11.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lwOLtdHH6rOoXvtPEnMCNMLNTOT3hAVq { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:69.625061035156rem;left:27.4375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iR9A3RtkkiJTIpcdPD8dN8JDrgkbCMCs { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;top:68.187561035156rem;left:0rem;display:block; }
#bisGxT5EEX8XPFz65DxIHgmXaT0RRWRy { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:69.855529785156rem;left:0rem; }
#e7NiDOgdiVAaSimM0CdTROKesrnu6Dth { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:69.812561035156rem;left:9.8125rem; }
#Qeu9qSNoWdJJOCCWzolkqh50Nzk79VOo { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:69.812561035156rem;left:25.9375rem; }
#KXIQbfznumHqDSbZmNinfPP5n4vKhRe2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.5625rem;top:30.4375rem;left:65.9375rem;overflow:hidden;display:block; }
#StXOq40bEqUb9tpaLcUTLqyhX55ihreq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.8125rem;width:5.5rem;top:31.0625rem;left:66.5625rem;overflow:hidden;display:block; }
#TlXRMQ8434JXHUOudX9iSwJqaiQAtSSm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.9375rem;width:5.6875rem;top:30.875rem;left:67.9375rem;overflow:hidden;display:block; }
#KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k { 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; }#KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k > .row .container { background-color: transparent; background-image: none; }#KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k > .row .container > .video-iframe-container { display: none; }#KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k > .row > .video-iframe-container { display: none; }#KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k > .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); }#KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k > .row .container { border-width: 0; border-radius: 0; }#KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:75rem;position:relative;display:block; }#cwOzhRomg4AiZonxwBQyJ47JlsdPXvg8 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.934875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.8945322036744rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t7a7Iq0FOflCyg19T4AniyPsyzCV7bdk { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15101;background-color:#e3e3e3;background-image:none;top:78.833312988281rem;left:0rem;display:block; }
#Ii5gmZp6WwoDemIWBOD60iUXEbsNaTc9 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.4375rem;left:0rem;height:10.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tXuGqAzK0CKVXywnBXLVyGsiwSKDAwfN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#SHNDalFADpdH86cIJHyw1NwbdSTkheTU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:44.75rem;overflow:hidden;display:block; }
#au48at3XDCdDNUlpzpQVD1rqFunEZOmZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.812500953674rem;left:55rem;overflow:hidden;display:block; }
#M81SmfQVuurXcIsth2mzhIBNrugMdG1r { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:65.3125rem;overflow:hidden;display:block; }
#mEiA2unQNvPTcspzXXE7szh2UZNfTq2H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.375rem;width:40.625rem;top:7.93701171875rem;left:34.375rem;overflow:hidden;display:block; }
#EdhfwTlbkiva2CRHn0sD2bxEGb28rrN4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:22.5625rem;left:0rem;display:block; }
#VyH7AFhwNTKCFB98BTn7WKOVLOn727U4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxbzwG9anEMqyK594qhcdRX0O36R0hf3 { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#urT1nKQvT0N1nqmurXK2pmflEL4CG6G8 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:40.9375rem;left:44.75rem;height:12.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uDnyKty5let25BOTTzrmQ5eFTDa0Ep7z { position:absolute;display:block;z-index:15113;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.3125rem;width:42.5rem;top:40.875rem;left:0rem;overflow:hidden;display:block; }
#DhwDIwatDS9GHAvsEO7JfSlouQBgeb8F { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.954428672791rem;left:0rem;display:block; }
#drhFozb4TOKQu17cLtJcOILT85Km1vUr { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:65.625rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kKTWdK61x9XWoKuctb78kSlac8GVh9vv { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:69.625rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K51nZRtVMpbpMmBBqJI6iTzpslPFVnnQ { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:69.625rem;left:11.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mHHbM8WV1fRkeTReR7UOkT3m1lJi4984 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:69.625rem;left:26.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z9z5Dm5eZpShzNfTyKm8tQz3DNEdtMJR { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;top:68.1875rem;left:0rem;display:block; }
#wthHR5JW1lMJ5DumwBF4oup86f3Hao6x { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:69.85546875rem;left:0rem; }
#hFrBRTTHmFNCoMLTegIaVd9bc2m8MeTf { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:69.8125rem;left:9.8125rem; }
#Xq76H6M9PaZTW93BTu46DrzI6bXO4c3N { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:69.8125rem;left:25.3125rem; }
#mknpMxWGukOZCS4uhLiHbRlqeLRiySDq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.656250953674rem;left:68.20703125rem;overflow:hidden;display:block; }
#QtEH13R7iPinEFqEBGPqLHrmyN5MZxOn { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:69.625rem;left:38.5rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iAmsvAP64WOHqHo3Mx01EIeMgfhQqBBX { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:69.8125rem;left:37rem; }
#p22w1LV7JZflIxMlQXiphQTNMENhOTnu { 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; }#p22w1LV7JZflIxMlQXiphQTNMENhOTnu > .row .container { background-color: transparent; background-image: none; }#p22w1LV7JZflIxMlQXiphQTNMENhOTnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p22w1LV7JZflIxMlQXiphQTNMENhOTnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p22w1LV7JZflIxMlQXiphQTNMENhOTnu > .row .container > .video-iframe-container { display: none; }#p22w1LV7JZflIxMlQXiphQTNMENhOTnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p22w1LV7JZflIxMlQXiphQTNMENhOTnu > .row > .video-iframe-container { display: none; }#p22w1LV7JZflIxMlQXiphQTNMENhOTnu > .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); }#p22w1LV7JZflIxMlQXiphQTNMENhOTnu > .row .container { border-width: 0; border-radius: 0; }#p22w1LV7JZflIxMlQXiphQTNMENhOTnu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p22w1LV7JZflIxMlQXiphQTNMENhOTnu > .row .container { font-size:0.875rem;font-family:arial;height:78.75rem;width:75rem;position:relative;display:block; }#MmEXRL0cVWCSTzNkt0gt4Vkaepp6Tclm { color:rgba(var(--color-tertiary-2),1);display:block;width:31.934875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.8945322036744rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#foTPluX6izvCBM0rbQW9Eq3p4ViirPmr { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15101;background-color:#e3e3e3;background-image:none;top:78.626304626462rem;left:0rem;display:block; }
#UyRwvE8mEu6nTcukfgETL7SDv1SHzJ8B { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.4375rem;left:0rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M9nNWfyapacSxtofuiNhNWWit1mIxDkZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#pHfGK5Fo7vNCK4Hd24q4kytsd6ZZReak { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:44.75rem;overflow:hidden;display:block; }
#Lv57bobaqabelvci5pxiszyrwQcmN5zf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.812500953674rem;left:55rem;overflow:hidden;display:block; }
#iSVQ0kJiMpeTO5kR2NBlyNMw0vA3fpZP { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:65.3125rem;overflow:hidden;display:block; }
#wkk6yVX3xbuqCi0cNHDqxMpLNSuMUXQx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.375rem;width:40.625rem;top:7.93701171875rem;left:34.375rem;overflow:hidden;display:block; }
#lofsWZVzzvFrx8ASpTPkeM0LLQmu39ZN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:25.6875rem;left:0rem;display:block; }
#WAEh3mSvH9rzLHZQapUz8uXRklDlfaW4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQEfmIQayIPTLFoa5nnPiCxm43LC2w7W { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#cqf838dnA74vmKnl6z71wqEcJgnCKqqT { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:40.9375rem;left:44.75rem;height:18.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ITTSls0SbJc76WFu1dS20vD9mfEb6pWC { position:absolute;display:block;z-index:15113;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.3125rem;width:42.5rem;top:40.875rem;left:0rem;overflow:hidden;display:block; }
#u9zPZWcGIOQ0pMO4nztWSck67ruJ0VcU { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.954428672791rem;left:0rem;display:block; }
#CuTleq5Ee0hEOIXXNBJ6XBwSW1goxuOz { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:65.625rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BCtpkTcFlsVkNrbdkMdFm1gghGlTyavq { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:69.625rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ybPNIfI6n63gioQQTZMwSf3FVUTqVJFL { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:69.625rem;left:11.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xZ5lOky9zIt90KUKI8ckJiBGsm5dwgTe { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:69.625rem;left:26.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Awn4KpguP7lPmR9SxWz3nycLFxQXlv0a { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;top:68.1875rem;left:0rem;display:block; }
#CflshEozipHKpNQS0Z6SH8yFTCoKWqcS { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:69.85546875rem;left:0rem; }
#GJmpRnPk3TfygT9EUWpngQpuBL0CzAdm { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:69.8125rem;left:9.8125rem; }
#A0SveRH39BA4quAICmeVMmHEuQBCvhHx { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:69.8125rem;left:25.3125rem; }
#pp6U2r2TJCSddn3OegSrqdPq9ZA4VI7I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.656252384186rem;left:66.9375rem;overflow:hidden;display:block; }
#xuCRV3HsnXa91m29xk8yCP7Mi3pxheKA { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:69.625rem;left:38.5rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mh7Zc9H9N9nePsD2wTEVtn0gT3Riwoic { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:69.8125rem;left:37rem; }
#tN43GsRQUriKsDgUJi0cedTAOo1w63li { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.656252384186rem;left:68.561203002931rem;overflow:hidden;display:block; }
#kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H { 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; }#kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H > .row .container { background-color: transparent; background-image: none; }#kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H > .row .container > .video-iframe-container { display: none; }#kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H > .row > .video-iframe-container { display: none; }#kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H > .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); }#kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H > .row .container { border-width: 0; border-radius: 0; }#kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:75rem;position:relative;display:block; }#qc2CyBlqJ0i0hgOno9OQUkr11iMR7woE { color:rgba(var(--color-tertiary-2),1);display:block;width:31.934875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.8945322036744rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ogrwAySfuyOXQX98Lkaflu2Hql3my0PQ { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15101;background-color:#e3e3e3;background-image:none;top:78.833312988281rem;left:0rem;display:block; }
#X23T1wdkxQTN1XT3p742G8GmFPdGom9S { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.4375rem;left:0rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f1ogmUiNh2aSPdB0L7qdiaKmiudiv6Mt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#gTQDbgNw0GiCDAOUPEpf3iB8phBzDr3h { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:44.75rem;overflow:hidden;display:block; }
#hUHM5DpWU8N33XF6gosmLaAzkl5Udi37 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.812500953674rem;left:55rem;overflow:hidden;display:block; }
#E1igwGcaOxQbq3n1CzRVnm35VOPuTXfO { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:65.3125rem;overflow:hidden;display:block; }
#FlANDGKt9m9gMmyAZDU2CGXrKlqg1pku { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.375rem;width:40.625rem;top:7.93701171875rem;left:34.375rem;overflow:hidden;display:block; }
#HgFsGMEnQp80IaMSE5vPpt5LP2KE41P7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:21.0625rem;left:0rem;display:block; }
#nO2R5yHEos2v19EDUxvE1z5x2N5g3Q6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TthHktcQSKfnTs290D8pGqqZV63zN66K { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#etpQEQoaoFlNhqUNIp7uD4MKTdHNXeto { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:40.9375rem;left:44.75rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mPhDwsu1TPb4ThaSQlDT2w6W4N70SaRt { position:absolute;display:block;z-index:15113;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.3125rem;width:42.5rem;top:40.875rem;left:0rem;overflow:hidden;display:block; }
#T5gKK6iJ91R5sDIANhPIWk8ZnO4yzW60 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.954428672791rem;left:0rem;display:block; }
#d178pvXACesCnbBUIdgOUXdB6AWXSmGl { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:65.625rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HWJ36Se4SXBebn1oP72EutGyekMk7wtb { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:69.625rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IUBzTdHPHlUC3Ol1Zf3ELb2kVTrQE4Ao { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:69.625rem;left:11.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hL6AvlxLiRPmD9092cHtkUPw7fKHUA9U { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:69.625rem;left:26.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T2VlGcTztrrcPKqsOFgeEoIizd8Crqgh { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;top:68.1875rem;left:0rem;display:block; }
#WOOEGvWIUi6nG0BUdcO0JzS1LIrIdX0W { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:69.85546875rem;left:0rem; }
#H2IVEPImiOsk3o9Qdh4cIl9b49RHJmh5 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:69.8125rem;left:9.8125rem; }
#TiJXMrqBPA3uhccVfQxFVnRF1bQKorkt { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:69.8125rem;left:25.3125rem; }
#rmr5r7bumP1aWVWLLyUDKmEL8iAlm0GU { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:69.625rem;left:38.5rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WRf6IMzJhpmDZCuDmknV9oc8D4UVT6ea { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:69.8125rem;left:37rem; }
#pCTW7RDluhtAbAWEV1yMMQMttTcp6VNt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.656252384186rem;left:68.561203002931rem;overflow:hidden;display:block; }
#eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh { 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; }#eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh > .row .container { background-color: transparent; background-image: none; }#eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh > .row .container > .video-iframe-container { display: none; }#eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh > .row > .video-iframe-container { display: none; }#eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh > .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); }#eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh > .row .container { border-width: 0; border-radius: 0; }#eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:75rem;position:relative;display:block; }#KLapZ2LW8tizvlQFIVUNALxTGM4STVEQ { color:rgba(var(--color-tertiary-2),1);display:block;width:31.934875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.8945322036744rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Od1sd6beUTffTmOIy7Wh9gouTlrriQoh { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.4375rem;left:0rem;height:15.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cknChL1a8GPttkBnZyR8vwKPROsbRiT0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#BcRVXIJlUBAyQwlqpaMl3tONeBQpCKGb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:44.75rem;overflow:hidden;display:block; }
#IE9TtDZeg0pbVBbTB9gmA56OK8CFcTKC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.812500953674rem;left:55rem;overflow:hidden;display:block; }
#D5gUpLC3un0oVOe5iUmzuP8pkUgrLXgC { position:absolute;display:block;z-index:15126;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:65.3125rem;overflow:hidden;display:block; }
#oa8sBbI4RqWTVIlKirfXSuWVFFibB791 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.375rem;width:40.625rem;top:7.93701171875rem;left:34.375rem;overflow:hidden;display:block; }
#UP88sRtrexlsaQv99Tki30tdUEC8sdoC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:27.187501907349rem;left:0rem;display:block; }
#vcfK72A82wLJDhDPmrPl1Kf2s0zd3xNH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PRJGPAPPL2zd1REL5sSkQyRT0lVvDRit { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:40.9375rem;left:44.75rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q62AHFJaBirNrUqW3yISnTC0FlNSnRy0 { position:absolute;display:block;z-index:15113;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.3125rem;width:42.5rem;top:40.875rem;left:0rem;overflow:hidden;display:block; }
#OeV8XPtVG9XX6Mkq8KnX7WVWvf0yG53n { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.954428672791rem;left:0rem;display:block; }
#yS9Grt4mQk9JHITmJwUpVrsLa7HqcwnU { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:65.625rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qbCGSdZZ39ODX21PODtWrU44TvHO9aat { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:69.625rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CthRQAVmAE7tugTzzgEhs7SFt8EmL3CT { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:69.625rem;left:11.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#auTsxn5Ozw0dqh7ge7IA4oUCWz2uroHm { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:69.625rem;left:26.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lLWwyyCUhs0EIA0fLsIykKr08Arqn9lF { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;top:68.1875rem;left:0rem;display:block; }
#w6c4eZTPEDCCd5BaVcJegEX2TZbfTZIe { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:69.85546875rem;left:0rem; }
#FIqmBX6sHfKdTshCIbO9qge8y376thIg { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:69.8125rem;left:9.8125rem; }
#GFEpehFTXXUxPIEXpk2QE8aTuI9uCcN8 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:69.8125rem;left:25.3125rem; }
#wUdWI1pM7lgUe4yfnb7V1lOJUE3Uonqw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.656252384186rem;left:68.561203002931rem;overflow:hidden;display:block; }
#DG54TfF7f9XNxgK8qTd1ZpqIMS9pcA5v { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.656251907349rem;left:66.9375rem;overflow:hidden;display:block; }
#xcl7H1AT6wC7uzRsqEJFd4rLi7JyPesf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:31.281251907349rem;left:67.5625rem;overflow:hidden;display:block; }
#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ec5b7fee-f046-439b-9e44-659a7c02a63e/flecksonnenschutzterrassendachglasdachsystemuebersichtmin.jpg");background-position:top 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; }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08.adaptive-delivery-prevent-bg, #TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08.lazyload, #TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08.lazyloading { background-image: none; }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 > .row .container { background-color: transparent; background-image: none; }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 > .row .container > .video-iframe-container { display: none; }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 > .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.43); }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 > .row > .video-iframe-container { display: none; }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 > .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); }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 > .row .container { border-width: 0; border-radius: 0; }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08::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; }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#x2pN30RtnA0btQeX7oXt2M2CwE5VrPUx { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:7.62451171875rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cxLvPIJEuRFgdL4KgrrATF2NHNc3a6OB { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:12.125rem;left:27.9375rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ukHvwqgGWmcfS0oqwmCJ6r8ViKJBhH92 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:12.125rem;left:36.75rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA { 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; }#pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA > .row .container { background-color: transparent; background-image: none; }#pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA > .row .container > .video-iframe-container { display: none; }#pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA > .row > .video-iframe-container { display: none; }#pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA > .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); }#pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA > .row .container { border-width: 0; border-radius: 0; }#pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#a7Q4hrkBpsC3uy0ZtlAQoHhIV85kQUBO { color:rgba(var(--color-tertiary-2),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.89453125rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CrchCLUn1oJT1BrF9RuIR14c8As7NLET { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15101;background-color:#e3e3e3;background-image:none;top:50.852825164795rem;left:0rem;display:block; }
#hBc0wBkcAf3QbFIN0G7fCmLPowruT903 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.4375rem;left:0rem;height:17.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OWBbckf4AzfNMQT1iQT7mZTIx5d1KFh5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#xRdFQ679ucogMpFDBvu6XtoM7a5ty4fF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:44.75rem;overflow:hidden;display:block; }
#FxEP5VACnRMZm6Muc1uugILE2OTgTSOD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.812500953674rem;left:55rem;overflow:hidden;display:block; }
#vCUEJT3GPUSgcZCJ2ypDEQt4iFPJ9T3i { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:65.3125rem;overflow:hidden;display:block; }
#HwwtixCODm4TOKTQPpdXM20m0RQNTDT5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.375rem;width:40.625rem;top:7.93701171875rem;left:34.375rem;overflow:hidden;display:block; }
#coTyfwJ2ViouSe8aPpaD0n66bX0S2M79 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:28.8125rem;left:0rem;display:block; }
#HHAlbcdP8oDdw1cIxn7zBJIkaE8ZhQF6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fy57HhNpHc9u5lA1lRVIr1vwKBF0Iw5A { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#B1uPoLLsyJ5eiCtGedxl9Ip5czX1VooS { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:37.625rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aohOC2l9iufpcdcTLWBINrfECfzPzgy9 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:41.625rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lAbCTCNP4WTM0kfvqn4R6MuJzW6CDlwE { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:41.625rem;left:11.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KQAMPzZJixcWVrmcu43OUgCJeDtaMhvk { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:41.625rem;left:26.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XR1vGKsTQcv2PZTQQHH6teNkRFXOfN50 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;top:40.1875rem;left:0rem;display:block; }
#lUPXpeOsQTi3NJdUQkmIdx3pOP1ASGxZ { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:41.875rem;left:0rem; }
#zttaSSvJHFefH09hKafrwlaqFpvygBde { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:41.8125rem;left:9.8125rem; }
#DAidr4U0X9cWQWh7tF0POQTIXfLmDC8x { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:41.8125rem;left:25.3125rem; }
#Fsrs8IpBLT6ZdD4ZGd02y4uqpRnpb7qR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.65625rem;left:68.561203002931rem;overflow:hidden;display:block; }
#RrlbDlSWTUI2e7dNeiTPttlgraskgynF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.65625rem;left:68.561203002931rem;overflow:hidden;display:block; }
#KGh3fuy4uh5Owz0W5nxHdK84IvTd7CZa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.656251907349rem;left:68.561203002931rem;overflow:hidden;display:block; }
#erqSWka7IIEh4Vxeuc3Eug3wWdcebBFf { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:41.625rem;left:39.375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KP9KwneW2b8X5cfBSGcbIeKQDs3Zwznz { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:41.8125rem;left:37.875rem; }
#TZ9rwRfOviBPaeGhGqavqvbTDeVTvyEQ { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:41.625rem;left:51rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fud2qeS6dsh2NtiQ8SV0U1eXsGvLdEs4 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:41.8125rem;left:49.5rem; }
#ADy7sMHSQALIuGuxZEfkAMwgR2xxNRBw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.656251907349rem;left:67.51953125rem;overflow:hidden;display:block; }
#WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE { 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; }#WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE > .row .container { background-color: transparent; background-image: none; }#WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE > .row .container > .video-iframe-container { display: none; }#WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE > .row > .video-iframe-container { display: none; }#WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE > .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); }#WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE > .row .container { border-width: 0; border-radius: 0; }#WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#Lpi9kzQLwnbMnV9tqAlK9DZJThe7qxf8 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.89453125rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wV3IDTUGZwKEzCsflHMvTnqstfvhcHPr { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.4375rem;left:0rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EyrVxThJorBsd2vhsrmbpTx1ltotxW2B { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:34.4375rem;overflow:hidden;display:block; }
#TT4Zgx2n2a3DENnXNQRszmgOpL2tNBWW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:44.75rem;overflow:hidden;display:block; }
#BJFnS3QqlohNkAU86JkhcNTirKm9BFWT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.812500953674rem;left:55rem;overflow:hidden;display:block; }
#e10DdEuIS8HoD5awVSi55zXmgA4qvTlw { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:29.8125rem;left:65.3125rem;overflow:hidden;display:block; }
#D3AWB8AR5FU3z5GQ2xTOys7xDdFtHQHQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.375rem;width:40.625rem;top:7.93701171875rem;left:34.375rem;overflow:hidden;display:block; }
#k2TROBaPgCUQdEgx1PAVX4lL3LZQKPp7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:25.625rem;left:0rem;display:block; }
#MnZvAXETVHoDB0dTbK3hdqXZbstieTEk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XieRw0Fdmvrc0GHlkAM56f8FHEy3WftL { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:37.9375rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TnzerNeFH78I6hEoaRmT8zdRF69tfxED { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:41.9375rem;left:1.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x4fE6VlGhJnHFHead6BosD662arJ6Vx2 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:41.9375rem;left:11.1875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pd0cLBEzbyeP57boQw3IWZXSxUspwQTF { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:41.9375rem;left:26.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KNI7Nb7Xi0xawuchlG4sENqkNb9F9Te8 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;top:40.5rem;left:0rem;display:block; }
#AABz3NqZpipKJxoIUaG2HJ2LEhq2mUKI { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:42.1875rem;left:0rem; }
#R35aPpVxu1EPvKCGlhFw5qTCuAurUdyk { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:42.125rem;left:9.8125rem; }
#hcH1uRuZIxWk8kAqi3GBtVOTkdrhOycz { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:42.125rem;left:25.3125rem; }
#wL4oaQlUCV37OIdmLcfJIEQ6dRNDL8xS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.656169891358rem;left:68.561203002931rem;overflow:hidden;display:block; }
#yPtcTZAPrFGrSuw46H6tfwvEw5hVVCXV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.656251907349rem;left:68.561203002931rem;overflow:hidden;display:block; }
#o5b8PSzzN5UnhPKZBTifH5fvO90bQVRA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.656251907349rem;left:68.561203002931rem;overflow:hidden;display:block; }
#azyFoogBOk8fBnmLBdMNEG1bGC2MTLOo { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:41.9375rem;left:39.375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X0L4Am5RRn1wbGv0qEM2rPhuVX9P2KM7 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:42.125rem;left:37.875rem; }
#kQTIeHuJ9ETWwwZpE7iEcyJT57XLpvKr { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:41.9375rem;left:51rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vAynOoNWd67KlG6yehiszMJqFl1Xbg3U { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:42.125rem;left:49.5rem; }
#wH7CKETqNKGTNgrvTZ37ZzAxuKHgLrrz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.656251907349rem;left:68.561203002931rem;overflow:hidden;display:block; }
#ErbTchgnHg7lD6OgQIraf0aCKrn0Raa0 { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:21.6875rem;left:67.5rem;overflow:hidden;display:block; }
#DyAT1R5R9wtXC8H7FJqsJ6xlMHRxzeGf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.375rem;width:6.4375rem;top:30.656251907349rem;left:68.561203002931rem;overflow:hidden;display:block; }
#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/52fab3a3-0923-4a5f-9586-248e4bea281a/flecksonnenschutzterrassendachwinter3min.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; }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr.adaptive-delivery-prevent-bg, #TDJTBC0ywPw7PbpckZqDsUHd95THMPHr.lazyload, #TDJTBC0ywPw7PbpckZqDsUHd95THMPHr.lazyloading { background-image: none; }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr > .row .container { background-color: transparent; background-image: none; }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr > .row .container > .video-iframe-container { display: none; }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr > .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.43); }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr > .row > .video-iframe-container { display: none; }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr > .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); }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr > .row .container { border-width: 0; border-radius: 0; }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr::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; }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#AQ8sQiyr2PcfApWNxAR9iMyAfqd9mdG1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:7.5rem;left:5.5rem;height:7.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 { 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; }#LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 > .row .container { background-color: transparent; background-image: none; }#LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 > .row .container > .video-iframe-container { display: none; }#LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 > .row > .video-iframe-container { display: none; }#LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 > .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); }#LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 > .row .container { border-width: 0; border-radius: 0; }#LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:block; }#rqlwhHKbsReE9BklbkE7bxhr9NJB2pRH { color:rgba(var(--color-tertiary-2),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:7.8294277191163rem;left:0rem;height:6.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N0uSHCzpgyFEU0lMa6cbrUiZHuVT3eOk { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:14.597738265991rem;left:0rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LagXcFspQqfIgTCihUE7PtXz3OnT6bpv { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.8125rem;width:13.125rem;top:29.686198711395rem;left:48.28125rem;overflow:hidden;display:block; }
#hnk1T7F4W7MxdRu6bbEP5vqtsAt4MePS { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.875rem;width:13.125rem;top:29.686198711395rem;left:61.875rem;overflow:hidden;display:block; }
#iZ5yK9SCTIDFPRbdMQboDcv8OdQh9mwG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.125rem;width:40.1875rem;top:7.9361991882325rem;left:34.5625rem;overflow:hidden;display:block; }
#y5mVo0b0MHTlkTBImrzMTXgiptTIxs3G { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:25.250001907349rem;left:0rem;display:block; }
#yJEp9ZT4HHEBFEyEfT6poOWsa4NcmpCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l0PUKEdiXTFSpUcIc7SWZfnrck4667K2 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.8125rem;width:13.125rem;top:29.686198711395rem;left:34.5625rem;overflow:hidden;display:block; }
#VQx2EMAKDL9BbVKwDBiHyn6XErKXU9lv { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15119;background-color:rgba(var(--color-primary-2),1);background-image:none;top:44.5625rem;left:0rem;display:block; }
#kihC9r5wJmALgcro4xukzFJSNy78Sazs { color:rgba(var(--color-tertiary-2),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:41.031250953674rem;left:24.14192199707rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XQKEogpnrJ5epN8qepdZgo99PGWdBxOq { color:rgba(var(--color-tertiary-2),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:41.031250953674rem;left:35.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wlvl738SQSHeXEpC1MMsksdkoOcz4lB9 { position:absolute;display:block;z-index:15134;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.5rem;width:2.5rem;top:40.3125rem;left:32.4375rem;overflow:hidden;display:block; }
#hAs4ZAV92OZ4r6ldA4FXc2CxtwpGdGFp { position:absolute;display:block;z-index:15133;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.5rem;width:2.5rem;top:40.3125rem;left:20.625rem;overflow:hidden;display:block; }
#UnOoyXrERvPpik3PvvNVPrktrrsUdmKI { color:rgba(var(--color-tertiary-2),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:41.031250953674rem;left:14.74609375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LDgUSVpd4EdIGGsiFcOE9ElK0i0MhMXh { position:absolute;display:block;z-index:15132;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.5rem;width:2.5rem;top:40.3125rem;left:11.375rem;overflow:hidden;display:block; }
#mqTD5RyHr5OVdnkGTsBeGhaUIiUNKKdA { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15118;background-color:rgba(var(--color-primary-2),1);background-image:none;top:38.5rem;left:0rem;display:block; }
#M70XMULRmOwilXpRX4pl1V3JQpThLxJX { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:41.031250953674rem;left:3.33203125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q30dUfPrvIkQbDTKw9WFzAxCQmB3aA2c { position:absolute;display:block;z-index:15131;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.5rem;width:2.5rem;top:40.3125rem;left:0rem;overflow:hidden;display:block; }
#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e934974c-bb88-4917-baa8-36d2c8d9470f/flecksonnenschutzterrassendachzubehoer1min.jpg");background-position:top 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; }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf.adaptive-delivery-prevent-bg, #smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf.lazyload, #smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf.lazyloading { background-image: none; }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf > .row .container { background-color: transparent; background-image: none; }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf > .row .container > .video-iframe-container { display: none; }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf > .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.43); }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf > .row > .video-iframe-container { display: none; }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf > .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); }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf > .row .container { border-width: 0; border-radius: 0; }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf::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; }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#H0rdVlQasXWw0VxIcg9kZDyZpICtULT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uTmEDnlqdrEA2dzViuEHRuDf9XR9UNWr { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:12.375rem;left:35.8125rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x6xypkySSaJCvViaAMJcsxnOAiBiI2KT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:12.375rem;left:48rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LEsMFJrWnilQlC1m7KW8LpDJQUsqpkLu { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:12.375rem;left:24rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kTNmafVlWy29Wzfgk1OEL9m9rfexAtGA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:12.375rem;left:15.0625rem;height:1.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl { 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; }#z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl > .row .container { background-color: transparent; background-image: none; }#z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl > .row .container > .video-iframe-container { display: none; }#z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl > .row > .video-iframe-container { display: none; }#z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl > .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); }#z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl > .row .container { border-width: 0; border-radius: 0; }#z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;position:relative;display:block; }#ExMvmd15NAxS3UqoTCD85QOP5p4Mq83T { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:7.935791015625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZvJHK6VyX2T9dEW8TPIVk4frxqN0MWFn { color:rgba(var(--color-tertiary-2),1);display:block;width:31.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.8876953125rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fwQWBcSZ3SET4V9eM0PCJKde1WWqArcv { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:42.8125rem;left:0rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n06VHix5lafyoOi5dv6XnVAaW2emXHpA { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:42.8125rem;left:12.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bKLnbSO6QhQzIZ93GsiBn6CLIU5KfmJl { color:rgba(var(--color-tertiary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:42.8125rem;left:25.6875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pQAlETlPmcOi3kodRUqBqslWqCx8e7CG { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:42.8125rem;left:38.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A29EpXuh7vsMvvM6Tpy4RL9tkUybTfrg { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:42.8125rem;left:51.125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B2n9ucD6uNUMplzF5GcuNBtTTBtU6orM { color:rgba(var(--color-tertiary-2),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:42.8125rem;left:63.75rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LTh4SO2O1fHElrAd8U7heCo4owhJZNk3 { box-sizing:content-box;height:0.0611979375rem;width:11.25rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.6875rem;left:0rem;display:block; }
#cTwrCL4uZE34fPwKCeBixmaV9Tk0HlXE { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.93359375rem;left:0rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HZIvg2UgkxIIIr25XzcdRQ7A4oQP1CXx { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:30.06254196167rem;left:44.85285949707rem;overflow:hidden;display:block; }
#d50clEVU0T2UEtXhBZLl2tqgzrKsDXMT { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:30.06254196167rem;left:55.08203125rem;overflow:hidden;display:block; }
#hTT8MkOD3dPtT2td4hleu2aWWn96FD1n { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:30.062501430511rem;left:65.311203002931rem;overflow:hidden;display:block; }
#pTHZB53GxyGC9vX4UcrgsAsfkhzS4xEu { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid rgba(171,171,171,0.5);border-left:0.0625rem solid rgba(171,171,171,0.5);border-right:0.0625rem solid rgba(171,171,171,0.5);border-bottom:0.0625rem solid rgba(171,171,171,0.5);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.125rem;width:40.3125rem;top:7.9361991882325rem;left:34.5625rem;overflow:hidden;display:block; }
#vZLrpETSoFDiFTg1E0EBoOkOUTofhrl9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:32.875rem;left:0rem;display:block; }
#ySQ52tGRz8DbgpstXZqBphupE7JbR5yn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d75qT7O4A9QosN0wBAhikT8itn8co2uR { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.6875rem;left:12.8125rem;display:block; }
#QBybARG5vEaM0RLgwIQRhHWxWZE1y0r1 { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.6875rem;left:25.6875rem;display:block; }
#JmvFTmHv9TKP3GH77cXZcsuLtMflygoZ { box-sizing:content-box;height:0.0611979375rem;width:11.25rem;position:absolute;display:block;z-index:15105;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.6875rem;left:38.5rem;display:block; }
#s5Q2DQ6PQEEurM5luu752nKoJIxGcDyT { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.6875rem;left:51.125rem;display:block; }
#XJpHxTiXEoqcr3HAOZ12BPVpiupE4x6i { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15107;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.6875rem;left:63.75rem;display:block; }
#dbkJZ3X7EQCHvNyJvCac02dCQ4RQ6Mka { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#mn4nOhwEhlkfM7Tz3T170f9weIEJw1G8 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:40.25rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wMcU6qmsTTbl0w47fcOiTeBxtJHtXJVZ { box-sizing:content-box;height:0.0611979375rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:56.708251953125rem;left:0rem;display:block; }
#OpIPE3fNmKJeh7BHu3xlFpqPr8kldKG8 { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15111;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:48.6875rem;left:12.8125rem;display:block; }
#P7Bn355orkG7EfDgVq3LHH9ZLuS0HDS9 { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15112;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:48.6875rem;left:25.6875rem;display:block; }
#LrLnSQIN0QskAHrw45Q00eSXU1GhTnS9 { box-sizing:content-box;height:0.0611979375rem;width:11.25rem;position:absolute;display:block;z-index:15113;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:48.6875rem;left:38.5rem;display:block; }
#ZVTDAFFMNs3atapu2bwK1CiRaEhA4ihA { box-sizing:content-box;height:0.0611979375rem;width:11.25rem;position:absolute;display:block;z-index:15110;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:48.6875rem;left:0rem;display:block; }
#EB84R5iklb1U7MQmgl3CLKkxcm169Wr3 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:46.8125rem;left:0rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KpUsUnCr48yqLEn26aZvSH1dRcvzJZoT { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:46.8125rem;left:12.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#unNE7zhuEH0HNT1s9ICORJl9bORCXTlH { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:46.8125rem;left:25.6875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iRyERxXDGnuQXHfedIlQsugvDlqEGL5a { color:rgba(var(--color-tertiary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:46.8125rem;left:38.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wxACHO4m9DQliqEqStuVVRXFxsFrFroC { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:22.217449188233rem;left:0rem;height:9.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#wxACHO4m9DQliqEqStuVVRXFxsFrFroC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wxACHO4m9DQliqEqStuVVRXFxsFrFroC li:before{  }
#Pod9gvKh90tUKSfSJQBT7SQfzvgdKRGx { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:30.062501430511rem;left:34.62239074707rem;overflow:hidden;display:block; }
#fNhwLLZvN3yfvx9kXT7rgrUo8UMperXQ { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4.125rem;width:8rem;top:30.531251430511rem;left:66.998703002931rem;overflow:hidden;display:block; }
#k7VMW1pPD1GTx9EO4Bd2HTkTpyWxVQ2o { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.5rem;width:6.9375rem;top:30.843751430511rem;left:68.061203002931rem;overflow:hidden;display:block; }
#Ne3uE8TqMRNIKfizOlkqFT0Ei5Rpw0Lz { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.9375rem;width:7.6875rem;top:30.625001430511rem;left:66.270828247069rem;overflow:hidden;display:block; }
#u6VrTF5ST2adGN97TWrXz4gWcFg3S6km { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.6875rem;left:25.6875rem;display:none; }
#rica0r2r4HnEUu6xhbeak0e98086nuIc { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.6875rem;left:25.6875rem;display:none; }
#cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g { 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; }#cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g > .row .container { background-color: transparent; background-image: none; }#cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g > .row .container > .video-iframe-container { display: none; }#cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g > .row > .video-iframe-container { display: none; }#cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g > .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); }#cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g > .row .container { border-width: 0; border-radius: 0; }#cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g > .row .container { font-size:0.875rem;font-family:arial;height:77.9375rem;width:75rem;position:relative;display:block; }#p7QgUUT0p5iiTndFqPzaq0CaFm9eAQrv { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:7.935791015625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q4i4Impo97zCgrPrqR3GArp5OqBJUp0K { color:rgba(var(--color-tertiary-2),1);display:block;width:31.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.8876953125rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PguDU7Eg5hTMZSfSgOX7Sb9eNeDw1R2p { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:64.0625rem;left:0rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#igrLdNUxoqEnboB0x0kJQxhFMhxPkzmE { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:64.0625rem;left:12.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CNE8r0e5WXl7Ce4txKbmGf7PsMHoOGE1 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:64.0625rem;left:25.6875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p5y516lTCSDor0gPQNAeHTK6z2MQh1zM { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:64.0625rem;left:38.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MnkM1iPGh3AwKS6oJyw8whanF3GzLso4 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:64.0625rem;left:51.125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CdTvQOVPN0oS7tMKvfrbm79JrZs1dngA { color:rgba(var(--color-tertiary-2),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:64.0625rem;left:63.75rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xdi6UMBP6ChbZWg4rvqqQOvy1fmiLIO5 { box-sizing:content-box;height:0.0611979375rem;width:11.25rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:65.9375rem;left:0rem;display:block; }
#x39MsQe5PSTTBF2eQ5eZ1BqC2AWm5bFK { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.312501311302rem;left:0rem;height:40.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dWm5AZuAsRkPxT9aNnZCAKAP0yMrIU5S { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:30.06254196167rem;left:44.85285949707rem;overflow:hidden;display:block; }
#xGmVo1tTy3KGri8eHH0VCVcBxxxXCpTr { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:30.06254196167rem;left:55.08203125rem;overflow:hidden;display:block; }
#dFL8rcsseVxEQ3sfQDBKgomhoKqkrzSs { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:30.062501430511rem;left:65.311203002931rem;overflow:hidden;display:block; }
#gDWKA7OABkltClhnr4Sol8Ex9Uc2GI5G { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid rgba(171,171,171,0.5);border-left:0.0625rem solid rgba(171,171,171,0.5);border-right:0.0625rem solid rgba(171,171,171,0.5);border-bottom:0.0625rem solid rgba(171,171,171,0.5);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.1875rem;width:40.375rem;top:7.9361991882325rem;left:34.5625rem;overflow:hidden;display:block; }
#upWpApU2mHz6IleWeh5iLdcECmncnLe2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:52.561218261719rem;left:0rem;display:block; }
#mwdy47iTKLxTB1TVXo5ATsoN7NlBDZx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X9bEztdCh4N6It6ZqFV16OUuXuThuDOa { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:65.9375rem;left:12.8125rem;display:block; }
#zXz84R1W6TPXST6GuWdlgMgw2u12qTF5 { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:65.9375rem;left:25.6875rem;display:block; }
#tfNEDWuEC5tTyQGSyPio86U8tNCKRiQv { box-sizing:content-box;height:0.0611979375rem;width:11.25rem;position:absolute;display:block;z-index:15105;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:65.9375rem;left:38.5rem;display:block; }
#RpoB2Q3l5xBDDl8wIenUGUMbLA1TO7TK { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:65.9375rem;left:51.125rem;display:block; }
#oCPmNzVTkTpt3i6Q4AXyytZS8eSiQM7K { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15107;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:65.9375rem;left:63.75rem;display:block; }
#D10oTepaVe76DlOdKJtVyb6EhsA9Lgkg { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#F6MbNGnhsQDrk9y4GlSkLRkdONwygOZT { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:61.5rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VehOoGKy5u3FhT3bO5Al1yD804NufEVS { box-sizing:content-box;height:0.0611979375rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:77.813807487487rem;left:0rem;display:block; }
#AdUOT7wTFsLKaem8I9p7bEi98GuxzlB4 { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15111;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:69.9375rem;left:12.8125rem;display:block; }
#uhFUa5TRduwNOLOT8OGKiqMAAFLvvRT5 { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15112;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:69.9375rem;left:25.6875rem;display:block; }
#aUTcd1D1T8kLkxNLbkLEMb4Ve4r89fek { box-sizing:content-box;height:0.0611979375rem;width:11.25rem;position:absolute;display:block;z-index:15113;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:69.9375rem;left:38.5rem;display:block; }
#ASxDceq8sCB0Bgdsg1lpptSsTVzJPp9c { box-sizing:content-box;height:0.0611979375rem;width:11.25rem;position:absolute;display:block;z-index:15110;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:69.9375rem;left:0rem;display:block; }
#p7KaFfEMAcLhw8S82cB5qqrdpTk4141a { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:68.0625rem;left:0rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hAaVkMKqQAtwdrQRSq1qz9HRRBzp7BZi { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:68.0625rem;left:12.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x6Fo8hilitxpI2OfpoP22fxfB2G43Qpu { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:68.0625rem;left:25.6875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JRvNTU8k6ehLI3aLMxG3dpp2t1gaBSKz { color:rgba(var(--color-tertiary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:68.0625rem;left:38.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QNDXfZTM1T0pWM5nSRH5B3eOpsWkXBdX { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:30.062501430511rem;left:34.62239074707rem;overflow:hidden;display:block; }
#doiMCKLI7vIwTFFqT7aOnI6IPyCimXCx { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.6875rem;left:25.6875rem;display:none; }
#rNeQr94rH3ZzqFRDRbrtipQOZEyMDz1Z { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.6875rem;left:25.6875rem;display:none; }
#SJq4xI8BzTBTCrTevWH40uifiZatBFrK { 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; }#SJq4xI8BzTBTCrTevWH40uifiZatBFrK > .row .container { background-color: transparent; background-image: none; }#SJq4xI8BzTBTCrTevWH40uifiZatBFrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJq4xI8BzTBTCrTevWH40uifiZatBFrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJq4xI8BzTBTCrTevWH40uifiZatBFrK > .row .container > .video-iframe-container { display: none; }#SJq4xI8BzTBTCrTevWH40uifiZatBFrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJq4xI8BzTBTCrTevWH40uifiZatBFrK > .row > .video-iframe-container { display: none; }#SJq4xI8BzTBTCrTevWH40uifiZatBFrK > .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); }#SJq4xI8BzTBTCrTevWH40uifiZatBFrK > .row .container { border-width: 0; border-radius: 0; }#SJq4xI8BzTBTCrTevWH40uifiZatBFrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJq4xI8BzTBTCrTevWH40uifiZatBFrK > .row .container { font-size:0.875rem;font-family:arial;height:65.125rem;width:75rem;position:relative;display:block; }#fGGZrihdeFXKFwl3lUk1PntTm24DZcAa { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:7.935791015625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Px3rV94JHNrT4ORzEPKSzqtIlEFzBSHx { color:rgba(var(--color-tertiary-2),1);display:block;width:31.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.8876953125rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B9QS6cGPXfyXvvn0wa5TB7KmoRdsH1Fn { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:55.25rem;left:0rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J1yfRs2SXwBGhJmC9SAaxTLEwqanXVI7 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:55.25rem;left:12.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qb915Gs2b92psvPTRwQX72SUdlQ4WlRv { color:rgba(var(--color-tertiary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:55.25rem;left:25.6875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FZHmW3Zc51OeBQfbxASVG2vG5gLPq1E6 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:55.25rem;left:38.5625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QGPccxwtzzhBAPfeRypER107JvNnUPTx { box-sizing:content-box;height:0.0611979375rem;width:11.25rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:57.125rem;left:0rem;display:block; }
#LnUSPt8po20yAWzAhhrFeswnOR3K1zTB { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:14994;line-height:1.7;letter-spacing:0;top:10.30859375rem;left:0rem;height:34.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CMW2KoV9s1ps7e3cI85WDRE8pXnZ4SNT { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:30.06254196167rem;left:44.85285949707rem;overflow:hidden;display:block; }
#nk84RPl3x1kotlEOmgVgbWOiqU9s2R0B { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:30.06254196167rem;left:55.08203125rem;overflow:hidden;display:block; }
#KDLcnyn9tmPyQkw0VbiR421JLqy3Iqnq { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:30.062501430511rem;left:65.311203002931rem;overflow:hidden;display:block; }
#fadfDid76PqZeuOAF4tvnpyJzDqDvvsN { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid rgba(171,171,171,0.5);border-left:0.0625rem solid rgba(171,171,171,0.5);border-right:0.0625rem solid rgba(171,171,171,0.5);border-bottom:0.0625rem solid rgba(171,171,171,0.5);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.125rem;width:40.1875rem;top:7.9361991882325rem;left:34.5625rem;overflow:hidden;display:block; }
#E9ZdW8beSTcnMHSBgRPvp4S2QM0GqcUM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:46.621012687683rem;left:0rem;display:block; }
#UdudxsyQpzpabVbI5x8N4bQNkC0ZaTGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EOnCTwgqkQG1x67R3ZdDAWdp6ZTmC5n3 { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:57.125rem;left:12.8125rem;display:block; }
#h3HRKi7OuD7n8U4dbp0A0qQMK6xqSJqX { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:57.125rem;left:25.6875rem;display:block; }
#PFGsXbiAkTFN0loxEXHNTeuID85kQxdn { box-sizing:content-box;height:0.0611979375rem;width:11.25rem;position:absolute;display:block;z-index:15105;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:57.125rem;left:38.5rem;display:block; }
#WKzwoTnosA8D4yVaZactlix4DRzNocGl { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#Gllisw1Tbcuyzig1Ps7SJLh23NeIC5AD { box-sizing:content-box;height:0.0611979375rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:65.020874023438rem;left:0rem;display:block; }
#bIVSpqo3QNyTSsUOERMbVVTMvmXodiBX { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.0625rem;width:9.6875rem;top:30.062501430511rem;left:34.62239074707rem;overflow:hidden;display:block; }
#O4JtrvmarvmZFSaqsr9OGNe2TOOaBdha { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.6875rem;left:25.6875rem;display:none; }
#LOZgbU2Bd4CFzsVhM6ggFn155z2xVG6t { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.6875rem;left:25.6875rem;display:none; }
#qeotUKMQhyTKPtcEN3PbWWwQO916kkpB { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:52.875rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 { 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; }#v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 > .row .container { background-color: transparent; background-image: none; }#v62JAnqxh76v2MqubLS5nNZtncyRpnQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 > .row .container > .video-iframe-container { display: none; }#v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 > .row > .video-iframe-container { display: none; }#v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 > .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); }#v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 > .row .container { border-width: 0; border-radius: 0; }#v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#SsgRRnyK3PcisO3QUDy58C533oRLRZQE { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:7.935791015625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p7fvuEgkPFR5Xn0qGLTTt79lWuHqzGAK { color:rgba(var(--color-tertiary-2),1);display:block;width:31.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.8876953125rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PIVzcCUioQdMoObygKbZL2qemabuEttU { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:37.1875rem;left:0rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tn27Wzene9twUBpviROA5IS8alqgckzJ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:37.1875rem;left:14.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BvzDxTuWqih9UkeSk6KBep0nSx0Ltmf5 { box-sizing:content-box;height:0.0611979375rem;width:12.5rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:39.0625rem;left:0rem;display:block; }
#xqxguynotgZakcTC3FAQN4JXLOt3NO1U { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:14994;line-height:1.7;letter-spacing:0;top:10.30859375rem;left:0rem;height:17.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AsT47PPOzd0hfm15dT8CPMOXccfUdHxN { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid rgba(171,171,171,0.5);border-left:0.0625rem solid rgba(171,171,171,0.5);border-right:0.0625rem solid rgba(171,171,171,0.5);border-bottom:0.0625rem solid rgba(171,171,171,0.5);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.1875rem;width:40.3125rem;top:7.9361991882325rem;left:34.5625rem;overflow:hidden;display:block; }
#ytnHl458OZE6RXOKgtCqEzkBcBIt0lVw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:29.290283203125rem;left:0rem;display:block; }
#UCcWT22plf5c9DIqNK0Aq15SVIUx3JZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPQWf5y8qi117A6LPFPu0hwbWxGZb7cN { box-sizing:content-box;height:0.062255875rem;width:12.5rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:39.0625rem;left:14.0625rem;display:block; }
#XXf7sw3FIuZXU4ZGM7F3kloyBpXK8dTs { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#t70rVtXCktOQNvPcLvUDd42HHXZlFGtl { box-sizing:content-box;height:0.0611979375rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:47.126221656799rem;left:0rem;display:block; }
#WXXhs4fZDHlluTQhdZfkb8U2ifGSBdsE { box-sizing:content-box;height:0.062255875rem;width:11.25rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:44.6875rem;left:25.6875rem;display:none; }
#CKiuOSANFHPtvRf2mxuia0Io6JDUAyb8 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:34.875rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00a3899b-a673-44b8-ab18-14679c57b4f2/solidayc_61.webp");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; }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa.adaptive-delivery-prevent-bg, #rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa.lazyload, #rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa.lazyloading { background-image: none; }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa > .row .container { background-color: transparent; background-image: none; }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa > .row .container > .video-iframe-container { display: none; }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa > .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.43); }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa > .row > .video-iframe-container { display: none; }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa > .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); }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa > .row .container { border-width: 0; border-radius: 0; }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa::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; }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#Nz0MBWzs8v58fyu21SW2q7SPdaQSk0HQ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:8.812255859375rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX { 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; }#SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX > .row .container { background-color: transparent; background-image: none; }#SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX > .row .container > .video-iframe-container { display: none; }#SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX > .row > .video-iframe-container { display: none; }#SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX > .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); }#SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX > .row .container { border-width: 0; border-radius: 0; }#SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#q4TALIMp4NkxZOGHfWFiX5HG300Cwc4S { color:rgba(var(--color-tertiary-2),1);display:block;width:31.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.9375rem;left:0rem;height:3.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T6gRAnAxprCgZtXrPaNAThF8rmA4fFAH { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:33.9375rem;left:35.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VU0CPrZdaMp6dntrpdWEdIzUtRsRSTTm { color:rgba(var(--color-tertiary-2),1);display:block;width:7.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:33.934814453125rem;left:19.935302734375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KudMRHHFSZMR5PGErTMJmCUWDQEi6wLI { color:rgba(var(--color-tertiary-2),1);display:block;width:7.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:33.93603515625rem;left:0rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c25bOKWSXBLz9nKEAnC0eidkEdNmQhLV { color:rgba(var(--color-tertiary-2),1);display:block;width:31.74925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.9375rem;left:0rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QGRMVPZqpugeOrTvTT2f2AdEemZIied5 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:36.25rem;left:35.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rG3PhKM3lJu5cSyP7u4nCy8mL74ORE1e { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:36.246826171875rem;left:19.9365234375rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FZStMsEVZwkxTA53NnVhbUKIAQJZTA5D { color:rgba(var(--color-tertiary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:36.248046875rem;left:0rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pfgDcpOKHSKONrPdmaOsIuN7oCZtqfSe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8115rem;height:2.24975625rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:26.6875rem;left:0rem;display:block; }
#MEvgOz8NQxRUEdgFww2bOodpyfWTHGu6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yO3rk4GKzSH24LTVCz2gTD4SE7aHpoaA { box-sizing:content-box;height:0.062255875rem;width:11.5625rem;position:absolute;display:block;z-index:15105;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:35.685302734375rem;left:19.9365234375rem;display:block; }
#VdocDHI6qtphrNASPxI7JBvvXwEaAyLX { box-sizing:content-box;height:0.062255875rem;width:19.375rem;position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:35.6875rem;left:35.8125rem;display:block; }
#T7Z5klaKdJUbALVTOrBTghDePfoDTO73 { box-sizing:content-box;height:0.062255875rem;width:7.8125rem;position:absolute;display:block;z-index:15108;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:35.6865234375rem;left:0rem;display:block; }
#EDolGTWJwQleF8KMWT8BRtWmaWGFD6WV { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15102;background-color:#e3e3e3;background-image:none;top:33.787841796875rem;left:0rem;display:none; }
#DhIKAowDT8wTImflz3f0T6ShXfF6oyUO { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.3745rem;width:40.625rem;top:7.498046875rem;left:34.375rem;overflow:hidden;display:block; }
#Hdc0X8ZxX1DoQG3OUu6ffVF8tZaIQIr9 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:8rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IxTbExUX8FAfNkqgmDolkTTsTWMEw54a { color:rgba(var(--color-tertiary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:36.25rem;left:58.9375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i8BOXr8om2CJrDo5mQtiBJJTvPlIO5a0 { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:33.9375rem;left:58.9375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WWQs1s7zzTaTVUNfkhm9hNNS7gT0KenR { box-sizing:content-box;height:0.062255875rem;width:11.875rem;position:absolute;display:block;z-index:15109;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:35.6875rem;left:58.9375rem;display:block; }
#zFwFiMooLZtHKRsmNhTpFUcXTinKT5J8 { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:45.355224609375rem;left:0rem;overflow:hidden;display:block; }
#MvK4WCQxy88oWtwnr9K2s4sI0G2mfGTs { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:46.761474609375rem;left:6.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vcXvfT0P7HVQnaQaqOlV3kJ6GVyfZZV8 { box-sizing:content-box;height:0.062255875rem;width:19.375rem;position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:33.748779296875rem;left:37.3740234375rem;display:none; }
#ZipcRyMNp84mBLw8xcbKgeKwzw6dP7HO { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15107;background-color:#e3e3e3;background-image:none;top:31.38720703125rem;left:0rem;display:block; }
#ZUf87pzNS0NIDPfgvK64CDTLZbfNqiJT { box-sizing:content-box;height:0.062255875rem;width:75rem;position:absolute;display:block;z-index:15108;background-color:#e3e3e3;background-image:none;top:42.7734375rem;left:0rem;display:block; }
#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbff;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; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container { background-color: transparent; background-image: none; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container > .video-iframe-container { display: none; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row > .video-iframe-container { display: none; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .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); }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container { border-width: 0; border-radius: 0; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#UIGHQULctPNwVsNZXTOrGv4018k9J0aa { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:4.921875rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZLNIvxL9chiTMTBV6ZuL9c3m8g2M5ETA { box-sizing:content-box;color:#f1c50f;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15106;top:10.5615234375rem;left:39.375rem;display:block; }
#xy5sbm0ZA9zak7rETd9SeukIRpCpCrnJ { box-sizing:content-box;color:#f1c50f;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15107;top:10.5615234375rem;left:40.5615234375rem;display:block; }
#o5ET7PGnOiZX1s1UtoTIMEsoDOXKoT74 { box-sizing:content-box;color:#f1c50f;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15105;top:10.5615234375rem;left:38.187255859375rem;display:block; }
#oWT78ghhZhlnqQiLiVOTpnz8q4e1SEwf { box-sizing:content-box;color:#f1c50f;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15106;top:10.5615234375rem;left:36.99951171875rem;display:block; }
#RP8WwSQKXnpH0FC7QvgqWgGZXHmePUhP { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:10.5615234375rem;left:30.8740234375rem;overflow:hidden;display:block; }
#h2OqoqLfHbvI70QhI3bLb5enn7PLKdAJ { color:#333333;display:block;width:4.1875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:10.5615234375rem;left:33.187255859375rem;height:2.25rem;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;text-align:center;text-align-last:center;display:block; }
#hgZCJbuIX10DbkJ4Q2atELPl4zi0VE3T { box-sizing:content-box;color:#f1c50f;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15109;top:10.5615234375rem;left:41.749267578125rem;display:block; }
#MUcKGVVrKCWoT5wcA4LzXshFmNIXZh8A { color:#333333;display:block;width:7.4375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:11.937255859375rem;left:37.249755859375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UNqC04vzW3cP5b38g6OhV83FRMBLTrS0 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(195,195,195,0.5);border-left:0.0625rem solid rgba(195,195,195,0.5);border-right:0.0625rem solid rgba(195,195,195,0.5);border-bottom:0.0625rem solid rgba(195,195,195,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.311525rem;width:15.2478125rem;top:9.49951171875rem;left:29.874267578125rem;display:block; }
#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbff;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; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container { background-color: transparent; background-image: none; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container > .video-iframe-container { display: none; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row > .video-iframe-container { display: none; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .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); }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container { border-width: 0; border-radius: 0; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container { font-size:0.875rem;font-family:arial;height:104.375rem;width:75rem;position:relative;display:block; }#kKW48yuomHy4oQpgClgMXPmVgk48zokt { position:absolute;display:block;z-index:15098;background-color:#79ac2b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.56185rem;width:2.5rem;top:4.18701171875rem;left:2.93701171875rem;display:block; }
#qFFC1k3Qbh43oOWKq7WiCLCTDUkXa0T1 { color:rgba(var(--color-tertiary-3),1);display:block;width:2.56185rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:4.749755859375rem;left:2.93701171875rem;height:1.5rem;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;text-align:center;text-align-last:center;display:block; }
#xavvevhTEKVCngwb5bv0pdqaSxr0gCZM { color:rgba(var(--color-tertiary-1),1);display:block;width:10.2495625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:5.687255859375rem;left:5.999755859375rem;height:0.9375rem;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;text-align:left;text-align-last:left;display:block; }
#fTtR4aFsJRcp9GcMwTTwR51HNdU89PvS { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:4.375rem;left:5.999755859375rem;height:1.25rem;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;text-align:left;text-align-last:left;display:block; }
#W6ScUC5tlRS04IanfCZKERH31cVaEgT8 { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15080;top:6.99951171875rem;left:8.125rem;display:block; }
#vMORGgiQg5dTsffiSEtWyZVoN5E79qyt { position:absolute;display:block;z-index:15104;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:0.625rem;width:0.68685rem;top:7.56120300293rem;left:8.748695373535rem;overflow:hidden;display:block; }
#BTvrbczRUhp1fM6QVfT7CkMcbmu2S7rC { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(216,216,216,0.5);border-left:0.0625rem solid rgba(216,216,216,0.5);border-right:0.0625rem solid rgba(216,216,216,0.5);border-bottom:0.0625rem solid rgba(216,216,216,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:40.25rem;width:24.125rem;top:2.1875rem;left:50.74951171875rem;display:block; }
#b5KhORtKRmTMdnmQhTo9TUIX9oQwdubR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15105;line-height:1.4;letter-spacing:0;top:9.6240234375rem;left:2.93701171875rem;height:17.875rem;font-style:normal;display:block; }
#WvEmPL7emuJerzIeHCG1EUAOw2qhSxWm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15106;line-height:1.4;letter-spacing:0;top:9.6240234375rem;left:28.3740234375rem;height:15.125rem;font-style:normal;display:block; }
#tgmiM1xlvAnQ2iDKTn09TCJsoPiKte8w { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15107;line-height:1.4;letter-spacing:0;top:9.49951171875rem;left:53.56201171875rem;height:20.625rem;font-style:normal;display:block; }
#ETu4wIgBD0gbk6sXIETUIAWO5sf7RCSy { color:rgba(var(--color-tertiary-1),1);display:block;width:10.2495625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:5.687255859375rem;left:31.4990234375rem;height:0.9375rem;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;text-align:left;text-align-last:left;display:block; }
#db0q0DK5snmvTVKxXFqNILrxILmt0uKv { color:rgba(var(--color-tertiary-0),1);display:block;width:2.56185rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15110;line-height:1.3;letter-spacing:0;top:4.6875rem;left:28.3740234375rem;height:1.5rem;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;text-align:center;text-align-last:center;display:block; }
#KGXkmIJnrP6Cnhd0HNzxvJbklgS0Dn3G { position:absolute;display:block;z-index:15109;background-color:#9f3fca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.56185rem;width:2.5rem;top:4.18701171875rem;left:28.4375rem;display:block; }
#D4gqMCTa0tLRk8QP23gyp74s4cG2Utt4 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:4.375rem;left:31.4990234375rem;height:1.25rem;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;text-align:left;text-align-last:left;display:block; }
#wDNAR37ABgPVSJC2ERs5Py4m6rmFWzwK { position:absolute;display:block;z-index:15126;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:0.625rem;width:0.68685rem;top:7.4375rem;left:59.31120300293rem;overflow:hidden;display:block; }
#oAXOPqAAgWNml0Ug4POAEXHF991xqs8R { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15102;top:6.875rem;left:58.624267578125rem;display:block; }
#t0zDnTUzSM1UW9rI4Pm2doEhiC3u9FIF { color:rgba(var(--color-tertiary-1),1);display:block;width:10.2495625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:5.5615234375rem;left:56.5625rem;height:0.9375rem;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;text-align:left;text-align-last:left;display:block; }
#DdUh94TzxHWs0NrybXhOUrzJKvApAZFc { color:rgba(var(--color-tertiary-3),1);display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15108;line-height:1.3;letter-spacing:0;top:4.249267578125rem;left:56.624755859375rem;height:1.25rem;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;text-align:left;text-align-last:left;display:block; }
#fAMTBbL2HKXZtTNxkw1Qrft8mNCal4vm { color:rgba(var(--color-tertiary-0),1);display:block;width:2.56185rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15121;line-height:1.3;letter-spacing:0;top:4.6240234375rem;left:53.499755859375rem;height:1.5rem;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;text-align:center;text-align-last:center;display:block; }
#sGT10RXy1cKxRSGwa7AvT3I1EJ7S62VF { position:absolute;display:block;z-index:15120;background-color:#d73786;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.56185rem;width:2.5rem;top:4.0625rem;left:53.56201171875rem;display:block; }
#bgo1mTKvAnmXUo84EJTbmvTTtI2fuu62 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(216,216,216,0.5);border-left:0.0625rem solid rgba(216,216,216,0.5);border-right:0.0625rem solid rgba(216,216,216,0.5);border-bottom:0.0625rem solid rgba(216,216,216,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.75rem;width:24.125rem;top:2.186279296875rem;left:0rem;display:block; }
#Mrul9KxSUmaFntuUaEZUJQ49JvTP72cR { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15084;top:7.31201171875rem;left:5.74951171875rem;display:block; }
#TOW5tkKCXoUsQtCglnMl9F3EDz0bw5fq { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15083;top:7.31201171875rem;left:4.81201171875rem;display:block; }
#gCTOHUA1kBZRbD06EouOVBZiXMoQWl9b { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15082;top:7.31201171875rem;left:3.87451171875rem;display:block; }
#UQUmMJiPifFgxySQPMyoPxe7GvMFrTeh { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15083;top:7.31201171875rem;left:2.93701171875rem;display:block; }
#K2mOmwBW2fVmzueqyFAGozp80h5u9SIk { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:7.31201171875rem;left:6.749267578125rem;display:block; }
#LLaPctsGw5T6NHA7d53g2cnb3ourtr5f { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:6.99951171875rem;left:33.624267578125rem;display:block; }
#Gu2JRtWXXu0Qw0bVfF6ZpsCQf6g97QZr { position:absolute;display:block;z-index:15111;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:0.625rem;width:0.68685rem;top:7.56120300293rem;left:34.248695373535rem;overflow:hidden;display:block; }
#cI16s4rK4zP5KcwOPOKnTOhUPgFn5HOc { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:7.31201171875rem;left:31.25rem;display:block; }
#aoBcQaGOiza5KPWOex1Wfak2zGKZxwXq { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:7.31201171875rem;left:30.3125rem;display:block; }
#E1puu7MVSaT6Rsc0FCxTNPJTIN0xv1ca { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15089;top:7.31201171875rem;left:29.375rem;display:block; }
#iTZVlKBlwXr7Z4r8No59OAdVm60N3f0s { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:7.31201171875rem;left:28.4375rem;display:block; }
#tDnrng6TwhGeK8KAw45vowaehvtZKLrn { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:7.31201171875rem;left:32.249755859375rem;display:block; }
#DgpDNX3DVZF9HObaZcvV3vzdPzWmO4t1 { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15095;top:7.1240234375rem;left:55.43701171875rem;display:block; }
#vQAbtUqgASyHPqZTv7yuiuCHwEBRHebA { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:7.1240234375rem;left:54.49951171875rem;display:block; }
#rwKfNKJabIJTlW7ArAlbutfcmKzmR6bT { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15095;top:7.1240234375rem;left:53.56201171875rem;display:block; }
#sEo90AcQKxnmhUbN8QJNIN80kxElqwmC { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15096;top:7.1240234375rem;left:56.37451171875rem;display:block; }
#K6IoXERTxZwTT2fFk7ouGLm0QQgZZUXz { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15097;top:7.1240234375rem;left:57.374267578125rem;display:block; }
#sNEG0RqKdUQybsnZXKHDRvz78U6N0TwR { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12456875rem;width:2.12456875rem;top:4.404296875rem;left:19.50439453125rem;overflow:hidden;display:block; }
#AFyN5tTlXMLOflGvrKVKVI3oJNbxJN2O { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12456875rem;width:2.12456875rem;top:4.375rem;left:44.9365234375rem;overflow:hidden;display:block; }
#AoDT123SJhsT9rybpTSlRFZIxM9adGNN { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12456875rem;width:2.12456875rem;top:4.249267578125rem;left:70.374755859375rem;overflow:hidden;display:block; }
#Pvo56zourFhsbCMVQPqFB1zy79JWyOVW { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(216,216,216,0.5);border-left:0.0625rem solid rgba(216,216,216,0.5);border-right:0.0625rem solid rgba(216,216,216,0.5);border-bottom:0.0625rem solid rgba(216,216,216,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.5rem;width:24.125rem;top:2.1875rem;left:25.374755859375rem;display:block; }
#ssfnqp843HtU7kaesURGvgpe0v8uh1Gg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15105;line-height:1.4;letter-spacing:0;top:42.061767578125rem;left:2.93701171875rem;height:45.375rem;font-style:normal;display:block; }
#ch4RoptHSRddlWSz2eSf0oUQUmdX5vzi { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(195,195,195,0.5);border-left:0.0625rem solid rgba(195,195,195,0.5);border-right:0.0625rem solid rgba(195,195,195,0.5);border-bottom:0.0625rem solid rgba(195,195,195,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:65.375rem;width:24.125rem;top:33.311767578125rem;left:0rem;display:block; }
#RTB3wJ78bqMiEHRNJKVuQPAcFBuRebJw { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15080;top:39.43603515625rem;left:8.125rem;display:block; }
#HZUa5GtSOue8SIxO1kkdbK6OU0ZLCOMJ { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15084;top:39.74853515625rem;left:5.74951171875rem;display:block; }
#h7mT92ZZWt4elUvuqbGbMFJUKMSGFTCr { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15083;top:39.74853515625rem;left:4.81201171875rem;display:block; }
#P9L9degl9GMCQqVTcnPucrt9xHbGsHVm { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15082;top:39.74853515625rem;left:3.87451171875rem;display:block; }
#QUhHGBEQUlNPtvAO8T3lm5TXrBMmv2MN { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15083;top:39.74853515625rem;left:2.93701171875rem;display:block; }
#ZUmx8LqfTNb7EcWbnO6FsSCTOtNSEZrZ { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15085;top:39.74853515625rem;left:6.749267578125rem;display:block; }
#vEgw0HboHVVJFE7cdmwxdfTWJlCHfkoK { position:absolute;display:block;z-index:15104;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:0.625rem;width:0.6860375rem;top:39.997406005859rem;left:8.748695373535rem;overflow:hidden;display:block; }
#PDyxzbBy2UZmFylKUUNKTth2CI0ulzDS { position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5610375rem;width:2.5rem;top:36.62353515625rem;left:2.93701171875rem;display:block; }
#GCpi7geaP9arwymhD8DUXcvkx0OR0e22 { color:rgba(var(--color-tertiary-1),1);display:block;width:10.249rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:38.123779296875rem;left:5.999755859375rem;height:0.9375rem;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;text-align:left;text-align-last:left;display:block; }
#hbemvmPkbxTyO6fyfwIxeBJBIAtFa6Rx { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5610375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:37.186279296875rem;left:2.874755859375rem;height:1.5rem;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;text-align:center;text-align-last:center;display:block; }
#Rnalk251hKfICpm62qwLRi4oIaWBbQ0n { position:absolute;display:block;z-index:15060;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.124025rem;width:2.124025rem;top:36.8115234375rem;left:19.49951171875rem;overflow:hidden;display:block; }
#sMcHfcTa40o2hQoVk0mnRFmxkiDregor { color:rgba(var(--color-tertiary-3),1);display:block;width:11.62475rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:36.8115234375rem;left:5.999755859375rem;height:1.25rem;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;text-align:left;text-align-last:left;display:block; }
#RigJrNv3AtloHKChR8c076sPzQusWxaG { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(216,216,216,0.5);border-left:0.0625rem solid rgba(216,216,216,0.5);border-right:0.0625rem solid rgba(216,216,216,0.5);border-bottom:0.0625rem solid rgba(216,216,216,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.5625rem;width:24.125rem;top:43.748779296875rem;left:50.74951171875rem;display:block; }
#AgUhnzoeG0tqckHp3gVOHRLorzWEG3Q4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15107;line-height:1.4;letter-spacing:0;top:51.248779296875rem;left:53.56201171875rem;height:16.5rem;font-style:normal;display:block; }
#oBNneNNTOKoOuffl1idRDfCW32tzRk0B { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(216,216,216,0.5);border-left:0.0625rem solid rgba(216,216,216,0.5);border-right:0.0625rem solid rgba(216,216,216,0.5);border-bottom:0.0625rem solid rgba(216,216,216,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.875rem;width:24.125rem;top:71.624267578125rem;left:50.74951171875rem;display:block; }
#L7BMgIXmirZJyvtChiWC9GBTs3C3N9uA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15106;line-height:1.4;letter-spacing:0;top:79.124267578125rem;left:53.6865234375rem;height:5.5rem;font-style:normal;display:block; }
#xCC1c8Tb7tlAKl3HWxWPMeHXl2Ll7Fxg { position:absolute;display:block;z-index:15126;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:0.625rem;width:0.6860375rem;top:49.249267578125rem;left:59.249267578125rem;overflow:hidden;display:block; }
#u73rU1kaHyTuRQ3vrxiw89yVJ0ddbdA8 { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15102;top:48.624267578125rem;left:58.624267578125rem;display:block; }
#O1c4564hGVXDZISnfaXh7qJq2w8OLDmO { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15095;top:48.87451171875rem;left:55.43701171875rem;display:block; }
#ZXuizDB3a4vMZHAv7CAwxnAd13BENkQC { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:48.87451171875rem;left:54.49951171875rem;display:block; }
#ncIKnEwnIPmlKWRGS6p70EF0DKyKxMIt { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15095;top:48.87451171875rem;left:53.56201171875rem;display:block; }
#RVaS2N70m4MDXywkgzyCKiZTxnzMpFEC { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15096;top:48.87451171875rem;left:56.37451171875rem;display:block; }
#usQ0G7NH5qtRLh6u5Op1JEApn8uZU1PN { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15097;top:48.87451171875rem;left:57.374267578125rem;display:block; }
#d2a4VWr7CDxF8wG8SNkCIXkPtseAlknH { color:rgba(var(--color-tertiary-1),1);display:block;width:10.249rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:75.24853515625rem;left:56.8115234375rem;height:0.9375rem;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;text-align:left;text-align-last:left;display:block; }
#ZhRTafM9T204t5hnF0peFDtQXLh1Okh2 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.87425rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:73.8740234375rem;left:56.8115234375rem;height:1.25rem;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;text-align:left;text-align-last:left;display:block; }
#P7GosXT2VPNkRGSWwTkEH27Fl6MzVCe7 { color:rgba(var(--color-tertiary-1),1);display:block;width:10.249rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:47.31201171875rem;left:56.5625rem;height:0.9375rem;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;text-align:left;text-align-last:left;display:block; }
#h5NdHoKxakd3IqZI7lKCr733wTBxBF6v { color:rgba(var(--color-tertiary-3),1);display:block;width:13.93675rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15108;line-height:1.3;letter-spacing:0;top:45.99853515625rem;left:56.624755859375rem;height:1.25rem;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;text-align:left;text-align-last:left;display:block; }
#aN92orlFGX10oof1S16Fq0zpqgxkh78Z { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5610375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15121;line-height:1.3;letter-spacing:0;top:46.37451171875rem;left:53.56201171875rem;height:1.5rem;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;text-align:center;text-align-last:center;display:block; }
#BX1QGVyBlz50ki24JRwl6TGcHGAAld85 { position:absolute;display:block;z-index:15120;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5610375rem;width:2.5rem;top:45.811767578125rem;left:53.56201171875rem;display:block; }
#oqC6Ryi7opF3cTgKsTLbuThaapOgTnHC { position:absolute;display:block;z-index:15061;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.124025rem;width:2.124025rem;top:73.8740234375rem;left:70.2490234375rem;overflow:hidden;display:block; }
#oca6kgQCpVtInt3q9KitMQiQfNmytL38 { position:absolute;display:block;z-index:15062;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.124025rem;width:2.124025rem;top:45.99853515625rem;left:70.374755859375rem;overflow:hidden;display:block; }
#zm9XpETpnwrUEBSnRTuGhPIXygnmpOkV { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15087;top:76.49853515625rem;left:58.936767578125rem;display:block; }
#AdLkKq4aOeSszSUJmMC2Oqd9XByIizwF { position:absolute;display:block;z-index:15111;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:0.625rem;width:0.6860375rem;top:77.12353515625rem;left:59.561767578125rem;overflow:hidden;display:block; }
#DtfFHsgic9uSSQtR9rabCuvgZ9mAdica { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:76.81103515625rem;left:56.624755859375rem;display:block; }
#Lw3dwM36MLA9wERSt0qCc3vH6PnA5C25 { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:76.81103515625rem;left:55.687255859375rem;display:block; }
#Qc1nKXkGNdVUxevdTT4dL8iAJiT4pga3 { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:76.81103515625rem;left:57.62451171875rem;display:block; }
#Zh70ZMIyLakeJMbb26R21QDLInTcPtLg { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5610375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15110;line-height:1.3;letter-spacing:0;top:74.1865234375rem;left:53.812255859375rem;height:1.5rem;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;text-align:center;text-align-last:center;display:block; }
#i3sfmWQ5z1Wzr6ogIsw0MGXT4kw0nO0z { position:absolute;display:block;z-index:15109;background-color:#a746d5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5610375rem;width:2.5rem;top:73.68603515625rem;left:53.812255859375rem;display:block; }
#pFVUBJwKhtLi2BB6dG4ka91EIR9xcQ9r { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15089;top:76.81103515625rem;left:54.749755859375rem;display:block; }
#qZi43FMAzshCZCVC7ShqTPuJ4T5Vknqu { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:76.81103515625rem;left:53.812255859375rem;display:block; }
#C87zOsNvO41GORHlGzSyyV11b79gRqM5 { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(216,216,216,0.5);border-left:0.0625rem solid rgba(216,216,216,0.5);border-right:0.0625rem solid rgba(216,216,216,0.5);border-bottom:0.0625rem solid rgba(216,216,216,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.4375rem;width:24.125rem;top:35.99853515625rem;left:25.374755859375rem;display:block; }
#aIXAWBLXxKLiaBQhirhKPL48X3g1tZ5l { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15120;line-height:1.4;letter-spacing:0;top:43.49853515625rem;left:28.3740234375rem;height:9.625rem;font-style:normal;display:block; }
#HWLZLrbbMwabTelOfcZEBESHHl7hgmez { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15101;top:40.8740234375rem;left:33.624267578125rem;display:block; }
#Func49arI0ksirfo6o0QgyoM3bSwtO55 { position:absolute;display:block;z-index:15125;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:0.625rem;width:0.6860375rem;top:41.49870300293rem;left:34.248695373535rem;overflow:hidden;display:block; }
#kwd2Hr6kcNmGMOgtgHHqLv4tgl8AMsT9 { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15105;top:41.1865234375rem;left:31.25rem;display:block; }
#bXKrpy01HOrI171AncPQWHssWtlfLvgz { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15106;top:41.1865234375rem;left:32.249755859375rem;display:block; }
#Fa5uAa9zTS0Ul1UeW1cgNK2Q3Joclhb4 { color:rgba(var(--color-tertiary-1),1);display:block;width:10.249rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:39.6240234375rem;left:31.4990234375rem;height:0.9375rem;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;text-align:left;text-align-last:left;display:block; }
#P6Vmq8JRo4z5Oau19xhq34ghpyrUn67v { position:absolute;display:block;z-index:15075;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.124025rem;width:2.124025rem;top:38.24951171875rem;left:44.9365234375rem;overflow:hidden;display:block; }
#dCQxxTb9S78K1ZC2Kk1HMssIT70Wz2bk { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15104;top:41.1865234375rem;left:30.3125rem;display:block; }
#UoiMA7lCs1P0cJM5beDlWSrFBuT2IDOT { color:rgba(var(--color-tertiary-3),1);display:block;width:9.87425rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15111;line-height:1.3;letter-spacing:0;top:38.24951171875rem;left:31.4990234375rem;height:1.25rem;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;text-align:left;text-align-last:left;display:block; }
#HtktEux7RLTTMPFc3hK9gT39PIiBRXBu { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5610375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15124;line-height:1.3;letter-spacing:0;top:38.56201171875rem;left:28.3740234375rem;height:1.5rem;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;text-align:center;text-align-last:center;display:block; }
#b4ssBGnPqLFd2b8q4y0pb3Cv4WxbAOVb { position:absolute;display:block;z-index:15123;background-color:#91abab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5610375rem;width:2.5rem;top:38.0615234375rem;left:28.4375rem;display:block; }
#h5TA12f1d3S2SlxHUoTHs1PLFErnHlDH { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15103;top:41.1865234375rem;left:29.375rem;display:block; }
#abX4hUkIH16NFEAZWRIc8di0L38LiilQ { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15104;top:41.1865234375rem;left:28.4375rem;display:block; }
#z7ZG6pPVc4fusEulTRZCKpgLz9vg6dT2 { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5rem;width:8.625rem;top:85.686767578125rem;left:53.56201171875rem;overflow:hidden;display:block; }
#ggTXAvQT1mEgkmdApbqwfM7egowkeBny { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5rem;width:8.625rem;top:85.686767578125rem;left:62.686767578125rem;overflow:hidden;display:block; }
#agSIiWnn3sgusQObLM9rvZNLLIPHJRmb { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.375rem;width:8.625rem;top:25.88720703125rem;left:28.3740234375rem;overflow:hidden;display:block; }
#yCk18GE05nG1ZIpk9iUJrR8pTtxD2FI2 { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:9.3125rem;width:6.8125rem;top:31.419677734375rem;left:53.56201171875rem;overflow:hidden;display:block; }
#Qs0AG1e658MEQBdbEuiVn2JsS4AnqqxV { position:absolute;display:block;z-index:15075;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.124025rem;width:2.124025rem;top:38.24951171875rem;left:44.9365234375rem;overflow:hidden;display:none; }
#PE4wKM1mNwhXBJsIFmrXMbFPhhPKHMMU { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15101;top:40.8740234375rem;left:33.624267578125rem;display:none; }
#HLcfLE0DSLHB3y3cHyDfDIK9IZGM4sq1 { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.375rem;width:8.5625rem;top:89.223876953125rem;left:2.93701171875rem;overflow:hidden;display:block; }
#uAzIdTB3LQQTtBwQd1X7DfHBLFR5h5Sf { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.375rem;width:8.4375rem;top:89.222412109375rem;left:12.0830078125rem;overflow:hidden;display:block; }
#ZtybSiuApQGhSQXs2hOMthGWZFdyQB0h { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.375rem;width:8.4375rem;top:54.228515625rem;left:28.3740234375rem;overflow:hidden;display:block; }
#U4cTJaRECqN4zgrJmiEMXKUx3kTV08ri { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(216,216,216,0.5);border-left:0.0625rem solid rgba(216,216,216,0.5);border-right:0.0625rem solid rgba(216,216,216,0.5);border-bottom:0.0625rem solid rgba(216,216,216,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30.5rem;width:24.125rem;top:64.8125rem;left:25.375rem;display:block; }
#NXCoTqhg7E0VfC63gsxQP5ogkb4AZWFE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15135;line-height:1.4;letter-spacing:0;top:72.25rem;left:28.375rem;height:20.625rem;font-style:normal;display:block; }
#eREPp4LJzuEnePPszTdALn36zB9fzHmm { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15116;top:69.625rem;left:33.625rem;display:block; }
#Qg4zUhuvdA40p8PMIQAn2A37J8D8zJmP { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15121;top:69.9375rem;left:32.25rem;display:block; }
#DPcSmN1C2L7hq0hMTTSuXuWCmTM2ryDQ { position:absolute;display:block;z-index:15140;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:0.625rem;width:0.6860375rem;top:70.250007629394rem;left:34.25rem;overflow:hidden;display:block; }
#CLkhed3s8cceZHN5q2S5k8hiEo0tcVEu { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15120;top:69.9375rem;left:31.25rem;display:block; }
#yJNF1p0xCsMTm1cv0mQywZyNFKELprTO { color:rgba(var(--color-tertiary-1),1);display:block;width:10.249rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:68.375rem;left:31.5rem;height:0.9375rem;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;text-align:left;text-align-last:left;display:block; }
#tfGuH5p0LLRX5nesmv1svVRbHH6JrZMt { position:absolute;display:block;z-index:15090;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.124025rem;width:2.124025rem;top:67rem;left:44.9375rem;overflow:hidden;display:block; }
#lSggO46KSWRuwEFsp3b4tlr9uSzDErgt { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15119;top:69.9375rem;left:30.3125rem;display:block; }
#RBMQezBXI8rMUprWMHZVcFhE7vZ5Kxbc { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5610375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15139;line-height:1.3;letter-spacing:0;top:67.3125rem;left:28.375rem;height:1.5rem;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;text-align:center;text-align-last:center;display:block; }
#FSWcD3QrTUVhcZCSTL1s4NaUB5TKA0LE { position:absolute;display:block;z-index:15138;background-color:#b557b5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5610375rem;width:2.5rem;top:66.8125rem;left:28.4375rem;display:block; }
#EST5o0aJe9uIVtRFinpDUzAfcwKZ5JQJ { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15118;top:69.9375rem;left:29.375rem;display:block; }
#ZZL1qanMi63XTXeZpPkav7UT2yn3ViL1 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15126;line-height:1.3;letter-spacing:0;top:67rem;left:31.5rem;height:1.25rem;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;text-align:left;text-align-last:left;display:block; }
#zbpfcinvfhd9z93vcVWmBW7xq1HiZbo3 { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15119;top:69.9375rem;left:28.4375rem;display:block; }
#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/68f62181-15c8-4693-b98d-4d7e9f97698a/solidayc_81.webp");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; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM.adaptive-delivery-prevent-bg, #tpwamTJmCLG87kDS50DNWSkJkhy6sIBM.lazyload, #tpwamTJmCLG87kDS50DNWSkJkhy6sIBM.lazyloading { background-image: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container { background-color: transparent; background-image: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container > .video-iframe-container { display: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .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); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row > .video-iframe-container { display: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .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); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container { border-width: 0; border-radius: 0; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM::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; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#OpWbkxseuz4E0IxCSircfIH4LrRGck69 { position:absolute;display:block;z-index:15097;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.6875rem;width:5.5rem;top:23.625rem;left:59rem;overflow:hidden;display:none; }
#Fn4DWCK7onbgfT4uwK03oGhotNf4fRJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.812255859375rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU { 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; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container { background-color: transparent; background-image: none; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container > .video-iframe-container { display: none; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row > .video-iframe-container { display: none; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .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); }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container { border-width: 0; border-radius: 0; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#BdVDdpxksqh4zI12xWZoyPOuTmtzLGCd { color:rgba(var(--color-tertiary-2),1);display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:31.375rem;left:31.875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hoT1kKVRKI6kowJ7zn2i7VXGCip7t38n { color:rgba(var(--color-tertiary-2),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:29.0625rem;left:31.875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AUIqaMC4Mgrdm3hNBlfmxLNAX3qJpR8M { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:29.25rem;left:30.0625rem; }
#cJECT6ExkRrg4aDxNsOO3ncJeDcg5o85 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:31.5625rem;left:30.0625rem; }
#EtapAVRFN9lMg8RdRJQBkgcUf5ry9wQt { color:rgba(var(--color-tertiary-2),1);display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:33.625rem;left:31.8125rem;height:1.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MaTMCgzmuqFpT74Ocni2dvvnPQoHTyHA { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:33.8125rem;left:30.0625rem; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-form-header {  }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-text {padding-top: 0; padding-bottom: 0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;font-weight:300;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-select {padding-top: 0; padding-bottom: 0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);width:25rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk [class*="-text"]:-moz-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk [class*="-text"]::-moz-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk [class*="-text"]:-ms-input-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk [class*="-text"]::-webkit-input-placeholder { color:#4f4f4f;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-container:first-of-type{padding-top:0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-container:last-of-type{padding-bottom:0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;position:absolute;top:10.934936523438rem;left:-1.25rem; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-info-text { display:block;height:auto;font-family:arial;font-size:1.125rem;line-height:2.4;font-weight:300;color:rgba(var(--color-tertiary-4),0);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk {display:block;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;position:absolute;top:10.934936523438rem;left:-1.25rem; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #BwAnUi8g48crNT64S0iu0URlfTLatNJz { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XEe3P9rtox5JhqbEoENTuOmKNik8KAmK { position:relative;display:block; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XQZg3RTWWDpEaTZEilJdTLzOTTlGDzIr { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #Nu9wIPtESuNIQUT8RBwyn8UpLTkzids8 { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #sSauyS06AfJRs5hbGIMR5O24IzBtqi9T { position:relative;display:block; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #GCRZxQLPu9CFmT4bX93DekQQqUUTkGza { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #pDzZO5luF2Metx7NpClkiW1k2Nk2ztSs { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #vUZeh0xZr5o7zs34AHCFNBMftPNN2wkv { position:relative;display:block; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #muRHKQbSm9xPWJlr24vhbfyxJCRmsQJk { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #kNcAocthO6gxEHtqk7bM3yCkKPTcT9li { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #xAp4ZfTTDsUiGGIbz902Hz7tCASlUkcE { position:relative;display:block; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #LdATbum69NsLMpKIQJVbkgEFxpEl77OE { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XsGQDbkT0q0bE36Lo211akRrq3HIWuro { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #kK5r7T3lQXvEwq5OFg6CS0a0221FTtgG { position:relative;display:block; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #ppcxDwRo7G3NyBOPzmX0mLKy7oOLfWTD { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #C5nmzVFbicFxn0vxZQGD0gPyGnkU4W7I { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #nlVb8gH2280dFWTTCkQ35ZwF5xRfLGq8 { position:relative;display:none; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #DdmtHuOgRoap5fyBktA81CKfwU8AaCgD { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #lVEUwS9QsqxURfMWdyBB8HgJOFmEPB9Q { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #AOMC8EIgzdtVROBLKM7a0126IgGChxU4 { position:relative;z-index:2; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #cregeDkPTmMTDZs0ywBTRPTRVBPZW2Vf { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #K9MtV3Gy2B4dvbJV972mWVlqrqu1V1s2 { position:relative; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #ihx6sF1c2MF0aptCHCu8e80zTppysyTh { position:relative; }
#I2VBoMfTfyGTxvMJ4VHhDTkeFH29r8UO { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:4.8125rem;left:0rem;height:6.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SGRmRBMckvtUSIvDBct3AtfLI76Pyr8u { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:21.625rem;left:30.0625rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZJSIqiBwRCe106Js0pg64sXQBGrlK7Be { color:rgba(var(--color-tertiary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:14.5625rem;left:30.0625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N5zgkLTf1SMTLGENm1sJo8rQn27Hm6u9 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:19.3125rem;left:30.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Oke1AahDTKvZrbC0TO3wEhnOzQmq9m0n { color:rgba(var(--color-tertiary-2),1);display:block;width:7.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:12.25rem;left:30.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r2dInvy7KfyaZ0nJpNmJWyK7Hk2V2Mod { box-sizing:content-box;height:0.062255875rem;width:18.125rem;position:absolute;display:block;z-index:15111;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:21.0625rem;left:30.0625rem;display:block; }
#fLBzaMBEHyf0EfrflVlui32kUD7bHLHS { box-sizing:content-box;height:0.062255875rem;width:15.625rem;position:absolute;display:block;z-index:15114;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:14rem;left:30.0625rem;display:block; }
#b94tSDxvxsV5mVL6rxMx84neclrI4Mb3 { box-sizing:content-box;height:0.062255875rem;width:45rem;position:absolute;display:block;z-index:15115;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:26.578125rem;left:30.062255859375rem;display:block; }
#qem5P1lLUzAs3DyxMtTskv99wsTTaBiF { box-sizing:content-box;height:0.062255875rem;width:45rem;position:absolute;display:block;z-index:15116;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:37.077392578125rem;left:30rem;display:block; }
#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c3c3f;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; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container { background-color: transparent; background-image: none; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container > .video-iframe-container { display: none; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row > .video-iframe-container { display: none; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .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); }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container { border-width: 0; border-radius: 0; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#BdtwI3lqLN3DMSu8SdgdpZWqDJU81lMH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:right;text-align-last:right;top:23.87451171875rem;left:68.93701171875rem;display:block; }
#Sb1xsm51DhmTEud5ZTAVNWZDZs0TGLcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UIoUz8IC30ocDQligM9FCc1pxKAfi2xP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:11.18408203125rem;left:0rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bpcSMPxG32vzsn03BXGI7aqEalG0XmLc { color:rgba(var(--color-tertiary-0),1);display:block;width:21.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.945556640625rem;left:37.24609375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWFQNPyhFKFh9A0FdAgiHmvlvNWWuinD { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);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:0.498046875rem;width:75rem;top:22.93701171875rem;left:0rem;display:block; }
#AwZmDyyVkcDGCm71m2vyQJ4fOem3sT7z { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:2;letter-spacing:0;top:23.935546875rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vU7qKezPe21804ePyLWyuNTN5Eg4BqKR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:11.1875rem;top:2.320556640625rem;left:0rem;overflow:hidden;display:block; }
#Gi5UErv6qEgSII0x4ETgZEyxBrqpocrw { color:rgba(var(--color-tertiary-0),1);display:block;width:11.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.945556640625rem;left:61.375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i9McD73QCXWMIc4zTpGWvcnRNhr2Jtqu { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.8;letter-spacing:0;top:5.2490234375rem;left:61.375rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#THXkAR2GpZJylppuJ75JWJb9RxUFNtNN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:5.2490234375rem;left:37.24609375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MTyEgdO5h6684mmF8yyoSH2oEhn0mFJ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.374375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:19.249267578125rem;left:2.93701171875rem;height:1rem;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;text-align:left;text-align-last:left;display:block; }
#Mm1WRv1hLXZN9FmRaBc7vQa7FqtM2wGE { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:18.125rem;left:4.561767578125rem;display:block; }
#FCg6thaHlpIxscvyVm9xScNM7vz1clzG { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15091;top:18.125rem;left:5.499267578125rem;display:block; }
#ShNfa6uO8G5Sb5KeIUQvQCHzIefTMADU { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15093;top:18.125rem;left:6.436767578125rem;display:block; }
#TvvSQmbUBMw6xyzCNgIX2T0FNhT2o5b0 { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15089;top:18.125rem;left:3.624267578125rem;display:block; }
#hxTGpTsUefNkJIWP9vMSUMrNwwLpo9vn { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15090;top:18.125rem;left:2.686767578125rem;display:block; }
#tMs1vcsHNwUmkeVl1xnJUswGAUJ8S30B { position:absolute;display:block;z-index:15084;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.0625rem;width:2.0625rem;top:18.311767578125rem;left:0.2490234375rem;overflow:hidden;display:block; }
#ZRt53HVeMvEmu7GGpaVFycC7D44isOXy { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:18.0615234375rem;left:0rem;display:block; }
#QlnIdrqAqfHz6htygOiy5eow7leUzfGG { color:rgba(var(--color-tertiary-0),1);display:block;width:10.374375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:21.312503814698rem;left:39.624565124512rem;height:1.05590625rem;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;text-align:left;text-align-last:left;display:none; }
#vb3bQJiD5ZOv6oZ2cDWhOg68phTseJyy { position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;height:3.125rem;width:3.125rem;top:39.75rem;left:71.1875rem;display:none; }
#CQlvWwMaO0zcrMgoLOZBHStFZB0LqeVI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:40.1875rem;left:71.625rem;display:none; }
#CQlvWwMaO0zcrMgoLOZBHStFZB0LqeVI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#D9Uo4BDg8BUTS5nPwVznpFOdXdAWmcla { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:19.12353515625rem;left:70.062255859375rem; }
#D9Uo4BDg8BUTS5nPwVznpFOdXdAWmcla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#GKmT1ySk6L94sAQ6g4Wgb0uE099T4W1p { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:19.124755859375rem;left:73.125rem; }
#GKmT1ySk6L94sAQ6g4Wgb0uE099T4W1p > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#TXom1Sceqn796ev4esfywsMwJIQN2kEG { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:19.180908203125rem;left:66.934814453125rem; }
#TXom1Sceqn796ev4esfywsMwJIQN2kEG > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#xE0KUezDasJcKPSdhFsZl9CO8ydgDOxi { 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:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.812255859375rem;left:66.5625rem;display:block; }
#SUNRHanKUNTqvBBtZoChuggV4DyIfO1u { 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:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.812255859375rem;left:69.6875rem;display:block; }
#mrTpz7XrxvMEVgVcsIf19T4oV4slJIfn { 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:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.812255859375rem;left:72.8125rem;display:block; }
#TrgnC80M61TAfKuVwrMR5rsx12naXkxk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.99975625rem;height:2.24975625rem;text-decoration:none;z-index:15005;text-align:right;text-align-last:right;top:23.87451171875rem;left:62.01513671875rem;display:block; }
#H9HNCaMHQxRc2yvXNXZE3exgBQB9FXef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AF3v8gSiaLzcku1cefqCo5kyhqT39qi2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.99975625rem;height:2.24975625rem;text-decoration:none;z-index:15006;text-align:right;text-align-last:right;top:23.87451171875rem;left:55.6396484375rem;display:block; }
#SwU2Ts2iHTRhcspTXGipJApbvXoCFwby { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ut34maGTOmCa9ktJKSiAqarU5U9Nv78l { color:rgba(var(--color-tertiary-0),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:23.873779296875rem;left:18.87109375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE { position:relative;display:none; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE { border-width: 0; border-radius: 0; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .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; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zgRPteBNJxCIv95N1BeQcVRdTLd80JVz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#tT2fhXBhhQ6A2Q3r1DsuCsnZK4OC7TqM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fD9hroN62k3wiZcynPDGLJvVJgraQbdG { 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; }
#fD9hroN62k3wiZcynPDGLJvVJgraQbdG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TaAq9VM1hRhG94y9Fd0zIJXzLV2ht6ps { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:49.9375rem;left:9.0625rem;display:none; }
#v4VTeSe9EJafRL4KNUJ9zLJQFP1sl30Q { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#q83JFcrI8LQPsxuQW1pFTnp0wAy4nckN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScD6bHH0NmwGoNvB3ztdbVIKw49agaSu { 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; }
#ScD6bHH0NmwGoNvB3ztdbVIKw49agaSu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#LHcyfgCI3sLUT9ikezqyktv6ZPVHSRRS { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:2.1875rem;left:11.25rem;display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A { position:relative;z-index:auto;display:block; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container { width:47.75rem;height:9.791666875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WXVA00DDldRhr3fObDZTl5wMqd5bJC97 { width:10.9375rem;height:2.1875rem;top:7.08203125rem;left:18.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xskEc41AeBhbFvGGm7dHdOfi8sKSMrGv { display:block; }
 }@media only screen and (max-width: 1199px) { #Z02Kx7V2ggbyglHdDhUED9TDZotXBP0q { width:8.4375rem;height:5.18676875rem;top:0.875rem;left:19.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdVmrPJzuM6aqWyX8SNnZWIt0qmSSS09 { width:6.5rem;height:2.25rem;top:7.05078125rem;left:41.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #hyZTIG269rlThoUwgHWnesB9bmLHlivr { display:block; }
 }@media only screen and (max-width: 1199px) { #AuUmBWzfZCOxkME9Ccia9ixTTTyvTZdR { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xCTOnFhG8vQHSVCdrmBtF7NTnaFzhDfB { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XES5ZdH3EG0zKwOOZoJZ9CgMIHDIt4zH { width:7.5rem;height:2.25rem;top:4.4375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSkSfe8Bb3yIrWET0XlvxgFogTJyPGag { display:block; }
 }@media only screen and (max-width: 1199px) { #ZDokTHUwvTnJFiOp53xa7zNkPkq6yduG { width:1.25rem;height:1.25rem;top:4.9375rem;left:39.0625rem;display:block; }
#ZDokTHUwvTnJFiOp53xa7zNkPkq6yduG > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 1199px) { #PI8sEqFJhTceJP2Vg5Nvdh6oaCruPS3C { width:8.6875rem;height:2.25rem;top:7.05078125rem;left:35rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZqTvcoyCh8uDFla1ixhfiAz371cxWmb { display:block; }
 }@media only screen and (max-width: 1199px) { #VXZ2lb453xDIMEXg2y3HWnKe6NygCDnd { width:8.25rem;height:2.1875rem;top:7.08203125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CVSrvsvsLmApQNV5sNFCS7uHVEEXWITx { display:block; }
 }@media only screen and (max-width: 1199px) { #mi3HieO9UmsFKJx2COwTx6WESFbf9KS3 { width:4.5625rem;height:2.875rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WbnIxIz6Sre1eqe2OLNRx3D8OGFtMDyh { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R8mEgCtbd7sJNKIPIpn6BPPZ1VJm6UId { width:10.9375rem;height:2.1875rem;top:7.08203125rem;left:8.3645839691163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U2c5nxxtqFdLTzQ90WWZwpmGQdlzyIC1 { display:block; }
 }@media only screen and (max-width: 1199px) { #kaOm3PdK9MDXvkfmSeAzuefSeV9Nh7qX { width:8.6875rem;height:2.25rem;top:7.05078125rem;left:27.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w93XCisG2bgmiOb6W7xmd4lr8uDdCfUG { display:block; }
 }@media only screen and (max-width: 1199px) { #zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI { display:none; }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #C07lnt6dxnZ3GZsJPHTb6nw6zZQvDLe0 { width:12.5rem;height:10.6875rem;top:2.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #D1BmNT88c5CGWTfG414zXI3cCvkGMAiD { display:none; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SKTSGutpBNo6n7Vaho8H1nPRrVrdsqDb { width:47.125rem;height:10.9296875rem;top:9.875rem;left:0.3125rem;font-size:3.3125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #yGXHCaas7IUPk9AWxWDkJ3vSim31ySiq { width:21.5625rem;height:1.21875rem;top:22.5625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRnCC8EA8WCBPpCXibhKV5IGkNHiqyV7 { width:28.75rem;height:0;top:34.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tpVyhe2sE5LxVfJENwt5wkz9bD8ftwI4 { width:1.0625rem;height:1.0625rem;top:22.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s8L4sFOaOtwyMgP2IAaGc1OQQv565APb { width:21.4375rem;height:2.8125rem;top:25.375000953674rem;left:13.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HK8SpCRdPq6HA3ryUvM6hci3UOOgn2G1 { display:block; }
 }@media only screen and (max-width: 1199px) { #xUmVkqceyhQvJ0NZbETiDt78xfhLW09h { width:19.5rem;height:1.21875rem;top:22.5625rem;left:26.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PkITi10yB95GcSDI3hGoDghTg9xvUTmz { width:1.0625rem;height:1.0625rem;top:22.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NcO2mpxKJeimRGZWyTrOiwBvdAzGTT2o { width:1.0625rem;height:1.0625rem;top:35.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JTgONIJJfyh6bV34JAHQmgCFiETNHomN { width:12rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TpNB5PoDddW4kZcMtBVhtA7mPGCOkIe6 { width:15.5625rem;height:2.75rem;top:32rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OwctOl7FfP0a7hNxUg69dQ9NRui1Uy9N { display:block; }
 }@media only screen and (max-width: 1199px) { #JxfhPDzqcxat2dmBhypbdhm3ZEws37Od { width:7.6875rem;height:1.13671875rem;top:43.25rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FtFKscBlM3TPxkCC8T965AqSNV8bA9Zk { width:1.25rem;height:1.25rem;top:41.9375rem;left:26.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #awtlGRa7tefE261aPeO1a3NIkAEib7Nq { width:1.25rem;height:1.25rem;top:41.9375rem;left:8.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cUT8ti3NG2yTfw9EwAII1O0BCJyGOHyF { width:1.25rem;height:1.25rem;top:41.9375rem;left:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VR8twTdsVhXIvIWub1v7kMPZ4EmTqTTV { width:1.25rem;height:1.25rem;top:41.9375rem;left:27.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTs696Nn8ieqildpmXODgdwMxHF3t7bz { width:1.25rem;height:1.25rem;top:41.9375rem;left:29.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BEToF2UT5ukU0nnzMenSrbOSbRNly1TA { width:2.625rem;height:2.625rem;top:41.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxN5lWUVN3IMx1mSk3UZNM5B8fTZa7nz { width:1.8125rem;height:1.29948125rem;top:41.9375rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #sizMJ5izLsldDQUQLFW8qWXuO7WvbBCK { width:47.75rem;height:2.03125rem;top:6.7500009536744rem;left:0.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #FpTHq88IhMbXn4Tun2XvtcRdtB7lG7kE { width:6.25rem;height:6.186525rem;top:32.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FAaw9kOnOBhGXPN1bzXau4tGzAgd5Iwx { width:2rem;height:2rem;top:42.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mDz3UTZRpWsuvq3vHLsC529vxEgTADfa { width:7.8125rem;height:1.13671875rem;top:43.25rem;left:24.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLyv5QmvBqRX0pA987XnwSe2Zm19K0Iz { width:2rem;height:1.29948125rem;top:41.9375rem;left:24.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #fWmaxmZUfPOXO8xElFbbg1zgh9qAgs4L { width:1.25rem;height:1.25rem;top:41.9375rem;left:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vpeIkqkUGXC3tvzOSRn6nFOiln4TyiZQ { width:1.25rem;height:1.25rem;top:41.9375rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZqqiplbCuWUZvlWBwyJQwHvpLfClsoRU { width:1.25rem;height:1.25rem;top:41.9375rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTN2AIcewAdLCR1rDCvykXF6Mr0U7BqK { width:1.25rem;height:1.25rem;top:41.9375rem;left:28.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2adHa9e6E0Tq3EB4Jgm4OhRDPlyaXDm { width:1.25rem;height:1.25rem;top:41.9375rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXmzdqpmOc1L1hC9INRORvp81DrnqnLM { width:9.4375rem;height:2.3125rem;top:42.0625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iB6fGfX7t3UKACltG8hiz7IoiyQ4MHoM { width:10.0625rem;height:1.13671875rem;top:42.6875rem;left:34.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MtFM2XgmJEbLQNWdo4H90CSd4xiuOTSl { width:10.25rem;height:2rem;top:42.125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IMpepBJ5H8FWb8q66PJPUNOCT0UareOn { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv { display:block; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container { width:47.75rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KLQ3fVMgHmJW11t9pIWyGGV9zlGZaXnA { width:38.375rem;height:5.07291875rem;top:5.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IOVUMQ1LteSpnqy6ExKSBsg2RTo8Jr05 { width:24.125rem;height:14.86979375rem;top:12.8125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ElTrdGrW1xw6ZOn2DhsUN00Ae2TrC4Sd { width:0.1875rem;height:5.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2blBJvDxZNAeIySk1TxoptVBCpQCZDW { width:21.25rem;height:21.3125rem;top:9.5911464691163rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTI2VMIFo0wIgEebMFU8BPH7dyXT3W5f { width:13.375rem;height:13.375rem;top:23.1875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DAe1Qbpz5tPZZk0hQeTo6WVmTvieVq6D { width:20.4375rem;height:1.3997375rem;top:32.125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XChnKcrEPnRXvZUhwA7EeyiUz0qfFZd7 { width:18.4375rem;height:0.0625rem;top:31.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4wzVM2HI1I1TMuuTWW9vBTDlEhexhO0 { width:20.1875rem;height:1.3997375rem;top:29.875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RBQZFKXf44Ri1nfIip6iKqHyMsePmCiu { width:13.0625rem;height:13.0625rem;top:23.17578125rem;left:34.354167938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA { display:block; }#K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA > .row .container { width:47.75rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VgCc63avT0FqwwVLBMcSqVt5MsZ3bDLy { width:47.75rem;height:1.92448125rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iaAC46RtVvZF2KDK1rbUHSGs1VHr3KuP { width:47.75rem;height:1.3997375rem;top:7.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK { display:block; }#rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK > .row .container { width:47.75rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iszWbDr9fpPkW4KpfFV8FMoN5e2t3Ir0 { width:23.4375rem;height:13rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qVit1KZRzt3GP5eospS8wDGU7ApD60fb { width:21.8125rem;height:12.1875rem;top:1.25rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6LTG41yhkkR1BT5c1bSrvKC0nId6Ouz { width:19.8125rem;height:1.92448125rem;top:14.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JtnXKGUThuCTGA3iJBXS7dSoF3wlTL2O { width:17.25rem;height:1.92448125rem;top:14.875rem;left:24.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iAb0XZ1gsu9Zs8drp8CWQ7puhcsRRX9V { width:20.6875rem;height:2.79948125rem;top:16.875rem;left:24.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrUOpDmT0Q0eBcLMU0pxdyafKXhP5tEy { width:23.5rem;height:2.79948125rem;top:16.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XhOiGk44DTv9epxEIWpETD945VBElNQm { width:21.5rem;height:1.3997375rem;top:20.611980438233rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKFxi0eniTtCZ7qnVXfTa802fDONulZ2 { width:22.6875rem;height:1.3997375rem;top:20.611980438233rem;left:24.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc { display:block; }#kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc > .row .container { width:47.75rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lTHRuHc35uZXB92UZR6lfKf3lfcBfq8g { width:23.4375rem;height:12.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VXhlHzbz2wzTaTFaWuh3Rke8nBCs6vop { width:21.8125rem;height:11.4375rem;top:1.25rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sLrE0UGXwmlK64TpH9Nv0rTpKnFnHhW5 { width:19.8125rem;height:1.92448125rem;top:14.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uyt5Jry9CkhEhRUyLawUGyZJhlpgJmrd { width:17.25rem;height:1.92448125rem;top:14.875rem;left:24.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FyURvhEEaNuzOV9IQ6GoR8JQs1eI8Rkl { width:20.6875rem;height:1.3997375rem;top:16.875rem;left:24.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZSzaxVt4yR3XR4OVShewmVfX7zs1ul53 { width:23.5rem;height:1.3997375rem;top:16.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V78mlmKiDoxCH4gLkKsgqkHnIVgZUaXU { width:21.5rem;height:1.3997375rem;top:20.611980438233rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yed0Zl46QUzi9FOk7pP8CW2UHVvabeSb { width:22.6875rem;height:1.3997375rem;top:20.611980438233rem;left:24.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7J2GGrcme1xrgtxuP9E5QONmWWxo281 { display:block; }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DFn0PeKK5bb95BarDrw4otgtKtGsDcEc { width:47.75rem;height:3.0625rem;top:7.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2qmiiEaJizcatPWlb9uJPsq4cRaa8iL { width:9.375rem;height:1.3125rem;top:12.25rem;left:25.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zIbTy3BUI28TeB4moDqT8TJN8vMZ3S3I { width:9.375rem;height:1.3125rem;top:12.25rem;left:33.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QRWMbxRn6Jkwd6VZCNwebqx9VNQNnLbs { width:9.375rem;height:;top:12.25rem;left:18.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATaKKpUtvPADIEPmpQ69mPCJnQdW9zxe { width:9.375rem;height:1.3125rem;top:12.25rem;left:12.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kdL2sGPc7SIT0PPL7wiwSeMwMMlTEQ7r { width:9.375rem;height:1.3125rem;top:12.25rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzGpxgv30FT767n1ue2X5E7U7tP1AHre { display:block; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container { width:47.75rem;height:129rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TB06VZ4JwJgE3JBpSv0zWBLK0MslDX8k { width:41.8125rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #nao2lJLU6OOwRF47QCGxbNlFwoXU6ylf { width:5.3125rem;height:2.625rem;top:58.5rem;left:3.26953125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K62PS3tNvfBWBk8nkwM4354lfUbV8PPL { width:6.0625rem;height:2.625rem;top:63.75rem;left:3.26953125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RH2uAaoaRp5hH6ChPB4FQotLBR8VthoP { width:8.1875rem;height:2.625rem;top:58.5rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u08WF8hzKgHx2iIC7Oamkb53iyagFZu9 { width:11.625rem;height:2.625rem;top:63.75rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pm9eBGIdoaAbcbNPteciy124phCCLdRG { width:6.625rem;height:2.625rem;top:58.5rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #olV6UmxuCXb009lRXb3S1vrWRhtLKgoL { width:8.4375rem;height:2.625rem;top:58.5rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Khr43K9lwq3ISRcTGG7qZKUtt4fdEmrF { width:9.125rem;height:2.625rem;top:63.75rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HxAuvJgedL2gvuAtkhJFZ9Wt7USSswSd { width:47.75rem;height:0.0625rem;top:128.87372016907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SD0cgxx4B101GsNUmXGm2TNVUHOhAbWz { width:47.75rem;height:11.89585625rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #du7PJOywktcddZcdT7J8rWVBufVw1pOl { width:11.4375rem;height:5.75rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dHRUXlhkLfzXtxvyRDpu3mQernD5u0JS { width:7.5rem;height:3.875rem;top:49.873682022095rem;left:25.458333969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hMXfAgoJkbxr0n8AI2xkWkuQh12CbJ5p { width:11.4375rem;height:5.8125rem;top:48.904932022095rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kVnZVcAe9HeVUOfhMBGZHizlJdrQyi3X { width:11.4375rem;height:5.75rem;top:48.936182022095rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #woRUB9dp1B37MxJBiokgW1k4LooloVTs { width:11.4375rem;height:5.75rem;top:48.936182022095rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U69am1VfK65cTxe2zNWnN1uyEKpwsEwl { width:47.75rem;height:23.9375rem;top:24.374994277954rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPJLBdNSoDGntgn2oHBH3C8PwO4LSft2 { width:16.8125rem;height:2.25rem;top:20.937505722046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMkm6Wezf5oC2mc9C2NShTszJvy82Coi { display:block; }
 }@media only screen and (max-width: 1199px) { #ACE1A4xXAyJOZBcakdKJ3irUuKS1T7ck { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #J4Wd28F2qrzc5o65ViEH32MV3H6SfMqN { width:5rem;height:5rem;top:41.519525527954rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCBcLkLiPZ4w69RLTm7SgW76HRHsnnIF { width:47.75rem;height:14.869775rem;top:97.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fMAgUeTh76Ll5TK4MmG4Oo3TkwfKJ8QI { width:47.75rem;height:26.6875rem;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gleEHStO7AATEhLulvA8KQna3KBrLrCz { width:47.75rem;height:0.0625rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BAB3zBWCEuld2BOgF81Anp6531EpDDNv { width:47.75rem;height:0.0625rem;top:68.000010490419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F4X26rAf1myx0lUlSTdOsp3Jz1T8b0iO { width:7.5rem;height:3.875rem;top:49.873682022095rem;left:25.458333969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nAk2eApo7qmOBtqh7yuUIVTxQnEpXd34 { width:7.5rem;height:3.875rem;top:49.873682022095rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #akCellzN1O0c9JfBeOursK3PoLEXueKq { width:7.5rem;height:3.875rem;top:49.873698234558rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dsoKPy6Agc5NG6rilVbSDBV4mwPXudkm { width:8.3125rem;height:4.3125rem;top:49.654932022095rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cwpdeTlLIblJ08vu7zhLIWx9SWEV6wdk { width:31.875rem;height:1.66145625rem;top:115.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f59PKLT9a4TF1U7S1CZblRHKt5iJCfnW { width:7.875rem;height:1.3997375rem;top:119.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NsgDbaKNfBFSP7iJt41zu3XohiFIwm8o { width:11.8125rem;height:1.3997375rem;top:122.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EzrQoKkPBGE8xV8anxPWwz9mq64ACzxg { width:7.875rem;height:1.3997375rem;top:119.31120300293rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJDLCLQnnkQhlQUrrRiJDTWzGcXCHKyA { width:11.25rem;height:1.3997375rem;top:122.06120300293rem;left:15.895833969116rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GQ8kTqNadwSszsEqgRCiqoXH2E9frnGr { width:7.875rem;height:1.3997375rem;top:119.3125rem;left:27.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EV1uSdzNSUHetmfNmE5Tb5bRn0cQbbnQ { width:7.875rem;height:1.3997375rem;top:122.0625rem;left:27.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JuI3WXXxyyN1OZZc3xG2sEUmAuv0ZAKR { width:7.875rem;height:1.3997375rem;top:119.3125rem;left:38.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fa7TT3hrlzEg9mPHlFGn8AM33f23Dzim { width:9.3125rem;height:1.3997375rem;top:122.0625rem;left:38.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iP5vWvxuNW37erPObpGsMqLwTvsJ1lbN { width:47.75rem;height:0.0625rem;top:117.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulF0dEptRSKhnI23qqrr4baVmXcNVkKu { width:2.5rem;height:2.5rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oL8U5UU6XoWPbO4O0zn8JiUmcETtyxTN { width:2.5rem;height:2.5rem;top:63.812510490419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JkkkE42Z0K2Rf5S5lp9EafgbLK2Rx5Kq { width:2.5rem;height:2.5rem;top:58.6875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FrIa713khglop2EnhddBOa7Iv7kb4DWX { width:2.5rem;height:2.5rem;top:63.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kGTqOfqKVZzRA4LgG8WyrI4Sanmk3WyK { width:2.5rem;height:2.5rem;top:58.6875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JBtdMaR10ht0yuA0SkXab1H8Tt3QWdeB { width:2.5rem;height:2.5rem;top:58.6875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QpPGGfOxW11vUqnBcg8SLiJNVwzptNkh { width:2.5rem;height:2.5rem;top:63.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRhZre3p5qqx5dxx865lKzZqfe7PaxWH { width:0.9375rem;height:0.9375rem;top:119.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #miJQGNJJH0LcIHXvVslSn2gh94S6oxAQ { width:0.9375rem;height:0.9375rem;top:122.29167175293rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D8QrNlnfAPgmdZGW6ohkNSPgOc4p8FTo { width:0.9375rem;height:0.9375rem;top:122.29167175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ida4tTD7GGQ1FLr1A0nTAhmOl0IeL2Lk { width:0.9375rem;height:0.9375rem;top:119.54167175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #luq1bGgHNaVNIqUaol3cvDdf9okfZidI { width:0.9375rem;height:0.9375rem;top:119.5625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0GnrZEGZlUOadVB6BuNNn5oWbpSlRTT { width:0.9375rem;height:0.9375rem;top:122.3125rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9O62BuSUDUR0DrEuKysDsFXoXplTAnK { width:0.9375rem;height:0.9375rem;top:122.3125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7alW168I2QwmxQpteEuKkgAym0g0des { width:0.9375rem;height:0.9375rem;top:119.5625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e { display:block; }#KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e > .row .container { width:47.75rem;height:123.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #liP5T1N7lfSNMQqFLk0Dt417BHn4LsSH { width:41.8125rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #rkGg2T8F01KUWJ3rE7KPapL6II7ATvlT { width:5.3125rem;height:2.625rem;top:58.5rem;left:3.26953125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hriGeWR1y5fRrvXVPTXQZBHMwo8JqRsE { width:6.0625rem;height:2.625rem;top:63.75rem;left:3.26953125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JIs8GtmnSam3ls4oE7buzhgrIttio1Mc { width:8.1875rem;height:2.625rem;top:58.5rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTiuadmZaWKLB55rSSTxxVHAKxmiW1Uv { width:11.625rem;height:2.625rem;top:63.75rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S5bCsF3RhIhnuxQ5DBH06t2KHiCz4qBr { width:6.625rem;height:2.625rem;top:58.5rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6ip4q2IfbSlL7p60eLGrIlJb6TFHhSS { width:8.4375rem;height:2.625rem;top:58.5rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MS40u2CdairgoEfIpWyeeki1kBtkTxoF { width:9.125rem;height:2.625rem;top:63.75rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hUBVrfb21gl90iPnFlOgWTVLSOL51B2T { width:47.75rem;height:0.0625rem;top:123.24868774414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2PFu5G9DPV5rTtq7TXba8NiE35BHa3T { width:47.75rem;height:8.92188125rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZTWzrVzuEbscdiPgDOxNvpv9RZyBf5e { width:11.4375rem;height:6rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EMfS87BGkBrMWxLx4ICVuZmNxEtr6TTQ { width:11.4375rem;height:6rem;top:48.904932022095rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TkNg1spL44TBsUZWrOEVU82hffsu0WE5 { width:11.4375rem;height:6rem;top:48.936182022095rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SyNy7TzgB2vEIeidLMPtvfTacVP1FiJK { width:11.4375rem;height:6rem;top:48.936182022095rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nxPae2hJLHkrL6qZZDUdFfJLRgrRkefn { width:47.75rem;height:25rem;top:23.179514732237rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KEyOBRNUKvTkBRk60kqACB88ynf68RuT { width:16.8125rem;height:2.25rem;top:17.999990463257rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PN0e8tpcCA4ufqTIHTwBF3GO8iPuMkbR { display:block; }
 }@media only screen and (max-width: 1199px) { #gEdunAn7k1eHE3SU8ozi9omtcpFZnEdp { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HQxggycOP8cALow1TmE8C7IW4VvRukAy { width:47.75rem;height:11.8958375rem;top:96.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h93FDCkH8Rax56aPnLTgD01bb4PKeKZc { width:47.75rem;height:25.125rem;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H3ouWiULkebupqRINpWm5SXTqT3TG2Oz { width:47.75rem;height:0.0625rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fECixBdnOLdzKkB0UUOsq38nMfxC9CAi { width:47.75rem;height:0.0625rem;top:68.000010490419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTcDBsQ0g85omWJJ1svnHNc7xKH5R1CZ { width:7.375rem;height:3.875rem;top:49.873682022095rem;left:25.458333969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eBSVdpEPTWG9NaC7KA1Dd4O6SRNNQf4X { width:7.375rem;height:3.875rem;top:49.873682022095rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGAglJWxlSgM1SSg5puVmVA3tmtZ3m6d { width:7.375rem;height:3.875rem;top:49.873698234558rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PwhHu7xxItkuxbO6bqfpVBSnl6xbcPtr { width:31.875rem;height:1.66145625rem;top:110.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kz9EHPSKMTySDQVfLoii9MOQs28OByeq { width:7.875rem;height:1.3997375rem;top:114.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXOSTFbkc0Twl0zrfT0PUdR0A1UQyRFs { width:11.8125rem;height:1.3997375rem;top:117.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZbxhA5sVz95DlqQZtaMf9ScLfAGl6K0 { width:7.875rem;height:1.3997375rem;top:114.93618774414rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XzMT3gWEVAhpZgLedMgUlb1OdaIZka8K { width:11.25rem;height:1.3997375rem;top:117.68618774414rem;left:15.895833969116rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S94gTulCw3aySPkuNlHGECVN50uSmE4M { width:7.875rem;height:1.3997375rem;top:114.9375rem;left:27.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZdKqafRlFPq14eoDSnJlZkOENf9Grk7E { width:7.875rem;height:1.3997375rem;top:117.6875rem;left:27.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qF1hhnqJihZnIOvGtirDJvJaoHXzqRTN { width:7.875rem;height:1.3997375rem;top:114.9375rem;left:38.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RdFDcD4GllIroEhVqNIQWCVtFlUxmy7O { width:9.3125rem;height:1.3997375rem;top:117.6875rem;left:38.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFPtIdENtbtO4Q9NxOMARKdvBqNoHFvk { width:47.75rem;height:0.0625rem;top:113.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VlMdT53MLNM8oZPVL4uT9xyXz2HluIWP { width:2.5rem;height:2.5rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M1EXfbDc4OTVL5asT8yt5eUIa9vJAuU1 { width:2.5rem;height:2.5rem;top:63.812510490419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQyRqR439UrIoiO36B2ZDxHOtbdFFDMw { width:2.5rem;height:2.5rem;top:58.6875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bCOAwBR3B8Ll5xTtpON5TdfCMIeTme0b { width:2.5rem;height:2.5rem;top:63.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VoTpmqK5Lk6uWEIJbE66XhDGqF0gH450 { width:2.5rem;height:2.5rem;top:58.6875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWczrekuzLpFaB7IglPuWJoTG6NwdCsa { width:2.5rem;height:2.5rem;top:58.6875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7eHX7qDTi78GLgK6AEPC02w5lTlLD4o { width:2.5rem;height:2.5rem;top:63.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O2Dhfx3RuSo8smitiEqtpZgaagRWmNq4 { width:0.9375rem;height:0.9375rem;top:115.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xJ82U7p8AFvkfmXw4yFFtBrkK72KcK0C { width:0.9375rem;height:0.9375rem;top:117.91665649414rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zIUOSHWb0qlnAOpot9HhFiXwPANV0rLO { width:0.9375rem;height:0.9375rem;top:117.91665649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F9m5OTQOJswFJyKeefo06iZKPt5TA98w { width:0.9375rem;height:0.9375rem;top:115.16665649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPb5QL61xKeFtwk1s7UJVJ8svp0nqJe2 { width:0.9375rem;height:0.9375rem;top:115.1875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NlHpv52GzvnoZuxgsaImSgyeeHkhcqqu { width:0.9375rem;height:0.9375rem;top:117.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOS45WSIImk2OhFsGd57wOMU39SWoqRZ { width:0.9375rem;height:0.9375rem;top:117.9375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #URwfWoxAAUJvSxx1nZzFgaSV60hzu8mZ { width:0.9375rem;height:0.9375rem;top:115.1875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hsz7JqatTnyNmur6205ACWyF7okumQwc { display:block; }#Hsz7JqatTnyNmur6205ACWyF7okumQwc > .row .container { width:47.75rem;height:127.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hB3h0WlqXTTXVTdtS9GTWfrEzvOauRxD { width:41.8125rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #XiHsr9VzbRGdNbM5a1SdmrGQZASl5E5K { width:5.3125rem;height:2.625rem;top:59.5625rem;left:3.26953125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gM5CCoMom5BPeXXUPRONPzKhytm098T0 { width:6.0625rem;height:2.625rem;top:64.8125rem;left:3.26953125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cI0MKVmO4bAmbqR2S3o86LKZsHbBfdI0 { width:8.1875rem;height:2.625rem;top:59.5625rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JtLQWvhyrEVPelDsKdEiFxBEw5xRftz8 { width:11.625rem;height:2.625rem;top:64.8125rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCFV3T8XnZBwKpRIPOHiv09OmQqKoMNM { width:6.625rem;height:2.625rem;top:59.5625rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kr04cV0dk3aSTubsILVgmGUHgSZyKyrh { width:8.4375rem;height:2.625rem;top:59.5625rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fn2zhrB6w5wg1nh0zrwggiGJBGt617PK { width:9.125rem;height:2.625rem;top:64.8125rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTk9K77akGT0QqKkTRfbfDRpycrDVEW2 { width:47.75rem;height:0.0625rem;top:127.62369537354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ClT1QcO8kmKUgVgdViwba2GTRoX0oOE9 { width:47.75rem;height:11.89585625rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aI4XHTfNLI03zUe6HbBVwKCTQ2X1SvtC { width:10.9375rem;height:5.75rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HcTBRAoCNQpnmSlPel5pCpH2TcBOiWtx { width:11.0625rem;height:5.8125rem;top:49.96614074707rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fee6CoLtNASwg1q0z8llxiDAwqrz1eob { width:11.5625rem;height:6rem;top:49.99739074707rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #COxEZT5kNuT0gwUrkBfimbMFG9KkWlqW { width:10.9375rem;height:5.75rem;top:49.99739074707rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tnnnaCCZSiKd2Rq8mweX41qMU5i9VAhW { width:47.75rem;height:25rem;top:24.373687744141rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p3k9GwzSXpxkslAaRHlyHrgdqBqk1tZG { width:16.8125rem;height:2.25rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ztsoogOUoE6oGDr3pbQ3HCL1kbnVgMVq { display:block; }
 }@media only screen and (max-width: 1199px) { #GqPchmg4fN7WRBQfz86GoTTrFCCZprmr { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LlqDpFCpH1hsiKp4xwcwG86NpV9ImLVe { width:47.75rem;height:11.8958375rem;top:97.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZmKQwDtnwGaxBAlhNQ0IEmo0pcJxLnp { width:47.75rem;height:25.125rem;top:71.68753147125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yxnZt0K4TBgWwsiJWIrLG0VgGVS5qFtk { width:47.75rem;height:0.0625rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IboIZoXnaG2RgqanwHArIJrRJzqS02u6 { width:47.75rem;height:0.0625rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTppUR73JS9FLLJLQCfnnAGtVquLXA6b { width:7.375rem;height:3.875rem;top:50.93489074707rem;left:25.458333969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcUN26PTQZ37DUfMdDASUThlRP9goZ8r { width:7.375rem;height:3.875rem;top:50.936187744141rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FHTTutFUGddecmIW4wAVrBeWRBptBe5Q { width:31.875rem;height:1.66145625rem;top:114.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZQ5rF2UOnKfKbVzHpOKgy5pGBZLWgQV { width:7.875rem;height:1.3997375rem;top:118.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mAdG5WAT174aWmIz3TsGRPgKvwmeLUiH { width:11.8125rem;height:1.3997375rem;top:120.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HEHC5he9kLflefTf7nd84Hs6XTleeOSp { width:7.875rem;height:1.3997375rem;top:118.06119537354rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CU7ausG3OcFIeSXZS0RwXVQmwzVRIgr8 { width:11.25rem;height:1.3997375rem;top:120.81119537354rem;left:15.895833969116rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VXfHhcBiTMATgTcTh7JPghwZ84xHXo1L { width:7.875rem;height:1.3997375rem;top:118.0625rem;left:27.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUWhGsyxVk4eZLDFutId5o9CV9ibiezo { width:7.875rem;height:1.3997375rem;top:120.8125rem;left:27.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qUgNdcHBZKXs6H3GydySk7Qo6DCIlSvi { width:7.875rem;height:1.3997375rem;top:118.0625rem;left:38.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kt6eWWs2eG9WhCLlV0x7hqsgEbfrGTk9 { width:9.3125rem;height:1.3997375rem;top:120.8125rem;left:38.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svyG4lb7UVXU0wKZgT1ugvZyydStWseA { width:47.75rem;height:0.0625rem;top:116.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dmoUyhw6RTlH5OCXwwuwi1JUa4gSnP4o { width:2.5rem;height:2.5rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Daoa7My9Kt0ZCBlfAqtxgsQ8Cz0ap37P { width:2.5rem;height:2.5rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ririo9mEsJWzAO3O8o2kzgFwt2uNuTvL { width:2.5rem;height:2.5rem;top:59.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tuaMnALlSlFUR4hEx7zUQ4mSrbNHmJIc { width:2.5rem;height:2.5rem;top:64.875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iv6hnzVLMQ8CftAByzThXqC5JTFKSl4l { width:2.5rem;height:2.5rem;top:59.75rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s3g4zqiJOAP803TDEHmQHJS4eSW92Zvl { width:2.5rem;height:2.5rem;top:59.75rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lJkqkJP0T42dm7OG3ScJWinrCyxLvyF4 { width:2.5rem;height:2.5rem;top:64.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ePJmRRZnzCOD5WKbs4RIidgPoQ5T8Oab { width:0.9375rem;height:0.9375rem;top:118.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eLex0dlQXGFFDOADN2DF3AA2Wphi4lEC { width:0.9375rem;height:0.9375rem;top:121.04166412354rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BVMBXfcA12Q7HuMZWEXrbJU97nZHaK4C { width:0.9375rem;height:0.9375rem;top:121.04166412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGRmiT6P7rpN6V0RQ3TEbhT51VFO98qF { width:0.9375rem;height:0.9375rem;top:118.29166412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E0VdzdiOXcbNTfCWQWTRJek5NkepkwFH { width:0.9375rem;height:0.9375rem;top:118.3125rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zgnBuBeRp0DTuKHggv0sRDbgVo9fulGI { width:0.9375rem;height:0.9375rem;top:121.0625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K6K9V2nRyZFDc6xJ857g3Sv3qHINm4Bt { width:0.9375rem;height:0.9375rem;top:121.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QoFQSPRtnH12TTBL17yv43xTTchXFxwQ { width:0.9375rem;height:0.9375rem;top:118.3125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y5otfB0DvIo2r3eBk1UV4C3PPVJl543d { display:block; }#y5otfB0DvIo2r3eBk1UV4C3PPVJl543d > .row .container { width:47.75rem;height:84.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GArwf7acozRr3ZOPdxxQ1Pti486WvZdK { width:41.8125rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #tGfmhiIJXAeuHJWe3TnICvpId7umKHup { width:5.3125rem;height:2.625rem;top:60.375rem;left:3.26953125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ViFJvnpxSVPrcl6ogoJneMHarL76AgDg { width:6.0625rem;height:2.625rem;top:65.625rem;left:3.26953125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QnxJ1PKX5Jma61wHqTRsW7nu36fTXyvN { width:8.1875rem;height:2.625rem;top:60.375rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sP41MXE8gNkf2JTO79aCy9ACGZTKKhKJ { width:11.625rem;height:2.625rem;top:65.625rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gVcSBiTBEOkAD44Am0SQ3H52cHqTInKH { width:6.625rem;height:2.625rem;top:60.375rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwdMLs8aZzaLRM3h5wZ7VfVsEGvDJudi { width:8.4375rem;height:2.625rem;top:60.375rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g5ZycksSvPSEtLAOWz1FlH0b161XMats { width:9.125rem;height:2.625rem;top:65.625rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O3G2McgWrTSTKrfzWf0TGrzUQuTO2K2M { width:47.75rem;height:11.8958375rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMt8LSI0ftBVNRd2Mba9MTAoWw5lga8q { width:11.4375rem;height:6rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvfrFn7pJkIazNTfmbtE9HqkVTX51alN { width:11.4375rem;height:6rem;top:50.778644561767rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CiUW9E5BMQKl7AGPkrmxHFzPVtmLHtzg { width:11.4375rem;height:6rem;top:50.809894561767rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lOQATd6rI5bybA2nLqJMr8ORh48bbdQI { width:11.4375rem;height:6rem;top:50.809894561767rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssin2mD3ZDExPQiU3MpNHiA0RJNMv0uX { width:47.75rem;height:25rem;top:25.054522361632rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqL75SOTwsJeRTGSRh5AJTT8yRuoTRNJ { width:16.8125rem;height:2.25rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ICSNM3wzO975WI5ZSBDgehdooanz2vIy { display:block; }
 }@media only screen and (max-width: 1199px) { #RtmkvduMtCsHoGT7CPcxdFZB9uaAXKuT { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hxx7TsVrF9ZpSJQEyQEQNmLMZRCld4Qb { width:47.75rem;height:0.0625rem;top:58.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qklsRQ86ZVrXgZFPKFAhTADhueZ1S5VJ { width:47.75rem;height:0.0625rem;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gSfBLqamJTHT6TwSvSI4NdhDeAQgRiDM { width:7.375rem;height:3.875rem;top:51.747394561767rem;left:25.458333969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzuAwzEBebK7zB10mFx4oBI4ZCmuPihM { width:7.375rem;height:3.875rem;top:51.748695373535rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcK1nlUVxJOqcBPF7tvvPBeT2u7WsBCB { width:31.875rem;height:1.66145625rem;top:72.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bO99Fdz9vhAurPFbM3Cta2IfEysqR8DU { width:7.875rem;height:1.3997375rem;top:76.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SNzPxxwTk8S3MFfGVIXu4LI67Uoakv6S { width:11.8125rem;height:1.3997375rem;top:78.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFAEye5Xqeu9BIbv8PIqBXqkroOkDnPa { width:47.75rem;height:0.0625rem;top:74.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOJbcB4MWWFUCP1ipBVdsScR9DchRA02 { width:2.5rem;height:2.5rem;top:60.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rNuA7iOJS9Lvym6oUBnOA45yJo75wQKy { width:2.5rem;height:2.5rem;top:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CscSTGceyuvx6JVXM3Ra8STEi1tKzCfV { width:2.5rem;height:2.5rem;top:60.5625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pCkUPtLlVqnc5ZgbcqJ1UG7bSsiGctKH { width:2.5rem;height:2.5rem;top:65.6875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k0mCklkcz8T0nhUfP4yEl0AoNmire2lm { width:2.5rem;height:2.5rem;top:60.5625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIX11W9eXNNuNUsBIqZXxukB2qnpyRur { width:2.5rem;height:2.5rem;top:60.5625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MoJiI7PZdl5bRfeDMx9XVbt5q72EmBJZ { width:2.5rem;height:2.5rem;top:65.6875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XtSE8KwG3wGt9ZTnfbeUAAKC9TcrEvgP { width:0.9375rem;height:0.9375rem;top:76.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mToQ5wxvfdtD80asQm5qVI7Owip0x5rC { width:0.9375rem;height:0.9375rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mAkL1ORoekKMDWCx2qOpBDM012sOAHK5 { width:7.375rem;height:3.875rem;top:51.748695373535rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RkPlzM6vbtTD4WP12zAmOKFIFhRBcwcr { width:7.375rem;height:3.875rem;top:51.748695373535rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F15DIf4hLJtrM3bMH8smZ8CvlAZ3AGWl { width:7.375rem;height:3.875rem;top:51.748695373535rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MrruWn8WeBXhg5WaA0qXklwBN6VZFlfh { width:7.375rem;height:3.875rem;top:51.748695373535rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0zdKTkyf8uSlkb2wa8FctctDPeoxi8e { width:47.75rem;height:0.0625rem;top:83.998678684238rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XBafPfTgyDWSR66HCR53vnANlCXoTV2k { display:block; }#XBafPfTgyDWSR66HCR53vnANlCXoTV2k > .row .container { width:47.75rem;height:123.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #emwMOat3v3OTTFahCx3BP6dxGUvIsElb { width:41.8125rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #JNTrTtnyNsP34CLDP5i7sZgT44L32xfq { width:5.3125rem;height:2.625rem;top:61rem;left:3.26953125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8SepED4n4EFXw9JZyDW5WIKhPOTHZIE { width:6.0625rem;height:2.625rem;top:66.25rem;left:3.26953125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f3qnTFk9Q8MTNKdt9R2to8vNxkiQDe96 { width:8.1875rem;height:2.625rem;top:61rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MklOXa0vTft0dNSf11VueZKh852VD37o { width:11.625rem;height:2.625rem;top:66.25rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ez8R2OAlwsxCEt4BIWHJ7fINcD9vuAqO { width:6.625rem;height:2.625rem;top:61rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F3adMPaQFAeMk7vysSTnJfNHN3UEST27 { width:8.4375rem;height:2.625rem;top:61rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lU3T1L1VtA0IMkzL6XKgCbOOi4MkZ16K { width:9.125rem;height:2.625rem;top:66.25rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDQeSrR68qJipFiONxWTt1GqF4CMgL99 { width:47.75rem;height:11.89585625rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRNg7U5hwQdWlogH6kFHRrTgfJOttXco { width:11.4375rem;height:6rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eC3zipEhAVdHlPGrVUn9IVqPTHM9GkMA { width:11.4375rem;height:6rem;top:50.778648376465rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9qWnZVOrWHpnVATeEvykmLankxlpfW5 { width:11.4375rem;height:6rem;top:50.809898376465rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TK2f4esuqoMJAvHwxyDDDVVdblArTO5q { width:11.4375rem;height:6rem;top:50.809898376465rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g1lWkngtBHzQR8rEaH8Jx4voA0foyyD9 { width:47.75rem;height:25rem;top:25.054526176329rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JaEv3JqTbOwAoETGX8tX9u7hPygIhq19 { width:16.8125rem;height:2.25rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3BHPhdUuQnoGNIgNeB6p4xgRsgNx07x { display:block; }
 }@media only screen and (max-width: 1199px) { #l0Lmdqy19ugSS2epaU6WIRXPXLGT2TWO { width:47.75rem;height:7.43489375rem;top:99.812460571525rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1TQ3x3akCfSQ15vCeXZzEXXUL55TCr6 { width:47.75rem;height:25.125rem;top:72.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MgDDcq5zasJT73RhP4UPSxp7Rtqe4iel { width:47.75rem;height:0.0625rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hh8tGEJAOgmFOR8q9QZLnnpcTRGMXxaJ { width:47.75rem;height:0.0625rem;top:70.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cSQTEaTfsEn4ewvfT5B95gQeTN4SDEVW { width:7.375rem;height:3.875rem;top:51.747398376465rem;left:25.458333969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C401vxf6FRa82sxVuz00AeFiw3dzgphJ { width:7.375rem;height:3.875rem;top:51.74870300293rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nWwKniVD29t8xgeq6txUCTJFswVxsVV3 { width:31.875rem;height:1.66145625rem;top:109.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SnLD0y88Ei8mRJ86Sv1RATphfzXoMPLR { width:7.875rem;height:1.3997375rem;top:113.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #US7M7cRTI4yqJXti4wMKPiEItl6xytg3 { width:11.8125rem;height:1.3997375rem;top:116.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5RSPP3VcvDpcqUn4n6rpJE33eN2zcmr { width:7.875rem;height:1.3997375rem;top:113.875rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IBkpVMSldW4E1emyWlUxHNe0uOLOLH92 { width:11.25rem;height:1.3997375rem;top:116.625rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AIWgK9mTvhxkD0nuSnBniwHCziyeJJEB { width:7.875rem;height:1.3997375rem;top:113.875rem;left:27.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zR0R1eXcuhISZ11tnS1XuSQXDdTEX3cG { width:7.875rem;height:1.3997375rem;top:116.625rem;left:27.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTx1RsWso4057C4iltB2pptBk54fywSH { width:7.875rem;height:1.3997375rem;top:113.875rem;left:38.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9Cvvfgn64Lx9X0o2luuT1ayXiHwQPW0 { width:9.3125rem;height:1.3997375rem;top:116.625rem;left:38.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hBgnnRuTTTffqdh3MVhxQMrOHhNoHAbu { width:47.75rem;height:0.0625rem;top:112.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dmaXDdRBEwVcHktuTFMW5aNwiqKFmTge { width:2.5rem;height:2.5rem;top:61.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLhxu0JRICKIiLM2ToKhGLrWi6WaMPZr { width:2.5rem;height:2.5rem;top:66.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Woni8BVZfWEcDTUt92TdIx6UOCbBTGvr { width:2.5rem;height:2.5rem;top:61.1875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LlenKQ47y5yI3mGzRx83Sy5EkUMUCU5G { width:2.5rem;height:2.5rem;top:66.3125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RN5lH51dS7KNvJTq5cpw397bwhEEwV5w { width:2.5rem;height:2.5rem;top:61.1875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVWXK06nO6ALqxNOQ6n07Z8GnD05BHKM { width:2.5rem;height:2.5rem;top:61.1875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8PiTU82f2xOf4EtB3VcctiQc86pR5Nt { width:2.5rem;height:2.5rem;top:66.3125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gcuz3NxuLlxRK2RIbLyoOrFxvQCs54Cm { width:0.9375rem;height:0.9375rem;top:114.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDKtl5HSk9AfTfmncr9wzOuqt2beeoT8 { width:0.9375rem;height:0.9375rem;top:116.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oXuVXrHTlnienzHhWh49JyeB2w3BbuaP { width:0.9375rem;height:0.9375rem;top:116.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fZEKnsNEwfraa9EC8ecEoSGlccwT2HKI { width:0.9375rem;height:0.9375rem;top:114.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2y9t6nGx7Jse5iJiKOFaA4L7FOkv3cu { width:0.9375rem;height:0.9375rem;top:114.125rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAbDVCNZpqeDiTedURhRMwN98sECX4zE { width:0.9375rem;height:0.9375rem;top:116.875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v7OpK0CghPJHCgVWkDyuGSRM9ab5wd2y { width:0.9375rem;height:0.9375rem;top:116.875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HSzIHygJWBpMzQqRLMBLbCk89QvSqkxw { width:0.9375rem;height:0.9375rem;top:114.125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C0a66ZrtxSkTkDmeIcQPHZvTnFLDUGvo { width:5rem;height:5rem;top:43.39323425293rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nXDt3Ti19ckZCNMIod7QMEzIBEo5HcoC { width:7.375rem;height:3.875rem;top:51.74870300293rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtdJKdH771pntyyZNcK6PxC726KNaXbC { display:block; }#KtdJKdH771pntyyZNcK6PxC726KNaXbC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Hh1JfPfN6ru09rJEZrAOlEQ0ABndNmei { width:47.75rem;height:3.0625rem;top:7.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4Z1n60RUu4sm8PvZRoQJlJprtTEhMII { width:6.8125rem;height:1.3125rem;top:12.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PC2BHetLfVoK0nTTWhzPDwT2VGUfJO5X { width:10.3125rem;height:1.3125rem;top:12.1875rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bH0LTF0Ucearz7OLWqMqFwTZTzuRGRvF { width:10.3125rem;height:1.3125rem;top:12.1875rem;left:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dMhkslQFNwPukCwHTKQytUyWdiNn074M { width:10.3125rem;height:1.3125rem;top:12.1875rem;left:11.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #trcymJbOUm1966tfA3LDAATTHk4Biphz { width:13.6875rem;height:1.3125rem;top:12.1875rem;left:25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZQbXdE36dizA7sKK5XV6kCQULBNSTdD { width:10.0625rem;height:1.3125rem;top:12.1875rem;left:37.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM { display:block; }#DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM > .row .container { width:47.75rem;height:115.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uyCLC3nWsFakXR0TR3pOTVb6o5WGQ1Jp { width:41.8125rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #L6SaIIcft2uETrF05k169hax3Zxm6wbp { width:47.75rem;height:0.0625rem;top:115.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIfKTPC3EFWw5auEqyJ4IEll04eVVivJ { width:47.75rem;height:10.40885625rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i30eMZ7oFle7MRNZ0AFfvCIyMb1JtpGX { width:11.4375rem;height:6rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HCz2IQdlSH3MMTfDbOghphBr0K5oueFa { width:11.4375rem;height:6rem;top:49.091156005859rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fZoQJeZP35DLCE6sA7rep1I6gaxiT4mf { width:11.4375rem;height:6rem;top:49.122406005859rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G6KAEJSTrlyLeOQW9JcnlxsfXCsM2Obw { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sG5ZdmbTrnPZJbgqxm15fv0x3tNQidsu { width:47.75rem;height:25rem;top:23.367029991026rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xsL8gRuHffDmAhqd0cz4amJ4OAgrntQw { width:16.8125rem;height:2.25rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFuZVRZIVdfDQPNcUC4Smk9Bod28NKDR { display:block; }
 }@media only screen and (max-width: 1199px) { #CVtKwTiiHob01PNp3KEncWQuZcMBfGpD { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wytVg108uep90L9fZU5gSD3ZctbDyqfO { width:47.75rem;height:16.35678125rem;top:85.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tu35u0o3HBSeMExPlkD8w0pZ4NJsvuK3 { width:47.75rem;height:25.125rem;top:58.375020027161rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #my1abTDFa2IcTyIJLWqIcfJSTrNAo0Om { width:47.75rem;height:0.0625rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nnz8pSSaJZovwkBDA260AFWTmAZR3eT7 { width:31.875rem;height:1.66145625rem;top:104.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVPFxbVVtWHIdFobqVZhJRScfzH3JdQl { width:7.875rem;height:1.3997375rem;top:108.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5yTMpELyfknH1kE6EdgDrycCbm76isT { width:7.875rem;height:1.3997375rem;top:108.0625rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0gtOuPM9d3SHlnbGmcXqmoacBl7duho { width:11.4375rem;height:1.3997375rem;top:108.0625rem;left:23rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #biGW6ubUG5V19z2TbwoSIh3hSR37F7xT { width:7.875rem;height:1.3997375rem;top:108.0625rem;left:38.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqi4Bu4zUFtA54WUeFA9WcsuTuctLltZ { width:47.75rem;height:0.0625rem;top:106.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jd71ndVD7p7XnBuBqU02t6UWahDqOXmT { width:0.9375rem;height:0.9375rem;top:108.3125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EleUoALFKiRvU0VaBE8fdn12ZOXudy0k { width:0.9375rem;height:0.9375rem;top:108.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u0apU2dCNK8JxsuqcqJUu9VPLKBobxeU { width:0.9375rem;height:0.9375rem;top:108.3125rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z24FRkxqwZgTs5CNaUunDWImlQFko23i { width:0.9375rem;height:0.9375rem;top:108.3125rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DeMvmXGeCQJWcTbKQveStvAHnZLVwAky { display:block; }#DeMvmXGeCQJWcTbKQveStvAHnZLVwAky > .row .container { width:47.75rem;height:107.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DwDiQQ6TnvVLKysA4R4n2ipueZS61IGN { width:41.8125rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #xguWOI4ElyCWvIPvfTWFU9cBFCybcPFv { width:47.75rem;height:0.0625rem;top:107.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ppr5Z7WZlriLU1d7EsfRzKDN5DQdp8qC { width:47.75rem;height:11.8958375rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yFU9n6JrwFN81ZXqdyiagvN4k88fyae2 { width:11.4375rem;height:6rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #slmita56wKQOHI0shpRk4SAB3UPPxbLe { width:11.4375rem;height:6rem;top:50.216156005859rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LToACvwL6gJeGJmmrOpbOqZFm4weiDHb { width:11.4375rem;height:6rem;top:50.247406005859rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vnLySEOTToTXV3OR5ec3362rTaySC4b2 { width:11.4375rem;height:6rem;top:50.247406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLWxl9fJNN2lEriMcTuMlxZXvqhEGMG6 { width:47.5rem;height:25rem;top:24.490875244141rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UI72ixH9EOZvHUPmlLy9yKfdXPygaNCP { width:16.8125rem;height:2.25rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PU3TcNQy4L9T1mubeUHVGci3XIsdZumy { display:block; }
 }@media only screen and (max-width: 1199px) { #ONFzxouDhExGwpKZz8FOTziMc8P4H8zh { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uVRGMyEfgqSd103NKyiiIDegpmKpV6k7 { width:47.75rem;height:7.43489375rem;top:86.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q8NiMRag7PsJhIAQVwBZAfTGy0MDGdid { width:47.75rem;height:25.125rem;top:59.812450408936rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dKnfNyDA1XHNE75aw1arrldkb9ZaVc64 { width:47.75rem;height:0.0625rem;top:57.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lip1RoTg6DPCMEOSp2pFK3JocigQhTRd { width:31.875rem;height:1.66145625rem;top:95.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yI9zFoMkoW1sNtBsOyZ8gy8LGtVyVHxX { width:7.875rem;height:1.3997375rem;top:99.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c0xmlTgNfH8xuuMM5y92TUySy45goauC { width:10.6875rem;height:1.3997375rem;top:99.5625rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwOLtdHH6rOoXvtPEnMCNMLNTOT3hAVq { width:11.4375rem;height:1.3997375rem;top:99.5625rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iR9A3RtkkiJTIpcdPD8dN8JDrgkbCMCs { width:47.75rem;height:0.0625rem;top:98.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bisGxT5EEX8XPFz65DxIHgmXaT0RRWRy { width:0.9375rem;height:0.9375rem;top:99.8125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e7NiDOgdiVAaSimM0CdTROKesrnu6Dth { width:0.9375rem;height:0.9375rem;top:99.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qeu9qSNoWdJJOCCWzolkqh50Nzk79VOo { width:0.9375rem;height:0.9375rem;top:99.8125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXIQbfznumHqDSbZmNinfPP5n4vKhRe2 { width:11.4375rem;height:6rem;top:50.247406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #StXOq40bEqUb9tpaLcUTLqyhX55ihreq { width:11.4375rem;height:6rem;top:50.247406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlXRMQ8434JXHUOudX9iSwJqaiQAtSSm { width:11.4375rem;height:6rem;top:50.247406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k { display:block; }#KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k > .row .container { width:47.75rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cwOzhRomg4AiZonxwBQyJ47JlsdPXvg8 { width:41.8125rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #t7a7Iq0FOflCyg19T4AniyPsyzCV7bdk { width:47.75rem;height:0.0625rem;top:104.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ii5gmZp6WwoDemIWBOD60iUXEbsNaTc9 { width:47.75rem;height:7.4349rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tXuGqAzK0CKVXywnBXLVyGsiwSKDAwfN { width:11.4375rem;height:6rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHNDalFADpdH86cIJHyw1NwbdSTkheTU { width:11.4375rem;height:6rem;top:45.591156005859rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #au48at3XDCdDNUlpzpQVD1rqFunEZOmZ { width:11.4375rem;height:6rem;top:45.622406005859rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M81SmfQVuurXcIsth2mzhIBNrugMdG1r { width:11.4375rem;height:6rem;top:45.622406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mEiA2unQNvPTcspzXXE7szh2UZNfTq2H { width:47.75rem;height:25.0625rem;top:19.92839050293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdhfwTlbkiva2CRHn0sD2bxEGb28rrN4 { width:16.8125rem;height:2.25rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyH7AFhwNTKCFB98BTn7WKOVLOn727U4 { display:block; }
 }@media only screen and (max-width: 1199px) { #nxbzwG9anEMqyK594qhcdRX0O36R0hf3 { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #urT1nKQvT0N1nqmurXK2pmflEL4CG6G8 { width:47.75rem;height:8.921875rem;top:81.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uDnyKty5let25BOTTzrmQ5eFTDa0Ep7z { width:47.75rem;height:25.125rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DhwDIwatDS9GHAvsEO7JfSlouQBgeb8F { width:47.75rem;height:0.0625rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drhFozb4TOKQu17cLtJcOILT85Km1vUr { width:31.875rem;height:1.66145625rem;top:92.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kKTWdK61x9XWoKuctb78kSlac8GVh9vv { width:7.875rem;height:1.3997375rem;top:96.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K51nZRtVMpbpMmBBqJI6iTzpslPFVnnQ { width:11.25rem;height:1.3997375rem;top:96.8125rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHHbM8WV1fRkeTReR7UOkT3m1lJi4984 { width:11.4375rem;height:1.3997375rem;top:96.8125rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z9z5Dm5eZpShzNfTyKm8tQz3DNEdtMJR { width:47.75rem;height:0.0625rem;top:95.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wthHR5JW1lMJ5DumwBF4oup86f3Hao6x { width:0.9375rem;height:0.9375rem;top:97.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hFrBRTTHmFNCoMLTegIaVd9bc2m8MeTf { width:0.9375rem;height:0.9375rem;top:97.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xq76H6M9PaZTW93BTu46DrzI6bXO4c3N { width:0.9375rem;height:0.9375rem;top:97.0625rem;left:37rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mknpMxWGukOZCS4uhLiHbRlqeLRiySDq { width:11.4375rem;height:6rem;top:45.622406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtEH13R7iPinEFqEBGPqLHrmyN5MZxOn { width:7.6875rem;height:1.3997375rem;top:96.8125rem;left:38.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iAmsvAP64WOHqHo3Mx01EIeMgfhQqBBX { width:0.9375rem;height:0.9375rem;top:97.0625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p22w1LV7JZflIxMlQXiphQTNMENhOTnu { display:block; }#p22w1LV7JZflIxMlQXiphQTNMENhOTnu > .row .container { width:47.75rem;height:110.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MmEXRL0cVWCSTzNkt0gt4Vkaepp6Tclm { width:41.8125rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #foTPluX6izvCBM0rbQW9Eq3p4ViirPmr { width:47.75rem;height:0.0625rem;top:110.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyRwvE8mEu6nTcukfgETL7SDv1SHzJ8B { width:47.75rem;height:8.921875rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M9nNWfyapacSxtofuiNhNWWit1mIxDkZ { width:11.4375rem;height:6rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pHfGK5Fo7vNCK4Hd24q4kytsd6ZZReak { width:11.4375rem;height:6rem;top:49.091156005859rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lv57bobaqabelvci5pxiszyrwQcmN5zf { width:11.4375rem;height:6rem;top:49.122406005859rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iSVQ0kJiMpeTO5kR2NBlyNMw0vA3fpZP { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wkk6yVX3xbuqCi0cNHDqxMpLNSuMUXQx { width:47.75rem;height:25.0625rem;top:23.251453683404rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lofsWZVzzvFrx8ASpTPkeM0LLQmu39ZN { width:16.8125rem;height:2.25rem;top:17.687507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WAEh3mSvH9rzLHZQapUz8uXRklDlfaW4 { display:block; }
 }@media only screen and (max-width: 1199px) { #RQEfmIQayIPTLFoa5nnPiCxm43LC2w7W { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cqf838dnA74vmKnl6z71wqEcJgnCKqqT { width:47.75rem;height:10.40885625rem;top:84.750040054319rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITTSls0SbJc76WFu1dS20vD9mfEb6pWC { width:47.75rem;height:25.125rem;top:58.375020027161rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u9zPZWcGIOQ0pMO4nztWSck67ruJ0VcU { width:47.75rem;height:0.0625rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CuTleq5Ee0hEOIXXNBJ6XBwSW1goxuOz { width:31.875rem;height:1.66145625rem;top:97.312507629394rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BCtpkTcFlsVkNrbdkMdFm1gghGlTyavq { width:7.875rem;height:1.3997375rem;top:101.31250762939rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybPNIfI6n63gioQQTZMwSf3FVUTqVJFL { width:11rem;height:1.3997375rem;top:101.31250762939rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xZ5lOky9zIt90KUKI8ckJiBGsm5dwgTe { width:11.4375rem;height:1.3997375rem;top:101.31250762939rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Awn4KpguP7lPmR9SxWz3nycLFxQXlv0a { width:47.75rem;height:0.0625rem;top:99.875007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CflshEozipHKpNQS0Z6SH8yFTCoKWqcS { width:0.9375rem;height:0.9375rem;top:101.56250762939rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GJmpRnPk3TfygT9EUWpngQpuBL0CzAdm { width:0.9375rem;height:0.9375rem;top:101.56250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0SveRH39BA4quAICmeVMmHEuQBCvhHx { width:0.9375rem;height:0.9375rem;top:101.56250762939rem;left:37rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pp6U2r2TJCSddn3OegSrqdPq9ZA4VI7I { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xuCRV3HsnXa91m29xk8yCP7Mi3pxheKA { width:8.5rem;height:1.3997375rem;top:101.3125rem;left:38.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mh7Zc9H9N9nePsD2wTEVtn0gT3Riwoic { width:0.9375rem;height:0.9375rem;top:101.56250762939rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tN43GsRQUriKsDgUJi0cedTAOo1w63li { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H { display:block; }#kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H > .row .container { width:47.75rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qc2CyBlqJ0i0hgOno9OQUkr11iMR7woE { width:41.8125rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #ogrwAySfuyOXQX98Lkaflu2Hql3my0PQ { width:47.75rem;height:0.0625rem;top:102.3125038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X23T1wdkxQTN1XT3p742G8GmFPdGom9S { width:47.75rem;height:5.94791875rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1ogmUiNh2aSPdB0L7qdiaKmiudiv6Mt { width:11.4375rem;height:6rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTQDbgNw0GiCDAOUPEpf3iB8phBzDr3h { width:11.4375rem;height:6rem;top:44.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hUHM5DpWU8N33XF6gosmLaAzkl5Udi37 { width:11.4375rem;height:6rem;top:44.4375rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E1igwGcaOxQbq3n1CzRVnm35VOPuTXfO { width:11.4375rem;height:6rem;top:44.4375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FlANDGKt9m9gMmyAZDU2CGXrKlqg1pku { width:47.75rem;height:25.0625rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HgFsGMEnQp80IaMSE5vPpt5LP2KE41P7 { width:16.8125rem;height:2.25rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nO2R5yHEos2v19EDUxvE1z5x2N5g3Q6z { display:block; }
 }@media only screen and (max-width: 1199px) { #TthHktcQSKfnTs290D8pGqqZV63zN66K { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #etpQEQoaoFlNhqUNIp7uD4MKTdHNXeto { width:47.75rem;height:5.94791875rem;top:81.000040650369rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mPhDwsu1TPb4ThaSQlDT2w6W4N70SaRt { width:47.75rem;height:25.125rem;top:54.000082612038rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5gKK6iJ91R5sDIANhPIWk8ZnO4yzW60 { width:47.75rem;height:0.0625rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d178pvXACesCnbBUIdgOUXdB6AWXSmGl { width:31.875rem;height:1.66145625rem;top:89.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HWJ36Se4SXBebn1oP72EutGyekMk7wtb { width:7.875rem;height:1.3997375rem;top:93.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUBzTdHPHlUC3Ol1Zf3ELb2kVTrQE4Ao { width:10.375rem;height:1.3997375rem;top:93.875rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hL6AvlxLiRPmD9092cHtkUPw7fKHUA9U { width:11.4375rem;height:1.3997375rem;top:93.875rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2VlGcTztrrcPKqsOFgeEoIizd8Crqgh { width:47.75rem;height:0.0625rem;top:92.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WOOEGvWIUi6nG0BUdcO0JzS1LIrIdX0W { width:0.9375rem;height:0.9375rem;top:94.125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2IVEPImiOsk3o9Qdh4cIl9b49RHJmh5 { width:0.9375rem;height:0.9375rem;top:94.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TiJXMrqBPA3uhccVfQxFVnRF1bQKorkt { width:0.9375rem;height:0.9375rem;top:94.125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rmr5r7bumP1aWVWLLyUDKmEL8iAlm0GU { width:8.1875rem;height:1.3997375rem;top:93.875rem;left:38.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WRf6IMzJhpmDZCuDmknV9oc8D4UVT6ea { width:0.9375rem;height:0.9375rem;top:94.125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pCTW7RDluhtAbAWEV1yMMQMttTcp6VNt { width:11.4375rem;height:6rem;top:44.4375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh { display:block; }#eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh > .row .container { width:47.75rem;height:100.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KLapZ2LW8tizvlQFIVUNALxTGM4STVEQ { width:41.8125rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Od1sd6beUTffTmOIy7Wh9gouTlrriQoh { width:47.75rem;height:10.40885625rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cknChL1a8GPttkBnZyR8vwKPROsbRiT0 { width:11.4375rem;height:6rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BcRVXIJlUBAyQwlqpaMl3tONeBQpCKGb { width:11.4375rem;height:6rem;top:49.091156005859rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IE9TtDZeg0pbVBbTB9gmA56OK8CFcTKC { width:11.4375rem;height:6rem;top:49.122406005859rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5gUpLC3un0oVOe5iUmzuP8pkUgrLXgC { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oa8sBbI4RqWTVIlKirfXSuWVFFibB791 { width:47.5rem;height:25rem;top:23.367029991026rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UP88sRtrexlsaQv99Tki30tdUEC8sdoC { width:16.8125rem;height:2.25rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vcfK72A82wLJDhDPmrPl1Kf2s0zd3xNH { display:block; }
 }@media only screen and (max-width: 1199px) { #PRJGPAPPL2zd1REL5sSkQyRT0lVvDRit { width:47.75rem;height:2.97395625rem;top:84.750038146975rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q62AHFJaBirNrUqW3yISnTC0FlNSnRy0 { width:47.75rem;height:25.125rem;top:58.375020027161rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OeV8XPtVG9XX6Mkq8KnX7WVWvf0yG53n { width:47.75rem;height:0.0625rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yS9Grt4mQk9JHITmJwUpVrsLa7HqcwnU { width:31.875rem;height:1.66145625rem;top:89.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qbCGSdZZ39ODX21PODtWrU44TvHO9aat { width:7.875rem;height:1.3997375rem;top:93.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CthRQAVmAE7tugTzzgEhs7SFt8EmL3CT { width:10.9375rem;height:1.3997375rem;top:93.8125rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #auTsxn5Ozw0dqh7ge7IA4oUCWz2uroHm { width:11.4375rem;height:1.3997375rem;top:93.8125rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lLWwyyCUhs0EIA0fLsIykKr08Arqn9lF { width:47.75rem;height:0.0625rem;top:92.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6c4eZTPEDCCd5BaVcJegEX2TZbfTZIe { width:0.9375rem;height:0.9375rem;top:94.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIqmBX6sHfKdTshCIbO9qge8y376thIg { width:0.9375rem;height:0.9375rem;top:94.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFEpehFTXXUxPIEXpk2QE8aTuI9uCcN8 { width:0.9375rem;height:0.9375rem;top:94.0625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wUdWI1pM7lgUe4yfnb7V1lOJUE3Uonqw { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DG54TfF7f9XNxgK8qTd1ZpqIMS9pcA5v { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xcl7H1AT6wC7uzRsqEJFd4rLi7JyPesf { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 { display:block; }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x2pN30RtnA0btQeX7oXt2M2CwE5VrPUx { width:47.75rem;height:3.0625rem;top:7.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxLvPIJEuRFgdL4KgrrATF2NHNc3a6OB { width:10.3125rem;height:1.3125rem;top:12rem;left:14.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ukHvwqgGWmcfS0oqwmCJ6r8ViKJBhH92 { width:10.3125rem;height:1.3125rem;top:12rem;left:22.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA { display:block; }#pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA > .row .container { width:47.75rem;height:74.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a7Q4hrkBpsC3uy0ZtlAQoHhIV85kQUBO { width:41.8125rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #CrchCLUn1oJT1BrF9RuIR14c8As7NLET { width:47.75rem;height:0.0625rem;top:74.6250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hBc0wBkcAf3QbFIN0G7fCmLPowruT903 { width:47.75rem;height:11.8958375rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OWBbckf4AzfNMQT1iQT7mZTIx5d1KFh5 { width:11.4375rem;height:6rem;top:51.625015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xRdFQ679ucogMpFDBvu6XtoM7a5ty4fF { width:11.4375rem;height:6rem;top:51.59114074707rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FxEP5VACnRMZm6Muc1uugILE2OTgTSOD { width:11.4375rem;height:6rem;top:51.62239074707rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vCUEJT3GPUSgcZCJ2ypDEQt4iFPJ9T3i { width:11.4375rem;height:6rem;top:51.62239074707rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HwwtixCODm4TOKTQPpdXM20m0RQNTDT5 { width:47.5rem;height:25rem;top:25.86589050293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #coTyfwJ2ViouSe8aPpaD0n66bX0S2M79 { width:16.8125rem;height:2.25rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HHAlbcdP8oDdw1cIxn7zBJIkaE8ZhQF6 { display:block; }
 }@media only screen and (max-width: 1199px) { #Fy57HhNpHc9u5lA1lRVIr1vwKBF0Iw5A { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #B1uPoLLsyJ5eiCtGedxl9Ip5czX1VooS { width:31.875rem;height:1.66145625rem;top:60.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aohOC2l9iufpcdcTLWBINrfECfzPzgy9 { width:7.875rem;height:1.3997375rem;top:64.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lAbCTCNP4WTM0kfvqn4R6MuJzW6CDlwE { width:10.9375rem;height:1.3997375rem;top:64.125rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQAMPzZJixcWVrmcu43OUgCJeDtaMhvk { width:11.4375rem;height:1.3997375rem;top:64.125rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XR1vGKsTQcv2PZTQQHH6teNkRFXOfN50 { width:47.75rem;height:0.0625rem;top:62.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lUPXpeOsQTi3NJdUQkmIdx3pOP1ASGxZ { width:0.9375rem;height:0.9375rem;top:64.375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zttaSSvJHFefH09hKafrwlaqFpvygBde { width:0.9375rem;height:0.9375rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DAidr4U0X9cWQWh7tF0POQTIXfLmDC8x { width:0.9375rem;height:0.9375rem;top:67.375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fsrs8IpBLT6ZdD4ZGd02y4uqpRnpb7qR { width:11.4375rem;height:6rem;top:51.62239074707rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RrlbDlSWTUI2e7dNeiTPttlgraskgynF { width:11.4375rem;height:6rem;top:51.62239074707rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGh3fuy4uh5Owz0W5nxHdK84IvTd7CZa { width:11.4375rem;height:6rem;top:51.62239074707rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erqSWka7IIEh4Vxeuc3Eug3wWdcebBFf { width:11.4375rem;height:1.3997375rem;top:67.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KP9KwneW2b8X5cfBSGcbIeKQDs3Zwznz { width:0.9375rem;height:0.9375rem;top:67.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZ9rwRfOviBPaeGhGqavqvbTDeVTvyEQ { width:10.375rem;height:1.3997375rem;top:67.1875rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fud2qeS6dsh2NtiQ8SV0U1eXsGvLdEs4 { width:0.9375rem;height:0.9375rem;top:64.375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ADy7sMHSQALIuGuxZEfkAMwgR2xxNRBw { width:11.4375rem;height:6rem;top:51.62239074707rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE { display:block; }#WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE > .row .container { width:47.75rem;height:72.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Lpi9kzQLwnbMnV9tqAlK9DZJThe7qxf8 { width:41.8125rem;height:2.4375rem;top:4.125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #wV3IDTUGZwKEzCsflHMvTnqstfvhcHPr { width:47.75rem;height:10.40885625rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EyrVxThJorBsd2vhsrmbpTx1ltotxW2B { width:11.4375rem;height:6rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TT4Zgx2n2a3DENnXNQRszmgOpL2tNBWW { width:11.4375rem;height:6rem;top:49.091156005859rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJFnS3QqlohNkAU86JkhcNTirKm9BFWT { width:11.4375rem;height:6rem;top:49.122406005859rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e10DdEuIS8HoD5awVSi55zXmgA4qvTlw { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3AWB8AR5FU3z5GQ2xTOys7xDdFtHQHQ { width:47.5rem;height:25rem;top:23.367029991026rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2TROBaPgCUQdEgx1PAVX4lL3LZQKPp7 { width:16.8125rem;height:2.25rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnZvAXETVHoDB0dTbK3hdqXZbstieTEk { display:block; }
 }@media only screen and (max-width: 1199px) { #XieRw0Fdmvrc0GHlkAM56f8FHEy3WftL { width:31.875rem;height:1.66145625rem;top:57.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnzerNeFH78I6hEoaRmT8zdRF69tfxED { width:7.875rem;height:1.3997375rem;top:61.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x4fE6VlGhJnHFHead6BosD662arJ6Vx2 { width:10.8125rem;height:1.3997375rem;top:61.625rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pd0cLBEzbyeP57boQw3IWZXSxUspwQTF { width:11.4375rem;height:1.3997375rem;top:64.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KNI7Nb7Xi0xawuchlG4sENqkNb9F9Te8 { width:47.75rem;height:0.0625rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AABz3NqZpipKJxoIUaG2HJ2LEhq2mUKI { width:0.9375rem;height:0.9375rem;top:61.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R35aPpVxu1EPvKCGlhFw5qTCuAurUdyk { width:0.9375rem;height:0.9375rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcH1uRuZIxWk8kAqi3GBtVOTkdrhOycz { width:0.9375rem;height:0.9375rem;top:64.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wL4oaQlUCV37OIdmLcfJIEQ6dRNDL8xS { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yPtcTZAPrFGrSuw46H6tfwvEw5hVVCXV { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5b8PSzzN5UnhPKZBTifH5fvO90bQVRA { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #azyFoogBOk8fBnmLBdMNEG1bGC2MTLOo { width:11.4375rem;height:1.3997375rem;top:64.6875rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0L4Am5RRn1wbGv0qEM2rPhuVX9P2KM7 { width:0.9375rem;height:0.9375rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQTIeHuJ9ETWwwZpE7iEcyJT57XLpvKr { width:11.4375rem;height:1.3997375rem;top:61.625rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vAynOoNWd67KlG6yehiszMJqFl1Xbg3U { width:0.9375rem;height:0.9375rem;top:61.875rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wH7CKETqNKGTNgrvTZ37ZzAxuKHgLrrz { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ErbTchgnHg7lD6OgQIraf0aCKrn0Raa0 { width:5rem;height:5rem;top:43.39323425293rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DyAT1R5R9wtXC8H7FJqsJ6xlMHRxzeGf { width:11.4375rem;height:6rem;top:49.122406005859rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDJTBC0ywPw7PbpckZqDsUHd95THMPHr { display:block; }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AQ8sQiyr2PcfApWNxAR9iMyAfqd9mdG1 { width:47.75rem;height:5.59895625rem;top:7.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 { display:block; }#LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 > .row .container { width:47.75rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rqlwhHKbsReE9BklbkE7bxhr9NJB2pRH { width:47.75rem;height:2.625rem;top:4rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N0uSHCzpgyFEU0lMa6cbrUiZHuVT3eOk { width:47.75rem;height:7.43489375rem;top:7.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LagXcFspQqfIgTCihUE7PtXz3OnT6bpv { width:11.3125rem;height:5.9375rem;top:46.5625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hnk1T7F4W7MxdRu6bbEP5vqtsAt4MePS { width:11.3125rem;height:5.9375rem;top:46.5625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iZ5yK9SCTIDFPRbdMQboDcv8OdQh9mwG { width:47.75rem;height:24.8125rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y5mVo0b0MHTlkTBImrzMTXgiptTIxs3G { width:16.8125rem;height:2.25rem;top:15.93359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJEp9ZT4HHEBFEyEfT6poOWsa4NcmpCh { display:block; }
 }@media only screen and (max-width: 1199px) { #l0PUKEdiXTFSpUcIc7SWZfnrck4667K2 { width:11.3125rem;height:5.9375rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQx2EMAKDL9BbVKwDBiHyn6XErKXU9lv { width:47.75rem;height:0.0625rem;top:59.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kihC9r5wJmALgcro4xukzFJSNy78Sazs { width:8.1875rem;height:1.3125rem;top:56.5rem;left:13.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XQKEogpnrJ5epN8qepdZgo99PGWdBxOq { width:6.625rem;height:2.625rem;top:55.8125rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wlvl738SQSHeXEpC1MMsksdkoOcz4lB9 { width:2.5rem;height:2.5rem;top:56rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hAs4ZAV92OZ4r6ldA4FXc2CxtwpGdGFp { width:2.5rem;height:2.5rem;top:56rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnOoyXrERvPpik3PvvNVPrktrrsUdmKI { width:6.0625rem;height:1.3125rem;top:56.5rem;left:39.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LDgUSVpd4EdIGGsiFcOE9ElK0i0MhMXh { width:2.5rem;height:2.5rem;top:55.8125rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mqTD5RyHr5OVdnkGTsBeGhaUIiUNKKdA { width:47.75rem;height:0.0625rem;top:54.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M70XMULRmOwilXpRX4pl1V3JQpThLxJX { width:5.3125rem;height:1.3125rem;top:56.5rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q30dUfPrvIkQbDTKw9WFzAxCQmB3aA2c { width:2.5rem;height:2.5rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf { display:block; }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H0rdVlQasXWw0VxIcg9kZDyZpICtULT9 { width:47.75rem;height:;top:7.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTmEDnlqdrEA2dzViuEHRuDf9XR9UNWr { width:10.4375rem;height:1.3125rem;top:12.375rem;left:21.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x6xypkySSaJCvViaAMJcsxnOAiBiI2KT { width:11.9375rem;height:1.3125rem;top:12.375rem;left:32.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEsMFJrWnilQlC1m7KW8LpDJQUsqpkLu { width:13.1875rem;height:1.3125rem;top:12.375rem;left:11.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTNmafVlWy29Wzfgk1OEL9m9rfexAtGA { width:11.5rem;height:1.3125rem;top:12.375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl { display:block; }#z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl > .row .container { width:47.75rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ExMvmd15NAxS3UqoTCD85QOP5p4Mq83T { width:34.375rem;height:1.3997375rem;top:7.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvJHK6VyX2T9dEW8TPIVk4frxqN0MWFn { width:31.875rem;height:2.625rem;top:4.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwQWBcSZ3SET4V9eM0PCJKde1WWqArcv { width:11.625rem;height:1.3997375rem;top:68.000002861025rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n06VHix5lafyoOi5dv6XnVAaW2emXHpA { width:9.875rem;height:1.3997375rem;top:68rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bKLnbSO6QhQzIZ93GsiBn6CLIU5KfmJl { width:9.0625rem;height:1.3997375rem;top:68rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pQAlETlPmcOi3kodRUqBqslWqCx8e7CG { width:9.375rem;height:1.3997375rem;top:68rem;left:23.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A29EpXuh7vsMvvM6Tpy4RL9tkUybTfrg { width:10.25rem;height:1.3997375rem;top:71.437502861025rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B2n9ucD6uNUMplzF5GcuNBtTTBtU6orM { width:10.125rem;height:1.3997375rem;top:71.437502861025rem;left:23.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTh4SO2O1fHElrAd8U7heCo4owhJZNk3 { width:11.25rem;height:0;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTwrCL4uZE34fPwKCeBixmaV9Tk0HlXE { width:47.75rem;height:5.94791875rem;top:10.148438453674rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZIvg2UgkxIIIr25XzcdRQ7A4oQP1CXx { width:11.4375rem;height:5.9375rem;top:57rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d50clEVU0T2UEtXhBZLl2tqgzrKsDXMT { width:11.4375rem;height:5.9375rem;top:57rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTT8MkOD3dPtT2td4hleu2aWWn96FD1n { width:11.4375rem;height:5.9375rem;top:57rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTHZB53GxyGC9vX4UcrgsAsfkhzS4xEu { width:47.75rem;height:24.9375rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZLrpETSoFDiFTg1E0EBoOkOUTofhrl9 { width:16.8125rem;height:2.25rem;top:26.592450141907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ySQ52tGRz8DbgpstXZqBphupE7JbR5yn { display:block; }
 }@media only screen and (max-width: 1199px) { #d75qT7O4A9QosN0wBAhikT8itn8co2uR { width:11.25rem;height:0;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QBybARG5vEaM0RLgwIQRhHWxWZE1y0r1 { width:11.25rem;height:0;top:69.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JmvFTmHv9TKP3GH77cXZcsuLtMflygoZ { width:11.25rem;height:0;top:69.875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5Q2DQ6PQEEurM5luu752nKoJIxGcDyT { width:11.25rem;height:0;top:69.875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJpHxTiXEoqcr3HAOZ12BPVpiupE4x6i { width:11.25rem;height:0;top:69.875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbkJZ3X7EQCHvNyJvCac02dCQ4RQ6Mka { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mn4nOhwEhlkfM7Tz3T170f9weIEJw1G8 { width:34.375rem;height:1.3997375rem;top:65.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMcU6qmsTTbl0w47fcOiTeBxtJHtXJVZ { width:47.75rem;height:0;top:82.187582969663rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OpIPE3fNmKJeh7BHu3xlFpqPr8kldKG8 { width:11.25rem;height:0;top:73.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7Bn355orkG7EfDgVq3LHH9ZLuS0HDS9 { width:11.25rem;height:0;top:73.3125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LrLnSQIN0QskAHrw45Q00eSXU1GhTnS9 { width:11.25rem;height:0;top:73.3125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVTDAFFMNs3atapu2bwK1CiRaEhA4ihA { width:11.25rem;height:0;top:73.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EB84R5iklb1U7MQmgl3CLKkxcm169Wr3 { width:11.625rem;height:1.3997375rem;top:71.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KpUsUnCr48yqLEn26aZvSH1dRcvzJZoT { width:9.875rem;height:1.3997375rem;top:71.436198234556rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unNE7zhuEH0HNT1s9ICORJl9bORCXTlH { width:12.3125rem;height:1.3997375rem;top:75.085940361025rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iRyERxXDGnuQXHfedIlQsugvDlqEGL5a { width:12.625rem;height:1.3997375rem;top:75.085940361025rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wxACHO4m9DQliqEqStuVVRXFxsFrFroC { width:31.75rem;height:8.684875rem;top:17.096354484558rem;left:0rem;font-size:0.875rem;display:block; }#wxACHO4m9DQliqEqStuVVRXFxsFrFroC li:before{  }
 }@media only screen and (max-width: 1199px) { #Pod9gvKh90tUKSfSJQBT7SQfzvgdKRGx { width:11.4375rem;height:5.9375rem;top:57rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNhwLLZvN3yfvx9kXT7rgrUo8UMperXQ { width:8rem;height:4.125rem;top:58.875rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7VMW1pPD1GTx9EO4Bd2HTkTpyWxVQ2o { width:6.9375rem;height:3.5rem;top:58.25rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ne3uE8TqMRNIKfizOlkqFT0Ei5Rpw0Lz { width:7.6875rem;height:3.9375rem;top:58rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u6VrTF5ST2adGN97TWrXz4gWcFg3S6km { width:11.25rem;height:0;top:69.875rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rica0r2r4HnEUu6xhbeak0e98086nuIc { width:11.25rem;height:0;top:69.875rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g { display:block; }#cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g > .row .container { width:47.75rem;height:97rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p7QgUUT0p5iiTndFqPzaq0CaFm9eAQrv { width:34.375rem;height:1.3997375rem;top:7.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q4i4Impo97zCgrPrqR3GArp5OqBJUp0K { width:31.875rem;height:2.625rem;top:4.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PguDU7Eg5hTMZSfSgOX7Sb9eNeDw1R2p { width:11.625rem;height:1.3997375rem;top:80.75rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #igrLdNUxoqEnboB0x0kJQxhFMhxPkzmE { width:9.875rem;height:1.3997375rem;top:80.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CNE8r0e5WXl7Ce4txKbmGf7PsMHoOGE1 { width:9.0625rem;height:1.3997375rem;top:80.75rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p5y516lTCSDor0gPQNAeHTK6z2MQh1zM { width:9.375rem;height:1.3997375rem;top:80.75rem;left:23.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnkM1iPGh3AwKS6oJyw8whanF3GzLso4 { width:10.25rem;height:1.3997375rem;top:84.1875rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CdTvQOVPN0oS7tMKvfrbm79JrZs1dngA { width:10.125rem;height:1.3997375rem;top:84.1875rem;left:23.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xdi6UMBP6ChbZWg4rvqqQOvy1fmiLIO5 { width:11.25rem;height:0;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x39MsQe5PSTTBF2eQ5eZ1BqC2AWm5bFK { width:47.75rem;height:28.25259375rem;top:10.148438453674rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dWm5AZuAsRkPxT9aNnZCAKAP0yMrIU5S { width:11.3125rem;height:5.9375rem;top:69.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xGmVo1tTy3KGri8eHH0VCVcBxxxXCpTr { width:11.3125rem;height:5.9375rem;top:69.375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dFL8rcsseVxEQ3sfQDBKgomhoKqkrzSs { width:11.3125rem;height:5.9375rem;top:69.375rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDWKA7OABkltClhnr4Sol8Ex9Uc2GI5G { width:47.375rem;height:24.875rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #upWpApU2mHz6IleWeh5iLdcECmncnLe2 { width:16.8125rem;height:2.25rem;top:39.587280273438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mwdy47iTKLxTB1TVXo5ATsoN7NlBDZx2 { display:block; }
 }@media only screen and (max-width: 1199px) { #X9bEztdCh4N6It6ZqFV16OUuXuThuDOa { width:11.25rem;height:0;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zXz84R1W6TPXST6GuWdlgMgw2u12qTF5 { width:11.25rem;height:0.0625rem;top:82.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tfNEDWuEC5tTyQGSyPio86U8tNCKRiQv { width:11.25rem;height:0.0625rem;top:82.625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RpoB2Q3l5xBDDl8wIenUGUMbLA1TO7TK { width:11.25rem;height:0;top:82.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oCPmNzVTkTpt3i6Q4AXyytZS8eSiQM7K { width:11.25rem;height:0;top:82.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D10oTepaVe76DlOdKJtVyb6EhsA9Lgkg { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #F6MbNGnhsQDrk9y4GlSkLRkdONwygOZT { width:34.375rem;height:1.3997375rem;top:78.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VehOoGKy5u3FhT3bO5Al1yD804NufEVS { width:47.75rem;height:0;top:94.6875038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AdUOT7wTFsLKaem8I9p7bEi98GuxzlB4 { width:11.25rem;height:0;top:86.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uhFUa5TRduwNOLOT8OGKiqMAAFLvvRT5 { width:11.25rem;height:0.0625rem;top:86.0625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aUTcd1D1T8kLkxNLbkLEMb4Ve4r89fek { width:11.25rem;height:0.0625rem;top:86.0625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ASxDceq8sCB0Bgdsg1lpptSsTVzJPp9c { width:11.25rem;height:0;top:86.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7KaFfEMAcLhw8S82cB5qqrdpTk4141a { width:11.625rem;height:1.3997375rem;top:84.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hAaVkMKqQAtwdrQRSq1qz9HRRBzp7BZi { width:9.875rem;height:1.3997375rem;top:84.1875rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x6Fo8hilitxpI2OfpoP22fxfB2G43Qpu { width:12.3125rem;height:1.3997375rem;top:87.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JRvNTU8k6ehLI3aLMxG3dpp2t1gaBSKz { width:12.625rem;height:1.3997375rem;top:87.8125rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNDXfZTM1T0pWM5nSRH5B3eOpsWkXBdX { width:11.3125rem;height:5.9375rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #doiMCKLI7vIwTFFqT7aOnI6IPyCimXCx { width:11.25rem;height:0;top:69.875rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rNeQr94rH3ZzqFRDRbrtipQOZEyMDz1Z { width:11.25rem;height:0;top:69.875rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SJq4xI8BzTBTCrTevWH40uifiZatBFrK { display:block; }#SJq4xI8BzTBTCrTevWH40uifiZatBFrK > .row .container { width:47.75rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fGGZrihdeFXKFwl3lUk1PntTm24DZcAa { width:34.375rem;height:1.3997375rem;top:7.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Px3rV94JHNrT4ORzEPKSzqtIlEFzBSHx { width:31.875rem;height:;top:4.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B9QS6cGPXfyXvvn0wa5TB7KmoRdsH1Fn { width:11.625rem;height:1.3997375rem;top:77rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1yfRs2SXwBGhJmC9SAaxTLEwqanXVI7 { width:9.875rem;height:1.3997375rem;top:77rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qb915Gs2b92psvPTRwQX72SUdlQ4WlRv { width:9.0625rem;height:1.3997375rem;top:77rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FZHmW3Zc51OeBQfbxASVG2vG5gLPq1E6 { width:9.375rem;height:1.3997375rem;top:77rem;left:23.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QGPccxwtzzhBAPfeRypER107JvNnUPTx { width:11.25rem;height:0;top:78.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnUSPt8po20yAWzAhhrFeswnOR3K1zTB { width:47.75rem;height:25.27865625rem;top:10.148438453674rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CMW2KoV9s1ps7e3cI85WDRE8pXnZ4SNT { width:11.3125rem;height:5.9375rem;top:66rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nk84RPl3x1kotlEOmgVgbWOiqU9s2R0B { width:11.3125rem;height:5.9375rem;top:66rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KDLcnyn9tmPyQkw0VbiR421JLqy3Iqnq { width:11.3125rem;height:5.9375rem;top:66rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fadfDid76PqZeuOAF4tvnpyJzDqDvvsN { width:47.375rem;height:24.875rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E9ZdW8beSTcnMHSBgRPvp4S2QM0GqcUM { width:16.8125rem;height:2.25rem;top:36.279987335205rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdudxsyQpzpabVbI5x8N4bQNkC0ZaTGh { display:block; }
 }@media only screen and (max-width: 1199px) { #EOnCTwgqkQG1x67R3ZdDAWdp6ZTmC5n3 { width:11.25rem;height:0;top:78.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h3HRKi7OuD7n8U4dbp0A0qQMK6xqSJqX { width:11.25rem;height:0;top:78.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFGsXbiAkTFN0loxEXHNTeuID85kQxdn { width:11.25rem;height:0;top:78.875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKzwoTnosA8D4yVaZactlix4DRzNocGl { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Gllisw1Tbcuyzig1Ps7SJLh23NeIC5AD { width:47.75rem;height:0;top:83.312538146975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bIVSpqo3QNyTSsUOERMbVVTMvmXodiBX { width:11.3125rem;height:5.9375rem;top:66rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O4JtrvmarvmZFSaqsr9OGNe2TOOaBdha { width:11.25rem;height:0;top:69.875rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LOZgbU2Bd4CFzsVhM6ggFn155z2xVG6t { width:11.25rem;height:0;top:69.875rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qeotUKMQhyTKPtcEN3PbWWwQO916kkpB { width:34.375rem;height:1.3997375rem;top:74.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 { display:block; }#v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 > .row .container { width:47.75rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SsgRRnyK3PcisO3QUDy58C533oRLRZQE { width:34.375rem;height:1.3997375rem;top:7.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7fvuEgkPFR5Xn0qGLTTt79lWuHqzGAK { width:31.875rem;height:;top:4.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PIVzcCUioQdMoObygKbZL2qemabuEttU { width:16.1875rem;height:1.3997375rem;top:55.25rem;left:13.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tn27Wzene9twUBpviROA5IS8alqgckzJ { width:15.0625rem;height:1.3997375rem;top:55.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BvzDxTuWqih9UkeSk6KBep0nSx0Ltmf5 { width:11.25rem;height:0;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xqxguynotgZakcTC3FAQN4JXLOt3NO1U { width:47.75rem;height:10.40885625rem;top:10.148438453674rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AsT47PPOzd0hfm15dT8CPMOXccfUdHxN { width:47.6875rem;height:25rem;top:25.742259025574rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytnHl458OZE6RXOKgtCqEzkBcBIt0lVw { width:16.8125rem;height:2.25rem;top:21.618480682373rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCcWT22plf5c9DIqNK0Aq15SVIUx3JZn { display:block; }
 }@media only screen and (max-width: 1199px) { #LPQWf5y8qi117A6LPFPu0hwbWxGZb7cN { width:11.25rem;height:0;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXf7sw3FIuZXU4ZGM7F3kloyBpXK8dTs { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #t70rVtXCktOQNvPcLvUDd42HHXZlFGtl { width:47.75rem;height:0;top:62.499919891358rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WXXhs4fZDHlluTQhdZfkb8U2ifGSBdsE { width:11.25rem;height:0;top:69.875rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CKiuOSANFHPtvRf2mxuia0Io6JDUAyb8 { width:34.375rem;height:1.3997375rem;top:52.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa { display:block; }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Nz0MBWzs8v58fyu21SW2q7SPdaQSk0HQ { width:47.75rem;height:3.0625rem;top:8.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX { display:block; }#SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX > .row .container { width:47.75rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q4TALIMp4NkxZOGHfWFiX5HG300Cwc4S { width:31.875rem;height:2.625rem;top:3.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6gRAnAxprCgZtXrPaNAThF8rmA4fFAH { width:19.4375rem;height:1.3997375rem;top:33.375rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VU0CPrZdaMp6dntrpdWEdIzUtRsRSTTm { width:7.1875rem;height:1.3997375rem;top:18.4375rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KudMRHHFSZMR5PGErTMJmCUWDQEi6wLI { width:7.1875rem;height:1.3997375rem;top:26rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c25bOKWSXBLz9nKEAnC0eidkEdNmQhLV { width:23.9375rem;height:16.35675625rem;top:9.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QGRMVPZqpugeOrTvTT2f2AdEemZIied5 { width:9.125rem;height:1.3997375rem;top:35.5625rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rG3PhKM3lJu5cSyP7u4nCy8mL74ORE1e { width:17.0625rem;height:4.1992125rem;top:20.625rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FZStMsEVZwkxTA53NnVhbUKIAQJZTA5D { width:16.6875rem;height:3.9375rem;top:28.25rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pfgDcpOKHSKONrPdmaOsIuN7oCZtqfSe { width:16.75rem;height:2.1875rem;top:27.218751907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MEvgOz8NQxRUEdgFww2bOodpyfWTHGu6 { display:block; }
 }@media only screen and (max-width: 1199px) { #yO3rk4GKzSH24LTVCz2gTD4SE7aHpoaA { width:11.5625rem;height:0.0625rem;top:19.981769561767rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VdocDHI6qtphrNASPxI7JBvvXwEaAyLX { width:19.375rem;height:0.0625rem;top:34.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7Z5klaKdJUbALVTOrBTghDePfoDTO73 { width:7.8125rem;height:0;top:27.75rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EDolGTWJwQleF8KMWT8BRtWmaWGFD6WV { width:47.75rem;height:0;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DhIKAowDT8wTImflz3f0T6ShXfF6oyUO { width:21.5625rem;height:11.125rem;top:6.25rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hdc0X8ZxX1DoQG3OUu6ffVF8tZaIQIr9 { width:31.6875rem;height:1.48698125rem;top:6.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IxTbExUX8FAfNkqgmDolkTTsTWMEw54a { width:11.625rem;height:1.3997375rem;top:37.46484375rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8BOXr8om2CJrDo5mQtiBJJTvPlIO5a0 { width:10rem;height:0;top:38.65234375rem;left:22.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WWQs1s7zzTaTVUNfkhm9hNNS7gT0KenR { width:11.875rem;height:0.0625rem;top:27.606769561767rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zFwFiMooLZtHKRsmNhTpFUcXTinKT5J8 { width:5.625rem;height:5.625rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MvK4WCQxy88oWtwnr9K2s4sI0G2mfGTs { width:15.4375rem;height:4.19921875rem;top:34.16015625rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vcXvfT0P7HVQnaQaqOlV3kJ6GVyfZZV8 { width:19.375rem;height:0.0625rem;top:33.6875rem;left:23.7490234375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZipcRyMNp84mBLw8xcbKgeKwzw6dP7HO { width:47.75rem;height:0;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZUf87pzNS0NIDPfgvK64CDTLZbfNqiJT { width:47.75rem;height:0;top:2.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR { display:block; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UIGHQULctPNwVsNZXTOrGv4018k9J0aa { width:47.75rem;height:2.625rem;top:4.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZLNIvxL9chiTMTBV6ZuL9c3m8g2M5ETA { width:1.75rem;height:1.75rem;top:10.5625rem;left:27.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xy5sbm0ZA9zak7rETd9SeukIRpCpCrnJ { width:1.75rem;height:1.75rem;top:10.5625rem;left:23.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5ET7PGnOiZX1s1UtoTIMEsoDOXKoT74 { width:1.75rem;height:1.75rem;top:10.5625rem;left:24.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oWT78ghhZhlnqQiLiVOTpnz8q4e1SEwf { width:1.75rem;height:1.75rem;top:10.5625rem;left:26.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RP8WwSQKXnpH0FC7QvgqWgGZXHmePUhP { width:2.5rem;height:2.5rem;top:9.625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2OqoqLfHbvI70QhI3bLb5enn7PLKdAJ { width:3.875rem;height:2.59895625rem;top:9.5625rem;left:19.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hgZCJbuIX10DbkJ4Q2atELPl4zi0VE3T { width:1.75rem;height:1.75rem;top:10.5625rem;left:29.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MUcKGVVrKCWoT5wcA4LzXshFmNIXZh8A { width:7.3125rem;height:1.13671875rem;top:9.625rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UNqC04vzW3cP5b38g6OhV83FRMBLTrS0 { width:16.6875rem;height:4.6875rem;top:8.5625rem;left:15.5625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 1199px) { #gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ { display:block; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container { width:47.75rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kKW48yuomHy4oQpgClgMXPmVgk48zokt { width:2.8125rem;height:2.8125rem;top:2.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFFC1k3Qbh43oOWKq7WiCLCTDUkXa0T1 { width:2.5rem;height:1.78645625rem;top:2.9375rem;left:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xavvevhTEKVCngwb5bv0pdqaSxr0gCZM { width:11.122375rem;height:0.97395625rem;top:4.125rem;left:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTtR4aFsJRcp9GcMwTTwR51HNdU89PvS { width:13.75rem;height:1.29948125rem;top:2.75rem;left:6rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #W6ScUC5tlRS04IanfCZKERH31cVaEgT8 { width:1.875rem;height:1.875rem;top:51.250001311302rem;left:35.083335876465rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vMORGgiQg5dTsffiSEtWyZVoN5E79qyt { width:0.625rem;height:0.567708125rem;top:8.2473959922788rem;left:5.60546875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BTvrbczRUhp1fM6QVfT7CkMcbmu2S7rC { width:23.125rem;height:27.9375rem;top:0.75rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 1199px) { #b5KhORtKRmTMdnmQhTo9TUIX9oQwdubR { width:18.125rem;height:18.196625rem;top:8rem;left:2.625rem;font-size:1rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 1199px) { #WvEmPL7emuJerzIeHCG1EUAOw2qhSxWm { width:18.125rem;height:15.39715625rem;top:8rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tgmiM1xlvAnQ2iDKTn09TCJsoPiKte8w { width:18.125rem;height:20.9961rem;top:37.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETu4wIgBD0gbk6sXIETUIAWO5sf7RCSy { width:11.121125rem;height:0.97395625rem;top:33.125rem;left:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #db0q0DK5snmvTVKxXFqNILrxILmt0uKv { width:2.75rem;height:1.78645625rem;top:2.9375rem;left:26.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGXkmIJnrP6Cnhd0HNzxvJbklgS0Dn3G { width:2.8125rem;height:2.8125rem;top:2.375rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D4gqMCTa0tLRk8QP23gyp74s4cG2Utt4 { width:13.75rem;height:1.29948125rem;top:2.75rem;left:30.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #wDNAR37ABgPVSJC2ERs5Py4m6rmFWzwK { width:0.625rem;height:0.56640625rem;top:6.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oAXOPqAAgWNml0Ug4POAEXHF991xqs8R { width:1.875rem;height:1.875rem;top:5.875rem;left:7.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t0zDnTUzSM1UW9rI4Pm2doEhiC3u9FIF { width:11.121125rem;height:0.97395625rem;top:4.125rem;left:30.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DdUh94TzxHWs0NrybXhOUrzJKvApAZFc { width:13.75rem;height:1.29948125rem;top:31.8125rem;left:6rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #fAMTBbL2HKXZtTNxkw1Qrft8mNCal4vm { width:2.5rem;height:1.78645625rem;top:32.0625rem;left:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sGT10RXy1cKxRSGwa7AvT3I1EJ7S62VF { width:2.8125rem;height:2.8125rem;top:31.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bgo1mTKvAnmXUo84EJTbmvTTtI2fuu62 { width:20.808625rem;height:14.871125rem;top:47.373657226562rem;left:26.7734375rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 1199px) { #Mrul9KxSUmaFntuUaEZUJQ49JvTP72cR { width:1.25rem;height:1.25rem;top:6.125rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOW5tkKCXoUsQtCglnMl9F3EDz0bw5fq { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gCTOHUA1kBZRbD06EouOVBZiXMoQWl9b { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UQUmMJiPifFgxySQPMyoPxe7GvMFrTeh { width:1.25rem;height:1.25rem;top:6.125rem;left:30.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K2mOmwBW2fVmzueqyFAGozp80h5u9SIk { width:1.25rem;height:1.25rem;top:6.125rem;left:26.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LLaPctsGw5T6NHA7d53g2cnb3ourtr5f { width:1.875rem;height:1.875rem;top:5.8125rem;left:32.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gu2JRtWXXu0Qw0bVfF6ZpsCQf6g97QZr { width:0.625rem;height:0.56640625rem;top:35.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cI16s4rK4zP5KcwOPOKnTOhUPgFn5HOc { width:1.25rem;height:1.25rem;top:6.0625rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aoBcQaGOiza5KPWOex1Wfak2zGKZxwXq { width:1.25rem;height:1.25rem;top:35.3125rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E1puu7MVSaT6Rsc0FCxTNPJTIN0xv1ca { width:1.25rem;height:1.25rem;top:6.125rem;left:27.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTZVlKBlwXr7Z4r8No59OAdVm60N3f0s { width:1.25rem;height:1.25rem;top:35.3125rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tDnrng6TwhGeK8KAw45vowaehvtZKLrn { width:1.25rem;height:1.25rem;top:6.0625rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DgpDNX3DVZF9HObaZcvV3vzdPzWmO4t1 { width:1.25rem;height:1.25rem;top:6.0625rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vQAbtUqgASyHPqZTv7yuiuCHwEBRHebA { width:1.25rem;height:1.25rem;top:35.3125rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwKfNKJabIJTlW7ArAlbutfcmKzmR6bT { width:1.25rem;height:1.25rem;top:6.0625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sEo90AcQKxnmhUbN8QJNIN80kxElqwmC { width:1.25rem;height:1.25rem;top:6.0625rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K6IoXERTxZwTT2fFk7ouGLm0QQgZZUXz { width:1.25rem;height:1.25rem;top:35.3125rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sNEG0RqKdUQybsnZXKHDRvz78U6N0TwR { width:2.1875rem;height:2.1875rem;top:2.6875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AFyN5tTlXMLOflGvrKVKVI3oJNbxJN2O { width:2.0625rem;height:2.0625rem;top:4.375rem;left:31.3115234375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AoDT123SJhsT9rybpTSlRFZIxM9adGNN { width:2.0625rem;height:2.0625rem;top:4.1875rem;left:45.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Pvo56zourFhsbCMVQPqFB1zy79JWyOVW { width:23.3125rem;height:38.375rem;top:30rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 1199px) { #ssfnqp843HtU7kaesURGvgpe0v8uh1Gg { width:18.125rem;height:46.1914125rem;top:42rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ch4RoptHSRddlWSz2eSf0oUQUmdX5vzi { width:20.809875rem;height:14.872375rem;top:28.24995803833rem;left:4.875rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 1199px) { #RTB3wJ78bqMiEHRNJKVuQPAcFBuRebJw { width:1.875rem;height:1.875rem;top:35.0625rem;left:7.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZUa5GtSOue8SIxO1kkdbK6OU0ZLCOMJ { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #h7mT92ZZWt4elUvuqbGbMFJUKMSGFTCr { width:1.25rem;height:1.25rem;top:6.125rem;left:29.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P9L9degl9GMCQqVTcnPucrt9xHbGsHVm { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QUhHGBEQUlNPtvAO8T3lm5TXrBMmv2MN { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZUmx8LqfTNb7EcWbnO6FsSCTOtNSEZrZ { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vEgw0HboHVVJFE7cdmwxdfTWJlCHfkoK { width:0.625rem;height:0.56640625rem;top:6.4375rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDyxzbBy2UZmFylKUUNKTth2CI0ulzDS { width:2.5rem;height:2.5rem;top:28.25rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GCpi7geaP9arwymhD8DUXcvkx0OR0e22 { width:11.1230625rem;height:0.97473125rem;top:13.75rem;left:7.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hbemvmPkbxTyO6fyfwIxeBJBIAtFa6Rx { width:2.5rem;height:1.29948125rem;top:28.875rem;left:14.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Rnalk251hKfICpm62qwLRi4oIaWBbQ0n { width:2.0625rem;height:2.0625rem;top:36.75rem;left:5.87451171875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sMcHfcTa40o2hQoVk0mnRFmxkiDregor { width:13.75rem;height:1.29948125rem;top:12.5625rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #RigJrNv3AtloHKChR8c076sPzQusWxaG { width:20.809875rem;height:14.872375rem;top:40.510375976562rem;left:11.294271469116rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 1199px) { #AgUhnzoeG0tqckHp3gVOHRLorzWEG3Q4 { width:18.125rem;height:16.7968375rem;top:51.1875rem;left:29.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oBNneNNTOKoOuffl1idRDfCW32tzRk0B { width:20.809875rem;height:14.872375rem;top:40.06245803833rem;left:3.5729169845581rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 1199px) { #L7BMgIXmirZJyvtChiWC9GBTs3C3N9uA { width:18.125rem;height:5.59895625rem;top:79.0625rem;left:29.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xCC1c8Tb7tlAKl3HWxWPMeHXl2Ll7Fxg { width:0.625rem;height:0.56857625rem;top:16.1875rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #u73rU1kaHyTuRQ3vrxiw89yVJ0ddbdA8 { width:1.875rem;height:1.875rem;top:15.625rem;left:31.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #O1c4564hGVXDZISnfaXh7qJq2w8OLDmO { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZXuizDB3a4vMZHAv7CAwxnAd13BENkQC { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ncIKnEwnIPmlKWRGS6p70EF0DKyKxMIt { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RVaS2N70m4MDXywkgzyCKiZTxnzMpFEC { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #usQ0G7NH5qtRLh6u5Op1JEApn8uZU1PN { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #d2a4VWr7CDxF8wG8SNkCIXkPtseAlknH { width:11.1230625rem;height:0.97473125rem;top:13.75rem;left:7.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZhRTafM9T204t5hnF0peFDtQXLh1Okh2 { width:13.75rem;height:1.29948125rem;top:12.5625rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #P7GosXT2VPNkRGSWwTkEH27Fl6MzVCe7 { width:11.1230625rem;height:0.97473125rem;top:13.75rem;left:7.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #h5NdHoKxakd3IqZI7lKCr733wTBxBF6v { width:13.75rem;height:1.29948125rem;top:12.5625rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #aN92orlFGX10oof1S16Fq0zpqgxkh78Z { width:2.5rem;height:1.29948125rem;top:28.875rem;left:14.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BX1QGVyBlz50ki24JRwl6TGcHGAAld85 { width:2.5rem;height:2.5rem;top:28.25rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oqC6Ryi7opF3cTgKsTLbuThaapOgTnHC { width:2.0625rem;height:2.0625rem;top:73.8125rem;left:45.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oca6kgQCpVtInt3q9KitMQiQfNmytL38 { width:2.0625rem;height:2.0625rem;top:45.9375rem;left:45.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zm9XpETpnwrUEBSnRTuGhPIXygnmpOkV { width:1.875rem;height:1.875rem;top:15.625rem;left:31.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AdLkKq4aOeSszSUJmMC2Oqd9XByIizwF { width:0.625rem;height:0.56857625rem;top:16.1875rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DtfFHsgic9uSSQtR9rabCuvgZ9mAdica { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Lw3dwM36MLA9wERSt0qCc3vH6PnA5C25 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Qc1nKXkGNdVUxevdTT4dL8iAJiT4pga3 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Zh70ZMIyLakeJMbb26R21QDLInTcPtLg { width:2.5rem;height:1.29948125rem;top:28.875rem;left:14.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #i3sfmWQ5z1Wzr6ogIsw0MGXT4kw0nO0z { width:2.5rem;height:2.5rem;top:28.25rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pFVUBJwKhtLi2BB6dG4ka91EIR9xcQ9r { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qZi43FMAzshCZCVC7ShqTPuJ4T5Vknqu { width:1.25rem;height:1.25rem;top:35.3125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C87zOsNvO41GORHlGzSyyV11b79gRqM5 { width:20.809875rem;height:14.872375rem;top:28.24995803833rem;left:12.544271469116rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 1199px) { #aIXAWBLXxKLiaBQhirhKPL48X3g1tZ5l { width:18.125rem;height:9.1875rem;top:43.4375rem;left:14.7490234375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HWLZLrbbMwabTelOfcZEBESHHl7hgmez { width:1.875rem;height:1.875rem;top:5.4375rem;left:21.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Func49arI0ksirfo6o0QgyoM3bSwtO55 { width:0.625rem;height:0.56857625rem;top:16.1875rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kwd2Hr6kcNmGMOgtgHHqLv4tgl8AMsT9 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bXKrpy01HOrI171AncPQWHssWtlfLvgz { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fa5uAa9zTS0Ul1UeW1cgNK2Q3Joclhb4 { width:11.1230625rem;height:0.97473125rem;top:13.75rem;left:7.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P6Vmq8JRo4z5Oau19xhq34ghpyrUn67v { width:2.0625rem;height:2.0625rem;top:38.1875rem;left:31.3115234375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dCQxxTb9S78K1ZC2Kk1HMssIT70Wz2bk { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UoiMA7lCs1P0cJM5beDlWSrFBuT2IDOT { width:13.75rem;height:1.29948125rem;top:12.5625rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #HtktEux7RLTTMPFc3hK9gT39PIiBRXBu { width:2.5rem;height:1.29948125rem;top:28.875rem;left:14.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b4ssBGnPqLFd2b8q4y0pb3Cv4WxbAOVb { width:2.5rem;height:2.5rem;top:28.25rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #h5TA12f1d3S2SlxHUoTHs1PLFErnHlDH { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #abX4hUkIH16NFEAZWRIc8di0L38LiilQ { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #z7ZG6pPVc4fusEulTRZCKpgLz9vg6dT2 { width:8.625rem;height:6.5rem;top:85.625rem;left:39.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ggTXAvQT1mEgkmdApbqwfM7egowkeBny { width:8.625rem;height:6.5rem;top:85.625rem;left:39.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #agSIiWnn3sgusQObLM9rvZNLLIPHJRmb { width:8.625rem;height:6.375rem;top:59.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCk18GE05nG1ZIpk9iUJrR8pTtxD2FI2 { width:6.8125rem;height:9.3125rem;top:24.6875rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qs0AG1e658MEQBdbEuiVn2JsS4AnqqxV { width:2.0625rem;height:2.0625rem;top:38.1875rem;left:31.3115234375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PE4wKM1mNwhXBJsIFmrXMbFPhhPKHMMU { width:1.875rem;height:1.875rem;top:15.625rem;left:31.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HLcfLE0DSLHB3y3cHyDfDIK9IZGM4sq1 { width:8.5625rem;height:6.375rem;top:89.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uAzIdTB3LQQTtBwQd1X7DfHBLFR5h5Sf { width:8.4375rem;height:6.375rem;top:89.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZtybSiuApQGhSQXs2hOMthGWZFdyQB0h { width:8.4375rem;height:6.375rem;top:54.1875rem;left:14.7490234375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #U4cTJaRECqN4zgrJmiEMXKUx3kTV08ri { width:23.1875rem;height:35.1875rem;top:0.75rem;left:24.4375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 1199px) { #NXCoTqhg7E0VfC63gsxQP5ogkb4AZWFE { width:18.125rem;height:17.0625rem;top:72.25rem;left:14.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eREPp4LJzuEnePPszTdALn36zB9fzHmm { width:1.875rem;height:1.875rem;top:15.625rem;left:31.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Qg4zUhuvdA40p8PMIQAn2A37J8D8zJmP { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DPcSmN1C2L7hq0hMTTSuXuWCmTM2ryDQ { width:0.625rem;height:0.56857625rem;top:16.1875rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CLkhed3s8cceZHN5q2S5k8hiEo0tcVEu { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yJNF1p0xCsMTm1cv0mQywZyNFKELprTO { width:11.1230625rem;height:0.97473125rem;top:13.75rem;left:7.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tfGuH5p0LLRX5nesmv1svVRbHH6JrZMt { width:2.0625rem;height:2.0625rem;top:67rem;left:31.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lSggO46KSWRuwEFsp3b4tlr9uSzDErgt { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RBMQezBXI8rMUprWMHZVcFhE7vZ5Kxbc { width:2.5rem;height:1.29948125rem;top:28.875rem;left:14.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FSWcD3QrTUVhcZCSTL1s4NaUB5TKA0LE { width:2.5rem;height:2.5rem;top:28.25rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EST5o0aJe9uIVtRFinpDUzAfcwKZ5JQJ { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZZL1qanMi63XTXeZpPkav7UT2yn3ViL1 { width:13.75rem;height:1.29948125rem;top:12.5625rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 1199px) { #zbpfcinvfhd9z93vcVWmBW7xq1HiZbo3 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tpwamTJmCLG87kDS50DNWSkJkhy6sIBM { display:block; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container { width:47.75rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OpWbkxseuz4E0IxCSircfIH4LrRGck69 { width:5.5rem;height:2.6875rem;top:23.625rem;left:42.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fn4DWCK7onbgfT4uwK03oGhotNf4fRJ3 { width:47.75rem;height:3.0625rem;top:5.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU { display:block; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container { width:47.75rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BdVDdpxksqh4zI12xWZoyPOuTmtzLGCd { width:43.25rem;height:1.3125rem;top:38.625rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hoT1kKVRKI6kowJ7zn2i7VXGCip7t38n { width:43.375rem;height:1.3125rem;top:36.3125rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUIqaMC4Mgrdm3hNBlfmxLNAX3qJpR8M { width:1.0625rem;height:1.0625rem;top:36.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cJECT6ExkRrg4aDxNsOO3ncJeDcg5o85 { width:1.0625rem;height:1.0625rem;top:38.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EtapAVRFN9lMg8RdRJQBkgcUf5ry9wQt { width:43.0625rem;height:1.3125rem;top:40.875rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MaTMCgzmuqFpT74Ocni2dvvnPQoHTyHA { width:1.0625rem;height:1.0625rem;top:40.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-text {padding-top: 0; padding-bottom: 0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-select {padding-top: 0; padding-bottom: 0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk  { width:25rem;height:auto;top:6.7082328796388rem;left:0rem;z-index:15001; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk {display:block;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk { width:25rem;height:auto;top:6.7082328796388rem;left:0rem;z-index:15001; }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #BwAnUi8g48crNT64S0iu0URlfTLatNJz {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XEe3P9rtox5JhqbEoENTuOmKNik8KAmK {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XQZg3RTWWDpEaTZEilJdTLzOTTlGDzIr {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #Nu9wIPtESuNIQUT8RBwyn8UpLTkzids8 {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #sSauyS06AfJRs5hbGIMR5O24IzBtqi9T {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #GCRZxQLPu9CFmT4bX93DekQQqUUTkGza {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #pDzZO5luF2Metx7NpClkiW1k2Nk2ztSs {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #vUZeh0xZr5o7zs34AHCFNBMftPNN2wkv {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #muRHKQbSm9xPWJlr24vhbfyxJCRmsQJk {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #kNcAocthO6gxEHtqk7bM3yCkKPTcT9li {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #xAp4ZfTTDsUiGGIbz902Hz7tCASlUkcE {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #LdATbum69NsLMpKIQJVbkgEFxpEl77OE {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XsGQDbkT0q0bE36Lo211akRrq3HIWuro {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #kK5r7T3lQXvEwq5OFg6CS0a0221FTtgG {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #ppcxDwRo7G3NyBOPzmX0mLKy7oOLfWTD {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #C5nmzVFbicFxn0vxZQGD0gPyGnkU4W7I {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #nlVb8gH2280dFWTTCkQ35ZwF5xRfLGq8 {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #DdmtHuOgRoap5fyBktA81CKfwU8AaCgD {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #lVEUwS9QsqxURfMWdyBB8HgJOFmEPB9Q {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #AOMC8EIgzdtVROBLKM7a0126IgGChxU4 {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #cregeDkPTmMTDZs0ywBTRPTRVBPZW2Vf {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #K9MtV3Gy2B4dvbJV972mWVlqrqu1V1s2 {  }
 }@media only screen and (max-width: 1199px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #ihx6sF1c2MF0aptCHCu8e80zTppysyTh {  }
 }@media only screen and (max-width: 1199px) { #I2VBoMfTfyGTxvMJ4VHhDTkeFH29r8UO { width:46.3125rem;height:5.25rem;top:2.3125019073486rem;left:1.375rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #SGRmRBMckvtUSIvDBct3AtfLI76Pyr8u { width:19.875rem;height:2.799475rem;top:17.1875rem;left:27.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJSIqiBwRCe106Js0pg64sXQBGrlK7Be { width:16.6875rem;height:2.625rem;top:10.25rem;left:27.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N5zgkLTf1SMTLGENm1sJo8rQn27Hm6u9 { width:7.1875rem;height:1.3997375rem;top:15.3125rem;left:27.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oke1AahDTKvZrbC0TO3wEhnOzQmq9m0n { width:7.1875rem;height:1.3997375rem;top:8.25rem;left:27.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r2dInvy7KfyaZ0nJpNmJWyK7Hk2V2Mod { width:18.125rem;height:0;top:16.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fLBzaMBEHyf0EfrflVlui32kUD7bHLHS { width:15.625rem;height:0;top:9.7082328796388rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b94tSDxvxsV5mVL6rxMx84neclrI4Mb3 { width:45rem;height:0.0625rem;top:26.5625rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qem5P1lLUzAs3DyxMtTskv99wsTTaBiF { width:45rem;height:0;top:45.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 { display:block; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container { width:47.75rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BdtwI3lqLN3DMSu8SdgdpZWqDJU81lMH { width:6rem;height:2.25rem;top:23.8125rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sb1xsm51DhmTEud5ZTAVNWZDZs0TGLcT { display:block; }
 }@media only screen and (max-width: 1199px) { #UIoUz8IC30ocDQligM9FCc1pxKAfi2xP { width:18.8125rem;height:5.34375rem;top:11.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bpcSMPxG32vzsn03BXGI7aqEalG0XmLc { width:14.0625rem;height:1.54296875rem;top:8.3125rem;left:17.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWFQNPyhFKFh9A0FdAgiHmvlvNWWuinD { width:47.75rem;height:0.4375rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwZmDyyVkcDGCm71m2vyQJ4fOem3sT7z { width:24.0625rem;height:1.875rem;top:24rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vU7qKezPe21804ePyLWyuNTN5Eg4BqKR { width:10.0625rem;height:6.3125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gi5UErv6qEgSII0x4ETgZEyxBrqpocrw { width:11.875rem;height:1.54296875rem;top:8.3125rem;left:34.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i9McD73QCXWMIc4zTpGWvcnRNhr2Jtqu { width:13.625rem;height:5.0625rem;top:10.5625rem;left:34.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THXkAR2GpZJylppuJ75JWJb9RxUFNtNN { width:15.8125rem;height:6rem;top:10.5625rem;left:17.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTyEgdO5h6684mmF8yyoSH2oEhn0mFJ7 { width:10.8125rem;height:1.13769375rem;top:41.9375rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mm1WRv1hLXZN9FmRaBc7vQa7FqtM2wGE { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FCg6thaHlpIxscvyVm9xScNM7vz1clzG { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ShNfa6uO8G5Sb5KeIUQvQCHzIefTMADU { width:1.875rem;height:1.875rem;top:40.0625rem;left:26rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvvSQmbUBMw6xyzCNgIX2T0FNhT2o5b0 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxTGpTsUefNkJIWP9vMSUMrNwwLpo9vn { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tMs1vcsHNwUmkeVl1xnJUswGAUJ8S30B { width:2rem;height:2rem;top:18.250038146972rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRt53HVeMvEmu7GGpaVFycC7D44isOXy { width:2.5rem;height:2.5rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QlnIdrqAqfHz6htygOiy5eow7leUzfGG { width:10.8125rem;height:1.125rem;top:41.9375rem;left:18.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vb3bQJiD5ZOv6oZ2cDWhOg68phTseJyy { width:3.125rem;height:3.125rem;top:39.75rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CQlvWwMaO0zcrMgoLOZBHStFZB0LqeVI { width:2.1875rem;height:2.1875rem;top:40.1875rem;left:45.5625rem;display:none; }
#CQlvWwMaO0zcrMgoLOZBHStFZB0LqeVI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 1199px) { #D9Uo4BDg8BUTS5nPwVznpFOdXdAWmcla { width:1.4375rem;height:1.4375rem;top:18.53125rem;left:40.28125rem;display:block; }
#D9Uo4BDg8BUTS5nPwVznpFOdXdAWmcla > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 1199px) { #GKmT1ySk6L94sAQ6g4Wgb0uE099T4W1p { width:1.5625rem;height:1.5625rem;top:18.46875rem;left:45.875rem;display:block; }
#GKmT1ySk6L94sAQ6g4Wgb0uE099T4W1p > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 1199px) { #TXom1Sceqn796ev4esfywsMwJIQN2kEG { width:1.4375rem;height:1.4375rem;top:18.53125rem;left:43.204429626465rem;display:block; }
#TXom1Sceqn796ev4esfywsMwJIQN2kEG > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 1199px) { #xE0KUezDasJcKPSdhFsZl9CO8ydgDOxi { width:2.1875rem;height:2.1875rem;top:18.1875rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUNRHanKUNTqvBBtZoChuggV4DyIfO1u { width:2.1875rem;height:2.1875rem;top:18.15625rem;left:42.766929626465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrTpz7XrxvMEVgVcsIf19T4oV4slJIfn { width:2.1875rem;height:2.1875rem;top:18.15625rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrgnC80M61TAfKuVwrMR5rsx12naXkxk { width:5.9375rem;height:2.1875rem;top:23.8125rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H9HNCaMHQxRc2yvXNXZE3exgBQB9FXef { display:block; }
 }@media only screen and (max-width: 1199px) { #AF3v8gSiaLzcku1cefqCo5kyhqT39qi2 { width:5.9375rem;height:2.1875rem;top:23.84375rem;left:28.208333969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SwU2Ts2iHTRhcspTXGipJApbvXoCFwby { display:block; }
 }@media only screen and (max-width: 1199px) { #ut34maGTOmCa9ktJKSiAqarU5U9Nv78l { width:47.75rem;height:2.25rem;top:27.03125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE { display:none; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #zgRPteBNJxCIv95N1BeQcVRdTLd80JVz { width:;height:;display:none; }
 }@media only screen and (max-width: 1199px) { #tT2fhXBhhQ6A2Q3r1DsuCsnZK4OC7TqM { display:block; }
 }@media only screen and (max-width: 1199px) { #fD9hroN62k3wiZcynPDGLJvVJgraQbdG { width:3.125rem;height:3.125rem;display:none; }
#fD9hroN62k3wiZcynPDGLJvVJgraQbdG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #TaAq9VM1hRhG94y9Fd0zIJXzLV2ht6ps { width:12.5rem;height:1.25rem;top:49.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #v4VTeSe9EJafRL4KNUJ9zLJQFP1sl30Q { width:;height:;display:none; }
 }@media only screen and (max-width: 1199px) { #q83JFcrI8LQPsxuQW1pFTnp0wAy4nckN { display:block; }
 }@media only screen and (max-width: 1199px) { #ScD6bHH0NmwGoNvB3ztdbVIKw49agaSu { width:3.125rem;height:3.125rem;display:none; }
#ScD6bHH0NmwGoNvB3ztdbVIKw49agaSu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #LHcyfgCI3sLUT9ikezqyktv6ZPVHSRRS { width:8.125rem;height:1.1875rem;top:2.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A { position:relative;z-index:auto;display:block; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A { border-width: 0; border-radius: 0; }#yk2PZEArtFCC8uiscnsZ1VbbzcRckT2A > .row .container { width:20rem;height:6.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXVA00DDldRhr3fObDZTl5wMqd5bJC97 { width:9.6875rem;height:2.1875rem;top:2.375rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xskEc41AeBhbFvGGm7dHdOfi8sKSMrGv { display:block; }
 }@media only screen and (max-width: 763px) { #Z02Kx7V2ggbyglHdDhUED9TDZotXBP0q { width:8.4375rem;height:5.18676875rem;top:0.875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdVmrPJzuM6aqWyX8SNnZWIt0qmSSS09 { width:6.5rem;height:2.25rem;top:2.375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyZTIG269rlThoUwgHWnesB9bmLHlivr { display:block; }
 }@media only screen and (max-width: 763px) { #AuUmBWzfZCOxkME9Ccia9ixTTTyvTZdR { display:flex;top:1.71630859375rem;left:18.75rem;width:1.25rem;height:1.25rem;z-index:15038;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xCTOnFhG8vQHSVCdrmBtF7NTnaFzhDfB { display:flex;top:0.7177734375rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15093;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XES5ZdH3EG0zKwOOZoJZ9CgMIHDIt4zH { width:7.5rem;height:2.25rem;top:2.375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSkSfe8Bb3yIrWET0XlvxgFogTJyPGag { display:block; }
 }@media only screen and (max-width: 763px) { #ZDokTHUwvTnJFiOp53xa7zNkPkq6yduG { display:flex;width:1.375rem;height:1.375rem;top:1.25rem;left:9.3125rem;display:none; }
#ZDokTHUwvTnJFiOp53xa7zNkPkq6yduG > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #PI8sEqFJhTceJP2Vg5Nvdh6oaCruPS3C { width:8.6875rem;height:2.25rem;top:2.375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZqTvcoyCh8uDFla1ixhfiAz371cxWmb { display:block; }
 }@media only screen and (max-width: 763px) { #VXZ2lb453xDIMEXg2y3HWnKe6NygCDnd { width:9.6875rem;height:2.25rem;top:2.375rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVSrvsvsLmApQNV5sNFCS7uHVEEXWITx { display:block; }
 }@media only screen and (max-width: 763px) { #mi3HieO9UmsFKJx2COwTx6WESFbf9KS3 { width:7.4365rem;height:4.624025rem;top:0.843505859375rem;left:0rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WbnIxIz6Sre1eqe2OLNRx3D8OGFtMDyh { display:flex;top:3.092041015625rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15092;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #R8mEgCtbd7sJNKIPIpn6BPPZ1VJm6UId { width:10.5rem;height:2.25rem;top:2.375rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2c5nxxtqFdLTzQ90WWZwpmGQdlzyIC1 { display:block; }
 }@media only screen and (max-width: 763px) { #kaOm3PdK9MDXvkfmSeAzuefSeV9Nh7qX { width:8.625rem;height:2.25rem;top:2.375rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w93XCisG2bgmiOb6W7xmd4lr8uDdCfUG { display:block; }
 }@media only screen and (max-width: 763px) { #zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI > .row .container { background-color: transparent; background-image: none; }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI > .row .container > .video-iframe-container { display: none; }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI > .row > .video-iframe-container { display: none; }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI > .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); }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI > .row .container { border-width: 0; border-radius: 0; }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zg09lGVyz2o8kkOpMEvL2gEFvbCsJsCI > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C07lnt6dxnZ3GZsJPHTb6nw6zZQvDLe0 { top:0rem;left:7.5rem;width:12.5rem;height:10.6875rem;z-index:15093;text-align:right;text-align-last:right;font-family:poppins;font-size:0.9375rem;line-height:1.9;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D1BmNT88c5CGWTfG414zXI3cCvkGMAiD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c35403e8-e25d-420a-8c1f-2dabaa16579d/flecksonnenschutzterrassendaechermin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD.adaptive-delivery-prevent-bg, #D1BmNT88c5CGWTfG414zXI3cCvkGMAiD.lazyload, #D1BmNT88c5CGWTfG414zXI3cCvkGMAiD.lazyloading { background-image: none; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container { background-color: transparent; background-image: none; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container > .video-iframe-container { display: none; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row > .video-iframe-container { display: none; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .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); }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container { border-width: 0; border-radius: 0; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1BmNT88c5CGWTfG414zXI3cCvkGMAiD > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#3c3c3f;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKTSGutpBNo6n7Vaho8H1nPRrVrdsqDb { width:20rem;height:4.94921875rem;top:3.9361991882324rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yGXHCaas7IUPk9AWxWDkJ3vSim31ySiq { width:18.3125rem;height:1.0559875rem;top:9.875rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRnCC8EA8WCBPpCXibhKV5IGkNHiqyV7 { width:18.625rem;height:2.11198125rem;top:13.6875rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpVyhe2sE5LxVfJENwt5wkz9bD8ftwI4 { display:flex;width:0.99975625rem;height:0.99975625rem;top:11.8125rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #s8L4sFOaOtwyMgP2IAaGc1OQQv565APb { width:17.75rem;height:2.75rem;top:21.12451171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HK8SpCRdPq6HA3ryUvM6hci3UOOgn2G1 { display:block; }
 }@media only screen and (max-width: 763px) { #xUmVkqceyhQvJ0NZbETiDt78xfhLW09h { width:18.5rem;height:1.0559875rem;top:11.75rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkITi10yB95GcSDI3hGoDghTg9xvUTmz { display:flex;width:0.99975625rem;height:0.99975625rem;top:10rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #NcO2mpxKJeimRGZWyTrOiwBvdAzGTT2o { display:flex;width:0.99975625rem;height:0.99975625rem;top:13.75rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #JTgONIJJfyh6bV34JAHQmgCFiETNHomN { top:25.59375rem;left:0rem;width:5.9375rem;height:1.9375rem;z-index:15094;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TpNB5PoDddW4kZcMtBVhtA7mPGCOkIe6 { width:20rem;height:2.6875rem;top:16.9375rem;left:0rem;z-index:14993;border-top:0.125rem solid #f3f2f1;border-left:0.125rem solid #f3f2f1;border-right:0.125rem solid #f3f2f1;border-bottom:0.125rem solid #f3f2f1;background-color:#b7ad52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwctOl7FfP0a7hNxUg69dQ9NRui1Uy9N { display:block; }
 }@media only screen and (max-width: 763px) { #JxfhPDzqcxat2dmBhypbdhm3ZEws37Od { width:5.125rem;height:0.8125rem;top:22.3125rem;left:5.5625rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FtFKscBlM3TPxkCC8T965AqSNV8bA9Zk { width:1.1875rem;height:1.1875rem;top:21.25rem;left:7.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtlGRa7tefE261aPeO1a3NIkAEib7Nq { width:1.1875rem;height:1.1875rem;top:21.25rem;left:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUT8ti3NG2yTfw9EwAII1O0BCJyGOHyF { width:1.1875rem;height:1.1875rem;top:21.25rem;left:8.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR8twTdsVhXIvIWub1v7kMPZ4EmTqTTV { width:1.1875rem;height:1.1875rem;top:21.25rem;left:6.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTs696Nn8ieqildpmXODgdwMxHF3t7bz { width:1.1875rem;height:1.1875rem;top:21.25rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEToF2UT5ukU0nnzMenSrbOSbRNly1TA { width:2.1875rem;height:2.1875rem;top:21.1875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #cxN5lWUVN3IMx1mSk3UZNM5B8fTZa7nz { width:3.2495125rem;height:2.19270625rem;top:21.125rem;left:2.75rem;font-size:1.6875rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sizMJ5izLsldDQUQLFW8qWXuO7WvbBCK { width:20rem;height:1.0559875rem;top:2.4973983764649rem;left:0rem;font-size:0.8125rem;color:#ffffff;font-weight:300;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FpTHq88IhMbXn4Tun2XvtcRdtB7lG7kE { width:3.81225625rem;height:3.75rem;top:31.41845703125rem;left:0rem;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #FAaw9kOnOBhGXPN1bzXau4tGzAgd5Iwx { width:1.75rem;height:1.75rem;top:21.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDz3UTZRpWsuvq3vHLsC529vxEgTADfa { width:7.1875rem;height:0;top:26.25rem;left:10.1875rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #RLyv5QmvBqRX0pA987XnwSe2Zm19K0Iz { width:3.2495125rem;height:2.19270625rem;top:21.125rem;left:11.3125rem;font-size:1.6875rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fWmaxmZUfPOXO8xElFbbg1zgh9qAgs4L { width:1.1875rem;height:1.1875rem;top:22.75rem;left:16rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpeIkqkUGXC3tvzOSRn6nFOiln4TyiZQ { width:1.1875rem;height:1.1875rem;top:22.75rem;left:16.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqqiplbCuWUZvlWBwyJQwHvpLfClsoRU { width:1.1875rem;height:1.1875rem;top:22.75rem;left:17.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTN2AIcewAdLCR1rDCvykXF6Mr0U7BqK { width:1.1875rem;height:1.1875rem;top:22.75rem;left:15.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2adHa9e6E0Tq3EB4Jgm4OhRDPlyaXDm { width:1.1875rem;height:1.1875rem;top:22.75rem;left:14.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXmzdqpmOc1L1hC9INRORvp81DrnqnLM { width:5.0625rem;height:1.4375rem;top:21.1875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB6fGfX7t3UKACltG8hiz7IoiyQ4MHoM { width:10.625rem;height:1.21875rem;top:25.1875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MtFM2XgmJEbLQNWdo4H90CSd4xiuOTSl { width:10.4375rem;height:2rem;top:25.621826171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMpepBJ5H8FWb8q66PJPUNOCT0UareOn { top:27rem;left:0rem;width:7.8125rem;height:0.0625rem;z-index:15118;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv { display:block; }#kUFuH9B2dArqEqIXZ9bC1IEhv1KoXudv > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLQ3fVMgHmJW11t9pIWyGGV9zlGZaXnA { width:20rem;height:5.359375rem;top:23.499755859375rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IOVUMQ1LteSpnqy6ExKSBsg2RTo8Jr05 { width:20rem;height:14.86979375rem;top:29.739990234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElTrdGrW1xw6ZOn2DhsUN00Ae2TrC4Sd { width:0.25rem;height:5.6875rem;top:30.550505859375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2blBJvDxZNAeIySk1TxoptVBCpQCZDW { width:16.0625rem;height:16.0625rem;top:3.963134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTI2VMIFo0wIgEebMFU8BPH7dyXT3W5f { width:8.5625rem;height:8.5625rem;top:13.10498046875rem;left:11.219482421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAe1Qbpz5tPZZk0hQeTo6WVmTvieVq6D { width:20rem;height:1.3997375rem;top:49.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XChnKcrEPnRXvZUhwA7EeyiUz0qfFZd7 { width:18.4375rem;height:0.0625rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4wzVM2HI1I1TMuuTWW9vBTDlEhexhO0 { width:20rem;height:1.5rem;top:47rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBQZFKXf44Ri1nfIip6iKqHyMsePmCiu { width:8.1875rem;height:8.1875rem;top:13.165344961395rem;left:11.270813234558rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA { display:block; }#K6uzFEF8rnlKQqdIq8DvnpaD9C1CmqkA > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgCc63avT0FqwwVLBMcSqVt5MsZ3bDLy { width:20rem;height:1.78645625rem;top:3.999267578125rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iaAC46RtVvZF2KDK1rbUHSGs1VHr3KuP { width:20rem;height:2.79948125rem;top:5.9541015625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK { display:block; }#rMsnT3AqiFBlgQ8ORCKgnMbnpM4tbOLK > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iszWbDr9fpPkW4KpfFV8FMoN5e2t3Ir0 { width:20rem;height:11.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVit1KZRzt3GP5eospS8wDGU7ApD60fb { width:20rem;height:11.0625rem;top:21.326782226562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6LTG41yhkkR1BT5c1bSrvKC0nId6Ouz { width:20rem;height:1.625rem;top:12.959594726562rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JtnXKGUThuCTGA3iJBXS7dSoF3wlTL2O { width:20rem;height:1.625rem;top:32.911437988281rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iAb0XZ1gsu9Zs8drp8CWQ7puhcsRRX9V { width:20rem;height:2.79948125rem;top:34.78125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrUOpDmT0Q0eBcLMU0pxdyafKXhP5tEy { width:20rem;height:2.79948125rem;top:14.828125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhOiGk44DTv9epxEIWpETD945VBElNQm { width:20rem;height:1.3997375rem;top:18.389282226562rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKFxi0eniTtCZ7qnVXfTa802fDONulZ2 { width:20rem;height:1.3997375rem;top:38.341125488281rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc { display:block; }#kQAlQ4AIwdgW8FKiKTig3n5F18Sk8CLc > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTHRuHc35uZXB92UZR6lfKf3lfcBfq8g { width:20rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXhlHzbz2wzTaTFaWuh3Rke8nBCs6vop { width:20rem;height:10.375rem;top:20.764282226562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLrE0UGXwmlK64TpH9Nv0rTpKnFnHhW5 { width:20rem;height:1.625rem;top:12.209594726562rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Uyt5Jry9CkhEhRUyLawUGyZJhlpgJmrd { width:20rem;height:1.625rem;top:31.786437988281rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FyURvhEEaNuzOV9IQ6GoR8JQs1eI8Rkl { width:20rem;height:1.3997375rem;top:33.65625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSzaxVt4yR3XR4OVShewmVfX7zs1ul53 { width:20rem;height:2.79948125rem;top:14.078125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V78mlmKiDoxCH4gLkKsgqkHnIVgZUaXU { width:20rem;height:1.3997375rem;top:17.701782226562rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yed0Zl46QUzi9FOk7pP8CW2UHVvabeSb { width:20rem;height:1.3997375rem;top:35.778652191162rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7J2GGrcme1xrgtxuP9E5QONmWWxo281 { display:block; }#z7J2GGrcme1xrgtxuP9E5QONmWWxo281 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFn0PeKK5bb95BarDrw4otgtKtGsDcEc { width:20rem;height:2.625rem;top:4.5rem;left:0rem;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T2qmiiEaJizcatPWlb9uJPsq4cRaa8iL { width:7.4375rem;height:1.3125rem;top:10.8125rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIbTy3BUI28TeB4moDqT8TJN8vMZ3S3I { width:8.1875rem;height:1.3125rem;top:10.8125rem;left:9.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRWMbxRn6Jkwd6VZCNwebqx9VNQNnLbs { width:6rem;height:1.3125rem;top:8.375rem;left:12.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaKKpUtvPADIEPmpQ69mPCJnQdW9zxe { width:7.9980625rem;height:1.3125rem;top:8.375rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdL2sGPc7SIT0PPL7wiwSeMwMMlTEQ7r { width:5.6875rem;height:1.3125rem;top:8.375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzGpxgv30FT767n1ue2X5E7U7tP1AHre { display:block; }#TzGpxgv30FT767n1ue2X5E7U7tP1AHre > .row .container { width:20rem;height:159.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TB06VZ4JwJgE3JBpSv0zWBLK0MslDX8k { width:20rem;height:4.875rem;top:2.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nao2lJLU6OOwRF47QCGxbNlFwoXU6ylf { width:6.1875rem;height:2.625rem;top:62.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K62PS3tNvfBWBk8nkwM4354lfUbV8PPL { width:7.125rem;height:2.625rem;top:62.8125rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH2uAaoaRp5hH6ChPB4FQotLBR8VthoP { width:9rem;height:2.625rem;top:69.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u08WF8hzKgHx2iIC7Oamkb53iyagFZu9 { width:14rem;height:2.625rem;top:82.375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm9eBGIdoaAbcbNPteciy124phCCLdRG { width:9.6875rem;height:2.625rem;top:69.875rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olV6UmxuCXb009lRXb3S1vrWRhtLKgoL { width:8.875rem;height:2.625rem;top:77rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khr43K9lwq3ISRcTGG7qZKUtt4fdEmrF { width:10.0625rem;height:2.625rem;top:77rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxAuvJgedL2gvuAtkhJFZ9Wt7USSswSd { width:20rem;height:0.0625rem;top:55.499267578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SD0cgxx4B101GsNUmXGm2TNVUHOhAbWz { width:20rem;height:28.25258125rem;top:24.247396469116rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #du7PJOywktcddZcdT7J8rWVBufVw1pOl { width:6.25rem;height:3.25rem;top:19.84245300293rem;left:13.75rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #dHRUXlhkLfzXtxvyRDpu3mQernD5u0JS { width:6.25rem;height:3.25rem;top:19.842447280884rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMXfAgoJkbxr0n8AI2xkWkuQh12CbJ5p { width:6.25rem;height:3.25rem;top:19.841152191162rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVnZVcAe9HeVUOfhMBGZHizlJdrQyi3X { width:6.125rem;height:3.1875rem;top:19.87370300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woRUB9dp1B37MxJBiokgW1k4LooloVTs { width:20rem;height:10.4375rem;top:8.7473964691163rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #U69am1VfK65cTxe2zNWnN1uyEKpwsEwl { width:19.875rem;height:10.4375rem;top:8.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wPJLBdNSoDGntgn2oHBH3C8PwO4LSft2 { width:16.8125rem;height:2.25rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMkm6Wezf5oC2mc9C2NShTszJvy82Coi { display:block; }
 }@media only screen and (max-width: 763px) { #ACE1A4xXAyJOZBcakdKJ3irUuKS1T7ck { width:20rem;height:0.0611979375rem;top:159.1875rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #J4Wd28F2qrzc5o65ViEH32MV3H6SfMqN { width:3.125rem;height:3.125rem;top:14.893255233764rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCBcLkLiPZ4w69RLTm7SgW76HRHsnnIF { width:20rem;height:32.71354375rem;top:100.625rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fMAgUeTh76Ll5TK4MmG4Oo3TkwfKJ8QI { width:20rem;height:11.1875rem;top:88.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gleEHStO7AATEhLulvA8KQna3KBrLrCz { width:20rem;height:0.0625rem;top:58.01953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAB3zBWCEuld2BOgF81Anp6531EpDDNv { width:20rem;height:0.0625rem;top:86.747406005863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4X26rAf1myx0lUlSTdOsp3Jz1T8b0iO { width:5.4375rem;height:2.8125rem;top:20.0625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAk2eApo7qmOBtqh7yuUIVTxQnEpXd34 { width:5.4375rem;height:2.8125rem;top:20.0625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akCellzN1O0c9JfBeOursK3PoLEXueKq { width:5.4375rem;height:2.8125rem;top:20.0625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsoKPy6Agc5NG6rilVbSDBV4mwPXudkm { width:5.375rem;height:2.8125rem;top:20.0625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwpdeTlLIblJ08vu7zhLIWx9SWEV6wdk { width:20rem;height:1.66145625rem;top:135.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f59PKLT9a4TF1U7S1CZblRHKt5iJCfnW { width:7.875rem;height:1.3997375rem;top:137.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsgDbaKNfBFSP7iJt41zu3XohiFIwm8o { width:12.25rem;height:1.3997375rem;top:149.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzrQoKkPBGE8xV8anxPWwz9mq64ACzxg { width:7.875rem;height:1.3997375rem;top:144.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJDLCLQnnkQhlQUrrRiJDTWzGcXCHKyA { width:11.25rem;height:1.3997375rem;top:154rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ8kTqNadwSszsEqgRCiqoXH2E9frnGr { width:7.875rem;height:1.3997375rem;top:140rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV1uSdzNSUHetmfNmE5Tb5bRn0cQbbnQ { width:7.875rem;height:1.3997375rem;top:147rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuI3WXXxyyN1OZZc3xG2sEUmAuv0ZAKR { width:7.875rem;height:1.3997375rem;top:142.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa7TT3hrlzEg9mPHlFGn8AM33f23Dzim { width:12.125rem;height:1.3997375rem;top:151.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP5vWvxuNW37erPObpGsMqLwTvsJ1lbN { width:20rem;height:0.0625rem;top:82.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulF0dEptRSKhnI23qqrr4baVmXcNVkKu { width:2.5rem;height:2.5rem;top:59.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL8U5UU6XoWPbO4O0zn8JiUmcETtyxTN { width:2.5rem;height:2.5rem;top:59.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkkkE42Z0K2Rf5S5lp9EafgbLK2Rx5Kq { width:2.5rem;height:2.5rem;top:67.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrIa713khglop2EnhddBOa7Iv7kb4DWX { width:2.5rem;height:2.5rem;top:82.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGTqOfqKVZzRA4LgG8WyrI4Sanmk3WyK { width:2.5rem;height:2.5rem;top:67.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBtdMaR10ht0yuA0SkXab1H8Tt3QWdeB { width:2.5rem;height:2.5rem;top:74.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpPGGfOxW11vUqnBcg8SLiJNVwzptNkh { width:2.5rem;height:2.5rem;top:74.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRhZre3p5qqx5dxx865lKzZqfe7PaxWH { display:flex;width:0.9375rem;height:0.9375rem;top:140.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #miJQGNJJH0LcIHXvVslSn2gh94S6oxAQ { display:flex;width:0.9375rem;height:0.9375rem;top:147.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D8QrNlnfAPgmdZGW6ohkNSPgOc4p8FTo { display:flex;width:0.9375rem;height:0.9375rem;top:149.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ida4tTD7GGQ1FLr1A0nTAhmOl0IeL2Lk { display:flex;width:0.9375rem;height:0.9375rem;top:142.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #luq1bGgHNaVNIqUaol3cvDdf9okfZidI { display:flex;width:0.9375rem;height:0.9375rem;top:144.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h0GnrZEGZlUOadVB6BuNNn5oWbpSlRTT { display:flex;width:0.9375rem;height:0.9375rem;top:152.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K9O62BuSUDUR0DrEuKysDsFXoXplTAnK { display:flex;width:0.9375rem;height:0.9375rem;top:154.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X7alW168I2QwmxQpteEuKkgAym0g0des { display:flex;width:0.9375rem;height:0.9375rem;top:138rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e { display:block; }#KyAcRu8It5bJ4rVLhNuDszDKfOEXM62e > .row .container { width:20rem;height:139.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liP5T1N7lfSNMQqFLk0Dt417BHn4LsSH { width:20rem;height:4.875rem;top:2.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rkGg2T8F01KUWJ3rE7KPapL6II7ATvlT { width:6.1875rem;height:2.625rem;top:52.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hriGeWR1y5fRrvXVPTXQZBHMwo8JqRsE { width:7.125rem;height:2.625rem;top:52.5625rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIs8GtmnSam3ls4oE7buzhgrIttio1Mc { width:9rem;height:2.625rem;top:59.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTiuadmZaWKLB55rSSTxxVHAKxmiW1Uv { width:14rem;height:2.625rem;top:72.125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5bCsF3RhIhnuxQ5DBH06t2KHiCz4qBr { width:9.6875rem;height:2.625rem;top:59.625rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ip4q2IfbSlL7p60eLGrIlJb6TFHhSS { width:8.875rem;height:2.625rem;top:66.75rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS40u2CdairgoEfIpWyeeki1kBtkTxoF { width:10.0625rem;height:2.625rem;top:66.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUBVrfb21gl90iPnFlOgWTVLSOL51B2T { width:20rem;height:0.0625rem;top:55.499267578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2PFu5G9DPV5rTtq7TXba8NiE35BHa3T { width:20rem;height:17.84375rem;top:24.247396469116rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #aZTWzrVzuEbscdiPgDOxNvpv9RZyBf5e { width:6.25rem;height:3.25rem;top:19.84245300293rem;left:13.75rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #EMfS87BGkBrMWxLx4ICVuZmNxEtr6TTQ { width:6.25rem;height:3.25rem;top:19.841152191162rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkNg1spL44TBsUZWrOEVU82hffsu0WE5 { width:6.125rem;height:3.1875rem;top:19.87370300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyNy7TzgB2vEIeidLMPtvfTacVP1FiJK { width:20rem;height:10.5rem;top:8.7473964691163rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nxPae2hJLHkrL6qZZDUdFfJLRgrRkefn { width:19.875rem;height:10.4375rem;top:8.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KEyOBRNUKvTkBRk60kqACB88ynf68RuT { width:16.8125rem;height:2.25rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN0e8tpcCA4ufqTIHTwBF3GO8iPuMkbR { display:block; }
 }@media only screen and (max-width: 763px) { #gEdunAn7k1eHE3SU8ozi9omtcpFZnEdp { width:20rem;height:0.0611979375rem;top:139rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #HQxggycOP8cALow1TmE8C7IW4VvRukAy { width:20rem;height:22.30469375rem;top:90.3125rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #h93FDCkH8Rax56aPnLTgD01bb4PKeKZc { width:20rem;height:10.375rem;top:78.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3ouWiULkebupqRINpWm5SXTqT3TG2Oz { width:20rem;height:0.0625rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fECixBdnOLdzKkB0UUOsq38nMfxC9CAi { width:20rem;height:0.0625rem;top:76.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTcDBsQ0g85omWJJ1svnHNc7xKH5R1CZ { width:5.4375rem;height:2.8125rem;top:20.0625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBSVdpEPTWG9NaC7KA1Dd4O6SRNNQf4X { width:5.4375rem;height:2.8125rem;top:20.0625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGAglJWxlSgM1SSg5puVmVA3tmtZ3m6d { width:5.4375rem;height:2.8125rem;top:20.0625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwhHu7xxItkuxbO6bqfpVBSnl6xbcPtr { width:20rem;height:1.66145625rem;top:115.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz9EHPSKMTySDQVfLoii9MOQs28OByeq { width:7.875rem;height:1.3997375rem;top:118.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXOSTFbkc0Twl0zrfT0PUdR0A1UQyRFs { width:12.25rem;height:1.3997375rem;top:129.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZbxhA5sVz95DlqQZtaMf9ScLfAGl6K0 { width:7.875rem;height:1.3997375rem;top:125.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzMT3gWEVAhpZgLedMgUlb1OdaIZka8K { width:11.25rem;height:1.3997375rem;top:134.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S94gTulCw3aySPkuNlHGECVN50uSmE4M { width:7.875rem;height:1.3997375rem;top:120.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdKqafRlFPq14eoDSnJlZkOENf9Grk7E { width:7.875rem;height:1.3997375rem;top:127.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF1hhnqJihZnIOvGtirDJvJaoHXzqRTN { width:7.875rem;height:1.3997375rem;top:122.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdFDcD4GllIroEhVqNIQWCVtFlUxmy7O { width:12.125rem;height:1.3997375rem;top:132.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFPtIdENtbtO4Q9NxOMARKdvBqNoHFvk { width:20rem;height:0.0625rem;top:80.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlMdT53MLNM8oZPVL4uT9xyXz2HluIWP { width:2.5rem;height:2.5rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1EXfbDc4OTVL5asT8yt5eUIa9vJAuU1 { width:2.5rem;height:2.5rem;top:49.625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQyRqR439UrIoiO36B2ZDxHOtbdFFDMw { width:2.5rem;height:2.5rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCOAwBR3B8Ll5xTtpON5TdfCMIeTme0b { width:2.5rem;height:2.5rem;top:72.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoTpmqK5Lk6uWEIJbE66XhDGqF0gH450 { width:2.5rem;height:2.5rem;top:56.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWczrekuzLpFaB7IglPuWJoTG6NwdCsa { width:2.5rem;height:2.5rem;top:64rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7eHX7qDTi78GLgK6AEPC02w5lTlLD4o { width:2.5rem;height:2.5rem;top:64rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Dhfx3RuSo8smitiEqtpZgaagRWmNq4 { display:flex;width:0.9375rem;height:0.9375rem;top:120.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xJ82U7p8AFvkfmXw4yFFtBrkK72KcK0C { display:flex;width:0.9375rem;height:0.9375rem;top:127.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zIUOSHWb0qlnAOpot9HhFiXwPANV0rLO { display:flex;width:0.9375rem;height:0.9375rem;top:130.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F9m5OTQOJswFJyKeefo06iZKPt5TA98w { display:flex;width:0.9375rem;height:0.9375rem;top:123.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wPb5QL61xKeFtwk1s7UJVJ8svp0nqJe2 { display:flex;width:0.9375rem;height:0.9375rem;top:125.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NlHpv52GzvnoZuxgsaImSgyeeHkhcqqu { display:flex;width:0.9375rem;height:0.9375rem;top:132.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uOS45WSIImk2OhFsGd57wOMU39SWoqRZ { display:flex;width:0.9375rem;height:0.9375rem;top:134.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #URwfWoxAAUJvSxx1nZzFgaSV60hzu8mZ { display:flex;width:0.9375rem;height:0.9375rem;top:118.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Hsz7JqatTnyNmur6205ACWyF7okumQwc { display:block; }#Hsz7JqatTnyNmur6205ACWyF7okumQwc > .row .container { width:20rem;height:151.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hB3h0WlqXTTXVTdtS9GTWfrEzvOauRxD { width:20rem;height:2.4375rem;top:2.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XiHsr9VzbRGdNbM5a1SdmrGQZASl5E5K { width:6.1875rem;height:2.625rem;top:60.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM5CCoMom5BPeXXUPRONPzKhytm098T0 { width:7.125rem;height:2.625rem;top:60.9375rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI0MKVmO4bAmbqR2S3o86LKZsHbBfdI0 { width:9rem;height:2.625rem;top:68rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtLQWvhyrEVPelDsKdEiFxBEw5xRftz8 { width:14rem;height:2.625rem;top:80.5rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCFV3T8XnZBwKpRIPOHiv09OmQqKoMNM { width:9.6875rem;height:2.625rem;top:68rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr04cV0dk3aSTubsILVgmGUHgSZyKyrh { width:8.875rem;height:2.625rem;top:75.125rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn2zhrB6w5wg1nh0zrwggiGJBGt617PK { width:10.0625rem;height:2.625rem;top:75.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTk9K77akGT0QqKkTRfbfDRpycrDVEW2 { width:20rem;height:0.0625rem;top:55.499267578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClT1QcO8kmKUgVgdViwba2GTRoX0oOE9 { width:20rem;height:28.25258125rem;top:21.375rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #aI4XHTfNLI03zUe6HbBVwKCTQ2X1SvtC { width:6.25rem;height:3.25rem;top:16.9375rem;left:13.75rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #HcTBRAoCNQpnmSlPel5pCpH2TcBOiWtx { width:6.25rem;height:3.25rem;top:16.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fee6CoLtNASwg1q0z8llxiDAwqrz1eob { width:6.125rem;height:3.1875rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COxEZT5kNuT0gwUrkBfimbMFG9KkWlqW { width:20rem;height:10.5rem;top:5.875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tnnnaCCZSiKd2Rq8mweX41qMU5i9VAhW { width:19.875rem;height:10.4375rem;top:5.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #p3k9GwzSXpxkslAaRHlyHrgdqBqk1tZG { width:16.8125rem;height:2.25rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztsoogOUoE6oGDr3pbQ3HCL1kbnVgMVq { display:block; }
 }@media only screen and (max-width: 763px) { #GqPchmg4fN7WRBQfz86GoTTrFCCZprmr { width:20rem;height:0.0611979375rem;top:151.0625rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #LlqDpFCpH1hsiKp4xwcwG86NpV9ImLVe { width:20rem;height:25.27866875rem;top:98.75rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IZmKQwDtnwGaxBAlhNQ0IEmo0pcJxLnp { width:20rem;height:10.375rem;top:87.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxnZt0K4TBgWwsiJWIrLG0VgGVS5qFtk { width:20rem;height:0.0625rem;top:56.14453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IboIZoXnaG2RgqanwHArIJrRJzqS02u6 { width:20rem;height:0.0625rem;top:84.872436523438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTppUR73JS9FLLJLQCfnnAGtVquLXA6b { width:5.4375rem;height:2.8125rem;top:17.1875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcUN26PTQZ37DUfMdDASUThlRP9goZ8r { width:5.4375rem;height:2.8125rem;top:17.1875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHTTutFUGddecmIW4wAVrBeWRBptBe5Q { width:20rem;height:1.66145625rem;top:127.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZQ5rF2UOnKfKbVzHpOKgy5pGBZLWgQV { width:7.875rem;height:1.3997375rem;top:129.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAdG5WAT174aWmIz3TsGRPgKvwmeLUiH { width:12.25rem;height:1.3997375rem;top:141.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEHC5he9kLflefTf7nd84Hs6XTleeOSp { width:7.875rem;height:1.3997375rem;top:136.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU7ausG3OcFIeSXZS0RwXVQmwzVRIgr8 { width:11.25rem;height:1.3997375rem;top:145.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXfHhcBiTMATgTcTh7JPghwZ84xHXo1L { width:7.875rem;height:1.3997375rem;top:131.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUWhGsyxVk4eZLDFutId5o9CV9ibiezo { width:7.875rem;height:1.3997375rem;top:138.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUgNdcHBZKXs6H3GydySk7Qo6DCIlSvi { width:7.875rem;height:1.3997375rem;top:134.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt6eWWs2eG9WhCLlV0x7hqsgEbfrGTk9 { width:12.125rem;height:1.3997375rem;top:143.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svyG4lb7UVXU0wKZgT1ugvZyydStWseA { width:20rem;height:0.0625rem;top:80.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmoUyhw6RTlH5OCXwwuwi1JUa4gSnP4o { width:2.5rem;height:2.5rem;top:58rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Daoa7My9Kt0ZCBlfAqtxgsQ8Cz0ap37P { width:2.5rem;height:2.5rem;top:58rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ririo9mEsJWzAO3O8o2kzgFwt2uNuTvL { width:2.5rem;height:2.5rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuaMnALlSlFUR4hEx7zUQ4mSrbNHmJIc { width:2.5rem;height:2.5rem;top:80.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv6hnzVLMQ8CftAByzThXqC5JTFKSl4l { width:2.5rem;height:2.5rem;top:65.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3g4zqiJOAP803TDEHmQHJS4eSW92Zvl { width:2.5rem;height:2.5rem;top:72.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJkqkJP0T42dm7OG3ScJWinrCyxLvyF4 { width:2.5rem;height:2.5rem;top:72.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJmRRZnzCOD5WKbs4RIidgPoQ5T8Oab { display:flex;width:0.9375rem;height:0.9375rem;top:132.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eLex0dlQXGFFDOADN2DF3AA2Wphi4lEC { display:flex;width:0.9375rem;height:0.9375rem;top:139.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BVMBXfcA12Q7HuMZWEXrbJU97nZHaK4C { display:flex;width:0.9375rem;height:0.9375rem;top:141.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HGRmiT6P7rpN6V0RQ3TEbhT51VFO98qF { display:flex;width:0.9375rem;height:0.9375rem;top:134.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E0VdzdiOXcbNTfCWQWTRJek5NkepkwFH { display:flex;width:0.9375rem;height:0.9375rem;top:136.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zgnBuBeRp0DTuKHggv0sRDbgVo9fulGI { display:flex;width:0.9375rem;height:0.9375rem;top:143.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K6K9V2nRyZFDc6xJ857g3Sv3qHINm4Bt { display:flex;width:0.9375rem;height:0.9375rem;top:146.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QoFQSPRtnH12TTBL17yv43xTTchXFxwQ { display:flex;width:0.9375rem;height:0.9375rem;top:129.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y5otfB0DvIo2r3eBk1UV4C3PPVJl543d { display:block; }#y5otfB0DvIo2r3eBk1UV4C3PPVJl543d > .row .container { width:20rem;height:96.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GArwf7acozRr3ZOPdxxQ1Pti486WvZdK { width:20rem;height:2.4375rem;top:2.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tGfmhiIJXAeuHJWe3TnICvpId7umKHup { width:6.1875rem;height:2.625rem;top:59.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFJvnpxSVPrcl6ogoJneMHarL76AgDg { width:7.125rem;height:2.625rem;top:59.0625rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnxJ1PKX5Jma61wHqTRsW7nu36fTXyvN { width:9rem;height:2.625rem;top:66.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP41MXE8gNkf2JTO79aCy9ACGZTKKhKJ { width:14rem;height:1.3125rem;top:78.625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVcSBiTBEOkAD44Am0SQ3H52cHqTInKH { width:9.6875rem;height:2.625rem;top:66.125rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdMLs8aZzaLRM3h5wZ7VfVsEGvDJudi { width:8.875rem;height:2.625rem;top:73.25rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5ZycksSvPSEtLAOWz1FlH0b161XMats { width:10.0625rem;height:2.625rem;top:73.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3G2McgWrTSTKrfzWf0TGrzUQuTO2K2M { width:20rem;height:26.76566875rem;top:21.3125rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gMt8LSI0ftBVNRd2Mba9MTAoWw5lga8q { width:6.25rem;height:3.25rem;top:16.9375rem;left:13.75rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #ZvfrFn7pJkIazNTfmbtE9HqkVTX51alN { width:6.25rem;height:3.25rem;top:16.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiUW9E5BMQKl7AGPkrmxHFzPVtmLHtzg { width:6.125rem;height:3.1875rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOQATd6rI5bybA2nLqJMr8ORh48bbdQI { width:20rem;height:10.5rem;top:5.9375rem;left:0rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #ssin2mD3ZDExPQiU3MpNHiA0RJNMv0uX { width:16.9375rem;height:8.8125rem;top:6.75rem;left:1.53125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #cqL75SOTwsJeRTGSRh5AJTT8yRuoTRNJ { width:16.8125rem;height:2.25rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICSNM3wzO975WI5ZSBDgehdooanz2vIy { display:block; }
 }@media only screen and (max-width: 763px) { #RtmkvduMtCsHoGT7CPcxdFZB9uaAXKuT { width:20rem;height:0.0611979375rem;top:96.75rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #hxx7TsVrF9ZpSJQEyQEQNmLMZRCld4Qb { width:20rem;height:0.0625rem;top:54.26953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qklsRQ86ZVrXgZFPKFAhTADhueZ1S5VJ { width:20rem;height:0.0625rem;top:82.998718261719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSfBLqamJTHT6TwSvSI4NdhDeAQgRiDM { width:5.4375rem;height:2.8125rem;top:17.125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzuAwzEBebK7zB10mFx4oBI4ZCmuPihM { width:5.4375rem;height:2.8125rem;top:17.125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcK1nlUVxJOqcBPF7tvvPBeT2u7WsBCB { width:20rem;height:3.32291875rem;top:85.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO99Fdz9vhAurPFbM3Cta2IfEysqR8DU { width:7.875rem;height:1.3997375rem;top:89.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNzPxxwTk8S3MFfGVIXu4LI67Uoakv6S { width:12.25rem;height:1.3997375rem;top:91.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFAEye5Xqeu9BIbv8PIqBXqkroOkDnPa { width:20rem;height:0.0625rem;top:54.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOJbcB4MWWFUCP1ipBVdsScR9DchRA02 { width:2.5rem;height:2.5rem;top:56.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNuA7iOJS9Lvym6oUBnOA45yJo75wQKy { width:2.5rem;height:2.5rem;top:56.125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CscSTGceyuvx6JVXM3Ra8STEi1tKzCfV { width:2.5rem;height:2.5rem;top:63.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCkUPtLlVqnc5ZgbcqJ1UG7bSsiGctKH { width:2.5rem;height:2.5rem;top:78.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0mCklkcz8T0nhUfP4yEl0AoNmire2lm { width:2.5rem;height:2.5rem;top:63.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIX11W9eXNNuNUsBIqZXxukB2qnpyRur { width:2.5rem;height:2.5rem;top:70.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoJiI7PZdl5bRfeDMx9XVbt5q72EmBJZ { width:2.5rem;height:2.5rem;top:70.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtSE8KwG3wGt9ZTnfbeUAAKC9TcrEvgP { display:flex;width:0.9375rem;height:0.9375rem;top:89.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mToQ5wxvfdtD80asQm5qVI7Owip0x5rC { display:flex;width:0.9375rem;height:0.9375rem;top:91.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mAkL1ORoekKMDWCx2qOpBDM012sOAHK5 { width:5.125rem;height:2.625rem;top:9.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkPlzM6vbtTD4WP12zAmOKFIFhRBcwcr { width:5.125rem;height:2.625rem;top:10.3125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F15DIf4hLJtrM3bMH8smZ8CvlAZ3AGWl { width:4.25rem;height:2.1875rem;top:12.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrruWn8WeBXhg5WaA0qXklwBN6VZFlfh { width:5.6875rem;height:2.8125rem;top:12.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0zdKTkyf8uSlkb2wa8FctctDPeoxi8e { width:20rem;height:0.0625rem;top:65rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBafPfTgyDWSR66HCR53vnANlCXoTV2k { display:block; }#XBafPfTgyDWSR66HCR53vnANlCXoTV2k > .row .container { width:20rem;height:136.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emwMOat3v3OTTFahCx3BP6dxGUvIsElb { width:20rem;height:2.4375rem;top:2.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JNTrTtnyNsP34CLDP5i7sZgT44L32xfq { width:6.1875rem;height:2.625rem;top:58.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8SepED4n4EFXw9JZyDW5WIKhPOTHZIE { width:7.125rem;height:2.625rem;top:58.6875rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3qnTFk9Q8MTNKdt9R2to8vNxkiQDe96 { width:9rem;height:2.625rem;top:65.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MklOXa0vTft0dNSf11VueZKh852VD37o { width:14rem;height:2.625rem;top:78.25rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez8R2OAlwsxCEt4BIWHJ7fINcD9vuAqO { width:9.6875rem;height:2.625rem;top:65.75rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3adMPaQFAeMk7vysSTnJfNHN3UEST27 { width:8.875rem;height:2.625rem;top:72.875rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU3T1L1VtA0IMkzL6XKgCbOOi4MkZ16K { width:10.0625rem;height:2.625rem;top:72.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDQeSrR68qJipFiONxWTt1GqF4CMgL99 { width:20rem;height:26.76564375rem;top:21.434906005859rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #sRNg7U5hwQdWlogH6kFHRrTgfJOttXco { width:6.25rem;height:3.25rem;top:17.02995300293rem;left:13.75rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #eC3zipEhAVdHlPGrVUn9IVqPTHM9GkMA { width:6.25rem;height:3.25rem;top:17.028648376465rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9qWnZVOrWHpnVATeEvykmLankxlpfW5 { width:6.125rem;height:3.1875rem;top:17.06120300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK2f4esuqoMJAvHwxyDDDVVdblArTO5q { width:20rem;height:10.5rem;top:5.9361991882324rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #g1lWkngtBHzQR8rEaH8Jx4voA0foyyD9 { width:19.875rem;height:10.4375rem;top:5.9361991882324rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JaEv3JqTbOwAoETGX8tX9u7hPygIhq19 { width:16.8125rem;height:2.25rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3BHPhdUuQnoGNIgNeB6p4xgRsgNx07x { display:block; }
 }@media only screen and (max-width: 763px) { #l0Lmdqy19ugSS2epaU6WIRXPXLGT2TWO { width:20rem;height:13.38281875rem;top:96.5rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #F1TQ3x3akCfSQ15vCeXZzEXXUL55TCr6 { width:20rem;height:10.375rem;top:84.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgDDcq5zasJT73RhP4UPSxp7Rtqe4iel { width:20rem;height:0.0625rem;top:53.89453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh8tGEJAOgmFOR8q9QZLnnpcTRGMXxaJ { width:20rem;height:0.0625rem;top:82.623718261719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSQTEaTfsEn4ewvfT5B95gQeTN4SDEVW { width:5.4375rem;height:2.8125rem;top:17.25rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C401vxf6FRa82sxVuz00AeFiw3dzgphJ { width:5.4375rem;height:2.8125rem;top:17.25rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWwKniVD29t8xgeq6txUCTJFswVxsVV3 { width:20rem;height:1.66145625rem;top:112.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnLD0y88Ei8mRJ86Sv1RATphfzXoMPLR { width:7.875rem;height:1.3997375rem;top:115.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #US7M7cRTI4yqJXti4wMKPiEItl6xytg3 { width:12.25rem;height:1.3997375rem;top:126.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5RSPP3VcvDpcqUn4n6rpJE33eN2zcmr { width:7.875rem;height:1.3997375rem;top:122.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBkpVMSldW4E1emyWlUxHNe0uOLOLH92 { width:11.25rem;height:1.3997375rem;top:131.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIWgK9mTvhxkD0nuSnBniwHCziyeJJEB { width:7.875rem;height:1.3997375rem;top:117.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR0R1eXcuhISZ11tnS1XuSQXDdTEX3cG { width:7.875rem;height:1.3997375rem;top:124.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTx1RsWso4057C4iltB2pptBk54fywSH { width:7.875rem;height:1.3997375rem;top:119.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Cvvfgn64Lx9X0o2luuT1ayXiHwQPW0 { width:12.125rem;height:1.3997375rem;top:129.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBgnnRuTTTffqdh3MVhxQMrOHhNoHAbu { width:20rem;height:0.0625rem;top:80.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dmaXDdRBEwVcHktuTFMW5aNwiqKFmTge { width:2.5rem;height:2.5rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLhxu0JRICKIiLM2ToKhGLrWi6WaMPZr { width:2.5rem;height:2.5rem;top:55.75rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woni8BVZfWEcDTUt92TdIx6UOCbBTGvr { width:2.5rem;height:2.5rem;top:63rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlenKQ47y5yI3mGzRx83Sy5EkUMUCU5G { width:2.5rem;height:2.5rem;top:78.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN5lH51dS7KNvJTq5cpw397bwhEEwV5w { width:2.5rem;height:2.5rem;top:63rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVWXK06nO6ALqxNOQ6n07Z8GnD05BHKM { width:2.5rem;height:2.5rem;top:70.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PiTU82f2xOf4EtB3VcctiQc86pR5Nt { width:2.5rem;height:2.5rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcuz3NxuLlxRK2RIbLyoOrFxvQCs54Cm { display:flex;width:0.9375rem;height:0.9375rem;top:117.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDKtl5HSk9AfTfmncr9wzOuqt2beeoT8 { display:flex;width:0.9375rem;height:0.9375rem;top:124.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXuVXrHTlnienzHhWh49JyeB2w3BbuaP { display:flex;width:0.9375rem;height:0.9375rem;top:127.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fZEKnsNEwfraa9EC8ecEoSGlccwT2HKI { display:flex;width:0.9375rem;height:0.9375rem;top:120.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2y9t6nGx7Jse5iJiKOFaA4L7FOkv3cu { display:flex;width:0.9375rem;height:0.9375rem;top:122.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XAbDVCNZpqeDiTedURhRMwN98sECX4zE { display:flex;width:0.9375rem;height:0.9375rem;top:129.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v7OpK0CghPJHCgVWkDyuGSRM9ab5wd2y { display:flex;width:0.9375rem;height:0.9375rem;top:131.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HSzIHygJWBpMzQqRLMBLbCk89QvSqkxw { display:flex;width:0.9375rem;height:0.9375rem;top:115.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C0a66ZrtxSkTkDmeIcQPHZvTnFLDUGvo { width:3.125rem;height:3.125rem;top:12.143203735351rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXDt3Ti19ckZCNMIod7QMEzIBEo5HcoC { width:7.375rem;height:3.875rem;top:90.247436523438rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtdJKdH771pntyyZNcK6PxC726KNaXbC { display:block; }#KtdJKdH771pntyyZNcK6PxC726KNaXbC > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hh1JfPfN6ru09rJEZrAOlEQ0ABndNmei { width:20rem;height:2.625rem;top:3.375rem;left:0rem;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u4Z1n60RUu4sm8PvZRoQJlJprtTEhMII { width:6.6875rem;height:1.3125rem;top:6.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC2BHetLfVoK0nTTWhzPDwT2VGUfJO5X { width:10.3125rem;height:1.3125rem;top:6.875rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH0LTF0Ucearz7OLWqMqFwTZTzuRGRvF { width:5.9375rem;height:1.3125rem;top:9.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMhkslQFNwPukCwHTKQytUyWdiNn074M { width:5.3125rem;height:1.3125rem;top:6.875rem;left:13.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trcymJbOUm1966tfA3LDAATTHk4Biphz { width:13.6875rem;height:1.3125rem;top:9.25rem;left:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZQbXdE36dizA7sKK5XV6kCQULBNSTdD { width:13.6875rem;height:1.3125rem;top:11.5rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM { display:block; }#DcFNrh9ts83uNS6hbQiZxcDaisAGU4CM > .row .container { width:20rem;height:113.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyCLC3nWsFakXR0TR3pOTVb6o5WGQ1Jp { width:20rem;height:4.875rem;top:2.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L6SaIIcft2uETrF05k169hax3Zxm6wbp { width:20rem;height:0.0625rem;top:55.499267578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIfKTPC3EFWw5auEqyJ4IEll04eVVivJ { width:20rem;height:22.3046875rem;top:24.247396469116rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #i30eMZ7oFle7MRNZ0AFfvCIyMb1JtpGX { width:6.25rem;height:3.25rem;top:19.84245300293rem;left:13.75rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #HCz2IQdlSH3MMTfDbOghphBr0K5oueFa { width:6.25rem;height:3.25rem;top:19.841152191162rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZoQJeZP35DLCE6sA7rep1I6gaxiT4mf { width:6.125rem;height:3.1875rem;top:19.87370300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6KAEJSTrlyLeOQW9JcnlxsfXCsM2Obw { width:20rem;height:10.5rem;top:8.7473964691163rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sG5ZdmbTrnPZJbgqxm15fv0x3tNQidsu { width:19.875rem;height:10.4375rem;top:8.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #xsL8gRuHffDmAhqd0cz4amJ4OAgrntQw { width:16.8125rem;height:2.25rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFuZVRZIVdfDQPNcUC4Smk9Bod28NKDR { display:block; }
 }@media only screen and (max-width: 763px) { #CVtKwTiiHob01PNp3KEncWQuZcMBfGpD { width:20rem;height:0.0611979375rem;top:113.5000038147rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #wytVg108uep90L9fZU5gSD3ZctbDyqfO { width:20rem;height:32.713525rem;top:63.6875rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Tu35u0o3HBSeMExPlkD8w0pZ4NJsvuK3 { width:20rem;height:10.375rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #my1abTDFa2IcTyIJLWqIcfJSTrNAo0Om { width:20rem;height:0.0625rem;top:54.83203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nnz8pSSaJZovwkBDA260AFWTmAZR3eT7 { width:20rem;height:1.66145625rem;top:97.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVPFxbVVtWHIdFobqVZhJRScfzH3JdQl { width:7.875rem;height:1.3997375rem;top:100.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5yTMpELyfknH1kE6EdgDrycCbm76isT { width:7.875rem;height:1.3997375rem;top:107.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0gtOuPM9d3SHlnbGmcXqmoacBl7duho { width:15.8125rem;height:1.3997375rem;top:102.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biGW6ubUG5V19z2TbwoSIh3hSR37F7xT { width:7.875rem;height:1.3997375rem;top:105.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqi4Bu4zUFtA54WUeFA9WcsuTuctLltZ { width:20rem;height:0.0625rem;top:70.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jd71ndVD7p7XnBuBqU02t6UWahDqOXmT { display:flex;width:0.9375rem;height:0.9375rem;top:103.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EleUoALFKiRvU0VaBE8fdn12ZOXudy0k { display:flex;width:0.9375rem;height:0.9375rem;top:105.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0apU2dCNK8JxsuqcqJUu9VPLKBobxeU { display:flex;width:0.9375rem;height:0.9375rem;top:107.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z24FRkxqwZgTs5CNaUunDWImlQFko23i { display:flex;width:0.9375rem;height:0.9375rem;top:100.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DeMvmXGeCQJWcTbKQveStvAHnZLVwAky { display:block; }#DeMvmXGeCQJWcTbKQveStvAHnZLVwAky > .row .container { width:20rem;height:93.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwDiQQ6TnvVLKysA4R4n2ipueZS61IGN { width:20rem;height:4.875rem;top:2.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xguWOI4ElyCWvIPvfTWFU9cBFCybcPFv { width:20rem;height:0.0625rem;top:55.499267578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppr5Z7WZlriLU1d7EsfRzKDN5DQdp8qC { width:20rem;height:22.30469375rem;top:24.34244787693rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yFU9n6JrwFN81ZXqdyiagvN4k88fyae2 { width:6.25rem;height:3.25rem;top:19.84245300293rem;left:13.75rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #slmita56wKQOHI0shpRk4SAB3UPPxbLe { width:6.25rem;height:3.25rem;top:19.841152191162rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LToACvwL6gJeGJmmrOpbOqZFm4weiDHb { width:6.125rem;height:3.1875rem;top:19.87370300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnLySEOTToTXV3OR5ec3362rTaySC4b2 { width:20rem;height:10.5rem;top:8.7473964691163rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NLWxl9fJNN2lEriMcTuMlxZXvqhEGMG6 { width:19.875rem;height:10.4375rem;top:8.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #UI72ixH9EOZvHUPmlLy9yKfdXPygaNCP { width:16.8125rem;height:2.25rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU3TcNQy4L9T1mubeUHVGci3XIsdZumy { display:block; }
 }@media only screen and (max-width: 763px) { #ONFzxouDhExGwpKZz8FOTziMc8P4H8zh { width:20rem;height:0.0611979375rem;top:93.8125rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #uVRGMyEfgqSd103NKyiiIDegpmKpV6k7 { width:20rem;height:14.86979375rem;top:63.75rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #q8NiMRag7PsJhIAQVwBZAfTGy0MDGdid { width:19.75rem;height:10.375rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKnfNyDA1XHNE75aw1arrldkb9ZaVc64 { width:20rem;height:0.0625rem;top:54.83203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lip1RoTg6DPCMEOSp2pFK3JocigQhTRd { width:20rem;height:1.66145625rem;top:81.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI9zFoMkoW1sNtBsOyZ8gy8LGtVyVHxX { width:7.875rem;height:1.3997375rem;top:84.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0xmlTgNfH8xuuMM5y92TUySy45goauC { width:11.8125rem;height:1.3997375rem;top:88.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwOLtdHH6rOoXvtPEnMCNMLNTOT3hAVq { width:15.8125rem;height:1.3997375rem;top:86.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR9A3RtkkiJTIpcdPD8dN8JDrgkbCMCs { width:20rem;height:0.0625rem;top:68.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bisGxT5EEX8XPFz65DxIHgmXaT0RRWRy { display:flex;width:0.9375rem;height:0.9375rem;top:86.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7NiDOgdiVAaSimM0CdTROKesrnu6Dth { display:flex;width:0.9375rem;height:0.9375rem;top:88.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qeu9qSNoWdJJOCCWzolkqh50Nzk79VOo { display:flex;width:0.9375rem;height:0.9375rem;top:84.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KXIQbfznumHqDSbZmNinfPP5n4vKhRe2 { width:5.375rem;height:2.75rem;top:20.09244787693rem;left:14.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #StXOq40bEqUb9tpaLcUTLqyhX55ihreq { width:5.5rem;height:2.8852459016393rem;top:20.023438096046rem;left:14.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TlXRMQ8434JXHUOudX9iSwJqaiQAtSSm { width:5.6875rem;height:2.983606557377rem;top:19.97526037693rem;left:7.15625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k { display:block; }#KE8MVT2a4yW0sq5E5lrwhMhzO0h5AA8k > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwOzhRomg4AiZonxwBQyJ47JlsdPXvg8 { width:20rem;height:2.4375rem;top:2.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t7a7Iq0FOflCyg19T4AniyPsyzCV7bdk { width:20rem;height:0.0625rem;top:55.499267578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ii5gmZp6WwoDemIWBOD60iUXEbsNaTc9 { width:20rem;height:14.86979375rem;top:21.809875488281rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #tXuGqAzK0CKVXywnBXLVyGsiwSKDAwfN { width:6.25rem;height:3.25rem;top:17.404907226562rem;left:13.75rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #SHNDalFADpdH86cIJHyw1NwbdSTkheTU { width:6.25rem;height:3.25rem;top:17.403625488281rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #au48at3XDCdDNUlpzpQVD1rqFunEZOmZ { width:6.125rem;height:3.1875rem;top:17.436157226562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M81SmfQVuurXcIsth2mzhIBNrugMdG1r { width:20rem;height:10.5rem;top:6.3098754882812rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mEiA2unQNvPTcspzXXE7szh2UZNfTq2H { width:19.875rem;height:10.4375rem;top:6.3125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #EdhfwTlbkiva2CRHn0sD2bxEGb28rrN4 { width:16.8125rem;height:2.25rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyH7AFhwNTKCFB98BTn7WKOVLOn727U4 { display:block; }
 }@media only screen and (max-width: 763px) { #nxbzwG9anEMqyK594qhcdRX0O36R0hf3 { width:20rem;height:0.0611979375rem;top:89.312461853025rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #urT1nKQvT0N1nqmurXK2pmflEL4CG6G8 { width:20rem;height:17.843775rem;top:54.515625rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uDnyKty5let25BOTTzrmQ5eFTDa0Ep7z { width:19.75rem;height:10.375rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhwDIwatDS9GHAvsEO7JfSlouQBgeb8F { width:20rem;height:0.0625rem;top:45.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #drhFozb4TOKQu17cLtJcOILT85Km1vUr { width:20rem;height:1.66145625rem;top:73.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKTWdK61x9XWoKuctb78kSlac8GVh9vv { width:7.875rem;height:1.3997375rem;top:76.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K51nZRtVMpbpMmBBqJI6iTzpslPFVnnQ { width:13.5625rem;height:1.3997375rem;top:81.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHHbM8WV1fRkeTReR7UOkT3m1lJi4984 { width:15.8125rem;height:1.3997375rem;top:78.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9z5Dm5eZpShzNfTyKm8tQz3DNEdtMJR { width:20rem;height:0.0625rem;top:68.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wthHR5JW1lMJ5DumwBF4oup86f3Hao6x { display:flex;width:0.9375rem;height:0.9375rem;top:78.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFrBRTTHmFNCoMLTegIaVd9bc2m8MeTf { display:flex;width:0.9375rem;height:0.9375rem;top:81.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xq76H6M9PaZTW93BTu46DrzI6bXO4c3N { display:flex;width:0.9375rem;height:0.9375rem;top:76.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mknpMxWGukOZCS4uhLiHbRlqeLRiySDq { width:6.4375rem;height:3.3770491803279rem;top:12.143229484558rem;left:10.458333969116rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #QtEH13R7iPinEFqEBGPqLHrmyN5MZxOn { width:10.6875rem;height:1.3997375rem;top:83.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAmsvAP64WOHqHo3Mx01EIeMgfhQqBBX { display:flex;width:0.9375rem;height:0.9375rem;top:83.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p22w1LV7JZflIxMlQXiphQTNMENhOTnu { display:block; }#p22w1LV7JZflIxMlQXiphQTNMENhOTnu > .row .container { width:20rem;height:101.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmEXRL0cVWCSTzNkt0gt4Vkaepp6Tclm { width:20rem;height:4.875rem;top:2.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #foTPluX6izvCBM0rbQW9Eq3p4ViirPmr { width:20rem;height:0.0625rem;top:55.499267578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyRwvE8mEu6nTcukfgETL7SDv1SHzJ8B { width:20rem;height:17.84373125rem;top:24.247396469116rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #M9nNWfyapacSxtofuiNhNWWit1mIxDkZ { width:6.25rem;height:3.25rem;top:19.84245300293rem;left:13.75rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #pHfGK5Fo7vNCK4Hd24q4kytsd6ZZReak { width:6.25rem;height:3.25rem;top:19.841152191162rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv57bobaqabelvci5pxiszyrwQcmN5zf { width:6.125rem;height:3.1875rem;top:19.87370300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSVQ0kJiMpeTO5kR2NBlyNMw0vA3fpZP { width:20rem;height:10.5rem;top:8.7473964691163rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wkk6yVX3xbuqCi0cNHDqxMpLNSuMUXQx { width:19.875rem;height:10.4375rem;top:8.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lofsWZVzzvFrx8ASpTPkeM0LLQmu39ZN { width:16.8125rem;height:2.25rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAEh3mSvH9rzLHZQapUz8uXRklDlfaW4 { display:block; }
 }@media only screen and (max-width: 763px) { #RQEfmIQayIPTLFoa5nnPiCxm43LC2w7W { width:20rem;height:0.0611979375rem;top:101.81119918823rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #cqf838dnA74vmKnl6z71wqEcJgnCKqqT { width:20rem;height:23.79166875rem;top:59.875rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ITTSls0SbJc76WFu1dS20vD9mfEb6pWC { width:19.75rem;height:10.375rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9zPZWcGIOQ0pMO4nztWSck67ruJ0VcU { width:20rem;height:0.0625rem;top:50.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuTleq5Ee0hEOIXXNBJ6XBwSW1goxuOz { width:20rem;height:1.66145625rem;top:85.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCtpkTcFlsVkNrbdkMdFm1gghGlTyavq { width:7.875rem;height:1.3997375rem;top:88rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybPNIfI6n63gioQQTZMwSf3FVUTqVJFL { width:13.75rem;height:1.3997375rem;top:95.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5lOky9zIt90KUKI8ckJiBGsm5dwgTe { width:15.8125rem;height:1.3997375rem;top:90.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awn4KpguP7lPmR9SxWz3nycLFxQXlv0a { width:20rem;height:0.0625rem;top:68.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CflshEozipHKpNQS0Z6SH8yFTCoKWqcS { display:flex;width:0.9375rem;height:0.9375rem;top:90.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GJmpRnPk3TfygT9EUWpngQpuBL0CzAdm { display:flex;width:0.9375rem;height:0.9375rem;top:92.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A0SveRH39BA4quAICmeVMmHEuQBCvhHx { display:flex;width:0.9375rem;height:0.9375rem;top:95.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pp6U2r2TJCSddn3OegSrqdPq9ZA4VI7I { width:6.4375rem;height:3.3770491803279rem;top:51.75rem;left:5.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xuCRV3HsnXa91m29xk8yCP7Mi3pxheKA { width:10.6875rem;height:1.3997375rem;top:92.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh7Zc9H9N9nePsD2wTEVtn0gT3Riwoic { display:flex;width:0.9375rem;height:0.9375rem;top:88.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tN43GsRQUriKsDgUJi0cedTAOo1w63li { width:6.4375rem;height:3.3763rem;top:51.75rem;left:5.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H { display:block; }#kIF1bzs8cZh2VxqeWCLTOfgyneedGa7H > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qc2CyBlqJ0i0hgOno9OQUkr11iMR7woE { width:20rem;height:4.875rem;top:2.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ogrwAySfuyOXQX98Lkaflu2Hql3my0PQ { width:20rem;height:0.0625rem;top:55.499267578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X23T1wdkxQTN1XT3p742G8GmFPdGom9S { width:20rem;height:11.89585625rem;top:24.247396469116rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #f1ogmUiNh2aSPdB0L7qdiaKmiudiv6Mt { width:6.25rem;height:3.25rem;top:19.84245300293rem;left:13.75rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #gTQDbgNw0GiCDAOUPEpf3iB8phBzDr3h { width:6.25rem;height:3.25rem;top:19.841152191162rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUHM5DpWU8N33XF6gosmLaAzkl5Udi37 { width:6.125rem;height:3.1875rem;top:19.87370300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1igwGcaOxQbq3n1CzRVnm35VOPuTXfO { width:20rem;height:10.5rem;top:8.7473964691163rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FlANDGKt9m9gMmyAZDU2CGXrKlqg1pku { width:19.875rem;height:10.4375rem;top:8.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HgFsGMEnQp80IaMSE5vPpt5LP2KE41P7 { width:16.8125rem;height:2.25rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO2R5yHEos2v19EDUxvE1z5x2N5g3Q6z { display:block; }
 }@media only screen and (max-width: 763px) { #TthHktcQSKfnTs290D8pGqqZV63zN66K { width:20rem;height:0.0611979375rem;top:85.248617172244rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #etpQEQoaoFlNhqUNIp7uD4MKTdHNXeto { width:20rem;height:13.38279375rem;top:53.75rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mPhDwsu1TPb4ThaSQlDT2w6W4N70SaRt { width:19.75rem;height:10.375rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5gKK6iJ91R5sDIANhPIWk8ZnO4yzW60 { width:20rem;height:0.0625rem;top:45.06254196167rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d178pvXACesCnbBUIdgOUXdB6AWXSmGl { width:20rem;height:1.66145625rem;top:69.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWJ36Se4SXBebn1oP72EutGyekMk7wtb { width:7.875rem;height:1.3997375rem;top:71.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUBzTdHPHlUC3Ol1Zf3ELb2kVTrQE4Ao { width:12.75rem;height:1.3997375rem;top:78.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL6AvlxLiRPmD9092cHtkUPw7fKHUA9U { width:15.8125rem;height:1.3997375rem;top:74.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2VlGcTztrrcPKqsOFgeEoIizd8Crqgh { width:20rem;height:0.0625rem;top:68.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOOEGvWIUi6nG0BUdcO0JzS1LIrIdX0W { display:flex;width:0.9375rem;height:0.9375rem;top:74.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H2IVEPImiOsk3o9Qdh4cIl9b49RHJmh5 { display:flex;width:0.9375rem;height:0.9375rem;top:76.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TiJXMrqBPA3uhccVfQxFVnRF1bQKorkt { display:flex;width:0.9375rem;height:0.9375rem;top:79.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rmr5r7bumP1aWVWLLyUDKmEL8iAlm0GU { width:10.6875rem;height:1.3997375rem;top:76.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRf6IMzJhpmDZCuDmknV9oc8D4UVT6ea { display:flex;width:0.9375rem;height:0.9375rem;top:72.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pCTW7RDluhtAbAWEV1yMMQMttTcp6VNt { width:6.4375rem;height:3.3763rem;top:46.8125rem;left:7.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh { display:block; }#eIMsVrmtkpvHssokwnhZ9wb6ZetEzXHh > .row .container { width:20rem;height:80.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLapZ2LW8tizvlQFIVUNALxTGM4STVEQ { width:20rem;height:2.4375rem;top:2.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Od1sd6beUTffTmOIy7Wh9gouTlrriQoh { width:20rem;height:19.33075625rem;top:21.559906005859rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #cknChL1a8GPttkBnZyR8vwKPROsbRiT0 { width:6.25rem;height:3.25rem;top:17.15495300293rem;left:13.75rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #BcRVXIJlUBAyQwlqpaMl3tONeBQpCKGb { width:6.25rem;height:3.25rem;top:17.153656005859rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE9TtDZeg0pbVBbTB9gmA56OK8CFcTKC { width:6.125rem;height:3.1875rem;top:17.18620300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5gUpLC3un0oVOe5iUmzuP8pkUgrLXgC { width:20rem;height:10.5rem;top:6.0599060058594rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oa8sBbI4RqWTVIlKirfXSuWVFFibB791 { width:19.875rem;height:10.4375rem;top:6.0625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #UP88sRtrexlsaQv99Tki30tdUEC8sdoC { width:16.8125rem;height:2.25rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcfK72A82wLJDhDPmrPl1Kf2s0zd3xNH { display:block; }
 }@media only screen and (max-width: 763px) { #PRJGPAPPL2zd1REL5sSkQyRT0lVvDRit { width:20rem;height:5.94791875rem;top:58.75rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Q62AHFJaBirNrUqW3yISnTC0FlNSnRy0 { width:20rem;height:10.5rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeV8XPtVG9XX6Mkq8KnX7WVWvf0yG53n { width:20rem;height:0.0625rem;top:49.14453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yS9Grt4mQk9JHITmJwUpVrsLa7HqcwnU { width:20rem;height:3.32291875rem;top:66.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbCGSdZZ39ODX21PODtWrU44TvHO9aat { width:7.875rem;height:1.3997375rem;top:73.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CthRQAVmAE7tugTzzgEhs7SFt8EmL3CT { width:12.6875rem;height:1.3997375rem;top:75.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auTsxn5Ozw0dqh7ge7IA4oUCWz2uroHm { width:15.8125rem;height:1.3997375rem;top:71rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLWwyyCUhs0EIA0fLsIykKr08Arqn9lF { width:20rem;height:0.0625rem;top:68.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6c4eZTPEDCCd5BaVcJegEX2TZbfTZIe { display:flex;width:0.9375rem;height:0.9375rem;top:71.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FIqmBX6sHfKdTshCIbO9qge8y376thIg { display:flex;width:0.9375rem;height:0.9375rem;top:73.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GFEpehFTXXUxPIEXpk2QE8aTuI9uCcN8 { display:flex;width:0.9375rem;height:0.9375rem;top:75.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wUdWI1pM7lgUe4yfnb7V1lOJUE3Uonqw { width:6.4375rem;height:3.3770491803279rem;top:50.6875rem;left:9.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DG54TfF7f9XNxgK8qTd1ZpqIMS9pcA5v { width:6.4375rem;height:3.3763rem;top:50.6875rem;left:9.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xcl7H1AT6wC7uzRsqEJFd4rLi7JyPesf { width:6.4375rem;height:3.3763rem;top:50.6875rem;left:9.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 { display:block; }#TApK2rf1ZMMh2Ur7nX6MpwD7ENln3z08 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2pN30RtnA0btQeX7oXt2M2CwE5VrPUx { width:20rem;height:2.625rem;top:5.6875rem;left:0rem;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cxLvPIJEuRFgdL4KgrrATF2NHNc3a6OB { width:11.0611875rem;height:1.3125rem;top:9.25rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukHvwqgGWmcfS0oqwmCJ6r8ViKJBhH92 { width:10.3125rem;height:1.3125rem;top:9.25rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA { display:block; }#pvRSJBKcCKrMTKqyWB1Up1cQtZPNFVWA > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7Q4hrkBpsC3uy0ZtlAQoHhIV85kQUBO { width:20rem;height:4.875rem;top:2.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CrchCLUn1oJT1BrF9RuIR14c8As7NLET { width:20rem;height:0.0625rem;top:55.499267578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBc0wBkcAf3QbFIN0G7fCmLPowruT903 { width:20rem;height:23.791625rem;top:24.247396469116rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #OWBbckf4AzfNMQT1iQT7mZTIx5d1KFh5 { width:6.25rem;height:3.25rem;top:19.84245300293rem;left:13.75rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #xRdFQ679ucogMpFDBvu6XtoM7a5ty4fF { width:6.25rem;height:3.25rem;top:19.841152191162rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxEP5VACnRMZm6Muc1uugILE2OTgTSOD { width:6.125rem;height:3.1875rem;top:19.87370300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCUEJT3GPUSgcZCJ2ypDEQt4iFPJ9T3i { width:20rem;height:10.5rem;top:8.7473964691163rem;left:0rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #HwwtixCODm4TOKTQPpdXM20m0RQNTDT5 { width:19.875rem;height:10.4375rem;top:8.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #coTyfwJ2ViouSe8aPpaD0n66bX0S2M79 { width:16.8125rem;height:2.25rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHAlbcdP8oDdw1cIxn7zBJIkaE8ZhQF6 { display:block; }
 }@media only screen and (max-width: 763px) { #Fy57HhNpHc9u5lA1lRVIr1vwKBF0Iw5A { width:20rem;height:0.0611979375rem;top:70.812421798706rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #B1uPoLLsyJ5eiCtGedxl9Ip5czX1VooS { width:20rem;height:1.66145625rem;top:53.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aohOC2l9iufpcdcTLWBINrfECfzPzgy9 { width:7.875rem;height:1.3997375rem;top:58.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAbCTCNP4WTM0kfvqn4R6MuJzW6CDlwE { width:15.1875rem;height:1.3997375rem;top:60.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQAMPzZJixcWVrmcu43OUgCJeDtaMhvk { width:15.8125rem;height:1.3997375rem;top:56.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR1vGKsTQcv2PZTQQHH6teNkRFXOfN50 { width:20rem;height:0.0625rem;top:40.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUPXpeOsQTi3NJdUQkmIdx3pOP1ASGxZ { display:flex;width:0.9375rem;height:0.9375rem;top:56.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zttaSSvJHFefH09hKafrwlaqFpvygBde { display:flex;width:0.9375rem;height:0.9375rem;top:58.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DAidr4U0X9cWQWh7tF0POQTIXfLmDC8x { display:flex;width:0.9375rem;height:0.9375rem;top:61.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fsrs8IpBLT6ZdD4ZGd02y4uqpRnpb7qR { width:6.4375rem;height:3.3770491803279rem;top:13.625rem;left:7.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RrlbDlSWTUI2e7dNeiTPttlgraskgynF { width:6.4375rem;height:3.3763rem;top:13.625rem;left:7.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KGh3fuy4uh5Owz0W5nxHdK84IvTd7CZa { width:6.4375rem;height:3.3763rem;top:13.625rem;left:7.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #erqSWka7IIEh4Vxeuc3Eug3wWdcebBFf { width:10.6875rem;height:1.3997375rem;top:63.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP9KwneW2b8X5cfBSGcbIeKQDs3Zwznz { display:flex;width:0.9375rem;height:0.9375rem;top:63.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TZ9rwRfOviBPaeGhGqavqvbTDeVTvyEQ { width:10.6875rem;height:1.3997375rem;top:65.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fud2qeS6dsh2NtiQ8SV0U1eXsGvLdEs4 { display:flex;width:0.9375rem;height:0.9375rem;top:65.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ADy7sMHSQALIuGuxZEfkAMwgR2xxNRBw { width:6.4375rem;height:3.3763rem;top:13.625rem;left:7.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE { display:block; }#WcG59QanhRK5pLMvnMM0W02EFJJ3RmOE > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lpi9kzQLwnbMnV9tqAlK9DZJThe7qxf8 { width:20rem;height:4.875rem;top:2.874267578125rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wV3IDTUGZwKEzCsflHMvTnqstfvhcHPr { width:20rem;height:19.3307125rem;top:24.247396469116rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #EyrVxThJorBsd2vhsrmbpTx1ltotxW2B { width:6.25rem;height:3.25rem;top:19.84245300293rem;left:13.75rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #TT4Zgx2n2a3DENnXNQRszmgOpL2tNBWW { width:6.25rem;height:3.25rem;top:19.841152191162rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJFnS3QqlohNkAU86JkhcNTirKm9BFWT { width:6.125rem;height:3.1875rem;top:19.87370300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e10DdEuIS8HoD5awVSi55zXmgA4qvTlw { width:20rem;height:10.5rem;top:8.7473964691163rem;left:0rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #D3AWB8AR5FU3z5GQ2xTOys7xDdFtHQHQ { width:19.875rem;height:10.4375rem;top:8.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #k2TROBaPgCUQdEgx1PAVX4lL3LZQKPp7 { width:16.8125rem;height:2.25rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnZvAXETVHoDB0dTbK3hdqXZbstieTEk { display:block; }
 }@media only screen and (max-width: 763px) { #XieRw0Fdmvrc0GHlkAM56f8FHEy3WftL { width:20rem;height:1.66145625rem;top:49.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnzerNeFH78I6hEoaRmT8zdRF69tfxED { width:7.875rem;height:1.3997375rem;top:52.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4fE6VlGhJnHFHead6BosD662arJ6Vx2 { width:11.4375rem;height:1.3997375rem;top:59.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd0cLBEzbyeP57boQw3IWZXSxUspwQTF { width:15.8125rem;height:1.3997375rem;top:54.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNI7Nb7Xi0xawuchlG4sENqkNb9F9Te8 { width:20rem;height:0.0625rem;top:40.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AABz3NqZpipKJxoIUaG2HJ2LEhq2mUKI { display:flex;width:0.9375rem;height:0.9375rem;top:54.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R35aPpVxu1EPvKCGlhFw5qTCuAurUdyk { display:flex;width:0.9375rem;height:0.9375rem;top:57.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hcH1uRuZIxWk8kAqi3GBtVOTkdrhOycz { display:flex;width:0.9375rem;height:0.9375rem;top:59.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wL4oaQlUCV37OIdmLcfJIEQ6dRNDL8xS { width:6.4375rem;height:3.3770491803279rem;top:12.3125rem;left:6.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yPtcTZAPrFGrSuw46H6tfwvEw5hVVCXV { width:6.4375rem;height:3.3763rem;top:12.3125rem;left:6.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #o5b8PSzzN5UnhPKZBTifH5fvO90bQVRA { width:6.4375rem;height:3.3763rem;top:12.3125rem;left:6.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #azyFoogBOk8fBnmLBdMNEG1bGC2MTLOo { width:10.6875rem;height:1.3997375rem;top:61.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0L4Am5RRn1wbGv0qEM2rPhuVX9P2KM7 { display:flex;width:0.9375rem;height:0.9375rem;top:61.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kQTIeHuJ9ETWwwZpE7iEcyJT57XLpvKr { width:10.6875rem;height:1.3997375rem;top:56.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAynOoNWd67KlG6yehiszMJqFl1Xbg3U { display:flex;width:0.9375rem;height:0.9375rem;top:52.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wH7CKETqNKGTNgrvTZ37ZzAxuKHgLrrz { width:6.4375rem;height:3.3763rem;top:12.3125rem;left:6.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ErbTchgnHg7lD6OgQIraf0aCKrn0Raa0 { width:3.125rem;height:3.125rem;top:14.955729961395rem;left:15.625rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #DyAT1R5R9wtXC8H7FJqsJ6xlMHRxzeGf { width:6.4375rem;height:3.3763rem;top:12.3125rem;left:6.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TDJTBC0ywPw7PbpckZqDsUHd95THMPHr { display:block; }#TDJTBC0ywPw7PbpckZqDsUHd95THMPHr > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQ8sQiyr2PcfApWNxAR9iMyAfqd9mdG1 { width:20rem;height:7.19925rem;top:4.5247808992862rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 { display:block; }#LDeBoTiTpgSVptQQRfU2EQWcx4ViTfy4 > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqlwhHKbsReE9BklbkE7bxhr9NJB2pRH { width:20rem;height:7.3125rem;top:1.875rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N0uSHCzpgyFEU0lMa6cbrUiZHuVT3eOk { width:20rem;height:13.38279375rem;top:25.4375rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LagXcFspQqfIgTCihUE7PtXz3OnT6bpv { width:6.25rem;height:3.25rem;top:20.9375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnk1T7F4W7MxdRu6bbEP5vqtsAt4MePS { width:6.25rem;height:3.25rem;top:20.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5yK9SCTIDFPRbdMQboDcv8OdQh9mwG { width:20rem;height:10.5rem;top:9.8125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #y5mVo0b0MHTlkTBImrzMTXgiptTIxs3G { width:16.809875rem;height:2.2487rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJEp9ZT4HHEBFEyEfT6poOWsa4NcmpCh { display:block; }
 }@media only screen and (max-width: 763px) { #l0PUKEdiXTFSpUcIc7SWZfnrck4667K2 { width:6.25rem;height:3.1875rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQx2EMAKDL9BbVKwDBiHyn6XErKXU9lv { width:20rem;height:0.0625rem;top:61.01957321167rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kihC9r5wJmALgcro4xukzFJSNy78Sazs { width:8.1875rem;height:1.3125rem;top:51.0625rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQKEogpnrJ5epN8qepdZgo99PGWdBxOq { width:13.5rem;height:1.3125rem;top:57.8125rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlvl738SQSHeXEpC1MMsksdkoOcz4lB9 { width:2.5rem;height:2.5rem;top:57.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAs4ZAV92OZ4r6ldA4FXc2CxtwpGdGFp { width:2.5rem;height:2.5rem;top:50.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnOoyXrERvPpik3PvvNVPrktrrsUdmKI { width:6.0625rem;height:1.3125rem;top:54.5rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDgUSVpd4EdIGGsiFcOE9ElK0i0MhMXh { width:2.5rem;height:2.5rem;top:53.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqTD5RyHr5OVdnkGTsBeGhaUIiUNKKdA { width:20rem;height:0.0625rem;top:45.394533157349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M70XMULRmOwilXpRX4pl1V3JQpThLxJX { width:6.8125rem;height:1.3125rem;top:47.5625rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30dUfPrvIkQbDTKw9WFzAxCQmB3aA2c { width:2.5rem;height:2.5rem;top:46.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf { display:block; }#smQbJIOgK4UPhkDSl5CqfLaHG4DDpAlf > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0rdVlQasXWw0VxIcg9kZDyZpICtULT9 { width:20rem;height:5.25rem;top:3.5625rem;left:0rem;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uTmEDnlqdrEA2dzViuEHRuDf9XR9UNWr { width:9.25rem;height:1.3125rem;top:11.4375rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6xypkySSaJCvViaAMJcsxnOAiBiI2KT { width:10.625rem;height:1.3125rem;top:9.375rem;left:8.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEsMFJrWnilQlC1m7KW8LpDJQUsqpkLu { width:7.3125rem;height:1.3125rem;top:11.4375rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTNmafVlWy29Wzfgk1OEL9m9rfexAtGA { width:6.25rem;height:1.3125rem;top:9.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl { display:block; }#z1CPeTFr57WF2Nmm1yWo2AIapMNtRDFl > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExMvmd15NAxS3UqoTCD85QOP5p4Mq83T { width:20rem;height:1.3997375rem;top:5.4990234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvJHK6VyX2T9dEW8TPIVk4frxqN0MWFn { width:20rem;height:2.625rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwQWBcSZ3SET4V9eM0PCJKde1WWqArcv { width:7.1875rem;height:2.79948125rem;top:58.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n06VHix5lafyoOi5dv6XnVAaW2emXHpA { width:7.1875rem;height:2.79948125rem;top:58.375rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKLnbSO6QhQzIZ93GsiBn6CLIU5KfmJl { width:7.1875rem;height:2.79948125rem;top:63.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQAlETlPmcOi3kodRUqBqslWqCx8e7CG { width:7.1875rem;height:3rem;top:63.4375rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A29EpXuh7vsMvvM6Tpy4RL9tkUybTfrg { width:7.1875rem;height:2.79948125rem;top:68.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2n9ucD6uNUMplzF5GcuNBtTTBtU6orM { width:8.25rem;height:2.79948125rem;top:68.5rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTh4SO2O1fHElrAd8U7heCo4owhJZNk3 { width:20rem;height:0.0625rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwrCL4uZE34fPwKCeBixmaV9Tk0HlXE { width:20rem;height:13.38281875rem;top:22.998046875rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HZIvg2UgkxIIIr25XzcdRQ7A4oQP1CXx { width:6.25rem;height:3.25rem;top:18.593017578125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d50clEVU0T2UEtXhBZLl2tqgzrKsDXMT { width:6.25rem;height:3.25rem;top:18.593017578125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTT8MkOD3dPtT2td4hleu2aWWn96FD1n { width:6.25rem;height:3.25rem;top:18.624755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTHZB53GxyGC9vX4UcrgsAsfkhzS4xEu { width:20rem;height:10.5rem;top:7.5rem;left:0rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #vZLrpETSoFDiFTg1E0EBoOkOUTofhrl9 { width:16.8111875rem;height:2.2487rem;top:50.000002861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySQ52tGRz8DbgpstXZqBphupE7JbR5yn { display:block; }
 }@media only screen and (max-width: 763px) { #d75qT7O4A9QosN0wBAhikT8itn8co2uR { width:20rem;height:0.0625rem;top:71.243896484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBybARG5vEaM0RLgwIQRhHWxWZE1y0r1 { width:20rem;height:0.062255875rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmvFTmHv9TKP3GH77cXZcsuLtMflygoZ { width:20rem;height:0.062255875rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5Q2DQ6PQEEurM5luu752nKoJIxGcDyT { width:20rem;height:0.062255875rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJpHxTiXEoqcr3HAOZ12BPVpiupE4x6i { width:7.8125rem;height:0;top:79.5300296875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbkJZ3X7EQCHvNyJvCac02dCQ4RQ6Mka { width:20rem;height:0.0611979375rem;top:87.645881652831rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #mn4nOhwEhlkfM7Tz3T170f9weIEJw1G8 { width:20rem;height:1.3997375rem;top:54.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMcU6qmsTTbl0w47fcOiTeBxtJHtXJVZ { width:20rem;height:0;top:56.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpIPE3fNmKJeh7BHu3xlFpqPr8kldKG8 { width:11.25rem;height:0;top:48.6875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7Bn355orkG7EfDgVq3LHH9ZLuS0HDS9 { width:11.25rem;height:0;top:89.6862166875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrLnSQIN0QskAHrw45Q00eSXU1GhTnS9 { width:11.25rem;height:0;top:88.4362166875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVTDAFFMNs3atapu2bwK1CiRaEhA4ihA { width:11.25rem;height:0;top:87.1862166875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EB84R5iklb1U7MQmgl3CLKkxcm169Wr3 { width:7.4375rem;height:3rem;top:73.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpUsUnCr48yqLEn26aZvSH1dRcvzJZoT { width:8.1875rem;height:3rem;top:73.625rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unNE7zhuEH0HNT1s9ICORJl9bORCXTlH { width:9.3125rem;height:2.79948125rem;top:78.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRyERxXDGnuQXHfedIlQsugvDlqEGL5a { width:7.9375rem;height:2.79948125rem;top:78.9375rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxACHO4m9DQliqEqStuVVRXFxsFrFroC { width:20rem;height:11.658875rem;top:37.317708969116rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }#wxACHO4m9DQliqEqStuVVRXFxsFrFroC li:before{  }
 }@media only screen and (max-width: 763px) { #Pod9gvKh90tUKSfSJQBT7SQfzvgdKRGx { width:7.125rem;height:3.625rem;top:11.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNhwLLZvN3yfvx9kXT7rgrUo8UMperXQ { width:8rem;height:4.125rem;top:12rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7VMW1pPD1GTx9EO4Bd2HTkTpyWxVQ2o { width:6.9375rem;height:3.5rem;top:11.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne3uE8TqMRNIKfizOlkqFT0Ei5Rpw0Lz { width:7.6875rem;height:3.9375rem;top:11.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VrTF5ST2adGN97TWrXz4gWcFg3S6km { width:20rem;height:0.0611979375rem;top:77.6875rem;left:0rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #rica0r2r4HnEUu6xhbeak0e98086nuIc { width:20rem;height:0.0611979375rem;top:82.8125rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g { display:block; }#cT0h3EvSLMIldUASBeS7DuXWCbRaTe9g > .row .container { width:20rem;height:115.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7QgUUT0p5iiTndFqPzaq0CaFm9eAQrv { width:20rem;height:2.79948125rem;top:5.4990234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4i4Impo97zCgrPrqR3GArp5OqBJUp0K { width:20rem;height:2.625rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PguDU7Eg5hTMZSfSgOX7Sb9eNeDw1R2p { width:7.1875rem;height:2.79948125rem;top:92.5078125rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igrLdNUxoqEnboB0x0kJQxhFMhxPkzmE { width:7.1875rem;height:2.79948125rem;top:102.4375rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNE8r0e5WXl7Ce4txKbmGf7PsMHoOGE1 { width:7.1875rem;height:2.79948125rem;top:97.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5y516lTCSDor0gPQNAeHTK6z2MQh1zM { width:7.1875rem;height:2.79948125rem;top:97.5625rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnkM1iPGh3AwKS6oJyw8whanF3GzLso4 { width:7.1875rem;height:2.79948125rem;top:92.5078125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdTvQOVPN0oS7tMKvfrbm79JrZs1dngA { width:8.25rem;height:2.79948125rem;top:87.187423706056rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdi6UMBP6ChbZWg4rvqqQOvy1fmiLIO5 { width:20rem;height:0.0625rem;top:85.936201095581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x39MsQe5PSTTBF2eQ5eZ1BqC2AWm5bFK { width:20rem;height:55.01824375rem;top:24.125rem;left:0rem;font-size:0.875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #dWm5AZuAsRkPxT9aNnZCAKAP0yMrIU5S { width:6.25rem;height:3.25rem;top:20.27995300293rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGmVo1tTy3KGri8eHH0VCVcBxxxXCpTr { width:6.25rem;height:3.25rem;top:20.27995300293rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFL8rcsseVxEQ3sfQDBKgomhoKqkrzSs { width:6.25rem;height:3.25rem;top:20.31120300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDWKA7OABkltClhnr4Sol8Ex9Uc2GI5G { width:20rem;height:10.5rem;top:9.0625rem;left:0rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #upWpApU2mHz6IleWeh5iLdcECmncnLe2 { width:16.809875rem;height:2.2487rem;top:80.143230438231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwdy47iTKLxTB1TVXo5ATsoN7NlBDZx2 { display:block; }
 }@media only screen and (max-width: 763px) { #X9bEztdCh4N6It6ZqFV16OUuXuThuDOa { width:20rem;height:0.0625rem;top:71.243896484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXz84R1W6TPXST6GuWdlgMgw2u12qTF5 { width:20rem;height:0.0611979375rem;top:101.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfNEDWuEC5tTyQGSyPio86U8tNCKRiQv { width:20rem;height:0.0611979375rem;top:111.19669723511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpoB2Q3l5xBDDl8wIenUGUMbLA1TO7TK { width:20rem;height:0.0611979375rem;top:96.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCPmNzVTkTpt3i6Q4AXyytZS8eSiQM7K { width:7.8125rem;height:0;top:79.5300296875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D10oTepaVe76DlOdKJtVyb6EhsA9Lgkg { width:20rem;height:0.0611979375rem;top:115.79167175293rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #F6MbNGnhsQDrk9y4GlSkLRkdONwygOZT { width:20rem;height:1.3997375rem;top:84.266929626462rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VehOoGKy5u3FhT3bO5Al1yD804NufEVS { width:20rem;height:0;top:77.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdUOT7wTFsLKaem8I9p7bEi98GuxzlB4 { width:11.25rem;height:0;top:69.9375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhFUa5TRduwNOLOT8OGKiqMAAFLvvRT5 { width:11.25rem;height:0;top:89.6862166875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUTcd1D1T8kLkxNLbkLEMb4Ve4r89fek { width:11.25rem;height:0;top:88.4362166875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASxDceq8sCB0Bgdsg1lpptSsTVzJPp9c { width:11.25rem;height:0;top:87.1862166875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7KaFfEMAcLhw8S82cB5qqrdpTk4141a { width:7.4375rem;height:2.79948125rem;top:87.1875038147rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAaVkMKqQAtwdrQRSq1qz9HRRBzp7BZi { width:7.125rem;height:2.79948125rem;top:107.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6Fo8hilitxpI2OfpoP22fxfB2G43Qpu { width:9.3125rem;height:2.79948125rem;top:102.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRvNTU8k6ehLI3aLMxG3dpp2t1gaBSKz { width:7.9375rem;height:2.79948125rem;top:107.3750038147rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNDXfZTM1T0pWM5nSRH5B3eOpsWkXBdX { width:6.875rem;height:3.5625rem;top:11.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #doiMCKLI7vIwTFFqT7aOnI6IPyCimXCx { width:20rem;height:0.0611979375rem;top:106.13411712646rem;left:0rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #rNeQr94rH3ZzqFRDRbrtipQOZEyMDz1Z { width:20rem;height:0.0611979375rem;top:91.2578125rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #SJq4xI8BzTBTCrTevWH40uifiZatBFrK { display:block; }#SJq4xI8BzTBTCrTevWH40uifiZatBFrK > .row .container { width:20rem;height:91.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGGZrihdeFXKFwl3lUk1PntTm24DZcAa { width:20rem;height:1.3997375rem;top:5.4990234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px3rV94JHNrT4ORzEPKSzqtIlEFzBSHx { width:20rem;height:2.625rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9QS6cGPXfyXvvn0wa5TB7KmoRdsH1Fn { width:7.1875rem;height:2.79948125rem;top:82.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1yfRs2SXwBGhJmC9SAaxTLEwqanXVI7 { width:7.1875rem;height:2.79948125rem;top:77.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb915Gs2b92psvPTRwQX72SUdlQ4WlRv { width:7.1875rem;height:2.79948125rem;top:82.1875rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHmW3Zc51OeBQfbxASVG2vG5gLPq1E6 { width:7.1875rem;height:2.79948125rem;top:77.1875rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGPccxwtzzhBAPfeRypER107JvNnUPTx { width:20rem;height:0.0625rem;top:91.1875038147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnUSPt8po20yAWzAhhrFeswnOR3K1zTB { width:20rem;height:44.6094125rem;top:23.086029052734rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CMW2KoV9s1ps7e3cI85WDRE8pXnZ4SNT { width:6.25rem;height:3.25rem;top:18.593017578125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk84RPl3x1kotlEOmgVgbWOiqU9s2R0B { width:6.25rem;height:3.25rem;top:18.593017578125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDLcnyn9tmPyQkw0VbiR421JLqy3Iqnq { width:6.25rem;height:3.25rem;top:18.624755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fadfDid76PqZeuOAF4tvnpyJzDqDvvsN { width:20rem;height:10.5rem;top:7.5rem;left:0rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #E9ZdW8beSTcnMHSBgRPvp4S2QM0GqcUM { width:16.809875rem;height:2.2487rem;top:69.187541961669rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdudxsyQpzpabVbI5x8N4bQNkC0ZaTGh { display:block; }
 }@media only screen and (max-width: 763px) { #EOnCTwgqkQG1x67R3ZdDAWdp6ZTmC5n3 { width:20rem;height:0.0625rem;top:71.243896484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3HRKi7OuD7n8U4dbp0A0qQMK6xqSJqX { width:20rem;height:0.062255875rem;top:75.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFGsXbiAkTFN0loxEXHNTeuID85kQxdn { width:20rem;height:0.0611979375rem;top:87rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKzwoTnosA8D4yVaZactlix4DRzNocGl { width:20rem;height:0.0611979375rem;top:91.083343505863rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #Gllisw1Tbcuyzig1Ps7SJLh23NeIC5AD { width:20rem;height:0;top:65rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bIVSpqo3QNyTSsUOERMbVVTMvmXodiBX { width:6.875rem;height:3.5625rem;top:11.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4JtrvmarvmZFSaqsr9OGNe2TOOaBdha { width:20rem;height:0.0611979375rem;top:81.0625rem;left:0rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #LOZgbU2Bd4CFzsVhM6ggFn155z2xVG6t { width:20rem;height:0.0611979375rem;top:86.1875rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #qeotUKMQhyTKPtcEN3PbWWwQO916kkpB { width:20rem;height:1.3997375rem;top:73.934898376462rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 { display:block; }#v62JAnqxh76v2MqubLS5nNZtncyRpnQ7 > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsgRRnyK3PcisO3QUDy58C533oRLRZQE { width:20rem;height:2.79948125rem;top:20.873699188233rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7fvuEgkPFR5Xn0qGLTTt79lWuHqzGAK { width:20rem;height:5.25rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIVzcCUioQdMoObygKbZL2qemabuEttU { width:7.1875rem;height:2.79948125rem;top:57.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn27Wzene9twUBpviROA5IS8alqgckzJ { width:7.1875rem;height:2.79948125rem;top:57.1875rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvzDxTuWqih9UkeSk6KBep0nSx0Ltmf5 { width:20rem;height:0.0625rem;top:55.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqxguynotgZakcTC3FAQN4JXLOt3NO1U { width:20rem;height:23.79166875rem;top:24.872398376465rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AsT47PPOzd0hfm15dT8CPMOXccfUdHxN { width:20rem;height:10.5rem;top:9.1875rem;left:0rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #ytnHl458OZE6RXOKgtCqEzkBcBIt0lVw { width:16.809875rem;height:2.2487rem;top:49.9140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCcWT22plf5c9DIqNK0Aq15SVIUx3JZn { display:block; }
 }@media only screen and (max-width: 763px) { #LPQWf5y8qi117A6LPFPu0hwbWxGZb7cN { width:20rem;height:0.0625rem;top:71.243896484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXf7sw3FIuZXU4ZGM7F3kloyBpXK8dTs { width:20rem;height:0.0611979375rem;top:65.958335876462rem;left:0rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #t70rVtXCktOQNvPcLvUDd42HHXZlFGtl { width:20rem;height:0;top:47.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXXhs4fZDHlluTQhdZfkb8U2ifGSBdsE { width:20rem;height:0.0611979375rem;top:60.8125rem;left:0rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #CKiuOSANFHPtvRf2mxuia0Io6JDUAyb8 { width:20rem;height:1.3997375rem;top:53.372396469116rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa { display:block; }#rJBGnGwyq1poJLbuSOmLcrqZLbJmWiDa > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nz0MBWzs8v58fyu21SW2q7SPdaQSk0HQ { width:20rem;height:5.25rem;top:3.624267578125rem;left:0rem;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX { display:block; }#SfeqnM8oL7OaDft1uTnsDyHFSz3zDUiX > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4TALIMp4NkxZOGHfWFiX5HG300Cwc4S { width:20rem;height:2.625rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gRAnAxprCgZtXrPaNAThF8rmA4fFAH { width:20rem;height:1.3997375rem;top:51.123046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU0CPrZdaMp6dntrpdWEdIzUtRsRSTTm { width:7.1875rem;height:1.3997375rem;top:43.372802734375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KudMRHHFSZMR5PGErTMJmCUWDQEi6wLI { width:7.1875rem;height:1.3997375rem;top:61.06689453125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c25bOKWSXBLz9nKEAnC0eidkEdNmQhLV { width:20rem;height:17.84375625rem;top:18.74755859375rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QGRMVPZqpugeOrTvTT2f2AdEemZIied5 { width:9.187rem;height:1.3997375rem;top:53.173828125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3PhKM3lJu5cSyP7u4nCy8mL74ORE1e { width:20rem;height:4.1992125rem;top:45.396728515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZStMsEVZwkxTA53NnVhbUKIAQJZTA5D { width:19.75rem;height:3.9375rem;top:63.153076171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfgDcpOKHSKONrPdmaOsIuN7oCZtqfSe { width:16.8111875rem;height:2.2487rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEvgOz8NQxRUEdgFww2bOodpyfWTHGu6 { display:block; }
 }@media only screen and (max-width: 763px) { #yO3rk4GKzSH24LTVCz2gTD4SE7aHpoaA { width:8.75rem;height:0.062255875rem;top:62.607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdocDHI6qtphrNASPxI7JBvvXwEaAyLX { width:18.75rem;height:0.062255875rem;top:52.71484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Z5klaKdJUbALVTOrBTghDePfoDTO73 { width:7.8125rem;height:0;top:80.7800296875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDolGTWJwQleF8KMWT8BRtWmaWGFD6WV { width:20rem;height:0.062255875rem;top:79.123291015625rem;left:0rem;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #DhIKAowDT8wTImflz3f0T6ShXfF6oyUO { width:20rem;height:10.4375rem;top:7.186279296875rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #Hdc0X8ZxX1DoQG3OUu6ffVF8tZaIQIr9 { width:20rem;height:1.48698125rem;top:4.8388671875rem;left:0rem;font-size:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IxTbExUX8FAfNkqgmDolkTTsTWMEw54a { width:11.62475rem;height:1.3997375rem;top:58.311767578125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8BOXr8om2CJrDo5mQtiBJJTvPlIO5a0 { width:10rem;height:1.3997375rem;top:56.124267578125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWQs1s7zzTaTVUNfkhm9hNNS7gT0KenR { width:11.4375rem;height:0.0625rem;top:57.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFwFiMooLZtHKRsmNhTpFUcXTinKT5J8 { width:4.125rem;height:4.125rem;top:69.38232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvK4WCQxy88oWtwnr9K2s4sI0G2mfGTs { width:14.6875rem;height:3.9375rem;top:69.476318359375rem;left:5.3125rem;font-size:0.875rem;z-index:15000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vcXvfT0P7HVQnaQaqOlV3kJ6GVyfZZV8 { width:11.25rem;height:0.062255875rem;top:44.7900390625rem;left:0rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #ZipcRyMNp84mBLw8xcbKgeKwzw6dP7HO { width:20rem;height:0;top:80.434570328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUf87pzNS0NIDPfgvK64CDTLZbfNqiJT { width:20rem;height:0;top:81.684570328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR { display:block; }#W7U3ChUP21FsZqUA92XVNpv6OEEBu9MR > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIGHQULctPNwVsNZXTOrGv4018k9J0aa { width:20rem;height:7.875rem;top:3.577880859375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLNIvxL9chiTMTBV6ZuL9c3m8g2M5ETA { width:1.5625rem;height:1.5625rem;top:12.999267578125rem;left:9.3115234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy5sbm0ZA9zak7rETd9SeukIRpCpCrnJ { width:1.5625rem;height:1.5625rem;top:12.999267578125rem;left:10.499267578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5ET7PGnOiZX1s1UtoTIMEsoDOXKoT74 { width:1.5625rem;height:1.5625rem;top:12.999267578125rem;left:8.123779296875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWT78ghhZhlnqQiLiVOTpnz8q4e1SEwf { width:1.5625rem;height:1.5625rem;top:12.999267578125rem;left:6.93603515625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP8WwSQKXnpH0FC7QvgqWgGZXHmePUhP { width:2.5rem;height:2.5rem;top:12.999267578125rem;left:1.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2OqoqLfHbvI70QhI3bLb5enn7PLKdAJ { width:4.125rem;height:2.4375rem;top:12.93701171875rem;left:4.12353515625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hgZCJbuIX10DbkJ4Q2atELPl4zi0VE3T { width:1.5625rem;height:1.5625rem;top:12.999267578125rem;left:11.68701171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUcKGVVrKCWoT5wcA4LzXshFmNIXZh8A { width:6.5625rem;height:0.97395625rem;top:14.3115234375rem;left:7.31201171875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UNqC04vzW3cP5b38g6OhV83FRMBLTrS0 { width:14.5rem;height:4.25rem;top:11.99951171875rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ { display:block; }#gnS9CivNuSyo0XBQNCWkFZTSe7iR9TTQ > .row .container { width:20rem;height:161rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKW48yuomHy4oQpgClgMXPmVgk48zokt { width:2.5rem;height:2.5rem;top:2.7490234375rem;left:1.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFFC1k3Qbh43oOWKq7WiCLCTDUkXa0T1 { width:2.5rem;height:1.625rem;top:3.18701171875rem;left:1.686767578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xavvevhTEKVCngwb5bv0pdqaSxr0gCZM { width:10.1875rem;height:0.97395625rem;top:4.0625rem;left:5.12451171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTtR4aFsJRcp9GcMwTTwR51HNdU89PvS { width:11.3125rem;height:1.13671875rem;top:2.999267578125rem;left:5.12451171875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W6ScUC5tlRS04IanfCZKERH31cVaEgT8 { width:1.875rem;height:1.875rem;top:35.999755859375rem;left:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMORGgiQg5dTsffiSEtWyZVoN5E79qyt { width:0.625rem;height:0.56899004267426rem;top:36.624755859375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTvrbczRUhp1fM6QVfT7CkMcbmu2S7rC { width:19.875rem;height:42rem;top:64.777587890625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #b5KhORtKRmTMdnmQhTo9TUIX9oQwdubR { width:16.5625rem;height:19.596375rem;top:7.615966796875rem;left:1.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvEmPL7emuJerzIeHCG1EUAOw2qhSxWm { width:16.31225rem;height:16.79684375rem;top:37.874755859375rem;left:1.749267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgmiM1xlvAnQ2iDKTn09TCJsoPiKte8w { width:15.5603125rem;height:25.1952875rem;top:72.212158203125rem;left:2.21923828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETu4wIgBD0gbk6sXIETUIAWO5sf7RCSy { width:10.1875rem;height:0.97395625rem;top:34.6875rem;left:5.12451171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #db0q0DK5snmvTVKxXFqNILrxILmt0uKv { width:2.5rem;height:1.625rem;top:33.640380859375rem;left:1.748291015625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGXkmIJnrP6Cnhd0HNzxvJbklgS0Dn3G { width:2.5rem;height:2.5rem;top:33.187255859375rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4gqMCTa0tLRk8QP23gyp74s4cG2Utt4 { width:7.25rem;height:1.13671875rem;top:33.56201171875rem;left:5.12451171875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wDNAR37ABgPVSJC2ERs5Py4m6rmFWzwK { width:0.625rem;height:0.5688475rem;top:70.212646484375rem;left:7.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAXOPqAAgWNml0Ug4POAEXHF991xqs8R { width:1.875rem;height:1.875rem;top:5.687255859375rem;left:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0zDnTUzSM1UW9rI4Pm2doEhiC3u9FIF { width:10.1875rem;height:0;top:44.5625rem;left:5.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdUh94TzxHWs0NrybXhOUrzJKvApAZFc { width:7.24975rem;height:1.13671875rem;top:67.31103515625rem;left:5.12451171875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fAMTBbL2HKXZtTNxkw1Qrft8mNCal4vm { width:2.5rem;height:1.54296875rem;top:67.357421875rem;left:1.685791015625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGT10RXy1cKxRSGwa7AvT3I1EJ7S62VF { width:2.5rem;height:2.5rem;top:66.816650390625rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgo1mTKvAnmXUo84EJTbmvTTtI2fuu62 { width:19.8730625rem;height:19.1858125rem;top:18.297119140625rem;left:1.749267578125rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #Mrul9KxSUmaFntuUaEZUJQ49JvTP72cR { width:1.3110375rem;height:1.3110375rem;top:6.124267578125rem;left:4.249267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOW5tkKCXoUsQtCglnMl9F3EDz0bw5fq { width:1.3110375rem;height:1.3110375rem;top:6.124267578125rem;left:2.374267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTOHUA1kBZRbD06EouOVBZiXMoQWl9b { width:1.3110375rem;height:1.3110375rem;top:6.124267578125rem;left:3.311767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQUmMJiPifFgxySQPMyoPxe7GvMFrTeh { width:1.3110375rem;height:1.3110375rem;top:6.124267578125rem;left:1.436767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2mOmwBW2fVmzueqyFAGozp80h5u9SIk { width:1.3110375rem;height:1.3110375rem;top:6.124267578125rem;left:5.2490234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLaPctsGw5T6NHA7d53g2cnb3ourtr5f { width:1.875rem;height:1.875rem;top:119.38078132812rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gu2JRtWXXu0Qw0bVfF6ZpsCQf6g97QZr { width:0.625rem;height:0.56857625rem;top:47.7490234375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI16s4rK4zP5KcwOPOKnTOhUPgFn5HOc { width:1.31185rem;height:1.31185rem;top:36.37451171875rem;left:4.249267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoBcQaGOiza5KPWOex1Wfak2zGKZxwXq { width:1.3110375rem;height:1.3110375rem;top:36.37451171875rem;left:3.311767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1puu7MVSaT6Rsc0FCxTNPJTIN0xv1ca { width:1.3110375rem;height:1.3110375rem;top:36.37451171875rem;left:2.374267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZVlKBlwXr7Z4r8No59OAdVm60N3f0s { width:1.3110375rem;height:1.3110375rem;top:36.37451171875rem;left:1.436767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDnrng6TwhGeK8KAw45vowaehvtZKLrn { width:1.3110375rem;height:1.3110375rem;top:36.37451171875rem;left:5.2490234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgpDNX3DVZF9HObaZcvV3vzdPzWmO4t1 { width:1.31185rem;height:1.31185rem;top:69.936767578125rem;left:3.624267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQAbtUqgASyHPqZTv7yuiuCHwEBRHebA { width:1.3110375rem;height:1.3110375rem;top:69.9990234375rem;left:1.749267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwKfNKJabIJTlW7ArAlbutfcmKzmR6bT { width:1.31185rem;height:1.31185rem;top:69.936767578125rem;left:2.686767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEo90AcQKxnmhUbN8QJNIN80kxElqwmC { width:1.31185rem;height:1.31185rem;top:69.936767578125rem;left:4.561767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6IoXERTxZwTT2fFk7ouGLm0QQgZZUXz { width:1.31185rem;height:1.31185rem;top:69.936767578125rem;left:5.5615234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNEG0RqKdUQybsnZXKHDRvz78U6N0TwR { width:2.06176875rem;height:2.06176875rem;top:2.967529296875rem;left:16.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFyN5tTlXMLOflGvrKVKVI3oJNbxJN2O { width:2.06176875rem;height:2.06176875rem;top:33.311767578125rem;left:16.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoDT123SJhsT9rybpTSlRFZIxM9adGNN { width:2.0625rem;height:2.0625rem;top:90.449781328125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pvo56zourFhsbCMVQPqFB1zy79JWyOVW { width:20.06225rem;height:20.3125rem;top:22.623291015625rem;left:-3.577880859375rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #ssfnqp843HtU7kaesURGvgpe0v8uh1Gg { width:16.5625rem;height:50.3613125rem;top:51.490478515625rem;left:1.71875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ch4RoptHSRddlWSz2eSf0oUQUmdX5vzi { width:19.875rem;height:29.125rem;top:1.04296875rem;left:0rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #RTB3wJ78bqMiEHRNJKVuQPAcFBuRebJw { width:1.875rem;height:1.875rem;top:27.31201171875rem;left:6.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZUa5GtSOue8SIxO1kkdbK6OU0ZLCOMJ { width:1.3110375rem;height:1.3110375rem;top:7.375rem;left:4.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7mT92ZZWt4elUvuqbGbMFJUKMSGFTCr { width:1.3110375rem;height:1.3110375rem;top:7.375rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9L9degl9GMCQqVTcnPucrt9xHbGsHVm { width:1.3110375rem;height:1.3110375rem;top:7.375rem;left:3.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUhHGBEQUlNPtvAO8T3lm5TXrBMmv2MN { width:1.3110375rem;height:1.3110375rem;top:7.375rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUmx8LqfTNb7EcWbnO6FsSCTOtNSEZrZ { width:1.3110375rem;height:1.3110375rem;top:7.375rem;left:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEgw0HboHVVJFE7cdmwxdfTWJlCHfkoK { width:0.625rem;height:0.56899004267426rem;top:27.93701171875rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDyxzbBy2UZmFylKUUNKTth2CI0ulzDS { width:2.5rem;height:2.5rem;top:4rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCpi7geaP9arwymhD8DUXcvkx0OR0e22 { width:10.1875rem;height:0.97411875rem;top:5.3125rem;left:5.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbemvmPkbxTyO6fyfwIxeBJBIAtFa6Rx { width:2.5rem;height:1.625rem;top:4.5rem;left:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rnalk251hKfICpm62qwLRi4oIaWBbQ0n { width:2.06176875rem;height:2.06176875rem;top:4.217529296875rem;left:16.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMcHfcTa40o2hQoVk0mnRFmxkiDregor { width:7.25rem;height:1.13769375rem;top:4.25rem;left:5.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RigJrNv3AtloHKChR8c076sPzQusWxaG { width:19.87425rem;height:21.74925rem;top:45.167236328125rem;left:0rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #AgUhnzoeG0tqckHp3gVOHRLorzWEG3Q4 { width:15.5615rem;height:0;top:49.373779296875rem;left:2.218017578125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBNneNNTOKoOuffl1idRDfCW32tzRk0B { width:20.0625rem;height:32.1875rem;top:31.2490234375rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #L7BMgIXmirZJyvtChiWC9GBTs3C3N9uA { width:16.3110625rem;height:0;top:98.18603515625rem;left:1.84326171875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xCC1c8Tb7tlAKl3HWxWPMeHXl2Ll7Fxg { width:0.625rem;height:0.56899004267426rem;top:6.37451171875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u73rU1kaHyTuRQ3vrxiw89yVJ0ddbdA8 { width:1.875rem;height:1.875rem;top:5.687255859375rem;left:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1c4564hGVXDZISnfaXh7qJq2w8OLDmO { width:1.31185rem;height:1.31185rem;top:129.44697257813rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXuizDB3a4vMZHAv7CAwxnAd13BENkQC { width:1.31185rem;height:1.31185rem;top:126.88512257813rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncIKnEwnIPmlKWRGS6p70EF0DKyKxMIt { width:1.31185rem;height:1.31185rem;top:124.32327257812rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVaS2N70m4MDXywkgzyCKiZTxnzMpFEC { width:1.31185rem;height:1.31185rem;top:132.00882257813rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #usQ0G7NH5qtRLh6u5Op1JEApn8uZU1PN { width:1.31185rem;height:1.31185rem;top:134.57067257812rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2a4VWr7CDxF8wG8SNkCIXkPtseAlknH { width:10.18675rem;height:0.97395625rem;top:68.322998046875rem;left:5.12451171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhRTafM9T204t5hnF0peFDtQXLh1Okh2 { width:7.25rem;height:0;top:93rem;left:7.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #P7GosXT2VPNkRGSWwTkEH27Fl6MzVCe7 { width:10.1875rem;height:0;top:44.5625rem;left:5.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5NdHoKxakd3IqZI7lKCr733wTBxBF6v { width:7.25rem;height:0;top:43.4375rem;left:5.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aN92orlFGX10oof1S16Fq0zpqgxkh78Z { width:2.5rem;height:0;top:43.75rem;left:1.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BX1QGVyBlz50ki24JRwl6TGcHGAAld85 { width:2.5rem;height:2.5rem;top:43.25rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqC6Ryi7opF3cTgKsTLbuThaapOgTnHC { width:2.06176875rem;height:2.06176875rem;top:33.311767578125rem;left:16.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oca6kgQCpVtInt3q9KitMQiQfNmytL38 { width:2.0625rem;height:2.0625rem;top:90.449781328125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zm9XpETpnwrUEBSnRTuGhPIXygnmpOkV { width:1.875rem;height:1.875rem;top:119.38078132812rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdLkKq4aOeSszSUJmMC2Oqd9XByIizwF { width:0.625rem;height:0.56857625rem;top:47.7490234375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtfFHsgic9uSSQtR9rabCuvgZ9mAdica { width:1.31185rem;height:1.31185rem;top:36.37451171875rem;left:4.249267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw3dwM36MLA9wERSt0qCc3vH6PnA5C25 { width:1.3110375rem;height:1.3110375rem;top:36.37451171875rem;left:3.311767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc1nKXkGNdVUxevdTT4dL8iAJiT4pga3 { width:1.3110375rem;height:1.3110375rem;top:36.37451171875rem;left:5.2490234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh70ZMIyLakeJMbb26R21QDLInTcPtLg { width:2.5rem;height:1.625rem;top:86.3125rem;left:3.6865234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3sfmWQ5z1Wzr6ogIsw0MGXT4kw0nO0z { width:2.5rem;height:2.5rem;top:92.25rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFVUBJwKhtLi2BB6dG4ka91EIR9xcQ9r { width:1.3110375rem;height:1.3110375rem;top:36.37451171875rem;left:2.374267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZi43FMAzshCZCVC7ShqTPuJ4T5Vknqu { width:1.3110375rem;height:1.3110375rem;top:36.37451171875rem;left:1.436767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C87zOsNvO41GORHlGzSyyV11b79gRqM5 { width:19.875rem;height:18.75rem;top:108.1240234375rem;left:0rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #aIXAWBLXxKLiaBQhirhKPL48X3g1tZ5l { width:16.9375rem;height:9.1875rem;top:115.5625rem;left:1.875rem;font-size:0.9375rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #HWLZLrbbMwabTelOfcZEBESHHl7hgmez { width:1.875rem;height:1.875rem;top:112.93676757812rem;left:6.99951171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Func49arI0ksirfo6o0QgyoM3bSwtO55 { width:0.625rem;height:0.56939307253613rem;top:113.6240234375rem;left:7.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwd2Hr6kcNmGMOgtgHHqLv4tgl8AMsT9 { width:1.3125rem;height:1.3125rem;top:113.3115234375rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXKrpy01HOrI171AncPQWHssWtlfLvgz { width:1.3125rem;height:1.3125rem;top:113.3115234375rem;left:5.687255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa5uAa9zTS0Ul1UeW1cgNK2Q3Joclhb4 { width:10.18675rem;height:0.97395625rem;top:111.5rem;left:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Vmq8JRo4z5Oau19xhq34ghpyrUn67v { width:2.06176875rem;height:2.06176875rem;top:110.31225585938rem;left:16.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQxxTb9S78K1ZC2Kk1HMssIT70Wz2bk { width:1.3125rem;height:1.3125rem;top:113.3115234375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoiMA7lCs1P0cJM5beDlWSrFBuT2IDOT { width:9.812rem;height:1.13671875rem;top:110.37451171875rem;left:5.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HtktEux7RLTTMPFc3hK9gT39PIiBRXBu { width:2.5rem;height:1.625rem;top:110.6875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4ssBGnPqLFd2b8q4y0pb3Cv4WxbAOVb { width:2.5rem;height:2.5rem;top:110.1865234375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TA12f1d3S2SlxHUoTHs1PLFErnHlDH { width:1.3125rem;height:1.3125rem;top:113.3115234375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abX4hUkIH16NFEAZWRIc8di0L38LiilQ { width:1.3125rem;height:1.3125rem;top:113.3115234375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ZG6pPVc4fusEulTRZCKpgLz9vg6dT2 { width:8.5625rem;height:6.4375rem;top:212.68676757812rem;left:1.749267578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggTXAvQT1mEgkmdApbqwfM7egowkeBny { width:8.5625rem;height:6.4375rem;top:220.4375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #agSIiWnn3sgusQObLM9rvZNLLIPHJRmb { width:7.5rem;height:5.625rem;top:55.684814453125rem;left:1.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCk18GE05nG1ZIpk9iUJrR8pTtxD2FI2 { width:4.625rem;height:6.25rem;top:98.31201171875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs0AG1e658MEQBdbEuiVn2JsS4AnqqxV { width:2.06176875rem;height:2.06176875rem;top:67.312255859375rem;left:16.124267578125rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #PE4wKM1mNwhXBJsIFmrXMbFPhhPKHMMU { width:1.875rem;height:1.875rem;top:69.558349609375rem;left:7.015380859375rem;font-size:1.3125rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #HLcfLE0DSLHB3y3cHyDfDIK9IZGM4sq1 { width:8.5625rem;height:6.375rem;top:89.1875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAzIdTB3LQQTtBwQd1X7DfHBLFR5h5Sf { width:8.4375rem;height:6.375rem;top:89.1875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtybSiuApQGhSQXs2hOMthGWZFdyQB0h { width:8.4375rem;height:6.375rem;top:54.1875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4cTJaRECqN4zgrJmiEMXKUx3kTV08ri { width:19.875rem;height:29.0625rem;top:128.3125rem;left:0rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #NXCoTqhg7E0VfC63gsxQP5ogkb4AZWFE { width:16.5625rem;height:19.6875rem;top:135.75rem;left:1.875rem;font-size:0.9375rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #eREPp4LJzuEnePPszTdALn36zB9fzHmm { width:1.875rem;height:1.875rem;top:133.125rem;left:7rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg4zUhuvdA40p8PMIQAn2A37J8D8zJmP { width:1.3125rem;height:1.3125rem;top:133.4375rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPcSmN1C2L7hq0hMTTSuXuWCmTM2ryDQ { width:0.625rem;height:0.56939307253613rem;top:133.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLkhed3s8cceZHN5q2S5k8hiEo0tcVEu { width:1.3125rem;height:1.3125rem;top:133.4375rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJNF1p0xCsMTm1cv0mQywZyNFKELprTO { width:10.18675rem;height:0.97395625rem;top:131.625rem;left:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfGuH5p0LLRX5nesmv1svVRbHH6JrZMt { width:2.0625rem;height:2.0625rem;top:130.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSggO46KSWRuwEFsp3b4tlr9uSzDErgt { width:1.3125rem;height:1.3125rem;top:133.4375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBMQezBXI8rMUprWMHZVcFhE7vZ5Kxbc { width:2.5rem;height:1.625rem;top:130.8125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSWcD3QrTUVhcZCSTL1s4NaUB5TKA0LE { width:2.5rem;height:2.5rem;top:130.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EST5o0aJe9uIVtRFinpDUzAfcwKZ5JQJ { width:1.3125rem;height:1.3125rem;top:133.4375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZL1qanMi63XTXeZpPkav7UT2yn3ViL1 { width:13.6865rem;height:1.13671875rem;top:130.5rem;left:5.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zbpfcinvfhd9z93vcVWmBW7xq1HiZbo3 { width:1.3125rem;height:1.3125rem;top:133.4375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpwamTJmCLG87kDS50DNWSkJkhy6sIBM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/68f62181-15c8-4693-b98d-4d7e9f97698a/solidayc_81.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM.adaptive-delivery-prevent-bg, #tpwamTJmCLG87kDS50DNWSkJkhy6sIBM.lazyload, #tpwamTJmCLG87kDS50DNWSkJkhy6sIBM.lazyloading { background-image: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container { background-color: transparent; background-image: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container > .video-iframe-container { display: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row > .video-iframe-container { display: none; }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .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); }#tpwamTJmCLG87kDS50DNWSkJkhy6sIBM > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpWbkxseuz4E0IxCSircfIH4LrRGck69 { width:5.49926875rem;height:2.68676875rem;top:64.375rem;left:8.75rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #Fn4DWCK7onbgfT4uwK03oGhotNf4fRJ3 { width:20rem;height:2.3997375rem;top:5.050048828125rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU { display:block; }#yds1oRkRXReAlwZaTb7eTfGXzfAAhtCU > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdVDdpxksqh4zI12xWZoyPOuTmtzLGCd { width:18.25rem;height:2.625rem;top:42.24853515625rem;left:1.8111979961395rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoT1kKVRKI6kowJ7zn2i7VXGCip7t38n { width:18.25rem;height:3.9375rem;top:37.49853515625rem;left:1.8111979961395rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUIqaMC4Mgrdm3hNBlfmxLNAX3qJpR8M { display:flex;width:1.0620125rem;height:1.0620125rem;top:37.68603515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cJECT6ExkRrg4aDxNsOO3ncJeDcg5o85 { display:flex;width:1.0620125rem;height:1.0620125rem;top:42.43603515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EtapAVRFN9lMg8RdRJQBkgcUf5ry9wQt { width:18.25rem;height:2.625rem;top:45.6875rem;left:1.8111979961395rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaTMCgzmuqFpT74Ocni2dvvnPQoHTyHA { display:flex;width:1.0625rem;height:1.0625rem;top:45.87353515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-text {padding-top: 0; padding-bottom: 0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-select {padding-top: 0; padding-bottom: 0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-container:first-of-type{padding-top:0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .widget-container:last-of-type{padding-bottom:0;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk  { width:17.5rem;height:auto;top:9.23095703125rem;left:0rem; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk {display:block;}#yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk { width:17.5rem;height:auto;top:9.23095703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #BwAnUi8g48crNT64S0iu0URlfTLatNJz {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XEe3P9rtox5JhqbEoENTuOmKNik8KAmK {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XQZg3RTWWDpEaTZEilJdTLzOTTlGDzIr {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #Nu9wIPtESuNIQUT8RBwyn8UpLTkzids8 {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #sSauyS06AfJRs5hbGIMR5O24IzBtqi9T {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #GCRZxQLPu9CFmT4bX93DekQQqUUTkGza {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #pDzZO5luF2Metx7NpClkiW1k2Nk2ztSs {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #vUZeh0xZr5o7zs34AHCFNBMftPNN2wkv {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #muRHKQbSm9xPWJlr24vhbfyxJCRmsQJk {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #kNcAocthO6gxEHtqk7bM3yCkKPTcT9li {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #xAp4ZfTTDsUiGGIbz902Hz7tCASlUkcE {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #LdATbum69NsLMpKIQJVbkgEFxpEl77OE {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #XsGQDbkT0q0bE36Lo211akRrq3HIWuro {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #kK5r7T3lQXvEwq5OFg6CS0a0221FTtgG {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #ppcxDwRo7G3NyBOPzmX0mLKy7oOLfWTD {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #C5nmzVFbicFxn0vxZQGD0gPyGnkU4W7I {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #nlVb8gH2280dFWTTCkQ35ZwF5xRfLGq8 {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #DdmtHuOgRoap5fyBktA81CKfwU8AaCgD {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #lVEUwS9QsqxURfMWdyBB8HgJOFmEPB9Q {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #AOMC8EIgzdtVROBLKM7a0126IgGChxU4 {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #cregeDkPTmMTDZs0ywBTRPTRVBPZW2Vf {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #K9MtV3Gy2B4dvbJV972mWVlqrqu1V1s2 {  }
 }@media only screen and (max-width: 763px) { #yZi0wfioEZhFhhHVp76bGbmrxF4mXHBk #ihx6sF1c2MF0aptCHCu8e80zTppysyTh {  }
 }@media only screen and (max-width: 763px) { #I2VBoMfTfyGTxvMJ4VHhDTkeFH29r8UO { width:18.8125rem;height:7.875rem;top:1.875rem;left:1.125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SGRmRBMckvtUSIvDBct3AtfLI76Pyr8u { width:20rem;height:2.799475rem;top:58.81103515625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJSIqiBwRCe106Js0pg64sXQBGrlK7Be { width:20rem;height:2.799475rem;top:53.02197265625rem;left:0rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N5zgkLTf1SMTLGENm1sJo8rQn27Hm6u9 { width:20rem;height:1.3997375rem;top:57.2578125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oke1AahDTKvZrbC0TO3wEhnOzQmq9m0n { width:20rem;height:1.3997375rem;top:51.43603515625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2dInvy7KfyaZ0nJpNmJWyK7Hk2V2Mod { width:11.5625rem;height:0;top:57.792505859375rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLBzaMBEHyf0EfrflVlui32kUD7bHLHS { width:15.625rem;height:0;top:14rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b94tSDxvxsV5mVL6rxMx84neclrI4Mb3 { width:20rem;height:0.0625rem;top:26.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qem5P1lLUzAs3DyxMtTskv99wsTTaBiF { width:20rem;height:0;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 { display:block; }#DlBpFV4TE7JUfBZgodMOSZDMyPsN6Mf8 > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdtwI3lqLN3DMSu8SdgdpZWqDJU81lMH { width:7.5rem;height:2.25rem;top:44.74853515625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1xsm51DhmTEud5ZTAVNWZDZs0TGLcT { display:block; }
 }@media only screen and (max-width: 763px) { #UIoUz8IC30ocDQligM9FCc1pxKAfi2xP { width:18.2495rem;height:4.98436875rem;top:10.576171875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpcSMPxG32vzsn03BXGI7aqEalG0XmLc { width:20rem;height:1.54296875rem;top:17.487060546875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWFQNPyhFKFh9A0FdAgiHmvlvNWWuinD { width:20rem;height:0.4375rem;top:41.06201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwZmDyyVkcDGCm71m2vyQJ4fOem3sT7z { width:20rem;height:1.7504875rem;top:42.999267578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU7qKezPe21804ePyLWyuNTN5Eg4BqKR { width:7.625rem;height:4.75rem;top:1.937255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi5UErv6qEgSII0x4ETgZEyxBrqpocrw { width:11.875rem;height:1.54296875rem;top:28.1865234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9McD73QCXWMIc4zTpGWvcnRNhr2Jtqu { width:15.3125rem;height:4.72265625rem;top:29.874755859375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THXkAR2GpZJylppuJ75JWJb9RxUFNtNN { width:18.811875rem;height:5.59895rem;top:19.158203125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTyEgdO5h6684mmF8yyoSH2oEhn0mFJ7 { width:10.3125rem;height:0;top:46.562068939209rem;left:3.0930991172791rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Mm1WRv1hLXZN9FmRaBc7vQa7FqtM2wGE { width:1.25rem;height:1.25rem;top:37rem;left:2.874755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCg6thaHlpIxscvyVm9xScNM7vz1clzG { width:1.25rem;height:1.25rem;top:37rem;left:5.999755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShNfa6uO8G5Sb5KeIUQvQCHzIefTMADU { width:1.25rem;height:1.25rem;top:37rem;left:7.1240234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvvSQmbUBMw6xyzCNgIX2T0FNhT2o5b0 { width:1.25rem;height:1.25rem;top:37rem;left:4.9365234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxTGpTsUefNkJIWP9vMSUMrNwwLpo9vn { width:1.25rem;height:1.25rem;top:37rem;left:3.87451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMs1vcsHNwUmkeVl1xnJUswGAUJ8S30B { width:2.0625rem;height:2.0625rem;top:37.123291015625rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRt53HVeMvEmu7GGpaVFycC7D44isOXy { width:2.5rem;height:2.5rem;top:36.874267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlnIdrqAqfHz6htygOiy5eow7leUzfGG { width:6rem;height:0.97395625rem;top:38.124267578125rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15084;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vb3bQJiD5ZOv6oZ2cDWhOg68phTseJyy { width:2.5rem;height:2.5rem;top:3.0625rem;left:17.5rem;z-index:15097;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #CQlvWwMaO0zcrMgoLOZBHStFZB0LqeVI { display:flex;width:1.5625rem;height:1.5625rem;top:3.4375rem;left:18rem;z-index:15098;font-size:1.0625rem; }
#CQlvWwMaO0zcrMgoLOZBHStFZB0LqeVI > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #D9Uo4BDg8BUTS5nPwVznpFOdXdAWmcla { display:flex;width:1.43676875rem;height:1.43676875rem;top:37.4375rem;left:15.0625rem; }
#D9Uo4BDg8BUTS5nPwVznpFOdXdAWmcla > img { max-width: 100%;max-height:100%; width:1.43676875rem; height:1.43676875rem; } }@media only screen and (max-width: 763px) { #GKmT1ySk6L94sAQ6g4Wgb0uE099T4W1p { display:flex;width:1.5625rem;height:1.5625rem;top:37.375rem;left:11.875rem; }
#GKmT1ySk6L94sAQ6g4Wgb0uE099T4W1p > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #TXom1Sceqn796ev4esfywsMwJIQN2kEG { display:flex;width:1.4375rem;height:1.4375rem;top:37.4375rem;left:18.1875rem; }
#TXom1Sceqn796ev4esfywsMwJIQN2kEG > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #xE0KUezDasJcKPSdhFsZl9CO8ydgDOxi { width:2.1875rem;height:2.1875rem;top:37.0625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUNRHanKUNTqvBBtZoChuggV4DyIfO1u { width:2.1875rem;height:2.1875rem;top:37.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrTpz7XrxvMEVgVcsIf19T4oV4slJIfn { width:2.1875rem;height:2.1875rem;top:37.0625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrgnC80M61TAfKuVwrMR5rsx12naXkxk { width:5.9375rem;height:2.1875rem;top:44.779052734375rem;left:12.201416015625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9HNCaMHQxRc2yvXNXZE3exgBQB9FXef { display:block; }
 }@media only screen and (max-width: 763px) { #AF3v8gSiaLzcku1cefqCo5kyhqT39qi2 { width:5.9375rem;height:2.1875rem;top:44.779052734375rem;left:7.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwU2Ts2iHTRhcspTXGipJApbvXoCFwby { display:block; }
 }@media only screen and (max-width: 763px) { #ut34maGTOmCa9ktJKSiAqarU5U9Nv78l { width:20rem;height:3.09375rem;top:48.24755859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE { background-color:#3c3c3f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container { background-color: transparent; background-image: none; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container > .video-iframe-container { display: none; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row > .video-iframe-container { display: none; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .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); }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container { border-width: 0; border-radius: 0; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJz6ATNxMqXO8nPs5t8HyEBshRE0uBAE > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgRPteBNJxCIv95N1BeQcVRdTLd80JVz { top:1.436767578125rem;left:-0.0625rem;width:9.625rem;height:2.75rem;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.15) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:montserrat;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT2fhXBhhQ6A2Q3r1DsuCsnZK4OC7TqM { display:block; }
 }@media only screen and (max-width: 763px) { #fD9hroN62k3wiZcynPDGLJvVJgraQbdG { display:flex;top:2.31201171875rem;left:0.93701171875rem;width:0.99975625rem;height:0.99975625rem;z-index:15100;font-size:0.6875rem; }
#fD9hroN62k3wiZcynPDGLJvVJgraQbdG > img { max-width: 100%;max-height:100%; width:0.99975625rem; height:0.99975625rem; } }@media only screen and (max-width: 763px) { #TaAq9VM1hRhG94y9Fd0zIJXzLV2ht6ps { top:2.1875rem;left:0.8125rem;width:8.1875rem;height:1.21875rem;z-index:15099;text-align:center;text-align-last:center;color:#b7ad52;font-family:poppins;font-weight:300;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4VTeSe9EJafRL4KNUJ9zLJQFP1sl30Q { top:1.436767578125rem;left:10.3759765625rem;width:9.59275rem;height:2.717775rem;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.15) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:montserrat;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q83JFcrI8LQPsxuQW1pFTnp0wAy4nckN { display:block; }
 }@media only screen and (max-width: 763px) { #ScD6bHH0NmwGoNvB3ztdbVIKw49agaSu { display:flex;top:2.24951171875rem;left:11.99951171875rem;width:1.125rem;height:1.125rem;z-index:15101;font-size:0.75rem; }
#ScD6bHH0NmwGoNvB3ztdbVIKw49agaSu > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #LHcyfgCI3sLUT9ikezqyktv6ZPVHSRRS { top:2.2021484375rem;left:11.32666015625rem;width:8.18725rem;height:1.21875rem;z-index:15100;text-align:center;text-align-last:center;color:#3c3c3f;font-family:poppins;font-weight:300;font-style:normal;font-size:0.9375rem;display:block; }
 }