.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:235,241,238;--color-primary-1:196,212,204;--color-primary-2:157,184,170;--color-primary-3:122,140,128;--color-primary-4:31,37,34;--color-secondary-0:231,240,240;--color-secondary-1:177,205,205;--color-secondary-2:98,154,155;--color-secondary-3:49,77,78;--color-secondary-4:15,23,23;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:170,185,174;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/7b28e104-c65e-414e-a7fa-32f52b8fa1a2/Projektbeznazwy8.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI.adaptive-delivery-prevent-bg, #DbXQikgV5iMTXHoil7RIDCxcS39gspHI.lazyload, #DbXQikgV5iMTXHoil7RIDCxcS39gspHI.lazyloading { background-image: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { background-color: transparent; background-image: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container > .video-iframe-container { display: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row > .video-iframe-container { display: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .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); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { border-width: 0; border-radius: 0; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#B0EXq3TaCU7vmkVtEyOw16VT7MyT1hGT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:6.3125rem;left:2.5625rem;display:none; }
#omU7JixGH1DIa8zu7md9LfE4JVUmNMou { position:absolute;display:block;z-index:14999;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:33.5625rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#po3a3274DuAtdxbxR9uEkFNbKSqdAzvp { 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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:1.1875rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:16rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.8125rem;left:1.125rem;display:block; }
#Fd3T64HKl6iL821eHoAbw16dp1RlhAUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/3c9257d9-dce2-4479-b2a7-ab5519d66821/Youtubeminiatury18.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.adaptive-delivery-prevent-bg, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyload, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyloading { background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { background-color: transparent; background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .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); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { border-width: 0; border-radius: 0; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#oJWZR2LyanmLowbdiUDZoIE5mTzU1y3w { color:rgba(var(--color-tertiary-3),1);display:block;width:44.560546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:26.873046875rem;left:9.0634765625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { color:rgba(var(--color-tertiary-3),1);display:block;width:47.1240234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.03125rem;left:6.4375rem;height:2.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQRF6N1HtJhkq9saUglU1nSOI7gaM5WB { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.125rem;left:8.8125rem;height:0;display:block; }
#E5TyiVFVUPdX6ZTpr4g7NWtD4AEIel4u { box-sizing:content-box;height:5.625rem;width:21.3125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.0625rem;left:1.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-primary-2),0.6) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eJkW8mUhfQWAnJ3EAwO2xOLytyNaM4MN { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.25rem;left:4.6875rem;height:2.75rem;display:block; }
#CIIzI53gLe1Ttdt8QFUKLA6iZ3Ou2BiU { box-sizing:content-box;height:5.6875rem;width:20.625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.25rem;left:36.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-primary-2),0.6) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OxAPf22HZ1SLZGTSTGTOIDM4BqQ7t66v { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.0625rem;left:39.5rem;height:4.125rem;display:block; }
#ypODXKTu1RQRXMl7ZZKGl5qyZ0cks614 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.5625rem;left:41.125rem;height:0;display:block; }
#ME3itKPN2ur2rJsVllETlBtKHmpUxcWd { box-sizing:content-box;height:5.8125rem;width:21.75rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.0625rem;left:0.875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-primary-2),0.6) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HM1KPlWzEe0ppJfsuL2GG2rc7S7epIIO { color:rgba(var(--color-tertiary-3),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:20.375rem;left:4.75rem;height:2.75rem;display:block; }
#slEiuk9vs7i7tf5id0IsUr2rAm2K4ywQ { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:21.125rem;left:7.6875rem;height:0;display:block; }
#k7d7TARhhRwspJNdEga0hvs0y17lvdK8 { box-sizing:content-box;height:5.6875rem;width:21.5625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.25rem;left:36.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-primary-2),0.6) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JTs8kx3N7f25c3vACrBN8IWvxlvOfs51 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:19.875rem;left:39.375rem;height:4.125rem;display:block; }
#u12xOSIL0eFDwEk5oQf6Wq0nm5uKE9hc { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:21.375rem;left:41.5625rem;height:0;display:block; }
#GmtqVMAT48lJFmwTJT64s9QUBT7S3ps4 { position:absolute;display:block;z-index:15030;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:4.625rem;left:10.9375rem;overflow:hidden;display:block; }
#Fu9VDTDtS4DVPOmwrHTwLzTfJm5J2an8 { position:absolute;display:block;z-index:15031;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:17.9375rem;left:45.3125rem;overflow:hidden;display:block; }
#iadbKn3AIdDcMvsTM1tg84SQMf99qqQM { position:absolute;display:block;z-index:15032;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:4.625rem;left:45.8125rem;overflow:hidden;display:block; }
#ryTsBJeSpvxkR0TBF2AEDCptfSEd9zzX { position:absolute;display:block;z-index:15033;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:17.6875rem;left:11.3125rem;overflow:hidden;display:block; }
#Sl0tdQxZvGFKkt7qmfuu3MbVQoBpMzvC { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:23.375rem;left:50rem;height:0;display:block; }
#NS8eEocROsXKcTUm8Ae3FyaHA0t90HmX { box-sizing:content-box;height:5.6875rem;width:21.5625rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.5rem;left:19.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-primary-2),0.6) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ICIqBqckegymKDuupGATtEPgmz5cvHoB { color:rgba(var(--color-tertiary-3),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:13.90625rem;left:21.65625rem;height:2.75rem;display:block; }
#lkEEUBuMQwycHZ3a3PCwfdyysIgbTd6G { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:14.625rem;left:24.75rem;height:0;display:block; }
#QAyB2QOyypNXrlDNWtVNRoqIIXCDPsVi { position:absolute;display:block;z-index:15036;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:11.1875rem;left:28.5rem;overflow:hidden;display:block; }
#oAtNWqWZ8twaWNMJdgmLuJb61eUyAVmi { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:17.25rem;left:33.4375rem;height:0;display:block; }
#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65ec17b2-8f2f-43f1-b859-e77f5aa241e9/Projektbeznazwy21.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG.adaptive-delivery-prevent-bg, #hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG.lazyload, #hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG.lazyloading { background-image: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container { background-color: transparent; background-image: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container > .video-iframe-container { display: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row > .video-iframe-container { display: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .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); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container { border-width: 0; border-radius: 0; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG::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; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#BSOpMQ6aUTDk2ZAvItpvuKrUlKHkVEgQ { color:rgba(var(--color-primary-2),1);display:block;width:44.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.662109375rem;left:7.5615234375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pH8pSuIlmv99Hy6gUNDqXguDKv02u1K2 { 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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:1.375rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.6875rem;left:19.34375rem;display:block; }
#gk6pdDWDutcmhzq4y63wui3bos7xbMz1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1qfuAAroamWLXNHqa6Xm4WNySetPh6d { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.125rem;width:28.75rem;top:1.662109375rem;left:13.919921875rem;overflow:hidden;display:block; }
#xD4AB9R52xVqFSZpGHKG2nwTHGzyTw97 { box-sizing:content-box;height:5.0625rem;width:18.9375rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:13.4375rem;left:4.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#xTpaO6V1X4ZEKVeq0nBqZThqc4cwNm9W { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.53125rem;left:7.5625rem;height:2.875rem;display:block; }
#IPqCgqm4JWRhyWzbEwKDksV3xisMBHzJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:14.8125rem;left:4.75rem;overflow:hidden;display:block; }
#mdNpb1D86Tfnhfc5R1LAeviIpuaxzXTp { box-sizing:content-box;height:5.0625rem;width:19.5rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:9.375rem;left:33.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#NnlMMbpbNKGt6VeEBzmSh5FyfPuPMz5C { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.5rem;left:37.9375rem;height:2.875rem;display:block; }
#AmpDcvnMXZ7dl6SCPHwax36ff9wgfUfy { position:absolute;display:block;z-index:15021;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.375rem;width:2.375rem;top:10.71875rem;left:34.5rem;overflow:hidden;display:block; }
#ka1rrCNLso9iFp8nJvt6aBwBbhLrpfzg { box-sizing:content-box;height:5.0625rem;width:19.3125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:25.3125rem;left:5.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#LZEizL2fczWFFgiea4IywofbkVCSy4xg { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.375rem;left:9.5rem;height:2.875rem;display:block; }
#fBqysScHCFJKpFSgozqW3qPNkUS6hStR { position:absolute;display:block;z-index:15020;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.5625rem;width:2.5625rem;top:26.5625rem;left:6.1875rem;overflow:hidden;display:block; }
#ZxZcySQWdFQBIWavfZSKl837EdqGli1S { box-sizing:content-box;height:5.0625rem;width:18.9375rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:19.1875rem;left:35rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#tEfGUyQvmaRusAIGHn77qE2bZXXm01DA { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:20.125rem;left:35.75rem;overflow:hidden;display:block; }
#o1xBc7O3SHULxhkWEsCQgT62D6Oz5CCO { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.46875rem;left:38.748046875rem;height:4.3125rem;display:block; }
#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#Ob3nV5GMlTetpTtgc8Ta23oJCo0BJhXD { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:10.875rem;left:69.0625rem;height:0;display:block; }
#ewNRdu1lSLhPMenq5ryAFGrfvdIp5KWi { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:12.875rem;left:73.9375rem;height:0;display:block; }
#t33VfkVDVzJI6ocqyb7ApAK5bN0BAa0a { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:57.0625rem;top:1.1875rem;left:1.46875rem;overflow:hidden;display:block; }
#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65ec17b2-8f2f-43f1-b859-e77f5aa241e9/Projektbeznazwy21.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w.adaptive-delivery-prevent-bg, #dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w.lazyload, #dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w.lazyloading { background-image: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container { background-color: transparent; background-image: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container > .video-iframe-container { display: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row > .video-iframe-container { display: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .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); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container { border-width: 0; border-radius: 0; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w::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; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:60rem;position:relative;display:block; }#vpOnXg48X5RreW0dOTbU9xK01uU2rveu { color:rgba(var(--color-tertiary-3),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:10.625rem;left:11.9375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vpOnXg48X5RreW0dOTbU9xK01uU2rveu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vpOnXg48X5RreW0dOTbU9xK01uU2rveu li:before{  }
#f3pivo9T2CTgazOlMSTULt2ZzwT12O2z { color:rgba(var(--color-primary-2),1);display:block;width:47.1243095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.71875rem;left:6.4361209869388rem;height:2.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ylem6R1h2yhNb3F5HaS2IHkM22VgGfWv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:6.9375rem;left:2.25rem;overflow:hidden;display:block; }
#ZD1wHcJl1cpn4B5aTR8SEyNRMQJwt7hK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.3125rem;left:18.375rem;height:0;display:block; }
#xOU3I440zu1MBVftouKqUakosrZpQEPP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.25rem;left:44.75rem;height:0;display:block; }
#TB2TvLruit0LV6sdM7nslRc0y8NxBU7U { color:rgba(var(--color-tertiary-3),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:19.6875rem;left:31.3125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TB2TvLruit0LV6sdM7nslRc0y8NxBU7U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TB2TvLruit0LV6sdM7nslRc0y8NxBU7U li:before{  }
#fif3ZnZflk2DaKA4dJqDnTxWrvTlmeRr { color:rgba(var(--color-primary-2),1);display:block;width:44.560546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:45.625rem;left:6.435546875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pnUGT5XTPh4bI9Tf2rxQxscIkgqA8anu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:16.9375rem;left:21.25rem;overflow:hidden;display:block; }
#gyo5ws618qTEO3RcgFJMwxivskXVvOp2 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:28.0625rem;left:13.8125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gyo5ws618qTEO3RcgFJMwxivskXVvOp2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gyo5ws618qTEO3RcgFJMwxivskXVvOp2 li:before{  }
#PO9SbTm5LtJJRLnmWasvuJb813SWbdNI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30.625rem;left:20.3125rem;height:0;display:block; }
#s0prTCfArINlF4TNKWwvxuBP3f1QXMeP { position:absolute;display:block;z-index:15012;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:9.0625rem;width:9.0625rem;top:25.0625rem;left:2.9375rem;overflow:hidden;display:block; }
#yubiUP4awbCbhvnh9oURiCToAfoXlu3h { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:34.125rem;left:19.375rem;overflow:hidden;display:block; }
#ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us { color:rgba(var(--color-tertiary-3),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:36.875rem;left:29.4375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us li:before{  }
#TT4d4oWrU2SUBw2TnkBxrZEgbJJT1XIJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:38.5625rem;left:35.0625rem;height:0;display:block; }
#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9f558236-1f35-4581-a0cb-dd2780735eda/Youtubeminiatury18.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO.adaptive-delivery-prevent-bg, #WiWbJRlTTmu6q5elr5AJHCHXHex6EREO.lazyload, #WiWbJRlTTmu6q5elr5AJHCHXHex6EREO.lazyloading { background-image: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { background-color: transparent; background-image: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container > .video-iframe-container { display: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row > .video-iframe-container { display: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .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); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { border-width: 0; border-radius: 0; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:block; }#q1s6EAn7BF0K8FMOd68UwTOFNWAzT3dE { color:rgba(var(--color-tertiary-3),1);display:block;width:35.9995384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5958251953125rem;left:16.354547500611rem;height:1.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DRaFGVFU33WMSaVVOudxIXpcdzJwvTlV { color:rgba(var(--color-primary-3),1);display:block;width:47.1240234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.15625rem;left:6.4375rem;height:2.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1CQfmG6XXDLsphFTfwDLx2A47FbLPyu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.564453125rem;left:12.296875rem; }
#AzMiEBsaMLfX56k333Rva5mafqyw9z0E { 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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:1.375rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:22.9990234375rem;height:4.5615234375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.4443359375rem;left:18.5rem;display:block; }
#wJAPTP8BG8wmFCBTVuo1mtuNTOXonERf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2ITViise6eNZgz5GEzuAKJCASNoAEUx { color:rgba(var(--color-tertiary-3),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:6.595703125rem;left:17.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#G2ITViise6eNZgz5GEzuAKJCASNoAEUx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G2ITViise6eNZgz5GEzuAKJCASNoAEUx li:before{  }
#Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry { color:rgba(var(--color-tertiary-3),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:11.59375rem;left:17.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry li:before{  }
#y4dcenb79tgi06ralCHo3S13aJt9ulJx { color:rgba(var(--color-tertiary-3),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.0283203125rem;left:17.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#y4dcenb79tgi06ralCHo3S13aJt9ulJx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y4dcenb79tgi06ralCHo3S13aJt9ulJx li:before{  }
#IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:23.625rem;left:17.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 li:before{  }
#OJCqUAXiliAT8e576pyAuNhTP0tCDdwb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.3125rem;left:12.296875rem; }
#xXL3UrFkXtMPubuXpTszFU4UyGToXD4D { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:23rem;left:12.296875rem; }
#Kge7TuBgUt3JECwqiDtsPQOpu2FKfEcs { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.59375rem;left:12.296875rem; }
#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.73);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; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container { background-color: transparent; background-image: none; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container > .video-iframe-container { display: none; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row > .video-iframe-container { display: none; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .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); }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container { border-width: 0; border-radius: 0; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container { font-size:0.875rem;font-family:arial;height:134rem;width:60rem;position:relative;display:block; }#HfFd0UlWDywtDoqShBE5N1UdlIhl00Q0 { box-sizing:content-box;height:5.125rem;width:5.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;top:38.236434936524rem;left:13.372011184693rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ibCQCEDGx468efw2nueiE7xDbCrFb6iK { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.435546875rem;left:9.375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DusXGNXtdVU50I6VXtuZlD2t65XoGKGQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8745403125rem;width:2.8745403125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:39.232757568359rem;left:14.494485855102rem; }
#kyBC551U8d3dqtqDpe5LhLpzpBvoMZWt { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:49.4375rem;left:14.5rem; }
#WdEsIZwyTDCT7A6GvhpDsf3JkWG9g58f { box-sizing:content-box;height:5.1240806875rem;width:5.1240806875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:48.375rem;left:13.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ucWBJJWNJiPJOxSkQVFp5T1DGLG3Wh8I { color:rgba(var(--color-tertiary-3),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:40.18611907959rem;left:19.998849868774rem;height:6.5rem;display:block; }
#ChyFOKJVGy0dStavN1bQHLoKiOSXqFTn { color:rgba(var(--color-tertiary-3),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:38.060661315918rem;left:19.998849868774rem;height:2rem;font-style:normal;display:block; }
#wlITyO2RVpMRsEsQtRS9ID4g5cP8Qxh9 { color:rgba(var(--color-tertiary-3),1);display:block;width:21.3120403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:48.25rem;left:20rem;height:2rem;font-style:normal;display:block; }
#rMCFNwbssZbtfCCHGH43AGOA6H8IFUQt { color:rgba(var(--color-tertiary-3),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:50.5rem;left:20rem;height:3.25rem;display:block; }
#yIFhLZEQVcaTCK6qcG6cWIlz3ZzLtEJm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.75rem;width:58.3125rem;top:7.498046875rem;left:0rem;overflow:hidden;display:block; }
#o2W0cRn1L9AJ676TC2hlfmqFnd03SLuv { color:rgba(var(--color-primary-2),1);display:block;width:49.498046875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:93.6875rem;left:5.1875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x3I5G12RiFlucI82I6Xt7983da4EXy6F { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:31.375rem;top:94.5rem;left:25.25rem;overflow:hidden;display:block; }
#byIkN6JOPtlFrlI1kUs8CFZNVFRIQDK4 { color:rgba(var(--color-tertiary-3),1);display:block;width:45.248046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:97.3125rem;left:7.3125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.748046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:102.75rem;left:7.875rem;height:23.4375rem;display:block; }#Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 li:before{  }
#UCF7fTL7FJnO1R89EaWUiiW9CMsMcQ1t { box-sizing:content-box;height:36rem;width:55.3125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:92.1875rem;left:2.375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#Jty45Ma6BighsysOitbhcICQFBVrdEOA { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:66.4375rem;left:20rem;height:4rem;font-style:normal;display:block; }
#mBsP9UU8mIqvac7JtrX1nBDOqydqPLEB { box-sizing:content-box;height:5.124025rem;width:5.124025rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:66.4375rem;left:13.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#kPQH9CosbpBeAefUycyfB1GEnFloQ5TU { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:67.25rem;left:14.1875rem; }
#zDvZ2wPKGDBGJdlMnrW3r77kz5iVav3p { color:rgba(var(--color-tertiary-3),1);display:block;width:27.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:70.4375rem;left:20rem;height:4.875rem;display:block; }
#bNbRTBedEGQneLpuGwHvaVTTTv2FPxZQ { color:rgba(var(--color-tertiary-3),1);display:block;width:27.998046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:61.125rem;left:20rem;height:3.25rem;display:block; }
#dPy5sLZomPZi8mMknJS03vrw1sApDSxv { color:rgba(var(--color-tertiary-3),1);display:block;width:21.310546875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:56rem;left:20rem;height:4rem;font-style:normal;display:block; }
#DtM6HTOxUZiSmH9EzSgSMZHe8moSZWc7 { box-sizing:content-box;height:5.1240806875rem;width:5.1240806875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;top:56rem;left:13.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#OauJDFKhw87oV7gyM50k1xNekFf9gQqc { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:57.125rem;left:14.5rem; }
#OmuHHwav8wMin5h1iSSs8GlP546VMfU5 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:77.25rem;left:19.998046875rem;height:4rem;font-style:normal;display:block; }
#UUeJDMn0WQvwTnMvlKc7RiuxRAuo4TMo { color:rgba(var(--color-tertiary-3),1);display:block;width:27.998046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:82.125rem;left:19.9990234375rem;height:6.5rem;display:block; }
#SgTmuvUJL4sF2maTZzQI29OPdFInz2gJ { box-sizing:content-box;height:5.1240234375rem;width:5.1240234375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;top:77.25rem;left:13.37109375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pF3GfgdBxhlM7iuhETIercicq6qnWToc { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:77.8125rem;left:14.18359375rem; }
#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container { background-color: transparent; background-image: none; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container > .video-iframe-container { display: none; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row > .video-iframe-container { display: none; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .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); }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container { border-width: 0; border-radius: 0; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#C5EcbrNeReU5kQsrIqT7XlFFQTCURxuG { background-color:#cedec4;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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:1.375rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:18.0615234375rem;height:3.4990234375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:20.96875rem;display:block; }
#OtiLzeXUAZePPQWU5KDZ0kwnuSy5FDmx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVJU2vIoVb49OWDeML9M2k5oADvI435T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container { background-color: transparent; background-image: none; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container > .video-iframe-container { display: none; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row > .video-iframe-container { display: none; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .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); }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container { border-width: 0; border-radius: 0; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;position:relative;display:block; }#syMX8Q1ugdryiXKhzIAtqE34GdaXuiQL { color:rgba(var(--color-tertiary-3),1);display:block;width:41.1247673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2.4954071044922rem;left:9.4370403289794rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JVITT7FRSesBkRBcOx715Amt3FQAlWOn { 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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:1.375rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:20.3125rem;height:4rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.4375rem;left:20.5009765625rem;display:block; }
#Bm4s1eTSNTNVvTswmTaHR6oHS8hPbHym { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2FcHHrHkLc4CTLBFEmcPmiHzdf2rNri { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:32.5625rem;left:10.3125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wnfh3NpkisTA4NxTArkDPHopgZFh3SXb { box-sizing:content-box;height:5.1875rem;width:20.8125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:7.75rem;left:5.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),1) ;display:block; }
#GRLmqrgQZcKOroRhKr11PFvnzObq4Gq5 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.90625rem;left:9.4365234375rem;height:2.875rem;display:block; }
#DmpTipJBrzEEdouFiNCmGiMVJhoID26p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.375rem;left:6.75rem; }
#o2PgyoaRGT2boiUcQJmn944yXmRuFWDG { color:rgba(var(--color-tertiary-3),1);display:block;width:30.8743095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:18.5625rem;left:20.5rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aQ6DAiyZvAHwF7C3k1B2sh5vIWXCP0Cm { box-sizing:content-box;height:5.1875rem;width:20.8125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;top:15.4375rem;left:20.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),1) ;display:block; }
#Pgi29gRfzR07eDmKr96RfK5yZBZnZWwm { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:16.625rem;left:24.625rem;height:2.875rem;display:block; }
#lu1FBvbAyNwpCpRfv6JBmbGtqbizITIV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.0625rem;left:21.9375rem; }
#rpGfBMFs4OsA7DzHs3ZvdhRQMeXX3Ewc { box-sizing:content-box;height:5.1875rem;width:21.5625rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:7.75rem;left:32.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),1) ;display:block; }
#z5op7zWXLxhdO7ZuhhJn8HiytEkH1dTI { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.9375rem;left:36.5625rem;height:2.875rem;display:block; }
#bgLigVpQxbkaELrD5fo0zSvhBxa2cCU1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:9.375rem;left:33.875rem; }
#l0I9neZkCxTWlZ26zQRr5ZJJIFtcI37h { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:26.375rem;left:10.625rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hOcgUtZ9TANX0yu2RL43hhGlmTZDvdmA { box-sizing:content-box;height:5.1875rem;width:20.8125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:23.5rem;left:6.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),1) ;display:block; }
#NLx0ia34TrnovM7Pzvt8eU9tGRJUGhLB { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:24.6875rem;left:10.9375rem;height:2.875rem;display:block; }
#ZZbu1qOersdmoa93ucFWHtMyriOZvuZd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:25.125rem;left:8.25rem; }
#WcQDuJfXUhITLUP55qwz9mwfbIpqKCpf { box-sizing:content-box;height:5.25rem;width:21.375rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:23.5rem;left:36.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),1) ;display:block; }
#EufT0HQqW0g7hHvBk3HUlOXRA0NwE4Tu { color:rgba(var(--color-tertiary-3),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:24.6875rem;left:40.6875rem;height:2.875rem;display:block; }
#pTTkByxCpirabk06QLuLUh5p382ugAWG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:25.125rem;left:38rem; }
#E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf { position:relative;display:block; }#E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf { background-color: transparent; background-image: none; }#E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf > .row .container > .video-iframe-container { display: none; }#E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf > .row > .video-iframe-container { display: none; }#E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf > .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); }#E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf { border-width: 0; border-radius: 0; }#E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf > .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; }#E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf > .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:69rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P7SXHmlT34yCxi9aDstKL28Oww9WXoyp { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:1.4375rem;left:0rem;height:4.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g7SZiwX1PDeB8zpHQHgkhQIlqvLEVqVK { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:6.5625rem;top:5.5625rem;left:50.3125rem;overflow:hidden;display:block; }
#NVupVXIR3k5onWspXGH8gE46vd3XbHti { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:10.1875rem;top:6.75rem;left:26.5625rem;overflow:hidden;display:block; }
#ABdm07TEcTix9LZ1b68Z6Ra5vP3gInO2 { position:absolute;display:block;z-index:15075;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:10.125rem;top:6.75rem;left:36.75rem;overflow:hidden;display:block; }
#hvnekaNsof6QCs1Z3BWNwc3hVFcMIgnv { position:absolute;display:block;z-index:15075;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:5.6875rem;top:9.4375rem;left:48.25rem;overflow:hidden;display:block; }
#D8ogfu2BZ0goLc0Rh4trwnvqbdQA6Se3 { color:#a3d3d4;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:16rem;left:45.625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#bvvfX4xg8WdKcbtTIBEzbiQyb0Jgo8AO { color:#cedec4;display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:18.5625rem;left:27.9375rem;height:1.6875rem;display:block; }
#AeUvU9V9wCsPLSTJmUIZebP3mKMgpeSM { color:#a8c6b6;display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:18.5625rem;left:37.75rem;height:1.6875rem;display:block; }
#xy2gpt6T0oCaaR5PzE474Z253TdRVyZn { box-sizing:content-box;height:38.3125rem;width:9.5rem;position:absolute;display:block;z-index:15013;background-color:#a3d3d4;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:20.25rem;left:47.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#EI5MgC4v6WKt8zeyhanWLdqUB5UFG4OB { box-sizing:content-box;height:37.5rem;width:23.1875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(297deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(297deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(297deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(297deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(297deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.9375rem;left:2.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#x5di2SZcZ8EJPOGD5x2zagBdT2kr5urv { box-sizing:content-box;height:37.125rem;width:9.5rem;position:absolute;display:block;z-index:15011;background-color:#cedec4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.125rem;left:26.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#DcLt37f4RuofOlrb8DOk0KcJe0MkZXA4 { box-sizing:content-box;height:37.125rem;width:9.5rem;position:absolute;display:block;z-index:15012;background-color:#a8c6b6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.125rem;left:37.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#BZwoEbsKT9lSF2B9yN5zXTsVX9rkuo6Z { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:21.5625rem;left:3.9375rem;height:1.875rem;display:block; }
#aECAEk7JFAMQ6Or4cEFN2ZdmpSg4ntqR { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:21.5625rem;left:3.9375rem;height:1.875rem;display:none; }
#AQZ8lEmKE99lSxM1xOJcZ5AWNCSrAATI { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:21.5625rem;left:3.9375rem;height:1.875rem;display:none; }
#bWgl7811wsmNOw2v2dKi5OL92ELNHqks { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:21.5625rem;left:3.9375rem;height:1.875rem;display:none; }
#O2cH6C7xBXctet3ARsswrqAtEI5kZHps { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15038;opacity:1;top:22.0625rem;left:31.125rem; }
#Wm1JPa8SWIs5RcAhmElpurRQVsCTvHxg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15039;opacity:1;top:22.0625rem;left:41.375rem; }
#IhDvSVzwC9FFT2HMBiv6sDyKC8RXsZlF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15040;opacity:1;top:21.4375rem;left:51.6875rem; }
#OnCt9ixDDapsgdpLdpA51l9wh8Rpb2pa { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15022;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:26.875rem;display:block; }
#HBHdKSSU9V2Cb1P8WMBQT6NLZHDfa9AN { box-sizing:content-box;height:0.0625rem;width:22.875rem;position:absolute;display:block;z-index:15014;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:2.375rem;display:block; }
#NBTHaSZqKq2ensPQmo4ivDRJozht4CBc { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15024;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:37.125rem;display:block; }
#dpfp5XUy4Uo9HlvpHLkNL2KTazBQ3bOo { color:#444444;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:23.375rem;left:47.1875rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#CTxJ7XJZmLvkC0pKdE4BQWPtMECwoPPc { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15023;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.375rem;left:47.5rem;display:block; }
#vCcXcJeViICXo3ldW5TG0i8sNo8JOMFP { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:24.75rem;left:3.9375rem;height:0.9375rem;display:block; }
#rHskdIWM29MkWbggWN1AS472PReH7pdt { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:24.75rem;left:3.9375rem;height:0.9375rem;display:none; }
#WespSUowZCyyctTZaF4En3EOvVihZKUi { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:24.75rem;left:3.9375rem;height:0.9375rem;display:none; }
#DkTQGzSIpVLl1Mf4qaQkcFut5dW5yZVU { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:24.75rem;left:3.9375rem;height:0.9375rem;display:none; }
#pDr1loQPxlz48IQZIiqibfS5ZBPPnGli { color:#444444;display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:24.75rem;left:29.1875rem;height:0.9375rem;display:block; }
#sF97EHuQwaPQplsJmT9m6R1nm6Th1TWp { color:#444444;display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:24.75rem;left:39.5625rem;height:0.9375rem;display:block; }
#xoH09sP6ZVGfM5q3HPg16dRTiOmVN04y { box-sizing:content-box;height:0.0625rem;width:22.875rem;position:absolute;display:block;z-index:15016;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:2.375rem;display:block; }
#P2Mlkn2IlPCB9XGOxL4cRr1SKrx7rEJv { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15029;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:26.875rem;display:block; }
#ne4MJwIFxzlTnDObopUNpVwHOByH04Et { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15030;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:37.125rem;display:block; }
#oriMTcOnwJ0pVOLTJVmAd01a3TGw6i42 { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15031;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.8125rem;left:47.375rem;display:block; }
#LZpiE3iAtq40b9WSTcPcuniV1Ay1Qcm1 { color:#444444;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27.1875rem;left:3.9375rem;height:0.9375rem;display:block; }
#VUL6hGuPANkVR3bdcQGDy3fSSUd5gpTo { color:#444444;display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:27.1875rem;left:28.875rem;height:0.9375rem;display:block; }
#hB7iQJDs6T5zb3lEXL2LH6hiuRWuq6rX { color:#444444;display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:27.1875rem;left:39.125rem;height:0.9375rem;display:block; }
#yq5snnK99xsZui49OkXn4eZmHAQBk9CO { color:#444444;display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:26.5625rem;left:49.4375rem;height:0.9375rem;display:block; }
#Gp1WNUU9BZPoC3LrTrA5p9TqbO2mVmIX { box-sizing:content-box;height:0.0625rem;width:22.875rem;position:absolute;display:block;z-index:15017;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:2.375rem;display:block; }
#tNzBI2hpioib2lc8escKG4M5ZxxQIafM { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15030;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:26.875rem;display:block; }
#Ze0w1QKGayQSy4hoe40hF7e1hOrHAsvT { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15031;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:37.125rem;display:block; }
#ftwMrQok3DbNxALNHT22WkEZu7m9pOcJ { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15032;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.0625rem;left:47.4375rem;display:block; }
#bsN4HPK1TbE2oS77dUkKu9urfBCJxSEq { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:29.75rem;left:3.9375rem;height:0.9375rem;display:block; }
#OiWWc4ipnEQk2dvEXwfXRtDCNZIrL8cn { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:29.75rem;left:3.9375rem;height:0.9375rem;display:none; }
#AUCgxdXM32D8V6MVz9sHQfC5yHdMr35c { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:29.75rem;left:3.9375rem;height:0.9375rem;display:none; }
#pC2pD5NykB5J3MaUkzPhfgTpyuEPLwOa { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:29.75rem;left:3.9375rem;height:0.9375rem;display:none; }
#nxdlINnq0NodlxptRB3KDJhLDRNLxbPn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15039;opacity:1;top:29.75rem;left:31.125rem; }
#NrxnX5w1rJQIDns52hxhF3hDC8tfDdyL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15042;opacity:1;top:29.75rem;left:41.375rem; }
#u6ZDvkWCTiSIlAATryWBpikPTivbscod { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15043;opacity:1;top:29.125rem;left:51.6875rem; }
#LIFts9HzwbePzgyo44X4sT3xAcpsVWtD { box-sizing:content-box;height:0.0625rem;width:22.875rem;position:absolute;display:block;z-index:15015;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:2.375rem;display:block; }
#POzsPuU5rSXQPmIMeEFl8bzPCnzQfO5D { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15031;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:26.875rem;display:block; }
#C2mZMMGhIn6ghON8fPBEhPSgTixewKAd { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15032;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:37.125rem;display:block; }
#md4gZqbg9TOWD3cqToMneeGiK7i1ZBE3 { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15033;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.75rem;left:47.4375rem;display:block; }
#ZfSH9UTHeP3lV5ZFMAyOOJMQRdv59GEN { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:32.375rem;left:3.9375rem;height:0.9375rem;display:block; }
#CR3itxvJpe3tJpJLWKgElGsnwXVD52pD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15040;opacity:1;top:32.375rem;left:31.125rem; }
#AwnVm1xN1NT7QT4XDiwpgUlwDZyI0BbC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15041;opacity:1;top:32.375rem;left:41.375rem; }
#HBFbVGAqSoTm1RmnkgHULxE8xxBW9Gm6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15044;opacity:1;top:31.75rem;left:51.6875rem; }
#K1LiLN1eF7OCq1LIIgGxZkfgGCL7Nedc { box-sizing:content-box;height:0.0625rem;width:22.875rem;position:absolute;display:block;z-index:15016;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34rem;left:2.375rem;display:block; }
#zLUDRKPALX4TnnGl9S1hyuOciWfAU73e { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15035;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34rem;left:26.875rem;display:block; }
#bF8cWebTyBGNz1TQL0syVX2H70T8p1WO { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15036;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34rem;left:37.125rem;display:block; }
#cXQVqbVoxvV2fEF0R1zWAtSuxFWHd09i { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15037;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.375rem;left:47.4375rem;display:block; }
#cE5eo4HDSXNyOXGCbTRhCT4GKL8k59Lf { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:34.75rem;left:3.9375rem;height:0.9375rem;display:block; }
#TXeTmiv5QC3inEcWgsWrQaZMRqx6v6Ur { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:34.75rem;left:3.9375rem;height:0.9375rem;display:none; }
#WBDez1eIg8dPrEI3DCTGQa669maqVzz8 { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:34.75rem;left:3.9375rem;height:0.9375rem;display:none; }
#uDQOaR43t7Ol4iBTuupa8wivZAnPPKtJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15041;opacity:1;top:34.75rem;left:31.125rem; }
#MC0U2GLqv73udpb0UptsTkWUpyT1MTHr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15042;opacity:1;top:34.75rem;left:41.375rem; }
#KMTliNkyfuJdaV9haId4QV7ICqdwoGTM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15043;opacity:1;top:34.125rem;left:51.6875rem; }
#XxsWP6XJ8Tv6LKmWESrq074XkWqhlfIz { box-sizing:content-box;height:0.0625rem;width:22.875rem;position:absolute;display:block;z-index:15019;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.625rem;left:2.375rem;display:block; }
#n72enukwLHekaZhR4UNds0wLPckWLSuI { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15036;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.625rem;left:26.875rem;display:block; }
#pUf0zLr4XkBVNyyskmLoSnagFTqNvGf6 { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15037;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.625rem;left:37.125rem;display:block; }
#u6ZpJD6zIv1pXRmTX4mlBmfExFpUUFAJ { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15038;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36rem;left:47.4375rem;display:block; }
#bpobyvTqiFTl7EE73nNNrohtwTgPv64i { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:37.375rem;left:3.9375rem;height:0.9375rem;display:block; }
#atAyMXEPSydWFT1pAbrrk9J6D3zMDhEA { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:37.375rem;left:3.9375rem;height:0.9375rem;display:none; }
#Clh4qTVKdrBtEnUiU2BurAk8Bb24QN8n { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:37.375rem;left:3.9375rem;height:0.9375rem;display:none; }
#zXM1ayfm3bmBI6tlLZPSLIJmyTggoUIO { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:37.375rem;left:3.9375rem;height:0.9375rem;display:none; }
#Lmkd11s3RTupVq83CEx1WXlpbd2SrsPP { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:37.375rem;left:3.9375rem;height:0.9375rem;display:none; }
#z0DDEHHhZbGPSa7pGnfQSrfoBsqWFmMU { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:37.375rem;left:3.9375rem;height:0.9375rem;display:none; }
#NEOkEeHWRTdBqawuVvSneWoQkipcTqKp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15044;opacity:1;top:37.375rem;left:31.125rem; }
#lZvgytwVEDTBkXXMJt0G3MC8ol9kEsiD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15045;opacity:1;top:37.375rem;left:41.375rem; }
#TIBA9lIRz3Q9U66WA3GU7R5J35S5DXzA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15046;opacity:1;top:36.75rem;left:51.6875rem; }
#cZyaiv1InZ2geqaafrrx3q2vL6SeMago { box-sizing:content-box;height:0.0625rem;width:22.875rem;position:absolute;display:block;z-index:15020;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.125rem;left:2.5625rem;display:block; }
#MEnGuSnxoltTfwENoTH9t7TzFwpJUoCR { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15039;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.125rem;left:26.8125rem;display:block; }
#hiySKosgpl0mBoO7WgQSkTy8fdvlPo4b { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15040;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.125rem;left:37.125rem;display:block; }
#itOBV7BXTsfa6iNvfmOfCu5It3RTxk6d { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15041;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5rem;left:47.4375rem;display:block; }
#ynkcFB7MTix2r4L0izWD3fGMmTVwiSPL { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:39.75rem;left:3.9375rem;height:0.9375rem;display:block; }
#Wvc9Ku50dQNWD7IGAPcarUqAlyG0cqKk { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:39.75rem;left:3.9375rem;height:0.9375rem;display:none; }
#qaQfvgwUKy76HhyTegwNyBV9dTOB46qg { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:39.75rem;left:3.9375rem;height:0.9375rem;display:none; }
#yaMFrh1NV1EzrhAwflDhnt4Pxyc3c3FR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15047;opacity:1;top:39.75rem;left:31.125rem; }
#VQ9oMoTzWiMEMx5dKWC4amSimacXuKAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15048;opacity:1;top:39.75rem;left:41.375rem; }
#ARHuWI8e3PJF1f6D6RAzvgl7vHtap3zL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15050;opacity:1;top:39.125rem;left:51.6875rem; }
#I4GM5a0c5z6m1ZCZmxCgJhp6XT2ta629 { box-sizing:content-box;height:0.0625rem;width:22.875rem;position:absolute;display:block;z-index:15021;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.3125rem;left:2.5625rem;display:block; }
#IkvGpqMiKeKgIBcEmscAf0U0JfWc8Pvt { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15042;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.3125rem;left:26.8125rem;display:block; }
#G1dWHQvkmp6BlOlyZyOXLuTF3muJkuoZ { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15045;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.3125rem;left:37.125rem;display:block; }
#dgp1CmT4HQ5hklhT3A9mHeGmWA4BtNIB { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15046;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.6875rem;left:47.4375rem;display:block; }
#NlohTtXlfGqwbhdXPRGOMLtQ8BPeGSzX { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:42.375rem;left:3.9375rem;height:1.875rem;display:block; }
#b7hPzntdPalw3J9ntXuLcBeXeMJczlc8 { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:42.375rem;left:3.9375rem;height:1.875rem;display:none; }
#f5aMSNuIlL45Tt4Uq35I2k4uVDb9q9yv { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:42.375rem;left:3.9375rem;height:1.875rem;display:none; }
#KDy82ZH31y1qfi8X8BHK2qdUTWT3OZMG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15051;opacity:1;top:42.875rem;left:31.125rem; }
#l1lnKm6Mayy70pJZSkvFSOkfXkhCHaI5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15052;opacity:1;top:42.875rem;left:41.375rem; }
#HOSaZcHLPtCvX06f77tDdWuFZwvL4fA6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15053;opacity:1;top:42.25rem;left:51.6875rem; }
#TWOl4HutCpxXGR9kso0TGPJopcH6ubHk { box-sizing:content-box;height:0.0625rem;width:22.875rem;position:absolute;display:block;z-index:15023;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.75rem;left:2.5625rem;display:block; }
#pmR0eGO6g4Vi1O8prIKcFXZUJKbcUl1J { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15047;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.75rem;left:26.875rem;display:block; }
#ZW396ac9b4PTIzrqEkRR2X4BJuUnAM1A { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15048;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.75rem;left:37.125rem;display:block; }
#UetOzWdZohz9rGXWezd4WMkFsibqa2wE { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15049;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.125rem;left:47.4375rem;display:block; }
#grVt4Tm1PJMMbfepzwnkoZSxXZPI4asu { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:45.9375rem;left:3.9375rem;height:0.9375rem;display:block; }
#qVPJvbSfeIODhFbnKsiTZZJeWveTIATI { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:45.9375rem;left:3.9375rem;height:0.9375rem;display:none; }
#PTDTSsr3dSK7FtCz3XR8At8GNzSOugmi { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:45.9375rem;left:3.9375rem;height:0.9375rem;display:none; }
#wrzb06EJ6Z7MG0ATRNcCln3XT4ykS5yJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15054;opacity:1;top:45.9375rem;left:31.125rem; }
#Tvw5vzMmmZixIIHgAdsEXLPVbMZL1q4u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15055;opacity:1;top:45.9375rem;left:41.375rem; }
#m5K4TW62PTfcaqW2fICBxzXmHaJxwA3A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15056;opacity:1;top:45.3125rem;left:51.6875rem; }
#EUCHlJo5kGV1dFUx9sefn55anmdM1x17 { box-sizing:content-box;height:0.0625rem;width:22.875rem;position:absolute;display:block;z-index:15016;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.5625rem;left:2.5625rem;display:block; }
#f7hIC0NarsksPcwRZBRWpsfTETegWr3h { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15052;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.5625rem;left:26.8125rem;display:block; }
#iRQwptrXViMRvE8awxWSSDGkm2ztWhvT { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15051;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.5625rem;left:37.125rem;display:block; }
#tIqufdDNUsqF0wkdsFixaWeT65SRqX6x { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15053;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.9375rem;left:47.4375rem;display:block; }
#SJAzSUncXum28AmbxDnI8CDqW3xvvFqr { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:48.5rem;left:3.9375rem;height:0.9375rem;display:block; }
#F1t9Kz0FTl1MDiHJSg4owXM4BOXy3F0P { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:48.5rem;left:3.9375rem;height:0.9375rem;display:none; }
#boQzzZfrA75xHhFlT4IgSyQbaMT8eFll { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:48.5rem;left:3.9375rem;height:0.9375rem;display:none; }
#UwE7Zm42mQc5fb0ZHP4IGLBcaffPfTGh { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:48.5rem;left:3.9375rem;height:0.9375rem;display:none; }
#lVgmKA73K6rnUk67nbWMfSXqV0mwCft3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15058;opacity:1;top:48.5rem;left:41.375rem; }
#vn6GsrDI5f0mxkb44AadFgVfC7JG9RHk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15059;opacity:1;top:47.875rem;left:51.6875rem; }
#Z9RRxC0JJP5UBHJWkth9gESorkQIXAt2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15057;opacity:1;top:48.5625rem;left:31.125rem; }
#RlQ59cd3qaVy3BsJ1tglfBq01kPiXTWh { box-sizing:content-box;height:0.0625rem;width:22.875rem;position:absolute;display:block;z-index:15017;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.125rem;left:2.5625rem;display:block; }
#a32dIGGSLcSuCWR5ZHif2W7Tt0VVxbB1 { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15053;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.125rem;left:26.8125rem;display:block; }
#r4xkFhkKxupF6ShQMIvFoFItZ408XKty { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15054;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.125rem;left:37.125rem;display:block; }
#U82T2NgRIqAwM9AgnfBquTkfAp03Xg6e { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15055;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.5rem;left:47.4375rem;display:block; }
#M3qAFb4fK5aXeUeQhTAkNFH3CkT5iI9M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15060;opacity:1;top:51rem;left:41.25rem; }
#GiA1phb2vaAPNPSFs6TTBzNb5I3vkMfz { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:51.0625rem;left:3.9375rem;height:0.9375rem;display:block; }
#otgWQvzbrJso8IEHG2ABs6IVOuTsawb8 { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:51.0625rem;left:3.9375rem;height:0.9375rem;display:none; }
#kDloDwriRsoVXn6W7wyJkAQTzfkHITgp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15063;opacity:1;top:50.4375rem;left:51.6875rem; }
#I6AlIw41KIDTAdgH7NrUfCzCpn2HsHBc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:.34;top:51.125rem;left:31.1875rem; }
#CJgZ6Eq7u8A5SUwW2REnsdiT1FaK1AnV { box-sizing:content-box;height:0.0625rem;width:22.875rem;position:absolute;display:block;z-index:15019;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.375rem;left:2.5625rem;display:block; }
#FJBfEQmDuGeTU5G2x1oB07Wh7OSxCp2W { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15057;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.375rem;left:37.125rem;display:block; }
#hmWSvC0W0kLbTh0fvaMPUUKifeDQZik6 { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15058;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.75rem;left:47.4375rem;display:block; }
#xg8lM87ZQKK6Et1TOF7xmVL9NpNsPo72 { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15056;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.4375rem;left:26.875rem;display:block; }
#SLpTH5d4mBQHK0vEEdkbF6qQ4fQ1kMgZ { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:53.5rem;left:3.9375rem;height:0.9375rem;display:block; }
#pvf6yzTBJQ3E9draPndJ95fKE65APHw0 { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:53.5rem;left:3.9375rem;height:0.9375rem;display:none; }
#gAVwXvDxAbonChWbKhAD9LTVdfPBEVmE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15061;opacity:1;top:53.5rem;left:41.375rem; }
#OL0P3TQX6RWw8Vg8WpmPJuq67VFG9I7D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15064;opacity:1;top:52.875rem;left:51.6875rem; }
#GKrNJ89HxdRnyxBRtPZLJacT19sg1TPc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:.34;top:53.5625rem;left:31.1875rem; }
#q6tbJD4f3bvK6RClXBBdxP7udsM9POBq { box-sizing:content-box;height:0.0625rem;width:22.875rem;position:absolute;display:block;z-index:15020;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.1875rem;left:2.5625rem;display:block; }
#d8RnW6u7TvCAIH7CUdsQTPIXfKpiLddE { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15064;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.1875rem;left:26.875rem;display:block; }
#sF6GwzTGk68AfncWck9aZSTmppxXaORv { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15063;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.1875rem;left:37.125rem;display:block; }
#kdbQOBcPXaUK6hDS8yD4BcO6TXODn3VB { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15066;background-color:#b4b4b4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.5625rem;left:47.4375rem;display:block; }
#i9H8Ld0dzO6JQIBMTyOSKoXa2n3BtbTw { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:56.1875rem;left:3.9375rem;height:0.9375rem;display:block; }
#n9ZCmqJuA0BbTaIK8QrnPGbO3A8PoKxB { color:#444444;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:56.1875rem;left:3.9375rem;height:0.9375rem;display:none; }
#LCuZAcwUTBNKPMrAMOELbO2GzkiqXwni { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15062;opacity:1;top:56.1875rem;left:41.375rem; }
#qOHQwJaX2fn9Bwiiq7qArwmDlsemrAXJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15062;opacity:1;top:56.1875rem;left:41.375rem;display:none; }
#oBpTExXfhdgKm2oLxhXXs8RMuVQhJ0eq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:.34;top:56.25rem;left:31.1875rem; }
#QLBlxVl7eczRioeFtPNm8TGIoP2E9tIu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15065;opacity:1;top:55.625rem;left:51.6875rem; }
#uqUfHyzqbDGiHmIJwQJQTXsWMcHyI7PS { color:rgba(var(--color-primary-2),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:60.3125rem;left:27.0625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6xKJklmSlegrl4ASde343uyNDDfIHBp { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:60.3125rem;left:46.5625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrURo11O4q80MM3JV13yahLwL8iFN7qx { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:63rem;left:27.0625rem;display:block; }
#svetMeg1T0LJf2DsTeGFWTQV0eOz3nv7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AJ2sEORAqgZ6VWSrhf1AuyyVI8wweK2p { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:63rem;left:47.625rem;display:block; }
#zDhNTAeG2zElxsni4AgTVP6pxyc3fef7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZCPGbDUau4SnLOfqWQr28BrqaelFudmW { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:63.0625rem;left:37.25rem;display:block; }
#sE69p86gipgKMhZMbfLAi7ALRGw15Kfg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WdZOzfm17cG3sJofbpxvJStLTLqaIKCx { color:rgba(var(--color-primary-2),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:60.3125rem;left:37.21875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pmu7399irStzMT0U7JoPh8yV3aL7SDwn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container { background-color: transparent; background-image: none; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container > .video-iframe-container { display: none; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row > .video-iframe-container { display: none; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .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); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container { border-width: 0; border-radius: 0; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#ac3AVgLPZI1J5sRttyUdkAgbITLHFUdU { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8747691875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2.5rem;left:16.875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yvhugb3u2tHf2p86DTODiigdLG0LsfCP { color:rgba(var(--color-tertiary-3),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:7.8623046875rem;left:14.935546875rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnGhK8yl0ITD7ZHscaXwZuexA7cQbif9 { color:rgba(var(--color-tertiary-3),1);display:block;width:41.1240234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:19.1640625rem;left:10.560546875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZumxTWKiJeT8UXXU9CiZfFwxEp01P8hB { 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:15027;opacity:1;top:2.8125rem;left:13.25rem; }
#OsEhrvass6WOSssq4Cn1XZEN8cdvmhUo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.8623046875rem;left:13.248046875rem; }
#SuZ4q6efZ9BkVAJfPLQFW4Hev97USBE6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15029;opacity:1;top:12.4375rem;left:14.935546875rem; }
#UXDfoW9a9recHWSTMToUSd4zRldTtCEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { background-color: transparent; background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .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); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { border-width: 0; border-radius: 0; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:1.046630859375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND > .row .container { background-color: transparent; background-image: none; }#W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND > .row .container > .video-iframe-container { display: none; }#W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND > .row > .video-iframe-container { display: none; }#W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND > .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); }#W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND > .row .container { border-width: 0; border-radius: 0; }#W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#SyiDoIe1zVInfHJbNFFU4uFEl59UE9tn { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:45.75rem;top:1.5625rem;left:6.1875rem;overflow:hidden;display:block; }
#IaET36kbzbECEDHzO4MzzQiexw4oBSyu { position:relative;display:block; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu { background-color: transparent; background-image: none; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container > .video-iframe-container { display: none; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row > .video-iframe-container { display: none; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .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); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu { border-width: 0; border-radius: 0; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .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; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .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:54.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vm52FKXdcxFExGIgRwoxBsWrKSirTtHi { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:1.6337280273438rem;left:0rem;height:4.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObSGQSoNCX9MBM05FTk1I01NcfR2S8yq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:28.9375rem;top:27.125rem;left:30.5rem;overflow:hidden;display:block; }
#HkO01TIziRMpQvOMbcatwtb1I5IgrgBm { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:30.0625rem;top:6.75rem;left:29.9375rem;overflow:hidden;display:block; }
#pMuBkKKpcEODTJKgRLsxyKyTUyKJxed0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:28.1875rem;top:28.25rem;left:1.3125rem;overflow:hidden;display:block; }
#rEGHfPfN1AA5Vaqdkp5xHtBPbFHQ40WG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:28.1875rem;top:6.75rem;left:1.3125rem;overflow:hidden;display:block; }
#pIczxBJOp1ZG6anUOIBqIRsyAn2hsaQ3 { position:absolute;display:block;z-index:15018;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:7.5625rem;width:17.5625rem;top:39.9375rem;left:1.875rem;overflow:hidden;display:block; }
#mIUysnEeRUqCZJfeRGyXlleLUI4RsLUs { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:17.5rem;top:38.1875rem;left:40.9375rem;overflow:hidden;display:block; }
#OGNGnlur2TBPI1cz47iMztzagoaMMtm3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:19.1875rem;top:38.1875rem;left:20.659360189574rem;overflow:hidden;display:block; }
#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container { background-color: transparent; background-image: none; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container > .video-iframe-container { display: none; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row > .video-iframe-container { display: none; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .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); }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container { border-width: 0; border-radius: 0; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container { font-size:0.875rem;font-family:arial;height:75.75rem;width:60rem;position:relative;display:block; }#fD8llnrthp2D2GRkFtoGuectU1Kxb8Td { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.6585083007812rem;left:0rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FAkCw3BpLmG2PxTEMaDSx0zDClGR7Nlb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.625rem;width:17.625rem;top:9.125rem;left:1.375rem;overflow:hidden;display:block; }
#zKCXThRbETiSTnItXZRlDsxN0esJ69or { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.8118095625rem;width:18.9993095625rem;top:9rem;left:20.5625rem;overflow:hidden;display:block; }
#NV4wccqFUgXanb3iPLTyxPuaS8a8c9TE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.0622691875rem;width:19.8747691875rem;top:28.0625rem;left:0.875rem;overflow:hidden;display:block; }
#QzLsMcllqRClsTXN7uzoy2ApzvP4q8ct { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.7497691875rem;width:15.4997701875rem;top:28.125rem;left:22.25rem;overflow:hidden;display:block; }
#QT8JzEXqXXpylp7tGOfi1pI24NaptfDO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.7497691875rem;width:17.7493095625rem;top:9rem;left:41.0625rem;overflow:hidden;display:block; }
#LbEhz2c8nO70q8CsVhkgT4IbDeuThIUF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.8118095625rem;width:18.8120403125rem;top:28.125rem;left:39.5rem;overflow:hidden;display:block; }
#BVfkUpw2UAxRo51OJawRTE1RESSPW5UT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17rem;width:18.6875rem;top:47.5rem;left:0.875rem;overflow:hidden;display:block; }
#DfzALV98QvuKdCQeChd6TTh6rZTJrTMw { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.875rem;width:18.625rem;top:47.5rem;left:20.6875rem;overflow:hidden;display:block; }
#uA5yg1QT4JZcB6CROmTNGm43fUcbh0PX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16rem;width:18.5625rem;top:47.625rem;left:40.625rem;overflow:hidden;display:block; }
#AEZ5kq0m3waC1ZhU4TTZvhoxmIiTB48s { 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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3747691875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:68.011291503906rem;left:18.812040328979rem;display:block; }
#vK3uJu4J7s0zxAcb14l09LL7BcNa7evE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65ec17b2-8f2f-43f1-b859-e77f5aa241e9/Projektbeznazwy21.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !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; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.adaptive-delivery-prevent-bg, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyload, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyloading { background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #efeeee; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #efeeee; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { border-width: 0; border-radius: 0; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::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; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:60rem;position:relative;display:block; }#Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { color:#444444;display:block;width:60rem;position:absolute;font-family:"moja font";font-size:3.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:2.3747863769531rem;left:0rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:9.7771301269531rem;left:2.9296875rem;height:35.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gPBW41B2PCqL1wbPmuDUg2HHXM55yXxh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 2.1875rem rgba(var(--color-tertiary-3),0.5) ;height:38.3125rem;width:24.5625rem;top:9.0888671875rem;left:33.1826171875rem;overflow:hidden;display:block; }
#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container { background-color: transparent; background-image: none; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container > .video-iframe-container { display: none; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row > .video-iframe-container { display: none; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .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); }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container { border-width: 0; border-radius: 0; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container { font-size:0.875rem;font-family:arial;height:143.125rem;width:60rem;position:relative;display:block; }#Rf1c5dE7DuMrZd3IDlWdK4yDtIbrbp2m { color:rgba(var(--color-primary-2),1);display:block;width:41.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2.7041015625rem;left:9.4365234375rem;height:7.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mel8eLd3knLF2vR88GQSr3CkT28rGhHs { box-sizing:content-box;height:25.125rem;width:53.625rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:12.875rem;left:3.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#MhpaU5u3tLqx5VqbkKXnivudBLTfKwor { color:rgba(var(--color-primary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.9375rem;left:5.5625rem;height:2.4375rem;font-style:normal;display:block; }
#LdvGnvv3Gshcb1RTFlMqXAtTwFogRD1y { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.1875rem;left:5.5625rem;height:1.625rem;font-style:normal;display:block; }
#DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:16.5rem;left:31rem;height:15.25rem;font-style:normal;display:block; }#DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ li:before{  }
#hpfTBrrZemdw7ks60OWWqdxyfBzQoKXK { color:rgba(var(--color-primary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:31.9375rem;left:5.5625rem;height:1.625rem;font-style:normal;display:block; }
#ZnUdKCVxikBVbp7GXO8709yRM5omAKT1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.875rem;left:13.3125rem; }
#rXhlX5PuZXOWSOoGt60e4doI0K6OAmBS { box-sizing:content-box;height:19.1875rem;width:23.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.0625rem;left:29.8125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#bCWpvDutByESJ8MmV9LplhvKXaa94BUv { box-sizing:content-box;height:18.5rem;width:53.625rem;position:absolute;display:block;z-index:15019;background-color:#e4e4e4;background-image:none;top:55.561828613281rem;left:3.1870403289795rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#TfAWo5e13Vy7dKrKayOJhdaDfXd684H6 { color:#bad1a0;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:60.45703125rem;left:5.5615234375rem;height:2.4375rem;font-style:normal;display:block; }
#AIpXBkyMXu3TnTCx3X9u3dnBCr8XvlSt { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:62.89453125rem;left:5.5615234375rem;height:1.625rem;font-style:normal;display:block; }
#TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:59.2490234375rem;left:31rem;height:11.625rem;font-style:normal;display:block; }#TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu li:before{  }
#qZSryTCdp7vyPOXVZxGvB7IkFNT7GL2x { color:#bad1a0;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:69.186584472656rem;left:5.559513092041rem;height:1.625rem;font-style:normal;display:block; }
#pqUOWqBr7XusHcCLKmlRKx5cfAOhl3Gp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811810625rem;width:1.811810625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:69.075134277344rem;left:13.311120986939rem; }
#DA9dOkQXZ4fnnBm2FNEvqKIf4rzbts5T { box-sizing:content-box;height:13.3125rem;width:23.875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:58.4052734375rem;left:29.84375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#Vz2LpKWQWg3TvnurBvRMZTT5WOSsUB4R { box-sizing:content-box;height:15.5625rem;width:53.625rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:77.259887695312rem;left:3.1870403289795rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#qAk6ToNitKBtKCnKQdgar8c0bFJGL1KD { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:81.397064208988rem;left:5.559513092041rem;height:2.4375rem;font-style:normal;display:block; }
#CSobTbNBnw3F5pXlQ6FIDDdM2OM1sa33 { box-sizing:content-box;height:10.0625rem;width:23.875rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:79.998870849613rem;left:29.687498092651rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:81.561370849613rem;left:30.873159408569rem;height:6.875rem;font-style:normal;display:block; }#UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z li:before{  }
#iHfbmal06Tn5ab4pm69q2Nni0TosTvSe { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:88.034240722656rem;left:5.559513092041rem;height:1.625rem;font-style:normal;display:block; }
#piyIod0yUq7dcJD5Lma0chb5eZatHSpN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811810625rem;width:1.811810625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:87.835479736325rem;left:13.311120986939rem; }
#FNMsmJgMsxAPwRr0Tqf5Dh20hP4fZBDW { box-sizing:content-box;height:18.5rem;width:53.625rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:95.18728637695rem;left:3.1870403289795rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#CfA5pErAZ3N1TlsrwQsahkpzpfRHMOBG { color:rgba(var(--color-primary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:99.630065917969rem;left:5.559513092041rem;height:4.875rem;font-style:normal;display:block; }
#sk779UlZci2zzHVTtS3ha960pqwXuiCo { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:104.37387084961rem;left:5.559513092041rem;height:1.625rem;font-style:normal;display:block; }
#HFudexV7L3n0cy1hFWlN2cOHFMMnSBZ2 { color:rgba(var(--color-primary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:109.12454223632rem;left:5.559513092041rem;height:1.625rem;font-style:normal;display:block; }
#P6OOQT33ShUoUw1oFlEiQImwynEgtmE3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811810625rem;width:1.811810625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:109.01885986328rem;left:13.311120986939rem; }
#RGdDpAyxeJKaNPTasfiwtBT8mZi1TmBl { box-sizing:content-box;height:15.5rem;width:23.875rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:97.2490234375rem;left:29.8115234375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:98.7109375rem;left:30.9677734375rem;height:12.5rem;font-style:normal;display:block; }#ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 li:before{  }
#mxRvQGKiXwWOgNEXvveoyRVUNxNXJaTG { box-sizing:content-box;height:16.5rem;width:53.625rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;top:116.18682861328rem;left:3.1870403289795rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#r1DCRnaEuRPszBbHDhCfTf22I2fC6nAV { color:rgba(var(--color-secondary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:119.24978637695rem;left:5.5618095397949rem;height:4.875rem;font-style:normal;display:block; }
#S1rl25wg5WT1ePGLBiyieVtCEi6dRpIP { box-sizing:content-box;height:11.125rem;width:23.875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:118.42141723632rem;left:29.804685592651rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:119.8288269043rem;left:30.962774276733rem;height:8.125rem;font-style:normal;display:block; }#KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf li:before{  }
#uisdsnKTFAU2lA6UuVCp8qSOSorG9trq { color:rgba(var(--color-secondary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:127.74932861328rem;left:5.5618095397949rem;height:1.625rem;font-style:normal;display:block; }
#rQigv9OP6NN9fdpR4omNQTpRe0pTDVd3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811810625rem;width:1.811810625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:127.79986572266rem;left:13.311120986939rem; }
#hOpHdv9XGxIJ0HePa1XXveTJDHssOOiI { box-sizing:content-box;height:11.9375rem;width:53.625rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:40.998413085938rem;left:3.1870403289795rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#EcsJKX0MvmClTbiNTJ7ai8xq9SoRbnql { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811810625rem;width:1.811810625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:48.930389404297rem;left:13.311120986939rem; }
#IMiMh3DTwQWybiNOyIEcHqhuH4ptWrMx { color:rgba(var(--color-secondary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:49.124542236328rem;left:5.5618095397949rem;height:1.625rem;font-style:normal;display:block; }
#ookeBVzTlBBdgDFwQnbdptQKuBt8czSp { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:45.062042236328rem;left:5.5618095397949rem;height:1.625rem;font-style:normal;display:block; }
#ao3SP14LTCKmshRL8ldTBCea2OeXFGs2 { color:rgba(var(--color-secondary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:42.687286376953rem;left:5.5618095397949rem;height:2.4375rem;font-style:normal;display:block; }
#y1KIbE5epTFRuIAu5tNx41FdqTidQTTI { box-sizing:content-box;height:7.1875rem;width:23.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.0625rem;left:29.8115234375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:45.0615234375rem;left:30.96484375rem;height:4.75rem;font-style:normal;display:block; }#v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh li:before{  }
#THt8tDDT1BTemqbOkEDJXuJBJ6SwDlBq { 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:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:1.375rem;font-weight:300;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:18.9993095625rem;height:3.9993105rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:135.60662841797rem;left:20.499769210816rem;display:block; }
#FbbcPoQt6CrKlD6o87ldgnZl9GSNqWP4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container { background-color: transparent; background-image: none; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container > .video-iframe-container { display: none; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row > .video-iframe-container { display: none; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .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); }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container { border-width: 0; border-radius: 0; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container { font-size:0.875rem;font-family:arial;height:63.625rem;width:60rem;position:relative;display:block; }#Z0VcyxoboK8JexqtqdCyOxDQ2K3tMr3b { color:rgba(var(--color-tertiary-3),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:9.034912109375rem;left:2.96875rem;height:42.1875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pwlhyk3mdvOwS9tZFDdznsKhvu8L1NKI { color:#997a92;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:3.3125rem;left:0rem;height:4.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BpCXwH6r0JAfoF1SnhZhrGTFr0qV9fz0 { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:9.25rem;top:5.234375rem;left:0.8125rem;display:block; }
#hyZlGTJtNHqUCkM39ocTAoW7UexKRnAa { position:absolute;display:block;z-index:15017;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:9.25rem;top:5.609375rem;left:49.625rem;display:block; }
#Gfn5gn7J8kRVpPaNs9psK4yFU5Fhb7aa { color:#e9967b;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:53.5rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pDOAUOA5JBqe6nFZxrwphuT6Qtlx8MoZ { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:53.5rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZowLETrKVeyxEDPzcb3xSEVV4dXCRCAF { 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(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3740234375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:58.0625rem;left:18.8125rem;display:block; }
#WXGqALn6Ea79902ivTbuJ5nmuBeSJQPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DbXQikgV5iMTXHoil7RIDCxcS39gspHI { display:block; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0EXq3TaCU7vmkVtEyOw16VT7MyT1hGT { top:6.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #omU7JixGH1DIa8zu7md9LfE4JVUmNMou { top:0rem;left:0rem;width:47.75rem;height:26.71015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #po3a3274DuAtdxbxR9uEkFNbKSqdAzvp { width:16rem;height:3.3125rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd3T64HKl6iL821eHoAbw16dp1RlhAUT { display:block; }
 }@media only screen and (max-width: 763px) { #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJWZR2LyanmLowbdiUDZoIE5mTzU1y3w { top:26.8125rem;left:2.9384765625rem;width:44.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { top:2rem;left:0.3125rem;width:47.0625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQRF6N1HtJhkq9saUglU1nSOI7gaM5WB { top:8.125rem;left:2.6875rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5TyiVFVUPdX6ZTpr4g7NWtD4AEIel4u { top:6.0625rem;left:0rem;width:21.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJkW8mUhfQWAnJ3EAwO2xOLytyNaM4MN { top:7.25rem;left:0rem;width:16.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIIzI53gLe1Ttdt8QFUKLA6iZ3Ou2BiU { top:6.25rem;left:27.125rem;width:20.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxAPf22HZ1SLZGTSTGTOIDM4BqQ7t66v { top:7.0625rem;left:32.25rem;width:15.5rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypODXKTu1RQRXMl7ZZKGl5qyZ0cks614 { top:8.5625rem;left:31.6875rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME3itKPN2ur2rJsVllETlBtKHmpUxcWd { top:19.0625rem;left:0rem;width:21.75rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1KPlWzEe0ppJfsuL2GG2rc7S7epIIO { top:20.375rem;left:0rem;width:16.6875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slEiuk9vs7i7tf5id0IsUr2rAm2K4ywQ { top:21.125rem;left:1.5625rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7d7TARhhRwspJNdEga0hvs0y17lvdK8 { top:19.25rem;left:26.1875rem;width:21.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTs8kx3N7f25c3vACrBN8IWvxlvOfs51 { top:19.875rem;left:31.0625rem;width:16.6875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u12xOSIL0eFDwEk5oQf6Wq0nm5uKE9hc { top:21.375rem;left:31.6875rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmtqVMAT48lJFmwTJT64s9QUBT7S3ps4 { top:4.625rem;left:4.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu9VDTDtS4DVPOmwrHTwLzTfJm5J2an8 { top:17.9375rem;left:39.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iadbKn3AIdDcMvsTM1tg84SQMf99qqQM { top:4.625rem;left:39.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryTsBJeSpvxkR0TBF2AEDCptfSEd9zzX { top:17.6875rem;left:5.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl0tdQxZvGFKkt7qmfuu3MbVQoBpMzvC { top:24rem;left:31.6875rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS8eEocROsXKcTUm8Ae3FyaHA0t90HmX { top:12.5rem;left:13.125rem;width:21.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICIqBqckegymKDuupGATtEPgmz5cvHoB { top:13.875rem;left:15.53125rem;width:16.6875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkEEUBuMQwycHZ3a3PCwfdyysIgbTd6G { top:14.625rem;left:18.625rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAyB2QOyypNXrlDNWtVNRoqIIXCDPsVi { top:11.1875rem;left:22.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAtNWqWZ8twaWNMJdgmLuJb61eUyAVmi { top:17.25rem;left:27.3125rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG { display:block; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSOpMQ6aUTDk2ZAvItpvuKrUlKHkVEgQ { top:1.625rem;left:1.4365234375rem;width:44.8125rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH8pSuIlmv99Hy6gUNDqXguDKv02u1K2 { width:21.3125rem;height:4.5625rem;top:34.6875rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6pdDWDutcmhzq4y63wui3bos7xbMz1 { display:block; }
 }@media only screen and (max-width: 763px) { #U1qfuAAroamWLXNHqa6Xm4WNySetPh6d { top:1.625rem;left:7.794921875rem;width:28.75rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD4AB9R52xVqFSZpGHKG2nwTHGzyTw97 { top:13.4375rem;left:0rem;width:18.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTpaO6V1X4ZEKVeq0nBqZThqc4cwNm9W { top:14.5rem;left:1.4375rem;width:16.0625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPqCgqm4JWRhyWzbEwKDksV3xisMBHzJ { top:14.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdNpb1D86Tfnhfc5R1LAeviIpuaxzXTp { top:9.375rem;left:27.1875rem;width:19.5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnlMMbpbNKGt6VeEBzmSh5FyfPuPMz5C { top:10.5rem;left:31.6875rem;width:16.0625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmpDcvnMXZ7dl6SCPHwax36ff9wgfUfy { top:10.6875rem;left:28.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka1rrCNLso9iFp8nJvt6aBwBbhLrpfzg { top:25.3125rem;left:0rem;width:19.3125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEizL2fczWFFgiea4IywofbkVCSy4xg { top:26.375rem;left:3.375rem;width:16.0625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBqysScHCFJKpFSgozqW3qPNkUS6hStR { top:26.5625rem;left:0.0625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxZcySQWdFQBIWavfZSKl837EdqGli1S { top:19.1875rem;left:28.8125rem;width:18.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEfGUyQvmaRusAIGHn77qE2bZXXm01DA { top:20.125rem;left:29.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1xBc7O3SHULxhkWEsCQgT62D6Oz5CCO { top:19.4375rem;left:32.623046875rem;width:14.5rem;height:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ob3nV5GMlTetpTtgc8Ta23oJCo0BJhXD { top:11.5rem;left:31.6875rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewNRdu1lSLhPMenq5ryAFGrfvdIp5KWi { top:13.5rem;left:31.6875rem;width:16.0625rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t33VfkVDVzJI6ocqyb7ApAK5bN0BAa0a { top:1.1875rem;left:0rem;width:47.75rem;height:19.560240963855rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w { display:block; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpOnXg48X5RreW0dOTbU9xK01uU2rveu { top:10.625rem;left:5.8125rem;width:28.6875rem;height:3.375rem;font-size:0.9375rem;display:block; }#vpOnXg48X5RreW0dOTbU9xK01uU2rveu li:before{  }
 }@media only screen and (max-width: 763px) { #f3pivo9T2CTgazOlMSTULt2ZzwT12O2z { top:2.6875rem;left:0.31112098693848rem;width:47.0625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylem6R1h2yhNb3F5HaS2IHkM22VgGfWv { top:6.9375rem;left:0rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD1wHcJl1cpn4B5aTR8SEyNRMQJwt7hK { top:12.3125rem;left:12.25rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOU3I440zu1MBVftouKqUakosrZpQEPP { top:19.25rem;left:35.25rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB2TvLruit0LV6sdM7nslRc0y8NxBU7U { top:19.6875rem;left:19.0625rem;width:28.6875rem;height:3.375rem;font-size:0.9375rem;display:block; }#TB2TvLruit0LV6sdM7nslRc0y8NxBU7U li:before{  }
 }@media only screen and (max-width: 763px) { #fif3ZnZflk2DaKA4dJqDnTxWrvTlmeRr { top:45.625rem;left:0.310546875rem;width:44.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnUGT5XTPh4bI9Tf2rxQxscIkgqA8anu { top:16.9375rem;left:15.125rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyo5ws618qTEO3RcgFJMwxivskXVvOp2 { top:28.0625rem;left:7.6875rem;width:28.6875rem;height:3.375rem;font-size:0.9375rem;display:block; }#gyo5ws618qTEO3RcgFJMwxivskXVvOp2 li:before{  }
 }@media only screen and (max-width: 763px) { #PO9SbTm5LtJJRLnmWasvuJb813SWbdNI { top:30.625rem;left:14.1875rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0prTCfArINlF4TNKWwvxuBP3f1QXMeP { top:25.0625rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yubiUP4awbCbhvnh9oURiCToAfoXlu3h { top:34.125rem;left:13.25rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us { top:36.875rem;left:19.0625rem;width:28.6875rem;height:3.375rem;font-size:0.9375rem;display:block; }#ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us li:before{  }
 }@media only screen and (max-width: 763px) { #TT4d4oWrU2SUBw2TnkBxrZEgbJJT1XIJ { top:38.5625rem;left:28.9375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiWbJRlTTmu6q5elr5AJHCHXHex6EREO { display:block; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1s6EAn7BF0K8FMOd68UwTOFNWAzT3dE { top:6.5625rem;left:10.2294921875rem;width:35.9375rem;height:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRaFGVFU33WMSaVVOudxIXpcdzJwvTlV { top:2.125rem;left:0.3125rem;width:47.0625rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CQfmG6XXDLsphFTfwDLx2A47FbLPyu { top:6.5625rem;left:6.171875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzMiEBsaMLfX56k333Rva5mafqyw9z0E { width:22.9375rem;height:4.5rem;top:30.4375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJAPTP8BG8wmFCBTVuo1mtuNTOXonERf { display:block; }
 }@media only screen and (max-width: 763px) { #G2ITViise6eNZgz5GEzuAKJCASNoAEUx { top:6.5625rem;left:11.3125rem;width:28.6875rem;height:;font-size:1.1875rem;display:block; }#G2ITViise6eNZgz5GEzuAKJCASNoAEUx li:before{  }
 }@media only screen and (max-width: 763px) { #Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry { top:11.5625rem;left:11.3125rem;width:28.6875rem;height:;font-size:1.1875rem;display:block; }#Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry li:before{  }
 }@media only screen and (max-width: 763px) { #y4dcenb79tgi06ralCHo3S13aJt9ulJx { top:18rem;left:11.3125rem;width:28.6875rem;height:;font-size:1.1875rem;display:block; }#y4dcenb79tgi06ralCHo3S13aJt9ulJx li:before{  }
 }@media only screen and (max-width: 763px) { #IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 { top:23.625rem;left:11.25rem;width:28.6875rem;height:;font-size:1.1875rem;display:block; }#IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 li:before{  }
 }@media only screen and (max-width: 763px) { #OJCqUAXiliAT8e576pyAuNhTP0tCDdwb { top:17.3125rem;left:6.171875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXL3UrFkXtMPubuXpTszFU4UyGToXD4D { top:23rem;left:6.171875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kge7TuBgUt3JECwqiDtsPQOpu2FKfEcs { top:11.5625rem;left:6.171875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P { display:block; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfFd0UlWDywtDoqShBE5N1UdlIhl00Q0 { top:38.1875rem;left:7.2470111846925rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibCQCEDGx468efw2nueiE7xDbCrFb6iK { top:1.375rem;left:3.25rem;width:41.25rem;height:6.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DusXGNXtdVU50I6VXtuZlD2t65XoGKGQ { top:39.1875rem;left:8.3694858551025rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyBC551U8d3dqtqDpe5LhLpzpBvoMZWt { top:49.4375rem;left:8.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdEsIZwyTDCT7A6GvhpDsf3JkWG9g58f { top:48.375rem;left:7.25rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucWBJJWNJiPJOxSkQVFp5T1DGLG3Wh8I { top:40.125rem;left:13.873046875rem;width:28rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChyFOKJVGy0dStavN1bQHLoKiOSXqFTn { top:38rem;left:9.4375rem;width:38.3125rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlITyO2RVpMRsEsQtRS9ID4g5cP8Qxh9 { top:48.25rem;left:13.875rem;width:21.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMCFNwbssZbtfCCHGH43AGOA6H8IFUQt { top:50.5rem;left:13.875rem;width:28rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIFhLZEQVcaTCK6qcG6cWIlz3ZzLtEJm { top:7.4375rem;left:0rem;width:47.75rem;height:26.817792068596rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2W0cRn1L9AJ676TC2hlfmqFnd03SLuv { top:93.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3I5G12RiFlucI82I6Xt7983da4EXy6F { top:94.5rem;left:16.375rem;width:31.375rem;height:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byIkN6JOPtlFrlI1kUs8CFZNVFRIQDK4 { top:97.3125rem;left:1.1875rem;width:45.1875rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 { top:102.75rem;left:1.75rem;width:20.6875rem;height:23.4375rem;font-size:1.125rem;display:block; }#Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 li:before{  }
 }@media only screen and (max-width: 763px) { #UCF7fTL7FJnO1R89EaWUiiW9CMsMcQ1t { top:92.1875rem;left:0rem;width:47.75rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jty45Ma6BighsysOitbhcICQFBVrdEOA { top:66.4375rem;left:13.875rem;width:26.25rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBsP9UU8mIqvac7JtrX1nBDOqydqPLEB { top:66.4375rem;left:7.25rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPQH9CosbpBeAefUycyfB1GEnFloQ5TU { top:67.25rem;left:8.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDvZ2wPKGDBGJdlMnrW3r77kz5iVav3p { top:70.4375rem;left:13.875rem;width:27.9375rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNbRTBedEGQneLpuGwHvaVTTTv2FPxZQ { top:61.125rem;left:13.875rem;width:27.9375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPy5sLZomPZi8mMknJS03vrw1sApDSxv { top:56rem;left:13.875rem;width:21.25rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtM6HTOxUZiSmH9EzSgSMZHe8moSZWc7 { top:56rem;left:7.25rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OauJDFKhw87oV7gyM50k1xNekFf9gQqc { top:57.125rem;left:8.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmuHHwav8wMin5h1iSSs8GlP546VMfU5 { top:77.25rem;left:13.873046875rem;width:26.25rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUeJDMn0WQvwTnMvlKc7RiuxRAuo4TMo { top:82.125rem;left:13.8740234375rem;width:27.9375rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgTmuvUJL4sF2maTZzQI29OPdFInz2gJ { top:77.25rem;left:7.24609375rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF3GfgdBxhlM7iuhETIercicq6qnWToc { top:77.8125rem;left:8.05859375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSFPGMtg6XiTiecTklhRwI7tFzcHLaip { display:block; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5EcbrNeReU5kQsrIqT7XlFFQTCURxuG { width:18rem;height:3.4375rem;top:1.875rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtiLzeXUAZePPQWU5KDZ0kwnuSy5FDmx { display:block; }
 }@media only screen and (max-width: 763px) { #nVJU2vIoVb49OWDeML9M2k5oADvI435T { display:block; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syMX8Q1ugdryiXKhzIAtqE34GdaXuiQL { top:2.4375rem;left:3.3115234375rem;width:41.0625rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVITT7FRSesBkRBcOx715Amt3FQAlWOn { width:20.3125rem;height:4rem;top:37.4375rem;left:14.3759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm4s1eTSNTNVvTswmTaHR6oHS8hPbHym { display:block; }
 }@media only screen and (max-width: 763px) { #P2FcHHrHkLc4CTLBFEmcPmiHzdf2rNri { top:32.5625rem;left:4rem;width:43.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnfh3NpkisTA4NxTArkDPHopgZFh3SXb { top:7.75rem;left:0rem;width:20.8125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRLmqrgQZcKOroRhKr11PFvnzObq4Gq5 { top:8.875rem;left:3.3115234375rem;width:16.0625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmpTipJBrzEEdouFiNCmGiMVJhoID26p { top:9.375rem;left:0.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2PgyoaRGT2boiUcQJmn944yXmRuFWDG { top:18.5625rem;left:14.375rem;width:30.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6DAiyZvAHwF7C3k1B2sh5vIWXCP0Cm { top:15.4375rem;left:14.375rem;width:20.8125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgi29gRfzR07eDmKr96RfK5yZBZnZWwm { top:16.625rem;left:18.5rem;width:16.0625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1FBvbAyNwpCpRfv6JBmbGtqbizITIV { top:17.0625rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpGfBMFs4OsA7DzHs3ZvdhRQMeXX3Ewc { top:7.75rem;left:26.1875rem;width:21.5625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5op7zWXLxhdO7ZuhhJn8HiytEkH1dTI { top:8.9375rem;left:30.4375rem;width:16.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgLigVpQxbkaELrD5fo0zSvhBxa2cCU1 { top:9.375rem;left:27.75rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0I9neZkCxTWlZ26zQRr5ZJJIFtcI37h { top:26.375rem;left:4.5rem;width:17.4375rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOcgUtZ9TANX0yu2RL43hhGlmTZDvdmA { top:23.5rem;left:0.6875rem;width:20.8125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLx0ia34TrnovM7Pzvt8eU9tGRJUGhLB { top:24.6875rem;left:4.8125rem;width:16.0625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbu1qOersdmoa93ucFWHtMyriOZvuZd { top:25.125rem;left:2.125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcQDuJfXUhITLUP55qwz9mwfbIpqKCpf { top:23.5rem;left:26.375rem;width:21.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufT0HQqW0g7hHvBk3HUlOXRA0NwE4Tu { top:24.6875rem;left:31rem;width:16.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTkByxCpirabk06QLuLUh5p382ugAWG { top:25.125rem;left:31.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf { display:block; }#E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7SXHmlT34yCxi9aDstKL28Oww9WXoyp { top:1.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7SZiwX1PDeB8zpHQHgkhQIlqvLEVqVK { top:5.5625rem;left:41.1875rem;width:6.5625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVupVXIR3k5onWspXGH8gE46vd3XbHti { top:6.75rem;left:20.4375rem;width:10.1875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABdm07TEcTix9LZ1b68Z6Ra5vP3gInO2 { top:6.75rem;left:30.625rem;width:10.125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvnekaNsof6QCs1Z3BWNwc3hVFcMIgnv { top:9.4375rem;left:42.0625rem;width:5.6875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ogfu2BZ0goLc0Rh4trwnvqbdQA6Se3 { top:16rem;left:34.5rem;width:13.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvvfX4xg8WdKcbtTIBEzbiQyb0Jgo8AO { top:18.5625rem;left:21.8125rem;width:9.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeUvU9V9wCsPLSTJmUIZebP3mKMgpeSM { top:18.5625rem;left:31.625rem;width:9.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy2gpt6T0oCaaR5PzE474Z253TdRVyZn { top:20.25rem;left:38.25rem;width:9.5rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI5MgC4v6WKt8zeyhanWLdqUB5UFG4OB { top:20.9375rem;left:0rem;width:23.1875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5di2SZcZ8EJPOGD5x2zagBdT2kr5urv { top:21.125rem;left:20.6875rem;width:9.5rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcLt37f4RuofOlrb8DOk0KcJe0MkZXA4 { top:21.125rem;left:30.9375rem;width:9.5rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZwoEbsKT9lSF2B9yN5zXTsVX9rkuo6Z { top:21.5625rem;left:0rem;width:26.375rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aECAEk7JFAMQ6Or4cEFN2ZdmpSg4ntqR { top:21.0625rem;left:0rem;width:14.75rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQZ8lEmKE99lSxM1xOJcZ5AWNCSrAATI { top:21.0625rem;left:0rem;width:14.75rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWgl7811wsmNOw2v2dKi5OL92ELNHqks { top:21.0625rem;left:0rem;width:14.75rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2cH6C7xBXctet3ARsswrqAtEI5kZHps { top:22.0625rem;left:25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm1JPa8SWIs5RcAhmElpurRQVsCTvHxg { top:22.0625rem;left:35.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhDvSVzwC9FFT2HMBiv6sDyKC8RXsZlF { top:21.4375rem;left:45.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnCt9ixDDapsgdpLdpA51l9wh8Rpb2pa { top:23.9375rem;left:20.75rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBHdKSSU9V2Cb1P8WMBQT6NLZHDfa9AN { top:24rem;left:0rem;width:22.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTHaSZqKq2ensPQmo4ivDRJozht4CBc { top:24rem;left:31rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpfp5XUy4Uo9HlvpHLkNL2KTazBQ3bOo { top:23.375rem;left:37.625rem;width:10.125rem;height:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTxJ7XJZmLvkC0pKdE4BQWPtMECwoPPc { top:23.375rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCcXcJeViICXo3ldW5TG0i8sNo8JOMFP { top:24.75rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHskdIWM29MkWbggWN1AS472PReH7pdt { top:23.1875rem;left:0rem;width:10.75rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WespSUowZCyyctTZaF4En3EOvVihZKUi { top:23.1875rem;left:0rem;width:10.75rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkTQGzSIpVLl1Mf4qaQkcFut5dW5yZVU { top:152.875rem;left:0rem;width:10.0625rem;height:3.5rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDr1loQPxlz48IQZIiqibfS5ZBPPnGli { top:24.75rem;left:23.0625rem;width:4.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF97EHuQwaPQplsJmT9m6R1nm6Th1TWp { top:24.75rem;left:33.4375rem;width:4.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoH09sP6ZVGfM5q3HPg16dRTiOmVN04y { top:26.4375rem;left:0rem;width:22.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Mlkn2IlPCB9XGOxL4cRr1SKrx7rEJv { top:26.4375rem;left:20.75rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne4MJwIFxzlTnDObopUNpVwHOByH04Et { top:26.4375rem;left:31rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oriMTcOnwJ0pVOLTJVmAd01a3TGw6i42 { top:25.8125rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZpiE3iAtq40b9WSTcPcuniV1Ay1Qcm1 { top:27.1875rem;left:0rem;width:17.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUL6hGuPANkVR3bdcQGDy3fSSUd5gpTo { top:27.1875rem;left:22.75rem;width:5.375rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB7iQJDs6T5zb3lEXL2LH6hiuRWuq6rX { top:27.1875rem;left:33rem;width:5.375rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq5snnK99xsZui49OkXn4eZmHAQBk9CO { top:26.5625rem;left:42.375rem;width:5.375rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1WNUU9BZPoC3LrTrA5p9TqbO2mVmIX { top:28.6875rem;left:0rem;width:22.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNzBI2hpioib2lc8escKG4M5ZxxQIafM { top:28.6875rem;left:20.75rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze0w1QKGayQSy4hoe40hF7e1hOrHAsvT { top:28.6875rem;left:31rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftwMrQok3DbNxALNHT22WkEZu7m9pOcJ { top:28.0625rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsN4HPK1TbE2oS77dUkKu9urfBCJxSEq { top:29.75rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiWWc4ipnEQk2dvEXwfXRtDCNZIrL8cn { top:29.75rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUCgxdXM32D8V6MVz9sHQfC5yHdMr35c { top:29.75rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pC2pD5NykB5J3MaUkzPhfgTpyuEPLwOa { top:29.75rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxdlINnq0NodlxptRB3KDJhLDRNLxbPn { top:29.75rem;left:25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrxnX5w1rJQIDns52hxhF3hDC8tfDdyL { top:29.75rem;left:35.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ZDvkWCTiSIlAATryWBpikPTivbscod { top:29.125rem;left:45.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIFts9HzwbePzgyo44X4sT3xAcpsVWtD { top:31.375rem;left:0rem;width:22.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POzsPuU5rSXQPmIMeEFl8bzPCnzQfO5D { top:31.375rem;left:20.75rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2mZMMGhIn6ghON8fPBEhPSgTixewKAd { top:31.375rem;left:31rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #md4gZqbg9TOWD3cqToMneeGiK7i1ZBE3 { top:30.75rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfSH9UTHeP3lV5ZFMAyOOJMQRdv59GEN { top:32.375rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR3itxvJpe3tJpJLWKgElGsnwXVD52pD { top:32.375rem;left:25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwnVm1xN1NT7QT4XDiwpgUlwDZyI0BbC { top:32.375rem;left:35.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBFbVGAqSoTm1RmnkgHULxE8xxBW9Gm6 { top:31.75rem;left:45.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1LiLN1eF7OCq1LIIgGxZkfgGCL7Nedc { top:34rem;left:0rem;width:22.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLUDRKPALX4TnnGl9S1hyuOciWfAU73e { top:34rem;left:20.75rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF8cWebTyBGNz1TQL0syVX2H70T8p1WO { top:34rem;left:31rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXQVqbVoxvV2fEF0R1zWAtSuxFWHd09i { top:33.375rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE5eo4HDSXNyOXGCbTRhCT4GKL8k59Lf { top:34.75rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeTmiv5QC3inEcWgsWrQaZMRqx6v6Ur { top:34.75rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBDez1eIg8dPrEI3DCTGQa669maqVzz8 { top:34.75rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDQOaR43t7Ol4iBTuupa8wivZAnPPKtJ { top:34.75rem;left:25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC0U2GLqv73udpb0UptsTkWUpyT1MTHr { top:34.75rem;left:35.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTliNkyfuJdaV9haId4QV7ICqdwoGTM { top:34.125rem;left:45.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxsWP6XJ8Tv6LKmWESrq074XkWqhlfIz { top:36.625rem;left:0rem;width:22.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n72enukwLHekaZhR4UNds0wLPckWLSuI { top:36.625rem;left:20.75rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUf0zLr4XkBVNyyskmLoSnagFTqNvGf6 { top:36.625rem;left:31rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ZpJD6zIv1pXRmTX4mlBmfExFpUUFAJ { top:36rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpobyvTqiFTl7EE73nNNrohtwTgPv64i { top:37.375rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atAyMXEPSydWFT1pAbrrk9J6D3zMDhEA { top:37.375rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Clh4qTVKdrBtEnUiU2BurAk8Bb24QN8n { top:37.375rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXM1ayfm3bmBI6tlLZPSLIJmyTggoUIO { top:37.375rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lmkd11s3RTupVq83CEx1WXlpbd2SrsPP { top:37.375rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0DDEHHhZbGPSa7pGnfQSrfoBsqWFmMU { top:37.375rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEOkEeHWRTdBqawuVvSneWoQkipcTqKp { top:37.375rem;left:25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZvgytwVEDTBkXXMJt0G3MC8ol9kEsiD { top:37.375rem;left:35.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBA9lIRz3Q9U66WA3GU7R5J35S5DXzA { top:36.75rem;left:45.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZyaiv1InZ2geqaafrrx3q2vL6SeMago { top:39.125rem;left:0rem;width:22.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEnGuSnxoltTfwENoTH9t7TzFwpJUoCR { top:39.125rem;left:20.6875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiySKosgpl0mBoO7WgQSkTy8fdvlPo4b { top:39.125rem;left:31rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itOBV7BXTsfa6iNvfmOfCu5It3RTxk6d { top:38.5rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynkcFB7MTix2r4L0izWD3fGMmTVwiSPL { top:39.75rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvc9Ku50dQNWD7IGAPcarUqAlyG0cqKk { top:39.75rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qaQfvgwUKy76HhyTegwNyBV9dTOB46qg { top:39.75rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaMFrh1NV1EzrhAwflDhnt4Pxyc3c3FR { top:39.75rem;left:25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ9oMoTzWiMEMx5dKWC4amSimacXuKAD { top:39.75rem;left:35.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARHuWI8e3PJF1f6D6RAzvgl7vHtap3zL { top:39.125rem;left:45.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4GM5a0c5z6m1ZCZmxCgJhp6XT2ta629 { top:41.3125rem;left:0rem;width:22.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkvGpqMiKeKgIBcEmscAf0U0JfWc8Pvt { top:41.3125rem;left:20.6875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1dWHQvkmp6BlOlyZyOXLuTF3muJkuoZ { top:41.3125rem;left:31rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgp1CmT4HQ5hklhT3A9mHeGmWA4BtNIB { top:40.6875rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlohTtXlfGqwbhdXPRGOMLtQ8BPeGSzX { top:42.375rem;left:0rem;width:26.375rem;height:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7hPzntdPalw3J9ntXuLcBeXeMJczlc8 { top:42.375rem;left:0rem;width:26.375rem;height:1.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5aMSNuIlL45Tt4Uq35I2k4uVDb9q9yv { top:42.375rem;left:0rem;width:26.375rem;height:1.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDy82ZH31y1qfi8X8BHK2qdUTWT3OZMG { top:42.875rem;left:25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1lnKm6Mayy70pJZSkvFSOkfXkhCHaI5 { top:42.875rem;left:35.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOSaZcHLPtCvX06f77tDdWuFZwvL4fA6 { top:42.25rem;left:45.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWOl4HutCpxXGR9kso0TGPJopcH6ubHk { top:44.75rem;left:0rem;width:22.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmR0eGO6g4Vi1O8prIKcFXZUJKbcUl1J { top:44.75rem;left:20.75rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW396ac9b4PTIzrqEkRR2X4BJuUnAM1A { top:44.75rem;left:31rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UetOzWdZohz9rGXWezd4WMkFsibqa2wE { top:44.125rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grVt4Tm1PJMMbfepzwnkoZSxXZPI4asu { top:45.9375rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVPJvbSfeIODhFbnKsiTZZJeWveTIATI { top:45.9375rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTDTSsr3dSK7FtCz3XR8At8GNzSOugmi { top:45.9375rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrzb06EJ6Z7MG0ATRNcCln3XT4ykS5yJ { top:45.9375rem;left:25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvw5vzMmmZixIIHgAdsEXLPVbMZL1q4u { top:45.9375rem;left:35.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5K4TW62PTfcaqW2fICBxzXmHaJxwA3A { top:45.3125rem;left:45.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUCHlJo5kGV1dFUx9sefn55anmdM1x17 { top:47.5625rem;left:0rem;width:22.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7hIC0NarsksPcwRZBRWpsfTETegWr3h { top:47.5625rem;left:20.6875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRQwptrXViMRvE8awxWSSDGkm2ztWhvT { top:47.5625rem;left:31rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqufdDNUsqF0wkdsFixaWeT65SRqX6x { top:46.9375rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJAzSUncXum28AmbxDnI8CDqW3xvvFqr { top:48.5rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1t9Kz0FTl1MDiHJSg4owXM4BOXy3F0P { top:48.5rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #boQzzZfrA75xHhFlT4IgSyQbaMT8eFll { top:48.5rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwE7Zm42mQc5fb0ZHP4IGLBcaffPfTGh { top:48.5rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVgmKA73K6rnUk67nbWMfSXqV0mwCft3 { top:48.5rem;left:35.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn6GsrDI5f0mxkb44AadFgVfC7JG9RHk { top:47.875rem;left:45.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9RRxC0JJP5UBHJWkth9gESorkQIXAt2 { top:48.5625rem;left:25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlQ59cd3qaVy3BsJ1tglfBq01kPiXTWh { top:50.125rem;left:0rem;width:22.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a32dIGGSLcSuCWR5ZHif2W7Tt0VVxbB1 { top:50.125rem;left:20.6875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4xkFhkKxupF6ShQMIvFoFItZ408XKty { top:50.125rem;left:31rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U82T2NgRIqAwM9AgnfBquTkfAp03Xg6e { top:49.5rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3qAFb4fK5aXeUeQhTAkNFH3CkT5iI9M { top:51rem;left:35.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiA1phb2vaAPNPSFs6TTBzNb5I3vkMfz { top:51.0625rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otgWQvzbrJso8IEHG2ABs6IVOuTsawb8 { top:51.0625rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDloDwriRsoVXn6W7wyJkAQTzfkHITgp { top:50.4375rem;left:45.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6AlIw41KIDTAdgH7NrUfCzCpn2HsHBc { top:51.125rem;left:25.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJgZ6Eq7u8A5SUwW2REnsdiT1FaK1AnV { top:52.375rem;left:0rem;width:22.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJBfEQmDuGeTU5G2x1oB07Wh7OSxCp2W { top:52.375rem;left:31rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmWSvC0W0kLbTh0fvaMPUUKifeDQZik6 { top:51.75rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg8lM87ZQKK6Et1TOF7xmVL9NpNsPo72 { top:52.4375rem;left:20.75rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLpTH5d4mBQHK0vEEdkbF6qQ4fQ1kMgZ { top:53.5rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvf6yzTBJQ3E9draPndJ95fKE65APHw0 { top:53.5rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAVwXvDxAbonChWbKhAD9LTVdfPBEVmE { top:53.5rem;left:35.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL0P3TQX6RWw8Vg8WpmPJuq67VFG9I7D { top:52.875rem;left:45.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKrNJ89HxdRnyxBRtPZLJacT19sg1TPc { top:53.5625rem;left:25.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6tbJD4f3bvK6RClXBBdxP7udsM9POBq { top:55.1875rem;left:0rem;width:22.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8RnW6u7TvCAIH7CUdsQTPIXfKpiLddE { top:55.1875rem;left:20.75rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF6GwzTGk68AfncWck9aZSTmppxXaORv { top:55.1875rem;left:31rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdbQOBcPXaUK6hDS8yD4BcO6TXODn3VB { top:54.5625rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9H8Ld0dzO6JQIBMTyOSKoXa2n3BtbTw { top:56.1875rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ZCmqJuA0BbTaIK8QrnPGbO3A8PoKxB { top:56.1875rem;left:0rem;width:26.375rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCuZAcwUTBNKPMrAMOELbO2GzkiqXwni { top:56.1875rem;left:35.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOHQwJaX2fn9Bwiiq7qArwmDlsemrAXJ { top:56.1875rem;left:35.25rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBpTExXfhdgKm2oLxhXXs8RMuVQhJ0eq { top:56.25rem;left:25.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLBlxVl7eczRioeFtPNm8TGIoP2E9tIu { top:55.625rem;left:45.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqUfHyzqbDGiHmIJwQJQTXsWMcHyI7PS { top:60.3125rem;left:20.9375rem;width:9.1875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6xKJklmSlegrl4ASde343uyNDDfIHBp { top:60.3125rem;left:36.5rem;width:11.25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrURo11O4q80MM3JV13yahLwL8iFN7qx { width:9.125rem;height:3.5625rem;top:63rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svetMeg1T0LJf2DsTeGFWTQV0eOz3nv7 { display:block; }
 }@media only screen and (max-width: 763px) { #AJ2sEORAqgZ6VWSrhf1AuyyVI8wweK2p { width:9.125rem;height:3.5625rem;top:63rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDhNTAeG2zElxsni4AgTVP6pxyc3fef7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZCPGbDUau4SnLOfqWQr28BrqaelFudmW { width:9.125rem;height:3.5625rem;top:63.0625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE69p86gipgKMhZMbfLAi7ALRGw15Kfg { display:block; }
 }@media only screen and (max-width: 763px) { #WdZOzfm17cG3sJofbpxvJStLTLqaIKCx { top:60.3125rem;left:31.09375rem;width:9.1875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmu7399irStzMT0U7JoPh8yV3aL7SDwn { display:block; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ac3AVgLPZI1J5sRttyUdkAgbITLHFUdU { top:2.5rem;left:10.75rem;width:29.8125rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvhugb3u2tHf2p86DTODiigdLG0LsfCP { top:7.8125rem;left:8.810546875rem;width:32.375rem;height:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnGhK8yl0ITD7ZHscaXwZuexA7cQbif9 { top:19.125rem;left:4.435546875rem;width:41.0625rem;height:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZumxTWKiJeT8UXXU9CiZfFwxEp01P8hB { top:2.8125rem;left:7.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsEhrvass6WOSssq4Cn1XZEN8cdvmhUo { top:7.8125rem;left:7.123046875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuZ4q6efZ9BkVAJfPLQFW4Hev97USBE6 { top:12.4375rem;left:8.810546875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { top:1rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND { display:block; }#W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyiDoIe1zVInfHJbNFFU4uFEl59UE9tn { top:1.5625rem;left:0.0625rem;width:45.75rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaET36kbzbECEDHzO4MzzQiexw4oBSyu { display:block; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vm52FKXdcxFExGIgRwoxBsWrKSirTtHi { top:1.625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObSGQSoNCX9MBM05FTk1I01NcfR2S8yq { top:27.125rem;left:18.8125rem;width:28.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkO01TIziRMpQvOMbcatwtb1I5IgrgBm { top:6.75rem;left:17.6875rem;width:30.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMuBkKKpcEODTJKgRLsxyKyTUyKJxed0 { top:28.25rem;left:0rem;width:28.1875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEGHfPfN1AA5Vaqdkp5xHtBPbFHQ40WG { top:6.75rem;left:0rem;width:28.1875rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIczxBJOp1ZG6anUOIBqIRsyAn2hsaQ3 { top:39.9375rem;left:0rem;width:17.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIUysnEeRUqCZJfeRGyXlleLUI4RsLUs { top:38.1875rem;left:30.25rem;width:17.5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGNGnlur2TBPI1cz47iMztzagoaMMtm3 { top:38.1875rem;left:14.534360189574rem;width:19.1875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI { display:block; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fD8llnrthp2D2GRkFtoGuectU1Kxb8Td { top:2.625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAkCw3BpLmG2PxTEMaDSx0zDClGR7Nlb { top:9.125rem;left:0rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKCXThRbETiSTnItXZRlDsxN0esJ69or { top:9rem;left:14.4375rem;width:18.9375rem;height:16.757116491129rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV4wccqFUgXanb3iPLTyxPuaS8a8c9TE { top:28.0625rem;left:0rem;width:19.8125rem;height:17.008811779809rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzLsMcllqRClsTXN7uzoy2ApzvP4q8ct { top:28.125rem;left:16.125rem;width:15.4375rem;height:16.682477140246rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT8JzEXqXXpylp7tGOfi1pI24NaptfDO { top:9rem;left:30.0625rem;width:17.6875rem;height:16.691440388748rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbEhz2c8nO70q8CsVhkgT4IbDeuThIUF { top:28.125rem;left:29rem;width:18.75rem;height:16.756365820002rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVfkUpw2UAxRo51OJawRTE1RESSPW5UT { top:47.5rem;left:0rem;width:18.6875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfzALV98QvuKdCQeChd6TTh6rZTJrTMw { top:47.5rem;left:14.5625rem;width:18.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA5yg1QT4JZcB6CROmTNGm43fUcbh0PX { top:47.625rem;left:29.1875rem;width:18.5625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEZ5kq0m3waC1ZhU4TTZvhoxmIiTB48s { width:22.3125rem;height:3.4375rem;top:68rem;left:12.687040328979rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK3uJu4J7s0zxAcb14l09LL7BcNa7evE { display:block; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { top:2.3125rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { top:9.75rem;left:0rem;width:27.5rem;height:35.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPBW41B2PCqL1wbPmuDUg2HHXM55yXxh { top:9.0625rem;left:23.1875rem;width:24.5625rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 { display:block; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rf1c5dE7DuMrZd3IDlWdK4yDtIbrbp2m { top:2.6875rem;left:3.3115234375rem;width:41.0625rem;height:7.75rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mel8eLd3knLF2vR88GQSr3CkT28rGhHs { top:12.875rem;left:0rem;width:47.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhpaU5u3tLqx5VqbkKXnivudBLTfKwor { top:17.9375rem;left:0rem;width:21.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdvGnvv3Gshcb1RTFlMqXAtTwFogRD1y { top:21.1875rem;left:0rem;width:21.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ { top:16.5rem;left:24.875rem;width:21.5625rem;height:15.375rem;font-size:0.9375rem;display:block; }#DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ li:before{  }
 }@media only screen and (max-width: 763px) { #hpfTBrrZemdw7ks60OWWqdxyfBzQoKXK { top:31.9375rem;left:0rem;width:21.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnUdKCVxikBVbp7GXO8709yRM5omAKT1 { top:31.875rem;left:7.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXhlX5PuZXOWSOoGt60e4doI0K6OAmBS { top:15.0625rem;left:23.6875rem;width:23.875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCWpvDutByESJ8MmV9LplhvKXaa94BUv { top:55.5rem;left:0rem;width:47.75rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfAWo5e13Vy7dKrKayOJhdaDfXd684H6 { top:60.4375rem;left:0rem;width:21.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIpXBkyMXu3TnTCx3X9u3dnBCr8XvlSt { top:62.875rem;left:0rem;width:21.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu { top:59.1875rem;left:24.875rem;width:21.5625rem;height:11.625rem;font-size:0.9375rem;display:block; }#TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu li:before{  }
 }@media only screen and (max-width: 763px) { #qZSryTCdp7vyPOXVZxGvB7IkFNT7GL2x { top:69.125rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqUOWqBr7XusHcCLKmlRKx5cfAOhl3Gp { top:69.0625rem;left:7.1861209869388rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA9dOkQXZ4fnnBm2FNEvqKIf4rzbts5T { top:58.375rem;left:23.71875rem;width:23.875rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz2LpKWQWg3TvnurBvRMZTT5WOSsUB4R { top:77.25rem;left:0rem;width:47.75rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAk6ToNitKBtKCnKQdgar8c0bFJGL1KD { top:81.375rem;left:0rem;width:21.5625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSobTbNBnw3F5pXlQ6FIDDdM2OM1sa33 { top:79.9375rem;left:23.562498092651rem;width:23.8125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z { top:81.5rem;left:24.748159408569rem;width:21.5625rem;height:;font-size:0.9375rem;display:block; }#UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z li:before{  }
 }@media only screen and (max-width: 763px) { #iHfbmal06Tn5ab4pm69q2Nni0TosTvSe { top:88rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piyIod0yUq7dcJD5Lma0chb5eZatHSpN { top:87.8125rem;left:7.1861209869388rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNMsmJgMsxAPwRr0Tqf5Dh20hP4fZBDW { top:95.125rem;left:0rem;width:47.75rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfA5pErAZ3N1TlsrwQsahkpzpfRHMOBG { top:99.625rem;left:0rem;width:21.5625rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk779UlZci2zzHVTtS3ha960pqwXuiCo { top:104.3125rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFudexV7L3n0cy1hFWlN2cOHFMMnSBZ2 { top:109.0625rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6OOQT33ShUoUw1oFlEiQImwynEgtmE3 { top:109rem;left:7.1861209869388rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGdDpAyxeJKaNPTasfiwtBT8mZi1TmBl { top:97.1875rem;left:23.6865234375rem;width:23.875rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 { top:98.6875rem;left:24.8427734375rem;width:21.5625rem;height:12.9375rem;font-size:0.9375rem;display:block; }#ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 li:before{  }
 }@media only screen and (max-width: 763px) { #mxRvQGKiXwWOgNEXvveoyRVUNxNXJaTG { top:116.125rem;left:0rem;width:47.75rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1DCRnaEuRPszBbHDhCfTf22I2fC6nAV { top:119.1875rem;left:0rem;width:21.5625rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1rl25wg5WT1ePGLBiyieVtCEi6dRpIP { top:118.375rem;left:23.679685592651rem;width:23.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf { top:119.8125rem;left:24.837774276733rem;width:21.5625rem;height:8.1875rem;font-size:0.9375rem;display:block; }#KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf li:before{  }
 }@media only screen and (max-width: 763px) { #uisdsnKTFAU2lA6UuVCp8qSOSorG9trq { top:127.6875rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQigv9OP6NN9fdpR4omNQTpRe0pTDVd3 { top:127.75rem;left:7.1861209869388rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOpHdv9XGxIJ0HePa1XXveTJDHssOOiI { top:40.9375rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcsJKX0MvmClTbiNTJ7ai8xq9SoRbnql { top:48.875rem;left:7.1861209869388rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMiMh3DTwQWybiNOyIEcHqhuH4ptWrMx { top:49.0625rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ookeBVzTlBBdgDFwQnbdptQKuBt8czSp { top:45rem;left:0rem;width:21.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao3SP14LTCKmshRL8ldTBCea2OeXFGs2 { top:42.625rem;left:0rem;width:21.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1KIbE5epTFRuIAu5tNx41FdqTidQTTI { top:44.0625rem;left:23.6865234375rem;width:23.875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh { top:45rem;left:24.83984375rem;width:21.5625rem;height:;font-size:0.9375rem;display:block; }#v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh li:before{  }
 }@media only screen and (max-width: 763px) { #THt8tDDT1BTemqbOkEDJXuJBJ6SwDlBq { width:18.9375rem;height:3.9375rem;top:135.5625rem;left:14.374769210816rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbbcPoQt6CrKlD6o87ldgnZl9GSNqWP4 { display:block; }
 }@media only screen and (max-width: 763px) { #mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV { display:block; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0VcyxoboK8JexqtqdCyOxDQ2K3tMr3b { top:9rem;left:0rem;width:47.75rem;height:42.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwlhyk3mdvOwS9tZFDdznsKhvu8L1NKI { top:3.3125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCXwH6r0JAfoF1SnhZhrGTFr0qV9fz0 { top:5.1875rem;left:0rem;width:9.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyZlGTJtNHqUCkM39ocTAoW7UexKRnAa { top:5.5625rem;left:38.5rem;width:9.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfn5gn7J8kRVpPaNs9psK4yFU5Fhb7aa { top:53.5rem;left:0rem;width:47.75rem;height:0;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDOAUOA5JBqe6nFZxrwphuT6Qtlx8MoZ { top:53.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZowLETrKVeyxEDPzcb3xSEVV4dXCRCAF { width:22.3125rem;height:3.4375rem;top:58.0625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXGqALn6Ea79902ivTbuJ5nmuBeSJQPB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5598af72-2c12-4415-80a3-ed9be23bbb14/Projektbeznazwy19.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DbXQikgV5iMTXHoil7RIDCxcS39gspHI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7b28e104-c65e-414e-a7fa-32f52b8fa1a2/Projektbeznazwy8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;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; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI.adaptive-delivery-prevent-bg, #DbXQikgV5iMTXHoil7RIDCxcS39gspHI.lazyload, #DbXQikgV5iMTXHoil7RIDCxcS39gspHI.lazyloading { background-image: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { background-color: transparent; background-image: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container > .video-iframe-container { display: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row > .video-iframe-container { display: none; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .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); }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { border-width: 0; border-radius: 0; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DbXQikgV5iMTXHoil7RIDCxcS39gspHI > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0EXq3TaCU7vmkVtEyOw16VT7MyT1hGT { top:7.5625rem;left:2.5625rem;width:12.5rem;height:1.25rem;z-index:15013;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omU7JixGH1DIa8zu7md9LfE4JVUmNMou { width:20rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #po3a3274DuAtdxbxR9uEkFNbKSqdAzvp { width:16rem;height:3.3125rem;top:12.3125rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd3T64HKl6iL821eHoAbw16dp1RlhAUT { display:block; }
 }@media only screen and (max-width: 763px) { #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/3c9257d9-dce2-4479-b2a7-ab5519d66821/Youtubeminiatury18.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.adaptive-delivery-prevent-bg, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyload, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyloading { background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { background-color: transparent; background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .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); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJWZR2LyanmLowbdiUDZoIE5mTzU1y3w { width:20rem;height:3.25rem;top:41.3515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { width:20rem;height:1.75rem;top:1.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQRF6N1HtJhkq9saUglU1nSOI7gaM5WB { width:16.0625rem;height:0;top:6.0625rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5TyiVFVUPdX6ZTpr4g7NWtD4AEIel4u { width:17.9375rem;height:4.625rem;top:6.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJkW8mUhfQWAnJ3EAwO2xOLytyNaM4MN { width:16.0625rem;height:2.375rem;top:7.6875rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIIzI53gLe1Ttdt8QFUKLA6iZ3Ou2BiU { width:18rem;height:4.875rem;top:13.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxAPf22HZ1SLZGTSTGTOIDM4BqQ7t66v { width:15.5rem;height:3.5625rem;top:14rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypODXKTu1RQRXMl7ZZKGl5qyZ0cks614 { width:16.0625rem;height:0;top:13.5625rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME3itKPN2ur2rJsVllETlBtKHmpUxcWd { width:18.375rem;height:4.875rem;top:19.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1KPlWzEe0ppJfsuL2GG2rc7S7epIIO { width:15.25rem;height:2.375rem;top:21.3125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slEiuk9vs7i7tf5id0IsUr2rAm2K4ywQ { width:16.0625rem;height:0;top:20.875rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7d7TARhhRwspJNdEga0hvs0y17lvdK8 { width:18.5625rem;height:4.9375rem;top:26.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTs8kx3N7f25c3vACrBN8IWvxlvOfs51 { width:16.6875rem;height:3.5625rem;top:27.4375rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u12xOSIL0eFDwEk5oQf6Wq0nm5uKE9hc { width:16.0625rem;height:0;top:29.125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmtqVMAT48lJFmwTJT64s9QUBT7S3ps4 { width:2rem;height:2rem;top:5.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu9VDTDtS4DVPOmwrHTwLzTfJm5J2an8 { width:2rem;height:2rem;top:25.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #iadbKn3AIdDcMvsTM1tg84SQMf99qqQM { width:2rem;height:2rem;top:12.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryTsBJeSpvxkR0TBF2AEDCptfSEd9zzX { width:2rem;height:2rem;top:18.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl0tdQxZvGFKkt7qmfuu3MbVQoBpMzvC { width:16.0625rem;height:0;top:47.9140625rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS8eEocROsXKcTUm8Ae3FyaHA0t90HmX { width:18.625rem;height:5rem;top:33.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICIqBqckegymKDuupGATtEPgmz5cvHoB { width:16.6875rem;height:2.375rem;top:34.6875rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkEEUBuMQwycHZ3a3PCwfdyysIgbTd6G { width:16.0625rem;height:0;top:35.375rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAyB2QOyypNXrlDNWtVNRoqIIXCDPsVi { width:2rem;height:2rem;top:32.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAtNWqWZ8twaWNMJdgmLuJb61eUyAVmi { width:16.0625rem;height:0;top:46.6640625rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG { background-color:#f7f7f7;background-image:none;display:block; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container { background-color: transparent; background-image: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container > .video-iframe-container { display: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row > .video-iframe-container { display: none; }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .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); }#hRyoBT16UHRTxiuyiEzhMd50K8hLTsBG > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSOpMQ6aUTDk2ZAvItpvuKrUlKHkVEgQ { width:13.4375rem;height:3rem;top:1.171875rem;left:3.280100941658rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pH8pSuIlmv99Hy6gUNDqXguDKv02u1K2 { width:18.9365234375rem;height:4.4990234375rem;top:47.5283203125rem;left:0.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6pdDWDutcmhzq4y63wui3bos7xbMz1 { display:block; }
 }@media only screen and (max-width: 763px) { #U1qfuAAroamWLXNHqa6Xm4WNySetPh6d { width:16.5625rem;height:20.75rem;top:3.046875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD4AB9R52xVqFSZpGHKG2nwTHGzyTw97 { width:17.0625rem;height:4.375rem;top:22.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTpaO6V1X4ZEKVeq0nBqZThqc4cwNm9W { width:16.0625rem;height:2.375rem;top:23.75rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPqCgqm4JWRhyWzbEwKDksV3xisMBHzJ { width:2.3125rem;height:2.3125rem;top:23.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdNpb1D86Tfnhfc5R1LAeviIpuaxzXTp { width:17.1875rem;height:4.5625rem;top:28.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnlMMbpbNKGt6VeEBzmSh5FyfPuPMz5C { width:13.5rem;height:2.375rem;top:29.375rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmpDcvnMXZ7dl6SCPHwax36ff9wgfUfy { width:2.375rem;height:2.375rem;top:29.375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka1rrCNLso9iFp8nJvt6aBwBbhLrpfzg { width:17.6875rem;height:4.375rem;top:40.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEizL2fczWFFgiea4IywofbkVCSy4xg { width:12.8125rem;height:2.375rem;top:41.0625rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBqysScHCFJKpFSgozqW3qPNkUS6hStR { width:2.5625rem;height:2.5625rem;top:40.9375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxZcySQWdFQBIWavfZSKl837EdqGli1S { width:17.4375rem;height:4.625rem;top:33.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEfGUyQvmaRusAIGHn77qE2bZXXm01DA { width:2.75rem;height:2.75rem;top:34.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1xBc7O3SHULxhkWEsCQgT62D6Oz5CCO { width:12.8125rem;height:3.5625rem;top:34.375rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ob3nV5GMlTetpTtgc8Ta23oJCo0BJhXD { width:16.0625rem;height:0;top:10.6923828125rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewNRdu1lSLhPMenq5ryAFGrfvdIp5KWi { width:16.0625rem;height:0;top:11.9423828125rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t33VfkVDVzJI6ocqyb7ApAK5bN0BAa0a { width:20rem;height:8.0625rem;top:1.9345703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w { background-color:#f7f7f7;background-image:none;display:block; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container { background-color: transparent; background-image: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container > .video-iframe-container { display: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row > .video-iframe-container { display: none; }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .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); }#dA1pdLPmaRLRCFZQT84bgDG3A62iTR2w > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpOnXg48X5RreW0dOTbU9xK01uU2rveu { width:10.875rem;height:4.5rem;top:11.03125rem;left:7.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#vpOnXg48X5RreW0dOTbU9xK01uU2rveu li:before{  }
 }@media only screen and (max-width: 763px) { #f3pivo9T2CTgazOlMSTULt2ZzwT12O2z { width:19.3125rem;height:3.5rem;top:3.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylem6R1h2yhNb3F5HaS2IHkM22VgGfWv { width:4.9375rem;height:4.9375rem;top:10.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD1wHcJl1cpn4B5aTR8SEyNRMQJwt7hK { width:12.5rem;height:0;top:21.3125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOU3I440zu1MBVftouKqUakosrZpQEPP { width:12.5rem;height:0;top:22.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TB2TvLruit0LV6sdM7nslRc0y8NxBU7U { width:10.5625rem;height:4.5rem;top:21.3125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#TB2TvLruit0LV6sdM7nslRc0y8NxBU7U li:before{  }
 }@media only screen and (max-width: 763px) { #fif3ZnZflk2DaKA4dJqDnTxWrvTlmeRr { width:20rem;height:4rem;top:49.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnUGT5XTPh4bI9Tf2rxQxscIkgqA8anu { width:5.75rem;height:5.75rem;top:19.6875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyo5ws618qTEO3RcgFJMwxivskXVvOp2 { width:9.75rem;height:3.375rem;top:31.5rem;left:8.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#gyo5ws618qTEO3RcgFJMwxivskXVvOp2 li:before{  }
 }@media only screen and (max-width: 763px) { #PO9SbTm5LtJJRLnmWasvuJb813SWbdNI { width:12.5rem;height:0;top:47.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s0prTCfArINlF4TNKWwvxuBP3f1QXMeP { width:5.75rem;height:5.75rem;top:29.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yubiUP4awbCbhvnh9oURiCToAfoXlu3h { width:5.5rem;height:5.5rem;top:39.125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us { width:10.1875rem;height:4.5rem;top:39.625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#ZGfhAw3yPUTwCoafbcK8JcsLtXKmO3Us li:before{  }
 }@media only screen and (max-width: 763px) { #TT4d4oWrU2SUBw2TnkBxrZEgbJJT1XIJ { width:12.5rem;height:0;top:58.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiWbJRlTTmu6q5elr5AJHCHXHex6EREO { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/3c9257d9-dce2-4479-b2a7-ab5519d66821/Youtubeminiatury18.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO.adaptive-delivery-prevent-bg, #WiWbJRlTTmu6q5elr5AJHCHXHex6EREO.lazyload, #WiWbJRlTTmu6q5elr5AJHCHXHex6EREO.lazyloading { background-image: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { background-color: transparent; background-image: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container > .video-iframe-container { display: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row > .video-iframe-container { display: none; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .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); }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { border-width: 0; border-radius: 0; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WiWbJRlTTmu6q5elr5AJHCHXHex6EREO > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1s6EAn7BF0K8FMOd68UwTOFNWAzT3dE { width:20rem;height:2rem;top:5.6233978271484rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRaFGVFU33WMSaVVOudxIXpcdzJwvTlV { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1CQfmG6XXDLsphFTfwDLx2A47FbLPyu { display:flex;width:1.875rem;height:1.875rem;top:5.6204071044922rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzMiEBsaMLfX56k333Rva5mafqyw9z0E { width:19rem;height:4.5rem;top:27.640625rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJAPTP8BG8wmFCBTVuo1mtuNTOXonERf { display:block; }
 }@media only screen and (max-width: 763px) { #G2ITViise6eNZgz5GEzuAKJCASNoAEUx { width:15.1875rem;height:4.125rem;top:4.560546875rem;left:2.40625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#G2ITViise6eNZgz5GEzuAKJCASNoAEUx li:before{  }
 }@media only screen and (max-width: 763px) { #Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry { width:16.875rem;height:5.5rem;top:9.953125rem;left:2.40625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#Z5zOgv6AP9RkyTECtn6wXWlROsSlfDry li:before{  }
 }@media only screen and (max-width: 763px) { #y4dcenb79tgi06ralCHo3S13aJt9ulJx { width:16.375rem;height:4.125rem;top:17.328125rem;left:2.40625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#y4dcenb79tgi06ralCHo3S13aJt9ulJx li:before{  }
 }@media only screen and (max-width: 763px) { #IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 { width:13.9375rem;height:2.75rem;top:22.953125rem;left:2.40625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#IwheEM2Mowc12UK8rh8lt0nw7aNIldS9 li:before{  }
 }@media only screen and (max-width: 763px) { #OJCqUAXiliAT8e576pyAuNhTP0tCDdwb { display:flex;width:3.5rem;height:3.5rem;top:17.3125rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXL3UrFkXtMPubuXpTszFU4UyGToXD4D { display:flex;width:3.5rem;height:3.5rem;top:23rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kge7TuBgUt3JECwqiDtsPQOpu2FKfEcs { display:flex;width:3.5rem;height:3.5rem;top:11.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P { display:block; }#L23NB7p9E7oJUP4ppWd7cac9bTrpRS7P > .row .container { width:20rem;height:176.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfFd0UlWDywtDoqShBE5N1UdlIhl00Q0 { width:5.125rem;height:5.125rem;top:20.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibCQCEDGx468efw2nueiE7xDbCrFb6iK { width:20rem;height:7.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DusXGNXtdVU50I6VXtuZlD2t65XoGKGQ { display:flex;width:2.8125rem;height:2.8125rem;top:21.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #kyBC551U8d3dqtqDpe5LhLpzpBvoMZWt { display:flex;width:2.875rem;height:2.875rem;top:40.0625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #WdEsIZwyTDCT7A6GvhpDsf3JkWG9g58f { width:5.0625rem;height:5.0625rem;top:38.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucWBJJWNJiPJOxSkQVFp5T1DGLG3Wh8I { width:20rem;height:7.1875rem;top:31.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChyFOKJVGy0dStavN1bQHLoKiOSXqFTn { width:20rem;height:4rem;top:26.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlITyO2RVpMRsEsQtRS9ID4g5cP8Qxh9 { width:20rem;height:2rem;top:44.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMCFNwbssZbtfCCHGH43AGOA6H8IFUQt { width:20rem;height:4.5rem;top:46.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIFhLZEQVcaTCK6qcG6cWIlz3ZzLtEJm { width:19.75rem;height:11.0625rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2W0cRn1L9AJ676TC2hlfmqFnd03SLuv { width:20rem;height:7.125rem;top:110.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3I5G12RiFlucI82I6Xt7983da4EXy6F { width:19.9375rem;height:24.9375rem;top:123.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byIkN6JOPtlFrlI1kUs8CFZNVFRIQDK4 { width:18.6865234375rem;height:7.125rem;top:119.625rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 { width:19.1875rem;height:26.3125rem;top:148.375rem;left:0.8125rem;font-size:1.125rem;display:block; }#Kv3oHbJZp90adeTdtmfmomFvv6Oftmm4 li:before{  }
 }@media only screen and (max-width: 763px) { #UCF7fTL7FJnO1R89EaWUiiW9CMsMcQ1t { width:20rem;height:36.375rem;top:110.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jty45Ma6BighsysOitbhcICQFBVrdEOA { width:20rem;height:4rem;top:75.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBsP9UU8mIqvac7JtrX1nBDOqydqPLEB { width:5.0625rem;height:5.0625rem;top:68.9375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPQH9CosbpBeAefUycyfB1GEnFloQ5TU { display:flex;width:3.5rem;height:3.5rem;top:69.75rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #zDvZ2wPKGDBGJdlMnrW3r77kz5iVav3p { width:20rem;height:5.75rem;top:79.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNbRTBedEGQneLpuGwHvaVTTTv2FPxZQ { width:20rem;height:4.3125rem;top:63.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPy5sLZomPZi8mMknJS03vrw1sApDSxv { width:20rem;height:4rem;top:58.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DtM6HTOxUZiSmH9EzSgSMZHe8moSZWc7 { width:5.0625rem;height:5.0625rem;top:52.875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OauJDFKhw87oV7gyM50k1xNekFf9gQqc { display:flex;width:2.875rem;height:2.875rem;top:54rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #OmuHHwav8wMin5h1iSSs8GlP546VMfU5 { width:20rem;height:6rem;top:93.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUeJDMn0WQvwTnMvlKc7RiuxRAuo4TMo { width:20rem;height:7.1875rem;top:100.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgTmuvUJL4sF2maTZzQI29OPdFInz2gJ { width:5.0625rem;height:5.0625rem;top:87.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF3GfgdBxhlM7iuhETIercicq6qnWToc { display:flex;width:3.5rem;height:3.5rem;top:88.1875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #zSFPGMtg6XiTiecTklhRwI7tFzcHLaip { display:block; }#zSFPGMtg6XiTiecTklhRwI7tFzcHLaip > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5EcbrNeReU5kQsrIqT7XlFFQTCURxuG { width:18rem;height:3.4375rem;top:3.4619140625rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtiLzeXUAZePPQWU5KDZ0kwnuSy5FDmx { display:block; }
 }@media only screen and (max-width: 763px) { #nVJU2vIoVb49OWDeML9M2k5oADvI435T { display:block; }#nVJU2vIoVb49OWDeML9M2k5oADvI435T > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syMX8Q1ugdryiXKhzIAtqE34GdaXuiQL { width:20rem;height:4.75rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVITT7FRSesBkRBcOx715Amt3FQAlWOn { width:18.9365234375rem;height:3.9365234375rem;top:46rem;left:0.53125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm4s1eTSNTNVvTswmTaHR6oHS8hPbHym { display:block; }
 }@media only screen and (max-width: 763px) { #P2FcHHrHkLc4CTLBFEmcPmiHzdf2rNri { width:20rem;height:3.375rem;top:40.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnfh3NpkisTA4NxTArkDPHopgZFh3SXb { width:19rem;height:4.75rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRLmqrgQZcKOroRhKr11PFvnzObq4Gq5 { width:16.0625rem;height:2.5rem;top:9.125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmpTipJBrzEEdouFiNCmGiMVJhoID26p { display:flex;width:1.9375rem;height:1.9375rem;top:8.875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #o2PgyoaRGT2boiUcQJmn944yXmRuFWDG { width:20rem;height:1.5625rem;top:25.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6DAiyZvAHwF7C3k1B2sh5vIWXCP0Cm { width:19.25rem;height:4.9375rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgi29gRfzR07eDmKr96RfK5yZBZnZWwm { width:16.0625rem;height:2.5rem;top:21.5625rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1FBvbAyNwpCpRfv6JBmbGtqbizITIV { display:flex;width:1.9375rem;height:1.9375rem;top:21.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #rpGfBMFs4OsA7DzHs3ZvdhRQMeXX3Ewc { width:19.25rem;height:4.75rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5op7zWXLxhdO7ZuhhJn8HiytEkH1dTI { width:15.0625rem;height:2.5rem;top:15.46875rem;left:3.9365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgLigVpQxbkaELrD5fo0zSvhBxa2cCU1 { display:flex;width:1.9375rem;height:1.9375rem;top:15.75rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #l0I9neZkCxTWlZ26zQRr5ZJJIFtcI37h { width:17.4375rem;height:0;top:29.9375rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hOcgUtZ9TANX0yu2RL43hhGlmTZDvdmA { width:19.375rem;height:4.75rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLx0ia34TrnovM7Pzvt8eU9tGRJUGhLB { width:16.0625rem;height:2.5rem;top:28.25rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbu1qOersdmoa93ucFWHtMyriOZvuZd { display:flex;width:1.9375rem;height:1.9375rem;top:28.4375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #WcQDuJfXUhITLUP55qwz9mwfbIpqKCpf { width:19.5rem;height:4.9375rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufT0HQqW0g7hHvBk3HUlOXRA0NwE4Tu { width:14.875rem;height:2.5rem;top:34.75rem;left:4.1240234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTkByxCpirabk06QLuLUh5p382ugAWG { display:flex;width:1.9375rem;height:1.9375rem;top:34.875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf { display:block; }#E0E70kydP2V6B0vEDzdMI3Ut0M6ycHwf > .row .container { width:20rem;height:208.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7SXHmlT34yCxi9aDstKL28Oww9WXoyp { width:20rem;height:4.625rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g7SZiwX1PDeB8zpHQHgkhQIlqvLEVqVK { width:9.3125rem;height:14.5rem;top:132.3125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVupVXIR3k5onWspXGH8gE46vd3XbHti { width:10.1875rem;height:15.375rem;top:6rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABdm07TEcTix9LZ1b68Z6Ra5vP3gInO2 { width:10.125rem;height:15.25rem;top:62.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvnekaNsof6QCs1Z3BWNwc3hVFcMIgnv { width:8.1875rem;height:12.875rem;top:136.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ogfu2BZ0goLc0Rh4trwnvqbdQA6Se3 { width:13.25rem;height:3.375rem;top:146.3125rem;left:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvvfX4xg8WdKcbtTIBEzbiQyb0Jgo8AO { width:9.8125rem;height:1.6875rem;top:17.4375rem;left:5.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeUvU9V9wCsPLSTJmUIZebP3mKMgpeSM { width:9.8125rem;height:1.6875rem;top:74.0625rem;left:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy2gpt6T0oCaaR5PzE474Z253TdRVyZn { width:13.25rem;height:47.1875rem;top:150.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI5MgC4v6WKt8zeyhanWLdqUB5UFG4OB { width:20rem;height:0.125rem;top:232.8125rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #x5di2SZcZ8EJPOGD5x2zagBdT2kr5urv { width:13.1875rem;height:32.4375rem;top:19.9375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcLt37f4RuofOlrb8DOk0KcJe0MkZXA4 { width:13.1875rem;height:45.3125rem;top:76.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZwoEbsKT9lSF2B9yN5zXTsVX9rkuo6Z { width:20rem;height:1.875rem;top:219.8125rem;left:0rem;font-size:0.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #aECAEk7JFAMQ6Or4cEFN2ZdmpSg4ntqR { width:12.1875rem;height:1.75rem;top:20.8125rem;left:3.9375rem;font-size:0.6875rem;z-index:15025;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQZ8lEmKE99lSxM1xOJcZ5AWNCSrAATI { width:12.1875rem;height:1.75rem;top:78rem;left:4.1875rem;font-size:0.6875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWgl7811wsmNOw2v2dKi5OL92ELNHqks { width:12.1875rem;height:1.75rem;top:151.25rem;left:3.9375rem;font-size:0.6875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2cH6C7xBXctet3ARsswrqAtEI5kZHps { display:flex;width:0.9375rem;height:0.9375rem;top:57.375rem;left:14.9375rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #Wm1JPa8SWIs5RcAhmElpurRQVsCTvHxg { display:flex;width:0.9375rem;height:0.9375rem;top:229.1875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhDvSVzwC9FFT2HMBiv6sDyKC8RXsZlF { display:flex;width:0.9375rem;height:0.9375rem;top:141.625rem;left:16.5625rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #OnCt9ixDDapsgdpLdpA51l9wh8Rpb2pa { width:9.375rem;height:0.0625rem;top:230.125rem;left:10.9375rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #HBHdKSSU9V2Cb1P8WMBQT6NLZHDfa9AN { width:20rem;height:0.0625rem;top:206.5625rem;left:-0.4375rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #NBTHaSZqKq2ensPQmo4ivDRJozht4CBc { width:9.375rem;height:0.0625rem;top:231.125rem;left:5.3125rem;background-color:#fffdfd;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #dpfp5XUy4Uo9HlvpHLkNL2KTazBQ3bOo { width:10.125rem;height:0;top:223.71875rem;left:9.875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #CTxJ7XJZmLvkC0pKdE4BQWPtMECwoPPc { width:9.375rem;height:0.0625rem;top:153.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCcXcJeViICXo3ldW5TG0i8sNo8JOMFP { width:20rem;height:0.9375rem;top:232.40625rem;left:0rem;font-size:0.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #rHskdIWM29MkWbggWN1AS472PReH7pdt { width:10.0625rem;height:2.625rem;top:24.09375rem;left:4.96875rem;font-size:0.6875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WespSUowZCyyctTZaF4En3EOvVihZKUi { width:10.0625rem;height:2.625rem;top:81.75rem;left:4.96875rem;font-size:0.6875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkTQGzSIpVLl1Mf4qaQkcFut5dW5yZVU { width:10.0625rem;height:3.5rem;top:154.375rem;left:5rem;font-size:0.6875rem;z-index:15028;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDr1loQPxlz48IQZIiqibfS5ZBPPnGli { width:4.5625rem;height:0.9375rem;top:223.4375rem;left:6.625rem;font-size:0.75rem;color:#fffafa;display:none; }
 }@media only screen and (max-width: 763px) { #sF97EHuQwaPQplsJmT9m6R1nm6Th1TWp { width:4.5rem;height:0.9375rem;top:231.875rem;left:7.75rem;font-size:0.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #xoH09sP6ZVGfM5q3HPg16dRTiOmVN04y { width:20rem;height:0.0625rem;top:221.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2Mlkn2IlPCB9XGOxL4cRr1SKrx7rEJv { width:9.375rem;height:0.0625rem;top:23.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne4MJwIFxzlTnDObopUNpVwHOByH04Et { width:9.375rem;height:0.0625rem;top:81.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oriMTcOnwJ0pVOLTJVmAd01a3TGw6i42 { width:9.375rem;height:0.0625rem;top:158.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZpiE3iAtq40b9WSTcPcuniV1Ay1Qcm1 { width:17.4375rem;height:0.9375rem;top:221.1875rem;left:1.3125rem;font-size:0.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #VUL6hGuPANkVR3bdcQGDy3fSSUd5gpTo { width:5.375rem;height:0.875rem;top:28.4375rem;left:7.3125rem;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hB7iQJDs6T5zb3lEXL2LH6hiuRWuq6rX { width:6.3125rem;height:0.875rem;top:86.1875rem;left:6.84375rem;font-size:0.6875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yq5snnK99xsZui49OkXn4eZmHAQBk9CO { width:5.875rem;height:0.875rem;top:159.625rem;left:7.0625rem;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1WNUU9BZPoC3LrTrA5p9TqbO2mVmIX { width:20rem;height:0.0625rem;top:223.875rem;left:0rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #tNzBI2hpioib2lc8escKG4M5ZxxQIafM { width:9.375rem;height:0.0625rem;top:27.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze0w1QKGayQSy4hoe40hF7e1hOrHAsvT { width:9.375rem;height:0.0625rem;top:84.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftwMrQok3DbNxALNHT22WkEZu7m9pOcJ { width:9.375rem;height:0.0625rem;top:161.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsN4HPK1TbE2oS77dUkKu9urfBCJxSEq { width:20rem;height:0.9375rem;top:242rem;left:0rem;font-size:0.75rem;color:#fffdfd;display:none; }
 }@media only screen and (max-width: 763px) { #OiWWc4ipnEQk2dvEXwfXRtDCNZIrL8cn { width:11.9375rem;height:0.875rem;top:30.1875rem;left:5.4375rem;font-size:0.6875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #AUCgxdXM32D8V6MVz9sHQfC5yHdMr35c { width:11.9375rem;height:0.875rem;top:88.875rem;left:4.03125rem;font-size:0.6875rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pC2pD5NykB5J3MaUkzPhfgTpyuEPLwOa { width:11.9375rem;height:0.875rem;top:163.0625rem;left:4.0625rem;font-size:0.6875rem;z-index:15030;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxdlINnq0NodlxptRB3KDJhLDRNLxbPn { display:flex;width:0.9375rem;height:0.9375rem;top:24.9375rem;left:18.0625rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #NrxnX5w1rJQIDns52hxhF3hDC8tfDdyL { display:flex;width:0.9375rem;height:0.9375rem;top:72.4375rem;left:18.75rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #u6ZDvkWCTiSIlAATryWBpikPTivbscod { display:flex;width:0.9375rem;height:0.9375rem;top:144.8125rem;left:17.53125rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #LIFts9HzwbePzgyo44X4sT3xAcpsVWtD { width:20rem;height:0.0625rem;top:226.5625rem;left:0rem;background-color:#fffdfd;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #POzsPuU5rSXQPmIMeEFl8bzPCnzQfO5D { width:9.375rem;height:0.0625rem;top:29.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2mZMMGhIn6ghON8fPBEhPSgTixewKAd { width:9.375rem;height:0.0625rem;top:98.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #md4gZqbg9TOWD3cqToMneeGiK7i1ZBE3 { width:9.375rem;height:0.0625rem;top:186.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfSH9UTHeP3lV5ZFMAyOOJMQRdv59GEN { width:20rem;height:0.9375rem;top:228.75rem;left:0rem;font-size:0.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #CR3itxvJpe3tJpJLWKgElGsnwXVD52pD { display:flex;width:0.9375rem;height:0.9375rem;top:29.25rem;left:18.0625rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #AwnVm1xN1NT7QT4XDiwpgUlwDZyI0BbC { display:flex;width:0.9375rem;height:0.9375rem;top:75.0625rem;left:17.6875rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #HBFbVGAqSoTm1RmnkgHULxE8xxBW9Gm6 { display:flex;width:0.9375rem;height:0.9375rem;top:143.15625rem;left:15.71875rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #K1LiLN1eF7OCq1LIIgGxZkfgGCL7Nedc { width:20rem;height:0.0625rem;top:229.1875rem;left:0rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #zLUDRKPALX4TnnGl9S1hyuOciWfAU73e { width:9.375rem;height:0.0625rem;top:31.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF8cWebTyBGNz1TQL0syVX2H70T8p1WO { width:9.375rem;height:0.0625rem;top:87.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXQVqbVoxvV2fEF0R1zWAtSuxFWHd09i { width:9.375rem;height:0.0625rem;top:165.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE5eo4HDSXNyOXGCbTRhCT4GKL8k59Lf { width:11.3125rem;height:1.75rem;top:36.5625rem;left:4.34375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXeTmiv5QC3inEcWgsWrQaZMRqx6v6Ur { width:11.3125rem;height:1.75rem;top:95.8125rem;left:4.34375rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #WBDez1eIg8dPrEI3DCTGQa669maqVzz8 { width:11.3125rem;height:1.75rem;top:169.25rem;left:4.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #uDQOaR43t7Ol4iBTuupa8wivZAnPPKtJ { display:flex;width:0.9375rem;height:0.9375rem;top:31.8125rem;left:18.0625rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #MC0U2GLqv73udpb0UptsTkWUpyT1MTHr { display:flex;width:0.9375rem;height:0.9375rem;top:68.25rem;left:16.59375rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #KMTliNkyfuJdaV9haId4QV7ICqdwoGTM { display:flex;width:0.9375rem;height:0.9375rem;top:145.75rem;left:16.59375rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #XxsWP6XJ8Tv6LKmWESrq074XkWqhlfIz { width:20rem;height:0.0625rem;top:231.8125rem;left:0rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #n72enukwLHekaZhR4UNds0wLPckWLSuI { width:9.375rem;height:0.0625rem;top:35.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUf0zLr4XkBVNyyskmLoSnagFTqNvGf6 { width:9.375rem;height:0.0625rem;top:91.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ZpJD6zIv1pXRmTX4mlBmfExFpUUFAJ { width:9.375rem;height:0.0625rem;top:175.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpobyvTqiFTl7EE73nNNrohtwTgPv64i { width:11.1875rem;height:1.75rem;top:32.75rem;left:4.40625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #atAyMXEPSydWFT1pAbrrk9J6D3zMDhEA { width:11.1875rem;height:1.75rem;top:73.875rem;left:-26rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #Clh4qTVKdrBtEnUiU2BurAk8Bb24QN8n { width:11.1875rem;height:1.75rem;top:73.0625rem;left:-27.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #zXM1ayfm3bmBI6tlLZPSLIJmyTggoUIO { width:11.1875rem;height:1.75rem;top:73.0625rem;left:-27.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #Lmkd11s3RTupVq83CEx1WXlpbd2SrsPP { width:11.1875rem;height:1.75rem;top:92.28125rem;left:4.40625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #z0DDEHHhZbGPSa7pGnfQSrfoBsqWFmMU { width:11.1875rem;height:1.75rem;top:165.75rem;left:4.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #NEOkEeHWRTdBqawuVvSneWoQkipcTqKp { display:flex;width:0.8125rem;height:0.8125rem;top:35.625rem;left:19.1875rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #lZvgytwVEDTBkXXMJt0G3MC8ol9kEsiD { display:flex;width:0.9375rem;height:0.9375rem;top:64.6875rem;left:16.59375rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #TIBA9lIRz3Q9U66WA3GU7R5J35S5DXzA { display:flex;width:0.9375rem;height:0.9375rem;top:164.25rem;left:18.125rem;opacity:0;display:none; }
 }@media only screen and (max-width: 763px) { #cZyaiv1InZ2geqaafrrx3q2vL6SeMago { width:20rem;height:0.0625rem;top:225.25rem;left:0rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #MEnGuSnxoltTfwENoTH9t7TzFwpJUoCR { width:9.375rem;height:0.0625rem;top:38.90625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiySKosgpl0mBoO7WgQSkTy8fdvlPo4b { width:9.375rem;height:0.0625rem;top:114.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itOBV7BXTsfa6iNvfmOfCu5It3RTxk6d { width:9.375rem;height:0.0625rem;top:168.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynkcFB7MTix2r4L0izWD3fGMmTVwiSPL { width:7.25rem;height:0.875rem;top:39.75rem;left:6.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvc9Ku50dQNWD7IGAPcarUqAlyG0cqKk { width:7.25rem;height:0.875rem;top:98.96875rem;left:6.375rem;font-size:0.6875rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qaQfvgwUKy76HhyTegwNyBV9dTOB46qg { width:7.25rem;height:0.875rem;top:173rem;left:6.375rem;font-size:0.6875rem;z-index:15033;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yaMFrh1NV1EzrhAwflDhnt4Pxyc3c3FR { display:flex;width:0.625rem;height:0.625rem;top:37.125rem;left:19.375rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #VQ9oMoTzWiMEMx5dKWC4amSimacXuKAD { display:flex;width:0.9375rem;height:0.9375rem;top:61.0625rem;left:18.75rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #ARHuWI8e3PJF1f6D6RAzvgl7vHtap3zL { display:flex;width:0.9375rem;height:0.9375rem;top:167.71875rem;left:18.125rem;opacity:0;display:none; }
 }@media only screen and (max-width: 763px) { #I4GM5a0c5z6m1ZCZmxCgJhp6XT2ta629 { width:20rem;height:0.0625rem;top:207.5rem;left:0rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #IkvGpqMiKeKgIBcEmscAf0U0JfWc8Pvt { width:9.375rem;height:0.0625rem;top:41.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1dWHQvkmp6BlOlyZyOXLuTF3muJkuoZ { width:9.375rem;height:0.0625rem;top:94.84375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgp1CmT4HQ5hklhT3A9mHeGmWA4BtNIB { width:9.375rem;height:0.0625rem;top:172.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlohTtXlfGqwbhdXPRGOMLtQ8BPeGSzX { width:9.375rem;height:2.625rem;top:42.6875rem;left:5.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7hPzntdPalw3J9ntXuLcBeXeMJczlc8 { width:9.375rem;height:2.625rem;top:101.75rem;left:5.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #f5aMSNuIlL45Tt4Uq35I2k4uVDb9q9yv { width:9.375rem;height:2.625rem;top:176.0625rem;left:5.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #KDy82ZH31y1qfi8X8BHK2qdUTWT3OZMG { display:flex;width:0.9375rem;height:0.9375rem;top:39.625rem;left:18.0625rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #l1lnKm6Mayy70pJZSkvFSOkfXkhCHaI5 { display:flex;width:0.9375rem;height:0.9375rem;top:98.9375rem;left:18.75rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #HOSaZcHLPtCvX06f77tDdWuFZwvL4fA6 { display:flex;width:0.9375rem;height:0.9375rem;top:171.375rem;left:19.0625rem;opacity:0;display:none; }
 }@media only screen and (max-width: 763px) { #TWOl4HutCpxXGR9kso0TGPJopcH6ubHk { width:20rem;height:0.0625rem;top:207.125rem;left:0rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #pmR0eGO6g4Vi1O8prIKcFXZUJKbcUl1J { width:6.375rem;height:0.0625rem;top:266.4375rem;left:0rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ZW396ac9b4PTIzrqEkRR2X4BJuUnAM1A { width:9.375rem;height:0.0625rem;top:101.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UetOzWdZohz9rGXWezd4WMkFsibqa2wE { width:9.375rem;height:0.0625rem;top:183.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grVt4Tm1PJMMbfepzwnkoZSxXZPI4asu { width:15.4375rem;height:0.875rem;top:47.4375rem;left:0rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qVPJvbSfeIODhFbnKsiTZZJeWveTIATI { width:15.4375rem;height:0.875rem;top:106.1875rem;left:2.28125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #PTDTSsr3dSK7FtCz3XR8At8GNzSOugmi { width:15.4375rem;height:0.875rem;top:180.875rem;left:2.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #wrzb06EJ6Z7MG0ATRNcCln3XT4ykS5yJ { display:flex;width:0.9375rem;height:0.9375rem;top:35.8125rem;left:18.0625rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #Tvw5vzMmmZixIIHgAdsEXLPVbMZL1q4u { display:flex;width:0.9375rem;height:0.9375rem;top:101.75rem;left:18.75rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #m5K4TW62PTfcaqW2fICBxzXmHaJxwA3A { display:flex;width:0.625rem;height:0.625rem;top:169.53125rem;left:18.4375rem;opacity:0;display:none; }
 }@media only screen and (max-width: 763px) { #EUCHlJo5kGV1dFUx9sefn55anmdM1x17 { width:20rem;height:0.0625rem;top:223.4375rem;left:0.6875rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #f7hIC0NarsksPcwRZBRWpsfTETegWr3h { width:9.375rem;height:0.0625rem;top:232.9375rem;left:3.4375rem;background-color:rgba(255,255,255,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #iRQwptrXViMRvE8awxWSSDGkm2ztWhvT { width:9.375rem;height:0.0625rem;top:105.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqufdDNUsqF0wkdsFixaWeT65SRqX6x { width:9.375rem;height:0.0625rem;top:193.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJAzSUncXum28AmbxDnI8CDqW3xvvFqr { width:10rem;height:0.875rem;top:49.6875rem;left:5rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F1t9Kz0FTl1MDiHJSg4owXM4BOXy3F0P { width:10rem;height:0.875rem;top:104.75rem;left:-23.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #boQzzZfrA75xHhFlT4IgSyQbaMT8eFll { width:10rem;height:0.875rem;top:109.3125rem;left:5rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #UwE7Zm42mQc5fb0ZHP4IGLBcaffPfTGh { width:10rem;height:0.875rem;top:184.375rem;left:5rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #lVgmKA73K6rnUk67nbWMfSXqV0mwCft3 { display:flex;width:0.9375rem;height:0.9375rem;top:103.875rem;left:17.6875rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #vn6GsrDI5f0mxkb44AadFgVfC7JG9RHk { display:flex;width:0.9375rem;height:0.9375rem;top:174.5625rem;left:18.125rem;opacity:0;display:none; }
 }@media only screen and (max-width: 763px) { #Z9RRxC0JJP5UBHJWkth9gESorkQIXAt2 { display:flex;width:0.9375rem;height:0.9375rem;top:41rem;left:17.40625rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #RlQ59cd3qaVy3BsJ1tglfBq01kPiXTWh { width:20rem;height:0.0625rem;top:208.5rem;left:0rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #a32dIGGSLcSuCWR5ZHif2W7Tt0VVxbB1 { width:9.375rem;height:0.0625rem;top:46.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4xkFhkKxupF6ShQMIvFoFItZ408XKty { width:9.375rem;height:0.0625rem;top:111.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U82T2NgRIqAwM9AgnfBquTkfAp03Xg6e { width:9.375rem;height:0.0625rem;top:179.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3qAFb4fK5aXeUeQhTAkNFH3CkT5iI9M { display:flex;width:0.9375rem;height:0.9375rem;top:107rem;left:17.6875rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #GiA1phb2vaAPNPSFs6TTBzNb5I3vkMfz { width:20rem;height:0.875rem;top:112.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otgWQvzbrJso8IEHG2ABs6IVOuTsawb8 { width:20rem;height:0.875rem;top:187.5rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #kDloDwriRsoVXn6W7wyJkAQTzfkHITgp { display:flex;width:0.9375rem;height:0.9375rem;top:175.625rem;left:18.125rem;opacity:0;display:none; }
 }@media only screen and (max-width: 763px) { #I6AlIw41KIDTAdgH7NrUfCzCpn2HsHBc { display:flex;width:0.8125rem;height:0.8125rem;top:46.0625rem;left:19.1875rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #CJgZ6Eq7u8A5SUwW2REnsdiT1FaK1AnV { width:20rem;height:0.0625rem;top:233.5rem;left:0.6875rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #FJBfEQmDuGeTU5G2x1oB07Wh7OSxCp2W { width:9.375rem;height:0.0625rem;top:107.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmWSvC0W0kLbTh0fvaMPUUKifeDQZik6 { width:9.375rem;height:0.0625rem;top:218.8125rem;left:4.875rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #xg8lM87ZQKK6Et1TOF7xmVL9NpNsPo72 { width:9.375rem;height:0.0625rem;top:226.5625rem;left:10.6875rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #SLpTH5d4mBQHK0vEEdkbF6qQ4fQ1kMgZ { width:11.1875rem;height:1.75rem;top:115.0625rem;left:4.40625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvf6yzTBJQ3E9draPndJ95fKE65APHw0 { width:11.1875rem;height:1.75rem;top:190.4375rem;left:4.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #gAVwXvDxAbonChWbKhAD9LTVdfPBEVmE { display:flex;width:0.9375rem;height:0.9375rem;top:98.9375rem;left:18.75rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #OL0P3TQX6RWw8Vg8WpmPJuq67VFG9I7D { display:flex;width:0.9375rem;height:0.9375rem;top:179.3125rem;left:17.53125rem;opacity:0;display:none; }
 }@media only screen and (max-width: 763px) { #GKrNJ89HxdRnyxBRtPZLJacT19sg1TPc { display:flex;width:0.8125rem;height:0.8125rem;top:54.9375rem;left:16.59375rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #q6tbJD4f3bvK6RClXBBdxP7udsM9POBq { width:20rem;height:0.0625rem;top:221.625rem;left:0.4375rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #d8RnW6u7TvCAIH7CUdsQTPIXfKpiLddE { width:9.375rem;height:0.0625rem;top:48.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF6GwzTGk68AfncWck9aZSTmppxXaORv { width:9.375rem;height:0.0625rem;top:117.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdbQOBcPXaUK6hDS8yD4BcO6TXODn3VB { width:9.375rem;height:0.0625rem;top:189.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9H8Ld0dzO6JQIBMTyOSKoXa2n3BtbTw { width:9.6875rem;height:1.75rem;top:118.625rem;left:5.15625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9ZCmqJuA0BbTaIK8QrnPGbO3A8PoKxB { width:9.6875rem;height:1.75rem;top:194.5rem;left:5.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #LCuZAcwUTBNKPMrAMOELbO2GzkiqXwni { display:flex;width:0.9375rem;height:0.9375rem;top:106.5625rem;left:17.6875rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #qOHQwJaX2fn9Bwiiq7qArwmDlsemrAXJ { display:flex;width:0.9375rem;height:0.9375rem;top:92.6875rem;left:11.4375rem;opacity:0;z-index:15064; }
 }@media only screen and (max-width: 763px) { #oBpTExXfhdgKm2oLxhXXs8RMuVQhJ0eq { display:flex;width:0.8125rem;height:0.8125rem;top:40.5rem;left:19.1875rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #QLBlxVl7eczRioeFtPNm8TGIoP2E9tIu { display:flex;width:0.9375rem;height:0.9375rem;top:183.6875rem;left:18.125rem;opacity:0;display:none; }
 }@media only screen and (max-width: 763px) { #uqUfHyzqbDGiHmIJwQJQTXsWMcHyI7PS { width:10.75rem;height:1.875rem;top:53.125rem;left:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6xKJklmSlegrl4ASde343uyNDDfIHBp { width:11.25rem;height:1.875rem;top:198.5rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrURo11O4q80MM3JV13yahLwL8iFN7qx { width:9.125rem;height:3.5625rem;top:55.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svetMeg1T0LJf2DsTeGFWTQV0eOz3nv7 { display:block; }
 }@media only screen and (max-width: 763px) { #AJ2sEORAqgZ6VWSrhf1AuyyVI8wweK2p { width:9.125rem;height:3.5625rem;top:200.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDhNTAeG2zElxsni4AgTVP6pxyc3fef7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZCPGbDUau4SnLOfqWQr28BrqaelFudmW { width:9.125rem;height:3.5625rem;top:125.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE69p86gipgKMhZMbfLAi7ALRGw15Kfg { display:block; }
 }@media only screen and (max-width: 763px) { #WdZOzfm17cG3sJofbpxvJStLTLqaIKCx { width:9.1875rem;height:1.875rem;top:122.75rem;left:5.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmu7399irStzMT0U7JoPh8yV3aL7SDwn { background-color:#f8f8f8;background-image:none;display:block; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container { background-color: transparent; background-image: none; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container > .video-iframe-container { display: none; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row > .video-iframe-container { display: none; }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .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); }#pmu7399irStzMT0U7JoPh8yV3aL7SDwn > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ac3AVgLPZI1J5sRttyUdkAgbITLHFUdU { width:20rem;height:2.375rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvhugb3u2tHf2p86DTODiigdLG0LsfCP { width:15.7490234375rem;height:7.8125rem;top:6.0830078125rem;left:2.623046875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gnGhK8yl0ITD7ZHscaXwZuexA7cQbif9 { width:20rem;height:4.6875rem;top:15.841796875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZumxTWKiJeT8UXXU9CiZfFwxEp01P8hB { display:flex;width:3.125rem;height:3.125rem;top:37.817159632812rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsEhrvass6WOSssq4Cn1XZEN8cdvmhUo { display:flex;width:1.3125rem;height:1.3125rem;top:6.0830078125rem;left:0.966796875rem; }
 }@media only screen and (max-width: 763px) { #SuZ4q6efZ9BkVAJfPLQFW4Hev97USBE6 { display:flex;width:1.3125rem;height:1.3125rem;top:9.3330078125rem;left:0.966796875rem; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { width:19.1865234375rem;height:6.1875rem;top:1.3193359375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND { display:block; }#W9Mme0LE85fCPkpkyTSKfkQxHXbWqtND > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyiDoIe1zVInfHJbNFFU4uFEl59UE9tn { width:20rem;height:11.2294921875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaET36kbzbECEDHzO4MzzQiexw4oBSyu { 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;display:block; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container { background-color: transparent; background-image: none; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container > .video-iframe-container { display: none; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row > .video-iframe-container { display: none; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .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); }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container { border-width: 0; border-radius: 0; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaET36kbzbECEDHzO4MzzQiexw4oBSyu > .row .container { width:20rem;height:85.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vm52FKXdcxFExGIgRwoxBsWrKSirTtHi { width:16.4375rem;height:4.75rem;top:2.6650390625rem;left:1.65625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ObSGQSoNCX9MBM05FTk1I01NcfR2S8yq { width:19.625rem;height:5.4375rem;top:30.4775390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkO01TIziRMpQvOMbcatwtb1I5IgrgBm { width:20rem;height:10.8125rem;top:36.8671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMuBkKKpcEODTJKgRLsxyKyTUyKJxed0 { width:18rem;height:5.75rem;top:23.4150390625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEGHfPfN1AA5Vaqdkp5xHtBPbFHQ40WG { width:18rem;height:13.0625rem;top:9.84765625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIczxBJOp1ZG6anUOIBqIRsyAn2hsaQ3 { width:18.4375rem;height:7.9375rem;top:48.8671875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIUysnEeRUqCZJfeRGyXlleLUI4RsLUs { width:18.3125rem;height:10.4375rem;top:72.8671875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGNGnlur2TBPI1cz47iMztzagoaMMtm3 { width:20rem;height:13.3125rem;top:58.3046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI { display:block; }#m7D8qpacAnwJsLF4N0O3WC7mwgqZ8lXI > .row .container { width:20rem;height:175.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fD8llnrthp2D2GRkFtoGuectU1Kxb8Td { width:16.6865234375rem;height:4.75rem;top:1.6025390625rem;left:1.65625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FAkCw3BpLmG2PxTEMaDSx0zDClGR7Nlb { width:16.5625rem;height:16.5625rem;top:8rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKCXThRbETiSTnItXZRlDsxN0esJ69or { width:18.9375rem;height:16.757080964788rem;top:25.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV4wccqFUgXanb3iPLTyxPuaS8a8c9TE { width:19.8125rem;height:17.0078125rem;top:61.3154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzLsMcllqRClsTXN7uzoy2ApzvP4q8ct { width:17.0625rem;height:18.4375rem;top:79.6982421875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT8JzEXqXXpylp7tGOfi1pI24NaptfDO { width:17.6875rem;height:16.6904296875rem;top:43.9375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbEhz2c8nO70q8CsVhkgT4IbDeuThIUF { width:18.75rem;height:16.755859375rem;top:98.7548828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVfkUpw2UAxRo51OJawRTE1RESSPW5UT { width:18.6875rem;height:17rem;top:116.9482421875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfzALV98QvuKdCQeChd6TTh6rZTJrTMw { width:18.625rem;height:16.875rem;top:135.1357421875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA5yg1QT4JZcB6CROmTNGm43fUcbh0PX { width:18.5625rem;height:16rem;top:153.3857421875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEZ5kq0m3waC1ZhU4TTZvhoxmIiTB48s { width:19rem;height:3.4375rem;top:171.07375575rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK3uJu4J7s0zxAcb14l09LL7BcNa7evE { display:block; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { background-color:#f3f3f3;background-image:none;display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:20rem;height:95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { width:20rem;height:6rem;top:2.3226318359375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iN83fN6qtRirJJIrSI5sFxpg9SIA6zG7 { width:18.75rem;height:57rem;top:37.73779296875rem;left:0.62385106086731rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPBW41B2PCqL1wbPmuDUg2HHXM55yXxh { width:17.25rem;height:26.9375rem;top:9.4179077148438rem;left:1.0926011800766rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 { display:block; }#AVzZ0lmBtEsZE07XMaqFT1cblORRAyO3 > .row .container { width:20rem;height:175.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rf1c5dE7DuMrZd3IDlWdK4yDtIbrbp2m { width:20rem;height:4.75rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mel8eLd3knLF2vR88GQSr3CkT28rGhHs { width:20rem;height:32.25rem;top:7.2041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhpaU5u3tLqx5VqbkKXnivudBLTfKwor { width:16.5625rem;height:2.4375rem;top:9.6435852050781rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdvGnvv3Gshcb1RTFlMqXAtTwFogRD1y { width:13.4375rem;height:3.25rem;top:12.579284667969rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ { width:17.5rem;height:16.8125rem;top:19.762145996094rem;left:1.2488511800766rem;font-size:0.9375rem;display:block; }#DL0z2RoTQ9w4F3pGr4PZMxTlbEn6NFeZ li:before{  }
 }@media only screen and (max-width: 763px) { #hpfTBrrZemdw7ks60OWWqdxyfBzQoKXK { width:15.1240806875rem;height:1.625rem;top:17.264465332031rem;left:1.2477022409439rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnUdKCVxikBVbp7GXO8709yRM5omAKT1 { display:flex;width:1.75rem;height:1.75rem;top:26.173025611328rem;left:10.122932434082rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXhlX5PuZXOWSOoGt60e4doI0K6OAmBS { width:20rem;height:20.25rem;top:9.392233375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCWpvDutByESJ8MmV9LplhvKXaa94BUv { width:20rem;height:26.5625rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfAWo5e13Vy7dKrKayOJhdaDfXd684H6 { width:14.4990806875rem;height:4.875rem;top:64.5rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIpXBkyMXu3TnTCx3X9u3dnBCr8XvlSt { width:7.8125rem;height:1.625rem;top:69.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu { width:18.1870403125rem;height:12.1875rem;top:74.625rem;left:0.875rem;font-size:0.9375rem;display:block; }#TnzpJzOiBT1u2WteGti1giQ2O3oWfkdu li:before{  }
 }@media only screen and (max-width: 763px) { #qZSryTCdp7vyPOXVZxGvB7IkFNT7GL2x { width:10.8122701875rem;height:1.625rem;top:72.3125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqUOWqBr7XusHcCLKmlRKx5cfAOhl3Gp { display:flex;width:1.75rem;height:1.75rem;top:111.78053903906rem;left:10.124080657959rem;display:none; }
 }@media only screen and (max-width: 763px) { #DA9dOkQXZ4fnnBm2FNEvqKIf4rzbts5T { width:20rem;height:13.3125rem;top:101.65071726172rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vz2LpKWQWg3TvnurBvRMZTT5WOSsUB4R { width:20rem;height:20.6875rem;top:91.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAk6ToNitKBtKCnKQdgar8c0bFJGL1KD { width:12.7493105rem;height:4.875rem;top:93.625rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSobTbNBnw3F5pXlQ6FIDDdM2OM1sa33 { width:20rem;height:10rem;top:120.6937165293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z { width:17.625rem;height:7.75rem;top:102.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }#UzbMI18JPIC5M9HhKcw1oawKrcTlTI3z li:before{  }
 }@media only screen and (max-width: 763px) { #iHfbmal06Tn5ab4pm69q2Nni0TosTvSe { width:12.5rem;height:1.625rem;top:100.125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piyIod0yUq7dcJD5Lma0chb5eZatHSpN { display:flex;width:1.75rem;height:1.75rem;top:128.53032541601rem;left:10.124080657959rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNMsmJgMsxAPwRr0Tqf5Dh20hP4fZBDW { width:20rem;height:28.4375rem;top:114.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfA5pErAZ3N1TlsrwQsahkpzpfRHMOBG { width:13.9993105rem;height:4.875rem;top:116.0625rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk779UlZci2zzHVTtS3ha960pqwXuiCo { width:13.1870403125rem;height:3.25rem;top:120.9375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFudexV7L3n0cy1hFWlN2cOHFMMnSBZ2 { width:15.6870403125rem;height:1.625rem;top:125.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6OOQT33ShUoUw1oFlEiQImwynEgtmE3 { display:flex;width:1.75rem;height:1.75rem;top:133.59880686132rem;left:10.124080657959rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGdDpAyxeJKaNPTasfiwtBT8mZi1TmBl { width:20rem;height:15.5rem;top:121.82836008399rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 { width:17.6240806875rem;height:13.125rem;top:127.5rem;left:1.1875rem;font-size:0.9375rem;display:block; }#ZTyleorAtHLZ8KOusLQwAU82lTv5ZuQ0 li:before{  }
 }@media only screen and (max-width: 763px) { #mxRvQGKiXwWOgNEXvveoyRVUNxNXJaTG { width:20rem;height:21.3125rem;top:144.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1DCRnaEuRPszBbHDhCfTf22I2fC6nAV { width:14.2497701875rem;height:4.875rem;top:146rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1rl25wg5WT1ePGLBiyieVtCEi6dRpIP { width:20rem;height:11.125rem;top:159.67602539062rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf { width:16.6245403125rem;height:8.9375rem;top:154.6875rem;left:1.1875rem;font-size:0.9375rem;display:block; }#KVdor4ExHoQJw4PlFbLbAWQZEwCk2agf li:before{  }
 }@media only screen and (max-width: 763px) { #uisdsnKTFAU2lA6UuVCp8qSOSorG9trq { width:16.4993095625rem;height:1.625rem;top:152.5rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQigv9OP6NN9fdpR4omNQTpRe0pTDVd3 { display:flex;width:1.75rem;height:1.75rem;top:151.06777048437rem;left:10.124080657959rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOpHdv9XGxIJ0HePa1XXveTJDHssOOiI { width:20rem;height:19.125rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcsJKX0MvmClTbiNTJ7ai8xq9SoRbnql { display:flex;width:1.75rem;height:1.75rem;top:78.011709693363rem;left:10.124080657959rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMiMh3DTwQWybiNOyIEcHqhuH4ptWrMx { width:15.9995403125rem;height:1.625rem;top:50.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ookeBVzTlBBdgDFwQnbdptQKuBt8czSp { width:16.3120403125rem;height:3.25rem;top:45.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao3SP14LTCKmshRL8ldTBCea2OeXFGs2 { width:17.2495403125rem;height:2.4375rem;top:43.3125rem;left:1.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1KIbE5epTFRuIAu5tNx41FdqTidQTTI { width:20rem;height:7.1875rem;top:73.143820289063rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh { width:17.6240806875rem;height:5.625rem;top:52.875rem;left:1.1875rem;font-size:0.9375rem;display:block; }#v9ebhLTueZMS3T0KaUeCGMeXtPEFCBhh li:before{  }
 }@media only screen and (max-width: 763px) { #THt8tDDT1BTemqbOkEDJXuJBJ6SwDlBq { width:18.9375rem;height:3.9375rem;top:168.9033203125rem;left:0.53125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbbcPoQt6CrKlD6o87ldgnZl9GSNqWP4 { display:block; }
 }@media only screen and (max-width: 763px) { #mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV { display:block; }#mIfSmAWd6rBvq5aXyv2vTp6u2RkCluHV > .row .container { width:20rem;height:110.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0VcyxoboK8JexqtqdCyOxDQ2K3tMr3b { width:19.2497691875rem;height:73.4375rem;top:7.22607421875rem;left:0.37224268913269rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwlhyk3mdvOwS9tZFDdznsKhvu8L1NKI { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpCXwH6r0JAfoF1SnhZhrGTFr0qV9fz0 { width:9.25rem;height:0.375rem;top:5.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyZlGTJtNHqUCkM39ocTAoW7UexKRnAa { width:9.25rem;height:0.25rem;top:10.125rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gfn5gn7J8kRVpPaNs9psK4yFU5Fhb7aa { width:20rem;height:0;top:110.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDOAUOA5JBqe6nFZxrwphuT6Qtlx8MoZ { width:20rem;height:1.75rem;top:84.03125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZowLETrKVeyxEDPzcb3xSEVV4dXCRCAF { width:19rem;height:3.4375rem;top:87.138671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXGqALn6Ea79902ivTbuJ5nmuBeSJQPB { display:block; }
 }