.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#88ed00;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;z-index:auto;display:none; }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row .container { border-width: 0; border-radius: 0; }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:none; }#ppZHtNnk0mTpFlpKhmSfwIDCskOhGe0b { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49985625rem;width:12.18675rem;top:0rem;left:8rem;overflow:hidden;display:block; }
#VzDUtXF77cJnuwTgVACJDbLJV2e0d4c5 { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.375rem;left:58.375rem;display:none; }
#aeNgQVbcMugc3DxVIXbNNmkeyXX1mAAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#euLmNacuJBS0He5N9w8pT1tFt7Bm7epI { box-sizing:content-box;height:3.99956875rem;width:17.49925rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:1.3125rem;left:50.0625rem;display:block; }
#ucrVMRKyQ9lTqTQUvGJvNERk4V49qTCS { background-color:#d13d1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4985625rem;height:3.99956875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.75rem;left:49.625rem;display:block; }
#tLAghqqhV3X0TVsx2PHyyis8ypXQJ4HE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUiJCIBqBqt3U4mEJ5hdIVAbveJ4MyQn { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/319e85a8-86e0-4977-8471-47d20d7e7dda/DIMAQ_Masterclass_2905_770x400px1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.adaptive-delivery-prevent-bg, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyload, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyloading { background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { background-color: transparent; background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .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); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { border-width: 0; border-radius: 0; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { color:#000000;display:block;width:60.5623125rem;position:absolute;font-family:"fira sans";font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:15.5615234375rem;left:0rem;height:4.8120125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dy86tHip7Ntqd1BDQtGFGrzG6VTtnBqb { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.312375rem;height:3.06206875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.872829437256rem;left:30.8125rem;display:none; }
#FmVSKELfTRnWm5QBFhef2Rf9Mqg8g6ZX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N92XNbMz6f1g5GTJt7Tl4ifqzurxNlWa { color:#ffffff;display:block;width:34.9373125rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:21.029458999634rem;left:0rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SJmLTzGXuiFPHxLWNoEtGZGw52GI52L4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:12.25rem;top:3.68603515625rem;left:0rem;overflow:hidden;display:block; }
#sKPQDyZcBT8x7gNlc3LQ1KOeBskEuidW { background-color:#d13d1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49925rem;height:4rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.3740234375rem;left:0.061849594116211rem;display:block; }
#JGFRwKy645APBwUUfyLMUnT8vE3m0UlG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xUJZTlJFBb7FT3Q0CtKI4eedgo8Nx9M2 { box-sizing:content-box;height:3.99956875rem;width:17.5rem;position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;top:33.936359405517rem;left:0.49886131286621rem;display:block; }
#uwEibLEDDebZybBcixV0BUw6JeedpiQp { color:#000000;display:block;width:5.99935rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:3.875rem;left:47.924642562866rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dtTF8JIdKLkJD1BxB3UkCp3CBqPo5UdO { color:#ffffff;display:block;width:5.9997125rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:3.8738603591919rem;left:67.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C6CaOKcKEm41HGoTGn5nLQPZQ1v0yiQP { color:#ffffff;display:block;width:5.8748375rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:3.875rem;left:57.561849594116rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PadCWAp4TLrZ2RbD3WMiulKEml7uXk5U { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.625rem;width:32.875rem;top:6.2495rem;left:41.597599999232rem;overflow:hidden;display:block; }
#iD1rgTDrlRPM46QVCncntP9h75Mhqgrv { color:#ffffff;display:block;width:26.3736875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:28.21728515625rem;left:0rem;height:1.3745125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q17Q1ZIRoFUnNe7p85tHlHOmSRwICBA6 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;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.560375rem;width:8.560375rem;top:36.802570343017rem;left:42.538248062134rem;overflow:hidden;display:block; }
#GMCybe2UfgsbphIZ9shswl3T9F2ykMqm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.25rem;width:68.5625rem;top:8.062rem;left:14.376548807741rem;overflow:hidden;display:block; }
#SFzyUZJkFdqZersvsLdZ6GkCdMbs5Umd { color:#ffffff;display:block;width:26.3744375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:26.403357028961rem;left:8.6875rem;height:1.37441875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rJF733AgI8M5TqgqaBIM3UHrx9ZmsDGe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:17.8125rem;top:5.9809041023254rem;left:27.625rem;overflow:hidden;display:none; }
#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { background-color: transparent; background-image: none; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container > .video-iframe-container { display: none; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row > .video-iframe-container { display: none; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .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); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { border-width: 0; border-radius: 0; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { font-size:0.875rem;font-family:arial;height:66.0625rem;width:75rem;position:relative;display:block; }#xuVUwlIgJNMS3rMoBPzaclWqkNXpLTnN { color:#d13d1f;display:block;width:41.0625rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:18.749855041504rem;left:16.875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwDwXqeycECLtHlximpGo1GFhgz19tqb { color:#000000;display:block;width:72.5rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:22.1240234375rem;left:1.1871738433838rem;height:37.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RUAeB4VH1DSSqkyLz3S48A8UoOb3FBnS { box-sizing:content-box;height:3.99956875rem;width:17.5rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:62.0625rem;left:29rem;display:block; }
#ZLCFN295VrbURpgIBMbFEnHqG2hldHIi { background-color:#d13d1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49925rem;height:4rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:61.5rem;left:28.5rem;display:block; }
#FBlofIzlrkO6bXSSXll3QRgHxxAMmrO2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #00375a, #00b9c8);background-image: -moz-linear-gradient(360deg, #00375a, #00b9c8);background-image: -ms-linear-gradient(360deg, #00375a, #00b9c8);background-image: -o-linear-gradient(360deg, #00375a, #00b9c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00375a', endColorstr='#00b9c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00375a', endColorstr='#00b9c8' );";background-image: linear-gradient(360deg, #00375a, #00b9c8);background-size:contain !important;color:#ffffff;padding-top:0.818125rem;padding-right:0.71375rem;padding-bottom:0.818125rem;padding-left:0.71375rem;display:block;align-items:center;width:4.2825rem;min-width:4.2825rem;height:4.3975rem;position:relative;font-family:"fira sans";font-size:3.2725rem;font-weight:700;line-height:70.36px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.51125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.71rem;height:1.73875rem;position:relative;font-family:"fira sans";font-size:1.2275rem;font-weight:700;line-height:27.82px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.125rem;height:8.28375rem;padding-top:1.0225rem;padding-right:1.019375rem;padding-bottom:1.0225rem;padding-left:1.019375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.2941169738769rem;left:26.375rem;z-index:15035; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #t9ITHuqK1Ei3xTFMpGSbK4da0oXgDs5b { display:flex;position:relative;top:0rem;left:0rem; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #ueXvyHhvtl1dT1KsaHMPblOuS9BSb7qv { width:auto; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #P31A1mr6Z4FISXCOCzL48Ex5ubI2aP5k {  }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #xiCtBH4LQftB6osxhA8WDDiLWTEqMRGO { display:flex;position:relative;top:0rem;left:0rem; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #ntbkqP8FKi70qqGctyvTOcaLpMTqxoyu {  }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #Vwf3k4cQsKtnvdqWNn2asznPBlEMhlvW {  }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #tgncmgyoq3krTKxxaSUB0kMS5XOwmpzT { display:flex;position:relative;top:0rem;left:0rem; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #MwXvXwVwi2MC6wfJOtEGrPTqInQ4VIkA {  }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #PqDn0KD2bxPNkRKmgMfUsf55TaUDbG67 {  }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #F7XFRzWUlM5P6fL1AXgRhgOHpSpbkF4e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #Tv4HheIVsP9Dce3Bwx1B9rXkgEJz45Bf {  }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #wx056xdhRITeT5ldyQqCUauRXCKCykXT {  }
#w0D7n39DpdZZSqRweis8m6nCwECX4r0P { color:#d13d1f;display:block;width:41.0619375rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.7767562866211rem;left:16.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D06e80SOVaE3RRd45cvdPWfwgaRvoTtZ { color:#d13d1f;display:block;width:41.0619375rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.7767562866211rem;left:16.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z { position:relative;display:block; }#EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z { background-color: transparent; background-image: none; }#EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z > .row .container > .video-iframe-container { display: none; }#EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z > .row > .video-iframe-container { display: none; }#EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z > .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); }#EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z { border-width: 0; border-radius: 0; }#EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z > .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; }#EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BOamXbdKuKGGEVKDpJOtmn45RNSwhoHT { color:#d13d1f;display:block;width:41.0611875rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.7483730316162rem;left:16.968587875366rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OogF2HDdyr4hwSQP06kkThN3723OgdJs { 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:4.1870125rem;width:4.1870125rem;top:7.4983730316163rem;left:7.2810878753663rem;overflow:hidden;display:block; }
#GXXr2dpVHvKGXa5GFBqOzJ6nvgHyFSBO { 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:4.1870125rem;width:4.1870125rem;top:7.4983730316163rem;left:26.031087875366rem;overflow:hidden;display:block; }
#Ep5lduXA7UR5HmZW7bvcCMWAGzfaWFU4 { 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:4.1870125rem;width:4.1870125rem;top:7.4983730316163rem;left:44.781087875366rem;overflow:hidden;display:block; }
#S3XeLhqX71J2KmAwfh3TsLMTFat14uZo { 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:4.1870125rem;width:4.1870125rem;top:7.4983730316163rem;left:63.531087875369rem;overflow:hidden;display:block; }
#u8O9M92ixQ357cJznQfZMJf5KisZpO67 { color:#000000;display:block;width:17.1248125rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.560384750366rem;left:0.81217384338381rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SnTNv9Ue1MTW3pveJV6PtNq6s0M4PAKw { color:#000000;display:block;width:17.124rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:13.560384750366rem;left:19.562173843384rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIFhJxRepyRDyRaeL3LOM0EJVfbSg5wV { color:#000000;display:block;width:17.1231875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:13.560384750366rem;left:38.312173843384rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DfdgQ0hOgNhePcFPzsn8FDESH8aMfP7B { color:#000000;display:block;width:17.122375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:13.560384750366rem;left:57.062986373901rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UCKMoiNw9nVh1va4VpzAurBswTUNMWmE { color:#d13d1f;display:block;width:41.0611875rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:28.437498092651rem;left:16.967771530151rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv { position:relative;display:block; }#xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv { background-color: transparent; background-image: none; }#xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv > .row .container > .video-iframe-container { display: none; }#xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv > .row > .video-iframe-container { display: none; }#xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv > .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); }#xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv { border-width: 0; border-radius: 0; }#xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv > .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; }#xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v4MucI3ZEBfkCGzU4Nmqa8GTUfZbkPAF { color:#000000;display:block;width:57.6236875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.6222343444824rem;left:8.6873378753663rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WyAyOFCldcFICsce7vI56yIAPIMEvq0i { 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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.8) ;height:15.5625rem;width:23.4375rem;top:11.02880859375rem;left:12.062173843384rem;overflow:hidden;display:block; }
#kOr9xW81Dt37koPzbJ8qQiLAIb37RxqV { 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:1.9987rem;width:1.9987rem;top:9.2472229003906rem;left:52.373861312866rem;overflow:hidden;display:block; }
#nRu2vSoxkU74KEgqfALJKKAzLFRfdzev { 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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.8) ;height:15.625rem;width:23.4375rem;top:10.9970703125rem;left:39.348142623901rem;overflow:hidden;display:block; }
#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1ad99b67-57a0-46da-b91d-4f107308f3d9/DD_16916.png");background-position:center 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; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB.adaptive-delivery-prevent-bg, #uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB.lazyload, #uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB.lazyloading { background-image: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { background-color: transparent; background-image: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container > .video-iframe-container { display: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row > .video-iframe-container { display: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .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); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { border-width: 0; border-radius: 0; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { font-size:0.875rem;font-family:arial;height:246.9375rem;width:75rem;position:relative;display:block; }#fThOFW72UzaMo8PfLdoefiAGOLCPtRIo { color:#ffffff;display:block;width:41.0625rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.75rem;left:16.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m7iTwbwHdNOLc1ZTPU3Mw8UfVWs8XgKp { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.312375rem;height:3.06206875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:44.905248165131rem;left:30.8125rem;display:none; }
#yNW7aa0EA7PBwI9PP0B9okgMC9CkH8mP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZ0SZld8o7r9v0cPKlluLAUWlGKxuolF { color:#ffffff;display:block;width:59.125rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:12.6875rem;left:1.25rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xOt4TMWDmexRDHvN8tEvR4pLC5XLoGqt { color:#ffffff;display:block;width:37.123875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.5rem;left:1.25rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nzZiFmIBGEy6cVP6zLB4Txq9BDHNvKn6 { color:#ffffff;display:block;width:62.25rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:25.886229515076rem;left:1.25rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ImB61KzXUMLPfAQpx3iOIMNbTRMf3zlS { color:#ffffff;display:block;width:67.0625rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:35.729979276657rem;left:1.25rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nVqBr5H7UGTZgWi2mz03mlxskIS4tol6 { color:#ffffff;display:block;width:66.6875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:61.105955123901rem;left:1.25rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qSolypJTHciQoOPa4ARoLDdVotVbQtD9 { color:#ffffff;display:block;width:68.6875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:45.642887830734rem;left:1.25rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BkOz1SlMQdu5mluBoTZMsiJn5TQMmJnL { color:#ffffff;display:block;width:48.6856875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:55.482583999634rem;left:1.25rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gnxntpkLTgvK0nA1JPVKlFKn3kmfUqXd { box-sizing:content-box;height:3.99956875rem;width:17.49925rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:96.8125rem;left:29rem;display:block; }
#qK26Lp3TNeRWJ9W1FkQbT4s9rKUHMX9K { background-color:#d13d1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4985625rem;height:3.99956875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:96.25rem;left:28.5625rem;display:block; }
#oWeLaf8fnVC7bkmEpPZituzTmN2FdW19 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTSfIrPpur6av3qEtu0ZM0B3KUD725A5 { 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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.7) ;height:15.625rem;width:15.625rem;top:128.375rem;left:58.0625rem;overflow:hidden;display:block; }
#vuKwF4ZmRzyp79Kqu101TLydWCX4fm9B { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;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.2486875rem;width:8.2486875rem;top:3.75rem;left:66.751302719119rem;overflow:hidden;display:block; }
#HNdK9eet6Ms8gyI628VF03DgxJ46APNw { 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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.7) ;height:15.625rem;width:15.625rem;top:108.3125rem;left:1.25rem;overflow:hidden;display:block; }
#DoBmLsy2exGpVNN0oZ7kwyAtz1ySWWqu { color:#ffffff;display:block;width:41.0611875rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:104.56135749817rem;left:16.968587875366rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r83liMolUwwEbDHJcar5PloQvulLhas6 { color:#ffffff;display:block;width:55.25rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:128.375rem;left:1.25rem;height:11.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aWC1mocQBGA2FJzqI772k63C7EVsvwOC { color:#ffffff;display:block;width:55.25rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:108.31217193604rem;left:18.249509811401rem;height:15.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NESkSZykUsJlzTLSRfdEEgsVtH0booQc { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;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.062175rem;width:2.062175rem;top:124.56135749817rem;left:18.248697280884rem;overflow:hidden;display:block; }
#dQPridi4X3ZGFJmM3r6GOa4fvJR3y0SK { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;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.062175rem;width:2.062175rem;top:140.43733215332rem;left:54.488927841186rem;overflow:hidden;display:block; }
#fNcRB6DG1TOmFAvzbofAwbtM8Cvktp6w { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:21.124674797058rem;left:1.25rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cwuXnN27HaK4yfbzD5mrH9dgVnA3dfXf { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:32.448729276657rem;left:1.25rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rJvSTkTVWFSRJIa343TTHCTWlitydFT1 { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:42.364092588424rem;left:1.25rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BFNv5m2Q64AzTKGJ2vkJ594buEuvtkbI { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:52.202960968017rem;left:1.25rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pUVuGPtZeBkRmXxGklKww0ZqiSNtk71a { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:67.667640686038rem;left:1.25rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#amUSbT39xGbZb7B3d0OSaE3fpE6cQBUZ { color:#ffffff;display:block;width:68.6875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:70.948890686038rem;left:1.25rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BpfcgTZTCrSzSlTIol9g9SuZHyJrEBWH { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:77.511390686038rem;left:1.25rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UhfNUWxQoed05BI2ALzGOU598AbCwwMB { color:#ffffff;display:block;width:63.8125rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:80.792648315431rem;left:1.25rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#owfrUNThwdCEkTnU7cyTdJxoA2OGv0Zg { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:87.230148315431rem;left:1.25rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pLSThtUzubEMbn4pRlhJWsAzqUTIFbTC { color:#ffffff;display:block;width:68.6875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:91.761398315431rem;left:1.25rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zSVnEGhwI6FTPQRbWpuSv13KXQ0AiKvV { 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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.7) ;height:15.625rem;width:15.625rem;top:145.875rem;left:1.375rem;overflow:hidden;display:block; }
#z1y2K3T5eGhv50ESmzUU8ZH4ozA6twKz { color:#ffffff;display:block;width:55.25rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:145.875rem;left:18.375rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b8zXcgAsunJNsXiXM3xGBPUGCwd9kQcW { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;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.062175rem;width:2.062175rem;top:160.75rem;left:18.375rem;overflow:hidden;display:block; }
#AHuOAUzKBWNXq8w559A1oMnZbfKRUTyi { color:#ffffff;display:block;width:55.2498125rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:164.56216430664rem;left:1.25rem;height:11.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eQrMgZipNH5hbebQrm1f4SGGvuxF4fRU { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;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.062175rem;width:2.062175rem;top:176.62466430664rem;left:54.488927841186rem;overflow:hidden;display:block; }
#t4r3FoMDTznU0J5pt2U7X2OhTW98fDmP { 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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.7) ;height:15.625rem;width:15.625rem;top:164.5625rem;left:58.125rem;overflow:hidden;display:block; }
#fTfTQmBNLt5hTEiPmhCs406oB00hVcov { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.7) ;height:15.625rem;width:15.625rem;top:182.125rem;left:1.375rem;overflow:hidden;display:block; }
#Rw3KlxNsZaoKUeze1CrteaO3cN08D9QD { color:#ffffff;display:block;width:55.25rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:182.125rem;left:18.375rem;height:12.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DFn5h3uGevModAiTdS78nv13N0FZOic8 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;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.062175rem;width:2.062175rem;top:195.625rem;left:18.375rem;overflow:hidden;display:block; }
#ZDf7ZdTNwgkozcF4iDh4vCduciD2JXlx { color:#ffffff;display:block;width:55.249rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:199.62482643128rem;left:1.25rem;height:9.84375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#poGrgeTvBa4FS5gr8fczIHg3QlZaXFAG { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;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.062175rem;width:2.062175rem;top:210.28107452393rem;left:54.488927841186rem;overflow:hidden;display:block; }
#O4lASmnp1dPdF305nRK6pSbRh5MVWPNt { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.7) ;height:15.625rem;width:15.625rem;top:199.62482643128rem;left:57.998044967651rem;overflow:hidden;display:block; }
#XTl7tci8KUxb8cK1gAX7p9bONg0OB831 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.7) ;height:15.625rem;width:15.625rem;top:217.125rem;left:1.1875rem;overflow:hidden;display:block; }
#H2K8A5TWaLgshzcqNubLGJsuBlOVrqxy { color:#ffffff;display:block;width:55.25rem;position:absolute;font-family:"fira sans";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:217.125rem;left:18.1875rem;height:16.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d9XlBTpI6AIvXBaHSlPQVacMSrNlWyGx { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;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.062175rem;width:2.062175rem;top:234.81232643128rem;left:18.248697280884rem;overflow:hidden;display:block; }
#bqIoPwataJyhTvt5Okg2JDRmKRQNm7AC { box-sizing:content-box;height:3.99956875rem;width:17.49925rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;top:239.1875rem;left:28.9375rem;display:block; }
#b0H8sZ1QSbTcw4lGmn2Xnmtxp5c7XZg6 { background-color:#d13d1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4985625rem;height:3.99956875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:238.625rem;left:28.5rem;display:block; }
#HWKH2N2ZkJDCDp1f2zbZAZSDqZ8oorut { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xtoOVQJKFKpT0SxUHTk3wvxOge5xU133 { box-sizing:content-box;height:3.99956875rem;width:17.49925rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:96.8125rem;left:29rem;display:none; }
#tEDDmX4JN5nDWXGH4PKsGQ26UaI8cRIH { background-color:#d13d1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4985625rem;height:3.99956875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:96.25rem;left:28.5625rem;display:none; }
#tz0ZRwH5OB0vu6J1e9KS2o9gQXlqe1LV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LIREVsnKeSE89reBVcWkpVAiU1Z2nt7l { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;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.2486875rem;width:8.2486875rem;top:3.75rem;left:66.751302719119rem;overflow:hidden;display:none; }
#zyRSpRluk0TWXamCHsgGXi162915XDF7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:17.8125rem;top:5.9809041023254rem;left:19.6875rem;overflow:hidden;display:none; }
#sc0ndrMrAttl6WyZtwp6FRJDRqUG77PK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:17.8125rem;top:5.9809041023254rem;left:19.6875rem;overflow:hidden;display:none; }
#knwL5q23vKtHplMekkUPHQGkENH6JDUM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:17.8125rem;top:5.9809041023254rem;left:19.6875rem;overflow:hidden;display:none; }
#zOrQ2cCsnF70LFTHieJciiFrhzxos5CT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:17.8125rem;top:5.9809041023254rem;left:19.6875rem;overflow:hidden;display:none; }
#VWCxTqGK9qfnTpzmGKi7Q0xSwecsmHVL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:17.8125rem;top:5.9809041023254rem;left:19.6875rem;overflow:hidden;display:none; }
#yP3SmhO6Jko6NuVuaacODox8DqCPFzow { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:17.8125rem;top:5.9809041023254rem;left:19.6875rem;overflow:hidden;display:none; }
#lemdcyDXb6lFogqqKCcNh0mTTCd7LwIl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:17.8125rem;top:5.9809041023254rem;left:19.6875rem;overflow:hidden;display:none; }
#SKh4QIhThbRNLQFwFmRgzhwefGShvAmT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:17.8125rem;top:5.9809041023254rem;left:19.6875rem;overflow:hidden;display:none; }
#wNxmbSuxJeit04IW6yN5pWT5sATypduN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:17.8125rem;top:5.9809041023254rem;left:19.6875rem;overflow:hidden;display:none; }
#hXpPR8XqUOPuRHP9KRGBhN7ml6guOhHu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:17.8125rem;top:5.9809041023254rem;left:19.6875rem;overflow:hidden;display:none; }
#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container { background-color: transparent; background-image: none; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container > .video-iframe-container { display: none; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row > .video-iframe-container { display: none; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .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); }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container { border-width: 0; border-radius: 0; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:75rem;position:relative;display:block; }#kmLezwbqNdHRmC0F8eq1v9IC0Uqb4qKU { color:#d13d1f;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.749267578125rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MikT3oEMWwGs4MeM1hPW6gE2F03J4eHi { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.312375rem;width:12.49925rem;top:7.12190246582rem;left:7.8748378753663rem;overflow:hidden;display:block; }
#sL5VAT62a6E0LBv9seJs8KvbpmRCd3Ce { color:#d13d1f;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15080;line-height:1.2;letter-spacing:0;top:17.55615234375rem;left:18.749185562134rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qFNzByB51UwTftvFM5UO14iUDh7upK1O { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;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.249375rem;width:7.249375rem;top:22.337239503861rem;left:33.873697280884rem;overflow:hidden;display:block; }
#p4HU77WhHh6MGhH5h8wGDXhDMKL4DQ8B { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.2495125rem;width:10.1245rem;top:24.335936784744rem;left:13.686521530151rem;overflow:hidden;display:block; }
#dR16apfmPxhs6JEBgwwKEnE6Lzn4O7U4 { color:#d13d1f;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:31.617023468017rem;left:18.749185562134rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cMxa7OVVIMGy4XbICPkQTyUD9EJo4EOv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6237rem;width:12.6871875rem;top:35.365367889404rem;left:30.842283248901rem;overflow:hidden;display:block; }
#XUTdrramdMRCwOkVRX1A4elJ5qNT41F6 { color:#d13d1f;display:block;width:29.9991875rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.74755859375rem;left:41.249998092651rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fazHJVaOoSpPBq3WPrmUaQTP0iMZbD1q { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.875rem;top:7.6827793121337rem;left:20.373208999634rem;overflow:hidden;display:block; }
#p8XC0ZIfPgxvqyLJTDfGxNxgFyGyDTPy { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.436875rem;width:10.686875rem;top:7.1806640625rem;left:50.905759811401rem;overflow:hidden;display:block; }
#QaUvy1BcBzS2zfl10Kch3AK72fOFS3oq { color:#d13d1f;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:39.862466812134rem;left:18.749185562134rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VW3PpVrO1Go7LMlPMebF6Dg2H2J1CpuT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:12.0621875rem;top:43.61083984375rem;left:31.154783248901rem;overflow:hidden;display:block; }
#qB0LTIAfhM8aLZfOH94aNmBvkSBHWGiO { color:#000000;display:block;width:69.375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:50.233560562134rem;left:1.9254550933838rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BptiT7Rlc9eUoue1iERAOGVBea1G5M1J { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6245125rem;width:13.3121875rem;top:24.650878190994rem;left:49.593099594116rem;overflow:hidden;display:block; }
#po49CBbKgmMmvz1JPkQL4bnOIl456D3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1ad99b67-57a0-46da-b91d-4f107308f3d9/DD_16916.png");background-position:center 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; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t.adaptive-delivery-prevent-bg, #po49CBbKgmMmvz1JPkQL4bnOIl456D3t.lazyload, #po49CBbKgmMmvz1JPkQL4bnOIl456D3t.lazyloading { background-image: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container { background-color: transparent; background-image: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container > .video-iframe-container { display: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row > .video-iframe-container { display: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .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); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container { border-width: 0; border-radius: 0; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#PhuU1pLsvWwrLd57p1Hi8qu3OBogfpwB { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:18.749185562134rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ddQrR5Au3SQKQq22zcuwCa1J44QNId3n { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.79) ;height:17.561875rem;width:17.561875rem;top:7.5rem;left:28.717447280884rem;overflow:hidden;display:block; }
#RBsoKGbrU0brDF5yD6yLtOpWuSceu5Dc { color:#ffffff;display:block;width:15.3116875rem;position:absolute;font-family:"fira sans";font-size:1.1875rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:26.936847686767rem;left:29.842935562134rem;height:9.9690875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZTf0Ox8gDnUXPFgqZ2Zal6f2AhwB8V1b { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:39.124347686767rem;left:18.749185562134rem;height:1.5999375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WV6TQP5zII4LF2hu70MfhrD30L71rloO { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:42.373859405517rem;left:30.926919937134rem;overflow:hidden;display:block; }
#acT4PhI273NdUDJ0WkPJmL0ZStEsJuMJ { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:42.373859405517rem;left:36.561685562134rem;overflow:hidden;display:block; }
#zaZicu3mTdfAzT531l3E4R3ZCNqWhrJu { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:42.373859405517rem;left:42.186685562134rem;overflow:hidden;display:block; }
#ft165nr2NmwoFCTzJi3PEOTsyLfl7U3u { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:45.935872077942rem;left:18.749185562134rem;height:1.5999375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETlT3sLPWQlkTMbTTbLcZ7IkpTi3aVTT { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:48.819986343384rem;left:36.561685562134rem;overflow:hidden;display:block; }
#pE2bLmU1P155tJ0sFcPENinEvQARaQlx { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.874375rem;width:12.874375rem;top:1.4981803894043rem;left:14.913736343384rem;overflow:hidden;display:block; }
#XTK1QP9rpDBB0zlc2hSsqTDXfyVgFUrI { color:#000000;display:block;width:19.2496875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15083;line-height:1.5;letter-spacing:0;top:6.9970397949219rem;left:11.728513717651rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VATutoynL1RgABP3Jb0dnSZFUF7engqd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:17.8125rem;top:5.9809041023254rem;left:19.6875rem;overflow:hidden;display:none; }
#f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC > .row .container { background-color: transparent; background-image: none; }#f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC > .row .container > .video-iframe-container { display: none; }#f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC > .row > .video-iframe-container { display: none; }#f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC > .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); }#f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC > .row .container { border-width: 0; border-radius: 0; }#f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#gDkHUOvePllhTo5rbwt20y0FSvunQuv1 { color:#000000;display:block;width:8.0620625rem;position:absolute;font-family:"fira sans";font-size:0.75rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:1.25rem;left:4.9375rem;height:1.20035625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Um81OpnHhrO5yMu0F1CvG8fTO8xMEt9U { color:#000000;display:block;width:8.0613125rem;position:absolute;font-family:"fira sans";font-size:0.75rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:1.249267578125rem;left:8.9375rem;height:1.20035625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gpP8bX8ofeiqEPaqQ78B4Md98hqDo8hM { color:#ffffff;display:block;width:8.0620625rem;position:absolute;font-family:"fira sans";font-size:0.75rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:1.25rem;left:60.125rem;height:1.20035625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Jy46AD49pGAPkkOFqAVhyd86Ph0zHDQa { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:1.25rem;left:68.8125rem;overflow:hidden;display:block; }
#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { border-width: 0; border-radius: 0; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { font-size:0.875rem;font-family:arial;height:167.125rem;width:75rem;position:relative;display:none; }#kpNH3KiKoTBie1q6hVfcnkz4AzHzJzpk { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GKQqeNaCG4trZ9y6AA1A9zeIWg9ruAZc { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:7rem;left:0rem;height:2.398725rem;text-align:left;text-align-last:left;display:block; }
#lV3XpF4OgcRHsDZHaexWCu8GtUOTz3KU { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:36.686920642852rem;left:6.0625rem;overflow:hidden;display:block; }
#pw44imptbSR1T1AnUdyVhzBX7Tb6fsp6 { box-sizing:content-box;height:151.875rem;width:37.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.16), rgba(115,115,115,0.5));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.16), rgba(115,115,115,0.5));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.16), rgba(115,115,115,0.5));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.16), rgba(115,115,115,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#7373737f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff28', endColorstr='#7373737f' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(115,115,115,0.5));background-size:auto !important;top:11.436199188233rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.4375rem #000000 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#aFT2kTyDAGaoz6nCpDlMyqPsJ0v3gzFa { color:#f01900;display:block;width:29.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:13.150390625rem;left:8rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cK98IEnKRPARMUwTGDM5VbQopkrpEfxM { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15036;background-color:#f01900;background-image:none;top:13.6875rem;left:4.9375rem;display:block; }
#KLySp3TBKmrN8TAl28wPVowAc0l2PuTO { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:#f01900;background-image:none;top:13.6875rem;left:57.5rem;display:block; }
#vsSTVuI4Xg51HTfweJ505RkydnqDNW0b { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:12.6875rem;left:23.625rem;overflow:hidden;display:block; }
#t5mMPewG0FoE1KpWvcx4rLy3TlLAvwgu { 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:4.375rem;width:4.375rem;top:17.974609375rem;left:6.125rem;overflow:hidden;display:block; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:"fira sans";height:auto;font-style:normal; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:"fira sans";height:auto;line-height:1.3;overflow:hidden; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b3c6e97e0bd261c16d965814f1e2dea08db9d922.svg");background-size:contain !important; }#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL .accordion-trigger.adaptive-delivery-prevent-bg, #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL .accordion-trigger.lazyload, #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL .accordion-trigger.lazyloading { background-image: none; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL { box-sizing:content-box;height:auto;width:37.5rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15002;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:37.88628411293rem;left:0rem; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #xHO8g3DXIqMdqisTeLFugW2PlO83ESpK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #EPMXmsPzTSTX86IAu6Lk6VyEMop7urZ8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 { display:block;position:relative; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #lXC2F0Fy47Aus9OIkOIxpg1zBcFXpSBg {  }
#cn1dyHNwgtavG9Xu6aWJlsogRRF1uUxl { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:17.974609375rem;left:11.125rem;height:1.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Aw1oIbR4iw5zugoLIV3h3NCLCWpgM3gH { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:19.875rem;left:11.125rem;height:1.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tN7AOoKMKmzOSxNOHBGKTFrCqwWWKlsv { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:36.686920642852rem;left:0rem;height:1.2rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#puL7ESNBysZQZqtkpxfrbOzTdGaRSDKS { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:27.311920642852rem;left:6.0625rem;overflow:hidden;display:block; }
#GfqAFE05gIT2bdG8CWnfPhSMzgyZPi1b { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:27.311920642852rem;left:0rem;height:1.2rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:"fira sans";height:auto;font-style:normal; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:"fira sans";height:auto; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b3c6e97e0bd261c16d965814f1e2dea08db9d922.svg");background-size:contain !important; }#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR .accordion-trigger.adaptive-delivery-prevent-bg, #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR .accordion-trigger.lazyload, #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR .accordion-trigger.lazyloading { background-image: none; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR { box-sizing:content-box;height:auto;width:37.5rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:28.51128411293rem;left:0rem; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #kwt2upCE2KTKrkkT1tqmGlCMQBG1sT0R { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #wB8dRX3BJ18H4c0sDPgn8fKkywv5avBf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 { display:block;position:relative; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #IvGDchPRIKin8a5kqorzQNMVURRmWEd3 {  }
#x9xikwR9usA7y3VxsmSuvCdkf5CCFiGA { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:45.999420642852rem;left:0rem;height:1.1993625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:"fira sans";height:auto;font-style:normal; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:"fira sans";height:auto; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b3c6e97e0bd261c16d965814f1e2dea08db9d922.svg");background-size:contain !important; }#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ .accordion-trigger.adaptive-delivery-prevent-bg, #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ .accordion-trigger.lazyload, #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ .accordion-trigger.lazyloading { background-image: none; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ { box-sizing:content-box;height:auto;width:37.5rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15003;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:47.198348999024rem;left:0rem; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #Uke5PgGGisoXZ2meHWIs8vanpL2gOKTk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #wa7dKrvuiglBxEhBFAp7MMsxmNk85COG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 { display:block;position:relative; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #aBXeFTSpKKHR8sKnKEs1qcm4Xqdb6zIL {  }
#Z1hoFes2IQpVH6s7UerfvzyvRS0sLlRl { 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:4.3125rem;width:4.3125rem;top:45.999420642852rem;left:6.0625rem;overflow:hidden;display:block; }
#xpIQQXanfV2wUgUPJdJbWlSigxT3GNqD { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:55.311920642852rem;left:6.0625rem;overflow:hidden;display:block; }
#pXys2o9xUFSkl5ovNxtGUBeKwRb01WKQ { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:55.311920642852rem;left:0rem;height:2.398725rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:"fira sans";height:auto;font-style:normal; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:"fira sans";height:auto; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b3c6e97e0bd261c16d965814f1e2dea08db9d922.svg");background-size:contain !important; }#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E .accordion-trigger.adaptive-delivery-prevent-bg, #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E .accordion-trigger.lazyload, #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E .accordion-trigger.lazyloading { background-image: none; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E { box-sizing:content-box;height:auto;width:37.5rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15003;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:57.710502624512rem;left:0rem; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #QNqw1Kl1WynDTEJuwPvvPMnHShRR3LyH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #E4pg6P4NGquW83IeoOcraCnTo9IvJ6gx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 { display:block;position:relative; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #lSRlFnWJFkkXAzb6zptADyR1ofQxpzCu {  }
#Krwl0vnAyCGHf76za1UWt07JLEuoT6ET { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:64.124996662138rem;left:25.0625rem;overflow:hidden;display:block; }
#l1CAko9gHzsO59WSxF7dDTZ0k16LwDit { color:#f01900;display:block;width:29.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:64.749996662138rem;left:8rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnnsS4npOsm7wzT3hZ189gzrfMOyN2o9 { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:#f01900;background-image:none;top:65.124710559844rem;left:4.875rem;display:block; }
#BstR5yn4MnAOnohylT32kWX78FddCQIt { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15038;background-color:#f01900;background-image:none;top:65.18692064285rem;left:57.4375rem;display:block; }
#XmPT5tQXwApHGgcUamqwUodFebkXvcel { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:69.68576049805rem;left:0rem;height:2.398725rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#rrM5eOcwSM0egc3d7zN8nnQWEfn9ATdm { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:69.68576049805rem;left:6.0625rem;overflow:hidden;display:block; }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:"fira sans";height:auto;font-style:normal; }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:"fira sans";height:auto; }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b3c6e97e0bd261c16d965814f1e2dea08db9d922.svg");background-size:contain !important; }#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 .accordion-trigger.adaptive-delivery-prevent-bg, #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 .accordion-trigger.lazyload, #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 .accordion-trigger.lazyloading { background-image: none; }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 { box-sizing:content-box;height:auto;width:37.5rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15005;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:72.08405303955rem;left:0rem; }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #dCDmOMvfK92v3uL9aegEUnSUTo8XlRgF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #J08FV791BCWpvDkR7yrBQbB7n3BhoTyJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 { display:block;position:relative; }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #OMX4u17bUCLqqmtM4XPQ21bn7Rwb8KNr {  }
#CBQnd9QKzaJ2iC94FbUrSJAHQurxB344 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:79.061485290525rem;left:6.0625rem;overflow:hidden;display:block; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:"fira sans";height:auto;font-style:normal; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:"fira sans";height:auto; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b3c6e97e0bd261c16d965814f1e2dea08db9d922.svg");background-size:contain !important; }#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT .accordion-trigger.adaptive-delivery-prevent-bg, #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT .accordion-trigger.lazyload, #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT .accordion-trigger.lazyloading { background-image: none; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT { box-sizing:content-box;height:auto;width:37.5rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15008;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:81.435907363894rem;left:0rem; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #QZAT5PcDc7qEbo9qhOH04cZizSM4ueVR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #XdJNXCIzWBhP9i7z5giAENwH3Sy0EIQV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 { display:block;position:relative; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #n5VxXhgXO6cX17KGENvgZPE55FIPR9gi {  }
#WHH7SSVPb9mlchfTpJOLA0mbgBvcy7XT { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:79.061485290525rem;left:0rem;height:2.398725rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#uCKSyfWlNRBkvZNOZNXJT4AikgBuhcLc { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:88.498695373538rem;left:6.0625rem;overflow:hidden;display:block; }
#DnFbasR7QaaLiethEtnQ2HzyMka3eC2X { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:88.498695373538rem;left:0rem;height:1.2rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:"fira sans";height:auto;font-style:normal; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:"fira sans";height:auto; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b3c6e97e0bd261c16d965814f1e2dea08db9d922.svg");background-size:contain !important; }#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST .accordion-trigger.adaptive-delivery-prevent-bg, #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST .accordion-trigger.lazyload, #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST .accordion-trigger.lazyloading { background-image: none; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST { box-sizing:content-box;height:auto;width:37.5rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15011;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:89.686052322387rem;left:0rem; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #EAWKp3oP8h6Khz8bXuMD2g0eNQdGWTFx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #y5IU2tcIO71nPUwSDBGXybnzi1ZcztId { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 { display:block;position:relative; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #h0RLzXB1gKoaQh7u51IL1xOgNvmx8KaM {  }
#wAnXoPKNvh30iFKLaAhrilrOkXkU9H5x { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15040;background-color:#f01900;background-image:none;top:107.68735504151rem;left:5rem;display:block; }
#ACr1OuWcli8T9UiPLGtORV1UioZQ6pRk { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15041;background-color:#f01900;background-image:none;top:107.74956512451rem;left:57.4375rem;display:block; }
#vH7hUShU6EbDC1BegziNwgTsLMEEM5CD { color:#f01900;display:block;width:29.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:107.29238891601rem;left:8rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RoRcsBTT3eDqXl9QmvabkgbJDQs7TO7a { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:97.874275207519rem;left:5.9375rem;overflow:hidden;display:block; }
#shAt45olFFGNGlIk1QvucVogQuWowRDn { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:97.874275207519rem;left:0rem;height:1.2rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:"fira sans";height:auto;font-style:normal; }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:"fira sans";height:auto; }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b3c6e97e0bd261c16d965814f1e2dea08db9d922.svg");background-size:contain !important; }#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 .accordion-trigger.adaptive-delivery-prevent-bg, #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 .accordion-trigger.lazyload, #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 .accordion-trigger.lazyloading { background-image: none; }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 { box-sizing:content-box;height:auto;width:37.5rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15014;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:99.061050415037rem;left:0rem; }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #G2l88u2MdvEMkkzcZAtToEkJOWqQOCRC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #aRDxPbg4x4TzJtJq9gxM00u9Xz7Hb2L7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 { display:block;position:relative; }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #ur16mO3CSvH8iV05dOxfTt52FEMhaDH5 {  }
#cIKSxG8B5iAQafM8GmCOv18a8h07NaGm { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:106.81206512451rem;left:20.875rem;overflow:hidden;display:block; }
#ERyLTIOXfuioxmtUvFiyVWydhIcFo8qs { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15044;background-color:#f01900;background-image:none;top:110.81235504151rem;left:5rem;display:block; }
#wQEBVusQwLJ1gy6GGzXAnCLQNSqpwn73 { color:#f01900;display:block;width:29.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:15035;line-height:1.2;letter-spacing:0;top:110.43692016601rem;left:8rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ne7kOk8bHoum4w8feVQLblMLz7TDLnH8 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:110rem;left:25.75rem;overflow:hidden;display:block; }
#fDPSmTl5m3um9IzthRfwJpgbyQDkxtk7 { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15045;background-color:#f01900;background-image:none;top:110.87456512451rem;left:57.4375rem;display:block; }
#Q7XvAeM8CfrUrzwbz5wO49w7Obd58XtQ { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15049;background-color:#f01900;background-image:none;top:113.75rem;left:57.4375rem;display:block; }
#zaMsCKLxTTUvUMESI6KfTlw4q5B6mAhm { color:#f01900;display:block;width:29.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:300;z-index:15039;line-height:1.2;letter-spacing:0;top:113.31235504151rem;left:8rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mkudO4IkTaJBeJa8DTpwOcGHyz8gpxWT { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:112.87471008301rem;left:21.3125rem;overflow:hidden;display:block; }
#oJSSVXLThX2vpcx1ri97HDK1pqywuysE { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15048;background-color:#f01900;background-image:none;top:113.68706512451rem;left:5rem;display:block; }
#mbk1yp4W9XU4KQsQGFT92ZWw9v32UDfN { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:117.99956512451rem;left:42.25rem;overflow:hidden;display:block; }
#SLHtApmaBXWe62OSB55448dNn9LVLtw0 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:117.99956512451rem;left:47.375rem;height:3.59809375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:"fira sans";height:auto;font-style:normal; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:"fira sans";height:auto; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b3c6e97e0bd261c16d965814f1e2dea08db9d922.svg");background-size:contain !important; }#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J .accordion-trigger.adaptive-delivery-prevent-bg, #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J .accordion-trigger.lazyload, #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J .accordion-trigger.lazyloading { background-image: none; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J { box-sizing:content-box;height:auto;width:20.248875rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15017;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:121.53472137451rem;left:46.625rem; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #SRfzzDnoQthLusXcAvk6tGJfAZvILhw4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #E9ZRWrnU0lBZPN1MRqZv322W3Ik5CUOG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 { display:block;position:relative; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #XeTGk1QTUNVxFJGptVAiviRShN2lpuwX {  }
#N9KovpANftFeW6JDp5v6GP7U8vL7URGO { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:117.99956512451rem;left:6rem;overflow:hidden;display:block; }
#qGnTJdhEETbOyXM1MuKWIFwoe7q328DR { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:117.99956512451rem;left:11.25rem;height:3.59809375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:"fira sans";height:auto;font-style:normal; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:"fira sans";height:auto; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b3c6e97e0bd261c16d965814f1e2dea08db9d922.svg");background-size:contain !important; }#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U .accordion-trigger.adaptive-delivery-prevent-bg, #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U .accordion-trigger.lazyload, #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U .accordion-trigger.lazyloading { background-image: none; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U { box-sizing:content-box;height:auto;width:20.248125rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15020;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:121.59764862061rem;left:10.4375rem; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #O8N8Rhp4mK5UwnUIg5X0g4JE1vhOPm7N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #uGs3xR1WsL1q6pk1k9FVMoxwboLBIhKU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 { display:block;position:relative; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #pN78AedM9H2GVo8MZEJ54v84Ir3OIeAh {  }
#QgNX0TtfawVbZpDMHpSz4o0Uf56lzreP { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.312375rem;height:3.06206875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:158.24810791016rem;left:24.25rem;display:block; }
#T3PDZFkT5WsONKH3NvglgquvkFaIWE0F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oPyLSyvTF6aKkA1Vh9iVHILdfoH8Onc4 { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15029;background-color:#e3c814;background-image:none;top:10.631509780884rem;left:0rem;display:block; }
#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5afecde8-7e5c-4c27-97f7-a81eb52c2a0b/Beznazwy1200x580px1200x1200px.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE.adaptive-delivery-prevent-bg, #MzOco3tSuKTuE4F961RWJvOOLBPuVAfE.lazyload, #MzOco3tSuKTuE4F961RWJvOOLBPuVAfE.lazyloading { background-image: none; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container { border-width: 0; border-radius: 0; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container { font-size:0.875rem;font-family:arial;height:103.5rem;width:75rem;position:relative;display:none; }#vMhcTDE7fw79MsbiCWgbbu8I6RMltGkR { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q0iLtSicNTl8wzsvqNXxz674CHskuLMP { box-sizing:content-box;height:29.125rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:8rem;left:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#sFOWhfdRsAdu1tnvN4T6GJz6Zw01pekr { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5rem;width:17.5rem;top:7.7495613098144rem;left:5rem;overflow:hidden;display:block; }
#RThsSuf13Q2AXmmVnDXXAlIeAGyoFyTZ { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:26.357055664062rem;left:6.25rem;height:4.79745rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#mi0Iz80HXaOp4flMktBvBa8dXQpxOgBx { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.25rem;top:34.354167938233rem;left:6.125rem;overflow:hidden;display:block; }
#grgiT4DInAV5WlGi1WMgVB3zfhM4Zc1i { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:20.25rem;overflow:hidden;display:block; }
#RbPPZQTJ0dZD23UzNXbSVbSr0BEuSVqP { box-sizing:content-box;height:29.125rem;width:17.5625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:8rem;left:19.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#bUP0iaDLy8V2OPliONvV32iZWJoFtH5d { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5rem;width:17.5rem;top:7.7488403320312rem;left:20rem;overflow:hidden;display:block; }
#GPoWuDxExyOKsv0gm3nOGOgELQRWIWk8 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:26.374420166016rem;left:22.1875rem;height:4.79745rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#aVOEJL98edao8cpKwp9zhIEvTXquA3rt { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:47.75rem;overflow:hidden;display:block; }
#hHXVnaPgSiciGS8MiCfJzzWFpfpORfkp { box-sizing:content-box;height:29.125rem;width:17.5rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:8rem;left:52.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#nToFPbS7NhIKDVyJy5EVOpeWGDIgkqvc { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5rem;width:17.5rem;top:7.7495613098144rem;left:52.5rem;overflow:hidden;display:block; }
#s5hmkyrm3iRWhdptwTNDlQaaiBxoIZx4 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:26.374420166016rem;left:53.75rem;height:3.5980875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#UgyxNhbzL8lmHomHrKr51uo7ZCprIdou { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:35rem;left:67.8125rem;overflow:hidden;display:block; }
#i1wgcLkAfnFWm7fxZzDyk69pzbRh9laO { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:5.4375rem;top:34.354167938233rem;left:53.6875rem;overflow:hidden;display:block; }
#WLvIzwd4sNrnCWmGi1viZ20S9mNsV85L { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:38.999561309814rem;left:5.0625rem;overflow:hidden;display:block; }
#I91eddZ4hTG6CPpGwc128q2AzxpDLUwp { box-sizing:content-box;height:29.125rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:39.25rem;left:5.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#TUugLoDTJb8ScwWofKoN9TLmgFcHxOHq { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:57.562225341797rem;left:6.1875rem;height:5.9968125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#od0oSEy9PlIHESES9n1rGRrcSeoSLAJQ { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:66.25rem;left:20.3125rem;overflow:hidden;display:block; }
#rribtrhWhbGuv2yIf0XpWJiN47nHeHms { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:38.999561309814rem;left:19.9375rem;overflow:hidden;display:block; }
#eavtAyWhbBR6ECFPGleFMmLh3DBhpEqq { box-sizing:content-box;height:29.125rem;width:17.5625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:39.25rem;left:19.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#JnxfCiCln3hth69ThBQiNDyDQ8DQ5bOD { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:57.562225341797rem;left:22.1875rem;height:5.9968125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#PqlrdTIq3KqsQuzq6E6G6RpCtfUD3IpG { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:66.25rem;left:47.75rem;overflow:hidden;display:block; }
#XlErEIVxp2RKuEzTKRVXi5DuU6nZXsSK { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.625rem;width:17.625rem;top:38.999561309814rem;left:52.4375rem;overflow:hidden;display:block; }
#i6q3HaF5i9vU5TQ5ugGkoUvMu4m9RfSr { box-sizing:content-box;height:29.125rem;width:17.5625rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:39.25rem;left:52.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#XrctVB3ve6PTPgskMizdfXtMf66mV2eS { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15061;line-height:1.2;letter-spacing:0;top:57.562225341797rem;left:53.75rem;height:4.79745rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#vEI7VWIgGF38rGrcmhSheiJidtCgmtEU { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:66.25rem;left:67.8125rem;overflow:hidden;display:block; }
#HWJ5ae7DKhU1boanN7EiBOqRgngM3Txm { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5rem;width:17.5rem;top:70.249560832975rem;left:5.0625rem;overflow:hidden;display:block; }
#a9uFnb8NQ86lbTrlHZp9bwu00hcTatEq { box-sizing:content-box;height:29.125rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:70.5rem;left:5.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#TJWOK1AHgJkb8qPydoyhbhKWh1VAJ4zT { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:88.812210083006rem;left:6.1875rem;height:2.398725rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#A9xffPeui0dG05qdHK26oUJlfHAx1NLA { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:97.5rem;left:20.3125rem;overflow:hidden;display:block; }
#Al1STIFcUQNHOSnKdSaBVx04egbWb4Mi { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.25rem;top:96.854171752931rem;left:6.125rem;overflow:hidden;display:block; }
#UcDLECNAD3zFNUXgMCrxyBcKEQAqIZpc { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:70.249560832975rem;left:19.9375rem;overflow:hidden;display:block; }
#eZ9v12waPPmxbHVorL239E5WvFnEmdvB { box-sizing:content-box;height:29.125rem;width:17.5625rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:70.5625rem;left:19.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#LyTFySrafK9gIecAnZ6uJTSAJQmWyJHT { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15070;line-height:1.2;letter-spacing:0;top:88.812210083006rem;left:22.1875rem;height:2.398725rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TNwabiuz7MOU7U9C9rtFIUt5HLkBVLA0 { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:97.5625rem;left:47.75rem;overflow:hidden;display:block; }
#CuPDT6WO5AtD1v8tdlMK8ANH99bocdTD { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.25rem;top:96.875rem;left:26.125rem;overflow:hidden;display:block; }
#iV64IvDHyrRJTaZfAqdLo7UkZaPE660Z { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.743487834931rem;left:6rem;overflow:hidden;display:block; }
#vfUkXB6mV06ZLJiEoN2VuSfOyNgV49JR { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.743344783783rem;left:26.0625rem;overflow:hidden;display:block; }
#C7Me2f2frXWoTs5gWTssD6FwR8fHoUeO { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.743344783783rem;left:53.625rem;overflow:hidden;display:block; }
#eO2b1mpbq1mssJAnB4ZhZiDi3DyTCQdS { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:54.020396232605rem;left:6.0625rem;overflow:hidden;display:block; }
#fciJipXvNAxFbHU66lfIwD5FoidnLu84 { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:54.02112197876rem;left:26.125rem;overflow:hidden;display:block; }
#qukalkzlHpOBgwuRxL8defied02qGkhz { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:54.08362197876rem;left:53.6875rem;overflow:hidden;display:block; }
#WVdQBuRTsOBNdJLIxMnQkClfTe2LJipC { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:85.27762413025rem;left:6.125rem;overflow:hidden;display:block; }
#beenadLoNv43lSHiXMIDvdhQogaANkHD { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:85.277627944944rem;left:26.0625rem;overflow:hidden;display:block; }
#ApC7v5U8fhJkKU37WpC910OqQhTL2yCi { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:70.216293334963rem;left:52.4375rem;overflow:hidden;display:block; }
#JJwssEBvS6sgEFvacN9dJV90ZilfdXSp { box-sizing:content-box;height:29.1246875rem;width:17.5621875rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;top:70.545431137088rem;left:52.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ktJkAtzIuOpxfntTtBTqlPex7PKPrCmE { color:#000000;display:block;width:15.31175rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:88.810768127444rem;left:53.625rem;height:4.79745625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Ko5vraxLmZbcblHCfeD62lScuiMExe54 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.874275rem;width:1.874275rem;top:85.276332855225rem;left:53.75rem;overflow:hidden;display:block; }
#JPpS1I3rqF4xqEE1TTzOevt5BWHdhkhi { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.874275rem;width:6.249275rem;top:97.186058044431rem;left:53.75rem;overflow:hidden;display:block; }
#D9sizhqgnibxl17Ay6qTiQ7L2xzCkrbI { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.249275rem;width:1.249275rem;top:97.498558044431rem;left:67.875rem;overflow:hidden;display:block; }
#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5afecde8-7e5c-4c27-97f7-a81eb52c2a0b/Beznazwy1200x580px1200x1200px.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q.adaptive-delivery-prevent-bg, #cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q.lazyload, #cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q.lazyloading { background-image: none; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q > .row .container { border-width: 0; border-radius: 0; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;position:relative;display:none; }#ZAy5IwKixStE6W5wgTZUXyNz4GIQEg7i { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LF7sFZXDqIrzEnvLigt3deDKLzne31o9 { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Ov0wouvTGRIAAmy5w9nDE1vI5XPi4bKq { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:17.499694824219rem;left:6.125rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mciRWmdNWyMLb4Ct0Bk8uCU5VAI01reI { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:#737373;background-image:none;top:24rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#IbXsWPqJnFxyKAe01ZC675VSmrkunGTQ { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:24.687194824219rem;left:6.25rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AdH5GD9gOH6oT2ESAGCpxNJVA1khf635 { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15003;background-color:#737373;background-image:none;top:31.999847412109rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#T7hwg5O0Ci6Si5KQKGQspg2HlVlQJ7iE { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:32.687042236328rem;left:6.125rem;height:4.79818125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O7gOTiVz3u6wFeMkCR9ssw6ZhhAunK7n { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15004;background-color:#737373;background-image:none;top:40.061920166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ixmT7mxa8vPiSvM9cQfdPOyWv2vOUU7e { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:40.749847412109rem;left:6.125rem;height:4.79818125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UetyDiEECPOTJWiMGO6RTW9Qwtw5PcLN { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:10.937194824219rem;left:24.8125rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NVwT2J9zKmwNtedkTVrtqRA2uXMyym6E { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:10.937194824219rem;left:51.875rem;height:4.79818125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZL6T4A7qHvqpSRSOg7qcTTqWB9MuAR0M { box-sizing:content-box;height:45.1875rem;width:17.5625rem;position:absolute;display:block;z-index:15020;background-color:#f01900;background-image:none;top:7.0620422363281rem;left:49.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #ffffff ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#tdsgvqevymTA7NWxG4kQ6RMlPFB9zGW9 { box-sizing:content-box;height:45.125rem;width:17.5625rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:7.0620422363281rem;left:19.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#lkAtHTupI066SIMnW4nTiwHeic6ptQfi { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:8.2498474121094rem;left:28.3125rem;overflow:hidden;display:block; }
#MesK2mifwy0T9GJGZ8GNAZ0rg83THQvM { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;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:4.0625rem;top:8.3120422363281rem;left:56.4375rem;overflow:hidden;display:block; }
#nklqHES7ok7y6q5FGmd1xLwZDnRuRaIK { color:#f01900;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:17.499694824219rem;left:24.8125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#slCW4r8sFM2efkm0vaW1BqC9CmXfmZB2 { color:#737373;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:19rem;left:24rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vdbJArq6vkEEcTZ3yccttccwnH5VCIhT { color:#f01900;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:25.5625rem;left:24.8125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ipnm3BKpM4L7fGy7cQ28vL1qQEWrImJG { color:#737373;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:26.999847412109rem;left:24rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uNLg8wbA0FGDHoFuh218iaIsZfM8ykgV { color:#f01900;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:33.624542236328rem;left:24.8125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C3u84K320vbo4Wqnpu6HTLsFduHroSXT { color:#737373;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:35.061920166016rem;left:24rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDBPEuXmyZFMWZTaLNimS80UI8zQcEfm { color:#f01900;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:41.624420166016rem;left:24.8125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZroGCdemTpIvfNT28cRCM1L41lksTLuQ { color:#737373;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:43.062469482422rem;left:24rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L6CiOsWhKJZF00riFTaKKU5cnW9BlQ18 { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:17.561920166016rem;left:54.125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tz2n0Ud01oZ9peEUOghurhZ6mvUKSi6o { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:19.062194824219rem;left:53.3125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IgsDA2bdMCT7pRogO2dKBSOIQAdnyN6o { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:25.624694824219rem;left:54.125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pSmUiC1r7BkuGcvaiGxSGtbJ9ipGux74 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:27.062042236328rem;left:53.3125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XnVeArmOQUBMT6pr5OAalIPtPoymLQT7 { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15051;line-height:1.6;letter-spacing:0;top:33.562347412109rem;left:54.125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrJ6T4EWHOmqDwLLTfNgSsTr3KXdhuPN { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:34.999694824219rem;left:53.3125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZu9h92cyTanU81k4UKVgWuxvMFCVz7J { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:41.687347412109rem;left:54.125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P34A8Gs7hLytLsg91Tt75QaQnJtudWkE { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:43.124694824219rem;left:53.3125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kyqvtoWpIaaIIzHiFqLnSASZZi3r6Czf { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.0625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:47.25rem;left:22.5625rem;display:block; }
#LOGSG1uN4EoAVmxxLaeoA7p6STP4ndnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iErLK7oGo21ICbOx32hBNSxmQ0CpyaoI { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#f01900;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.0625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:47.25rem;left:51.875rem;display:block; }
#BBT95LAJNH1KWA1SElg5qxipwUtLyTIe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W74RIZbteUI2RAUwXQsFOfglngoIUa1H { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#AZSAWbcfDvgLxHJNBNiPI2Ps4DyJiLWt { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#dXA8eLJV2TRnJZacmqTPyG3g3xLviSUJ { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#lKN3Rv8PqanflgJXTWL5gLFZeLuV7UO5 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:24.687194824219rem;left:6.25rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cCyqJCDyWaVNJXLkcDFbNKNgTrV2vVlD { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#s3u6GzWTd9yTF5W4gphacc8S3prvaI8q { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:32.687042236328rem;left:6.125rem;height:4.7988375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zS5xlTWIruDOXxuBb0ElNhwATngXauT5 { color:#737373;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:26.999847412109rem;left:24rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kQVx8XyTqdT6LtECD1IuHvZvuDavq3TP { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#Zq0q7MBLZXFWf1nwhP8lCZU9ThAbRFWa { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:40.749847412109rem;left:6.125rem;height:4.79883125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#d9XCANkKAq9i9O8DXs0gk5MsECkaBvdX { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#LVOFznVbDJ5vDADVfdMvxNMRTCzVzuOE { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:17.499694824219rem;left:6.125rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F3eI6tekT1XM0WslnFsJmI2QPXXJHzmE { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#JsKITTVSKLTl7V2lXCmH2B9IwV060OVP { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#IICWvNJ7JDeStcfPtTwXNpHwTKCngugf { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#lTZWcwPIIeoyVOHgzNO75A1DxGd1CumD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#lTZWcwPIIeoyVOHgzNO75A1DxGd1CumD > .row .container { border-width: 0; border-radius: 0; }#lTZWcwPIIeoyVOHgzNO75A1DxGd1CumD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTZWcwPIIeoyVOHgzNO75A1DxGd1CumD > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:none; }#P6ZxrJRCoqi88ygQrc8Uc3vyVWUxkAzl { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bSa08GZNAzHnHz44JevlZ2prta1AoyKK { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:12.5rem;top:5.875rem;left:25rem;overflow:hidden;display:block; }
#gtzNOxo1P1OVck8Uw20u3uVZiTlCuFUM { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:16.729593276977rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zQKWpLkvi3NfWghTf24eTdabZvzAolJK { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6246875rem;width:13.624875rem;top:18.914922714233rem;left:23.9375rem;overflow:hidden;display:block; }
#BulO6K6J1IRO2TJHW2VR2JeOvNPfmykb { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15080;line-height:1.2;letter-spacing:0;top:33.75rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7Jl3or6Ig08VEwhETknozKdgvwvvX0c { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.06206875rem;width:7.4363125rem;top:37.6875rem;left:9.125rem;overflow:hidden;display:block; }
#Lc19DiP0ub140IHvKTolfur9oPa1BmCr { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.74985625rem;width:10.873125rem;top:38.343461990356rem;left:43.1875rem;overflow:hidden;display:block; }
#RSkdGI4X3gQPrKna0yRbGVzwnHwiGuDu { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3122125rem;width:7.687375rem;top:38.561923980713rem;left:58.25rem;overflow:hidden;display:block; }
#EApg9Rzi68b9VgQSiOruWust3LrXpIU3 { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:44.1875rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XSEmMUJ5tNmJcofTdQyKnuC9ScS1wVWJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:9.0625rem;top:47.375rem;left:28.4375rem;overflow:hidden;display:block; }
#UM5zlxXxLBD63W0zMqG3THFMZrs3kRg3 { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:25.854311823845rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pFDkO0EcrqvirixrrHOrIC8gm84ADQcz { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;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.31191875rem;width:9.249875rem;top:28.288340449333rem;left:28.3125rem;overflow:hidden;display:block; }
#VmipaZ0oVafHHi603rrmQoALEbRUlHAD { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.62456875rem;width:10.2488125rem;top:36.170429229736rem;left:21.125rem;overflow:hidden;display:block; }
#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5afecde8-7e5c-4c27-97f7-a81eb52c2a0b/Beznazwy1200x580px1200x1200px.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n.adaptive-delivery-prevent-bg, #yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n.lazyload, #yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n.lazyloading { background-image: none; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n > .row .container { border-width: 0; border-radius: 0; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:none; }#nTibQhJTeHgKAe0TxyEFwPalQ442QRQD { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));background-size:contain !important;vertical-align:top; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;color:#ffffff;height:auto;font-family:"fira sans"; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:#ffffff;height:auto;font-family:"fira sans"; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b3c6e97e0bd261c16d965814f1e2dea08db9d922.svg");background-size:contain !important; }#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-trigger.adaptive-delivery-prevent-bg, #c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-trigger.lazyload, #c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-trigger.lazyloading { background-image: none; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU { box-sizing:content-box;height:auto;width:37.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15095;background-color:rgba(0,0,0,0);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.4794893264769rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #fC4gT4O483x5RgdnI6bBMDmTViPhZD7x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Wdr89bbR3yyepOUaBndQ2sN1e2IAxQXc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #yf2O4B2dGOVTQaF2c1frhlvlLr6419PJ { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #PN83NTiWrNXozTGXqxQ9xf4TDGFTTpQT {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #lm3TtZoTW8ultIaispdw06K8csFpmTh9 {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #QtOAxIpkiNJS6bldo1mm61pJq4ZiHPuu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #XOaBJw6iTs68BfU3dlrPNhDSS5WfDMR7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #dvT181aK3fRoC9CVLfx4aCKXFNwkf7BC { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #cv05Gd0wGSPamwZXZ5b8yLlNZWqdJARC {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TI5PTatsCkZ16VpP6xTGUDVUs7tH6RHt { display:none; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TXdWhTOfVencNyaEsDzrrNadEmr2cih3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #KDz2a6gkrSmJS9VDBcK0p2vDx6g8SMUG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #BTztQqcWVNRNqcoDT3idizNJunPhTFu6 { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #mobUJTzyD0IwkTnbfd5SRRCpe2QqAnlh {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #JFOGSQ01rKgM0JWpFzN8zFVhy4LVI8nz { display:none; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #AlZJK9DZepBtsQnU2BQmMS9zhxNX4o3a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #FbHLwW3SXO8GNCQRinafQLPgbsGNXqsn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Ov94G4uiHLGXhDwDVnOwqXREJT6GCZpQ { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #okHIsf9XMMWxz6qO2umAaXrCGF32G1hr {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #P9fapRdfDnlx98syqIdHHKeVFcvXbLcV { display:none; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TbeSF0ycSThLxPrVMVXccqsIL7c9Dy7N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #pRJdbMIla50TXCnMvkRrw5a4psqzOw8q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #myqxRtSWnqVWEfw7kZshvd6WTqy6KL3a { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #BWbPXUPP31Wni8cZbqGP7V2H1uGPRxT6 {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #oNeQGl2f0eVAapXatc2XkhHVTJ2MEgb6 { display:none; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Lf7Gd3ST7qFb9CAdqy0efJmUbTTsnoTi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #vyLFFQ1qkzVMz1b7BREQi7oTTPmyZpUR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #S0CGLHCIwdfeyAXIvrS9KQQwMcI5nRwV { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #wnz5Ubhi0krRRhB9Sik8PVXmGkG9tMhM {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #kTTEr6grDaKuzz4vUTN12PECUR0ZUVnN { display:none; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #JTnpRzlSLbZxtEEqPGBl7necBPC2tGtf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #HMVB9EFPtxWx9m1Ksy30MtxkuE3gZz0L { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #MWF610ZfZaed9RTAuBNQ899XgbrSlwmz { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Ct5XSwcGqG5d0ThA2vfwdVquLUkqiPdL {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #d8z3ThgKypeRy0W3DKXCL1JSgRo77ise { display:none; }
#HPoFCgKLD6OHr7lXI7toM8VuABATt3Hw { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3744375rem;width:16.3744375rem;top:32.685879707336rem;left:53.75rem;overflow:hidden;display:block; }
#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row .container { border-width: 0; border-radius: 0; }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:none; }#soNO7kz9Ufne8mgVW6wVWuRiZ74KKcKA { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kbFvn2vT0vVgoWKF6r4liX5g3x2XpC1c { box-sizing:content-box;height:1.0625rem;width:1.0625rem;position:absolute;display:block;z-index:15021;background-color:#f01900;background-image:none;top:7.1875rem;left:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#cR5EbBhTn0ChVu9BPXph2fifG9xhrOMC { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:6.49821875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ku0x0kbOn4VwZQ0VfwIb0OlOWT0rTFbV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem #000000 ;height:17.5rem;width:26.25rem;top:11.279685974121rem;left:43.75rem;overflow:hidden;display:block; }
#wDu6zswKgOItlJnmhtBTuFJEh4ah1evc { position:absolute;display:block;z-index:15024;height:14.4375rem;width:26rem;top:14.388744354248rem;left:5rem;display:none; }
#DQH9aQgHLrDiyvpSFpXECqk3Glh0zTHS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.5rem;width:37.5rem;display:none; }
#pByafmhmAL4LErqTx7SUAzv9muwqhE7i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5afecde8-7e5c-4c27-97f7-a81eb52c2a0b/Beznazwy1200x580px1200x1200px.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i.adaptive-delivery-prevent-bg, #pByafmhmAL4LErqTx7SUAzv9muwqhE7i.lazyload, #pByafmhmAL4LErqTx7SUAzv9muwqhE7i.lazyloading { background-image: none; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i > .row .container { border-width: 0; border-radius: 0; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:none; }#fJ6AZFqwqQIVfytbVOrMFDbUvFyBFlII { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l3hl1JTMGH4nmdoVhmX8aenrgdavcogw { box-sizing:content-box;height:29.125rem;width:17.5rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:7.375rem;left:5.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#t28W1AHM0gRdhONnUgHrS541T3IrZ66h { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:25.687194824219rem;left:6.25rem;height:8.3955375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#me8G76cUUaFa71qhl6BSZqIsyH3fGPxX { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:7.125rem;left:5rem;overflow:hidden;display:block; }
#fQJPKzu4t8ZOhVQ45iQDVbxTugBl7PZh { box-sizing:content-box;height:29.125rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:7.375rem;left:52.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#GIMTNcEvwPLSt0qbIybhy5m6Z7lzA66T { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:7.1245422363281rem;left:52.4375rem;overflow:hidden;display:block; }
#qomDWfLh0ZZrGnDTGTT1RMMxWlc6GrUo { box-sizing:content-box;height:29.125rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:7.375rem;left:20rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#aVrIt6MC1ABBhccG2QaAP3yLn1EGMaEe { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:7.1245422363281rem;left:19.9375rem;overflow:hidden;display:block; }
#RCZfRORJDqFxvJP8hrcbbDR9CFykcXBH { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:25.686462402344rem;left:22.1875rem;height:8.3955375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#lJpg85rPsoJnNMi405TDLJaJCRlzNzya { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:25.686462402344rem;left:53.75rem;height:8.3955375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#akmUETuQUaJB90kipdp2l9Xop4awDw4y { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:40.248119354248rem;left:0rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#biRek8PTLTQgV5cEVgprQrwc39GtpoCb { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:42.373987555504rem;left:28.1875rem;overflow:hidden;display:block; }
#f1gNuUtDba512UdfTrPhR4qNZFLCqh4V { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:42.373987555504rem;left:32.75rem;overflow:hidden;display:block; }
#JCc028WJhlTswTk5aNvh0QsZ3Ee3cpHF { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:42.373987555504rem;left:44.75rem;overflow:hidden;display:block; }
#O4Un12P5fn3cJWnr9eVJ7ZV4OqosBUIT { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:45.935907721519rem;left:0rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wBTzVpJAzTy1f5HQo786m47zld3Rzol4 { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:48.008245825768rem;left:32.75rem;overflow:hidden;display:block; }
#eWSLK99Nf5F1Wx3ciI6yAywqeiEM62k2 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.068720340729rem;left:6.0625rem;overflow:hidden;display:block; }
#IAaFTwPI9JKEOGsnwSpXMyP4XtQyhtqK { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.068141460419rem;left:26.0625rem;overflow:hidden;display:block; }
#fQlxlO3hV5N2LkBxIgwaMQIE3H85Pb3a { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.130641460419rem;left:53.5625rem;overflow:hidden;display:block; }
#uz8oGKTETZ6ctTo4itOevJwVwTUxOp4u { box-sizing:content-box;height:3.75rem;width:37.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:53.5rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sEl54dxP3e3OGDTFXlmKDTuJur23ngNq { display:none; }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ppZHtNnk0mTpFlpKhmSfwIDCskOhGe0b { width:12.125rem;height:5.4719885967342rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzDUtXF77cJnuwTgVACJDbLJV2e0d4c5 { width:8rem;height:2.25rem;top:1.3125rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNgQVbcMugc3DxVIXbNNmkeyXX1mAAy { display:block; }
 }@media only screen and (max-width: 763px) { #euLmNacuJBS0He5N9w8pT1tFt7Bm7epI { top:1.3125rem;left:30.3125rem;width:17.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucrVMRKyQ9lTqTQUvGJvNERk4V49qTCS { width:17.4375rem;height:3.9375rem;top:0.75rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLAghqqhV3X0TVsx2PHyyis8ypXQJ4HE { display:block; }
 }@media only screen and (max-width: 763px) { #KUiJCIBqBqt3U4mEJ5hdIVAbveJ4MyQn { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { top:15.5rem;left:0rem;width:47.75rem;height:4.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy86tHip7Ntqd1BDQtGFGrzG6VTtnBqb { width:13.25rem;height:3rem;top:31.8125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmVSKELfTRnWm5QBFhef2Rf9Mqg8g6ZX { display:block; }
 }@media only screen and (max-width: 763px) { #N92XNbMz6f1g5GTJt7Tl4ifqzurxNlWa { top:21rem;left:0rem;width:34.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJmLTzGXuiFPHxLWNoEtGZGw52GI52L4 { top:3.625rem;left:0rem;width:12.1875rem;height:6.0313915888566rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKPQDyZcBT8x7gNlc3LQ1KOeBskEuidW { width:17.4375rem;height:3.9375rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGFRwKy645APBwUUfyLMUnT8vE3m0UlG { display:block; }
 }@media only screen and (max-width: 763px) { #xUJZTlJFBb7FT3Q0CtKI4eedgo8Nx9M2 { top:33.875rem;left:0rem;width:17.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwEibLEDDebZybBcixV0BUw6JeedpiQp { top:3.875rem;left:34.299642562866rem;width:5.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTF8JIdKLkJD1BxB3UkCp3CBqPo5UdO { top:3.8125rem;left:41.8125rem;width:5.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6CaOKcKEm41HGoTGn5nLQPZQ1v0yiQP { top:3.875rem;left:41.9375rem;width:5.8125rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PadCWAp4TLrZ2RbD3WMiulKEml7uXk5U { top:6.1875rem;left:7.875rem;width:32.875rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD1rgTDrlRPM46QVCncntP9h75Mhqgrv { top:28.1875rem;left:0rem;width:26.3125rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q17Q1ZIRoFUnNe7p85tHlHOmSRwICBA6 { top:36.75rem;left:28.913248062134rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMCybe2UfgsbphIZ9shswl3T9F2ykMqm { top:8rem;left:0rem;width:47.75rem;height:25.94257064722rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFzyUZJkFdqZersvsLdZ6GkCdMbs5Umd { top:55.375rem;left:0rem;width:17.4375rem;height:2.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJF733AgI8M5TqgqaBIM3UHrx9ZmsDGe { top:5.9375rem;left:0rem;width:47.75rem;height:85.112280701754rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 { display:block; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuVUwlIgJNMS3rMoBPzaclWqkNXpLTnN { top:18.6875rem;left:3.25rem;width:41rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwDwXqeycECLtHlximpGo1GFhgz19tqb { top:22.0625rem;left:0rem;width:47.75rem;height:37.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUAeB4VH1DSSqkyLz3S48A8UoOb3FBnS { top:62.0625rem;left:15.375rem;width:17.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLCFN295VrbURpgIBMbFEnHqG2hldHIi { width:17.4375rem;height:3.9375rem;top:61.5rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBlofIzlrkO6bXSSXll3QRgHxxAMmrO2 { display:block; }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J { display:flex;width:13.5rem;height:5.0625rem;top:53.1875rem;left:22.74768447876rem; }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #t9ITHuqK1Ei3xTFMpGSbK4da0oXgDs5b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #ueXvyHhvtl1dT1KsaHMPblOuS9BSb7qv {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #P31A1mr6Z4FISXCOCzL48Ex5ubI2aP5k {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #xiCtBH4LQftB6osxhA8WDDiLWTEqMRGO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #ntbkqP8FKi70qqGctyvTOcaLpMTqxoyu {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #Vwf3k4cQsKtnvdqWNn2asznPBlEMhlvW {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #tgncmgyoq3krTKxxaSUB0kMS5XOwmpzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #MwXvXwVwi2MC6wfJOtEGrPTqInQ4VIkA {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #PqDn0KD2bxPNkRKmgMfUsf55TaUDbG67 {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #F7XFRzWUlM5P6fL1AXgRhgOHpSpbkF4e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #Tv4HheIVsP9Dce3Bwx1B9rXkgEJz45Bf {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #wx056xdhRITeT5ldyQqCUauRXCKCykXT {  }
 }@media only screen and (max-width: 763px) { #w0D7n39DpdZZSqRweis8m6nCwECX4r0P { top:3.75rem;left:3.3125rem;width:41rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D06e80SOVaE3RRd45cvdPWfwgaRvoTtZ { top:3.75rem;left:3.3125rem;width:41rem;height:1.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z { display:block; }#EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOamXbdKuKGGEVKDpJOtmn45RNSwhoHT { top:3.6875rem;left:0rem;width:41rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OogF2HDdyr4hwSQP06kkThN3723OgdJs { top:7.4375rem;left:3.8748378753662rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXXr2dpVHvKGXa5GFBqOzJ6nvgHyFSBO { top:7.4375rem;left:15.812337875366rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep5lduXA7UR5HmZW7bvcCMWAGzfaWFU4 { top:7.4375rem;left:27.749837875366rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3XeLhqX71J2KmAwfh3TsLMTFat14uZo { top:7.4375rem;left:39.687337875366rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8O9M92ixQ357cJznQfZMJf5KisZpO67 { top:13.5rem;left:0rem;width:17.0625rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnTNv9Ue1MTW3pveJV6PtNq6s0M4PAKw { top:13.5rem;left:6.8125rem;width:17.0625rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFhJxRepyRDyRaeL3LOM0EJVfbSg5wV { top:13.5rem;left:18.75rem;width:17.0625rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfdgQ0hOgNhePcFPzsn8FDESH8aMfP7B { top:13.5rem;left:30.6875rem;width:17.0625rem;height:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCKMoiNw9nVh1va4VpzAurBswTUNMWmE { top:28.375rem;left:0rem;width:41rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv { display:block; }#xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4MucI3ZEBfkCGzU4Nmqa8GTUfZbkPAF { top:3.5625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyAyOFCldcFICsce7vI56yIAPIMEvq0i { top:11rem;left:0rem;width:23.4375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOr9xW81Dt37koPzbJ8qQiLAIb37RxqV { top:9.1875rem;left:38.748861312866rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRu2vSoxkU74KEgqfALJKKAzLFRfdzev { top:10.9375rem;left:24.3125rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB { display:block; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fThOFW72UzaMo8PfLdoefiAGOLCPtRIo { top:3.75rem;left:3.3125rem;width:41rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7iTwbwHdNOLc1ZTPU3Mw8UfVWs8XgKp { width:13.25rem;height:3rem;top:44.875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNW7aa0EA7PBwI9PP0B9okgMC9CkH8mP { display:block; }
 }@media only screen and (max-width: 763px) { #PZ0SZld8o7r9v0cPKlluLAUWlGKxuolF { top:12.6875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOt4TMWDmexRDHvN8tEvR4pLC5XLoGqt { top:7.5rem;left:0rem;width:37.0625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzZiFmIBGEy6cVP6zLB4Txq9BDHNvKn6 { top:25.875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImB61KzXUMLPfAQpx3iOIMNbTRMf3zlS { top:35.75rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVqBr5H7UGTZgWi2mz03mlxskIS4tol6 { top:61.125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSolypJTHciQoOPa4ARoLDdVotVbQtD9 { top:45.625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkOz1SlMQdu5mluBoTZMsiJn5TQMmJnL { top:55.5rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnxntpkLTgvK0nA1JPVKlFKn3kmfUqXd { top:96.8125rem;left:15.375rem;width:17.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK26Lp3TNeRWJ9W1FkQbT4s9rKUHMX9K { width:17.4375rem;height:3.9375rem;top:96.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWeLaf8fnVC7bkmEpPZituzTmN2FdW19 { display:block; }
 }@media only screen and (max-width: 763px) { #dTSfIrPpur6av3qEtu0ZM0B3KUD725A5 { top:128.375rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuKwF4ZmRzyp79Kqu101TLydWCX4fm9B { top:3.75rem;left:39.5625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNdK9eet6Ms8gyI628VF03DgxJ46APNw { top:108.3125rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoBmLsy2exGpVNN0oZ7kwyAtz1ySWWqu { top:104.5rem;left:3.3435878753662rem;width:41rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r83liMolUwwEbDHJcar5PloQvulLhas6 { top:128.375rem;left:0rem;width:47.75rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWC1mocQBGA2FJzqI772k63C7EVsvwOC { top:108.25rem;left:0rem;width:47.75rem;height:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NESkSZykUsJlzTLSRfdEEgsVtH0booQc { top:124.5rem;left:4.6236972808838rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQPridi4X3ZGFJmM3r6GOa4fvJR3y0SK { top:140.375rem;left:40.863927841186rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNcRB6DG1TOmFAvzbofAwbtM8Cvktp6w { top:21.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwuXnN27HaK4yfbzD5mrH9dgVnA3dfXf { top:32.4375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJvSTkTVWFSRJIa343TTHCTWlitydFT1 { top:42.375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFNv5m2Q64AzTKGJ2vkJ594buEuvtkbI { top:52.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUVuGPtZeBkRmXxGklKww0ZqiSNtk71a { top:67.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amUSbT39xGbZb7B3d0OSaE3fpE6cQBUZ { top:70.9375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpfcgTZTCrSzSlTIol9g9SuZHyJrEBWH { top:77.5rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhfNUWxQoed05BI2ALzGOU598AbCwwMB { top:80.75rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owfrUNThwdCEkTnU7cyTdJxoA2OGv0Zg { top:87.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLSThtUzubEMbn4pRlhJWsAzqUTIFbTC { top:91.75rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSVnEGhwI6FTPQRbWpuSv13KXQ0AiKvV { top:145.875rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1y2K3T5eGhv50ESmzUU8ZH4ozA6twKz { top:145.875rem;left:0rem;width:47.75rem;height:14.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8zXcgAsunJNsXiXM3xGBPUGCwd9kQcW { top:160.75rem;left:4.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHuOAUzKBWNXq8w559A1oMnZbfKRUTyi { top:164.5rem;left:0rem;width:47.75rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQrMgZipNH5hbebQrm1f4SGGvuxF4fRU { top:176.5625rem;left:40.863927841186rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4r3FoMDTznU0J5pt2U7X2OhTW98fDmP { top:164.5625rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTfTQmBNLt5hTEiPmhCs406oB00hVcov { top:182.125rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3KlxNsZaoKUeze1CrteaO3cN08D9QD { top:182.125rem;left:0rem;width:47.75rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFn5h3uGevModAiTdS78nv13N0FZOic8 { top:195.625rem;left:4.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDf7ZdTNwgkozcF4iDh4vCduciD2JXlx { top:199.5625rem;left:0rem;width:47.75rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poGrgeTvBa4FS5gr8fczIHg3QlZaXFAG { top:210.25rem;left:40.863927841186rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4lASmnp1dPdF305nRK6pSbRh5MVWPNt { top:199.5625rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTl7tci8KUxb8cK1gAX7p9bONg0OB831 { top:217.125rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2K8A5TWaLgshzcqNubLGJsuBlOVrqxy { top:217.0625rem;left:0rem;width:47.75rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9XlBTpI6AIvXBaHSlPQVacMSrNlWyGx { top:234.75rem;left:4.6236972808838rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqIoPwataJyhTvt5Okg2JDRmKRQNm7AC { top:239.1875rem;left:15.3125rem;width:17.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0H8sZ1QSbTcw4lGmn2Xnmtxp5c7XZg6 { width:17.4375rem;height:3.9375rem;top:238.625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWKH2N2ZkJDCDp1f2zbZAZSDqZ8oorut { display:block; }
 }@media only screen and (max-width: 763px) { #xtoOVQJKFKpT0SxUHTk3wvxOge5xU133 { top:96.8125rem;left:15.375rem;width:17.4375rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEDDmX4JN5nDWXGH4PKsGQ26UaI8cRIH { width:17.4375rem;height:3.9375rem;top:96.25rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tz0ZRwH5OB0vu6J1e9KS2o9gQXlqe1LV { display:block; }
 }@media only screen and (max-width: 763px) { #LIREVsnKeSE89reBVcWkpVAiU1Z2nt7l { top:3.75rem;left:39.5625rem;width:8.1875rem;height:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyRSpRluk0TWXamCHsgGXi162915XDF7 { top:5.9375rem;left:0rem;width:14.8125rem;height:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sc0ndrMrAttl6WyZtwp6FRJDRqUG77PK { top:5.9375rem;left:0rem;width:14.8125rem;height:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #knwL5q23vKtHplMekkUPHQGkENH6JDUM { top:5.9375rem;left:0rem;width:14.8125rem;height:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOrQ2cCsnF70LFTHieJciiFrhzxos5CT { top:5.9375rem;left:0rem;width:14.8125rem;height:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWCxTqGK9qfnTpzmGKi7Q0xSwecsmHVL { top:5.9375rem;left:0rem;width:14.8125rem;height:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yP3SmhO6Jko6NuVuaacODox8DqCPFzow { top:5.9375rem;left:0rem;width:14.8125rem;height:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lemdcyDXb6lFogqqKCcNh0mTTCd7LwIl { top:5.9375rem;left:0rem;width:14.8125rem;height:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKh4QIhThbRNLQFwFmRgzhwefGShvAmT { top:5.9375rem;left:0rem;width:14.8125rem;height:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNxmbSuxJeit04IW6yN5pWT5sATypduN { top:5.9375rem;left:0rem;width:14.8125rem;height:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXpPR8XqUOPuRHP9KRGBhN7ml6guOhHu { top:5.9375rem;left:0rem;width:14.8125rem;height:26.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av { display:block; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmLezwbqNdHRmC0F8eq1v9IC0Uqb4qKU { top:3.6875rem;left:0rem;width:29.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MikT3oEMWwGs4MeM1hPW6gE2F03J4eHi { top:7.0625rem;left:1.0623378753662rem;width:12.4375rem;height:8.2711641881722rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL5VAT62a6E0LBv9seJs8KvbpmRCd3Ce { top:17.5rem;left:0rem;width:37.5rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFNzByB51UwTftvFM5UO14iUDh7upK1O { top:22.3125rem;left:16.6875rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4HU77WhHh6MGhH5h8wGDXhDMKL4DQ8B { top:24.3125rem;left:6.8740215301512rem;width:10.0625rem;height:3.2296132679392rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR16apfmPxhs6JEBgwwKEnE6Lzn4O7U4 { top:31.5625rem;left:0rem;width:37.5rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMxa7OVVIMGy4XbICPkQTyUD9EJo4EOv { top:35.3125rem;left:11.25rem;width:12.625rem;height:2.6108396758541rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUTdrramdMRCwOkVRX1A4elJ5qNT41F6 { top:3.6875rem;left:17.8125rem;width:29.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fazHJVaOoSpPBq3WPrmUaQTP0iMZbD1q { top:7.625rem;left:13.560708999634rem;width:7.875rem;height:7.2499503928883rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8XC0ZIfPgxvqyLJTDfGxNxgFyGyDTPy { top:7.125rem;left:30.468259811401rem;width:10.625rem;height:9.3822372653372rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaUvy1BcBzS2zfl10Kch3AK72fOFS3oq { top:39.8125rem;left:0rem;width:37.5rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW3PpVrO1Go7LMlPMebF6Dg2H2J1CpuT { top:43.5625rem;left:11.875rem;width:12rem;height:4.7248643747247rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB0LTIAfhM8aLZfOH94aNmBvkSBHWGiO { top:50.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BptiT7Rlc9eUoue1iERAOGVBea1G5M1J { top:24.625rem;left:29.155599594116rem;width:13.25rem;height:2.6122521655438rem;display:block; }
 }@media only screen and (max-width: 763px) { #po49CBbKgmMmvz1JPkQL4bnOIl456D3t { display:block; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhuU1pLsvWwrLd57p1Hi8qu3OBogfpwB { top:3.75rem;left:0rem;width:37.5rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddQrR5Au3SQKQq22zcuwCa1J44QNId3n { top:7.5rem;left:6.375rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBsoKGbrU0brDF5yD6yLtOpWuSceu5Dc { top:26.875rem;left:8.625rem;width:15.25rem;height:9.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTf0Ox8gDnUXPFgqZ2Zal6f2AhwB8V1b { top:39.0625rem;left:0rem;width:37.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV6TQP5zII4LF2hu70MfhrD30L71rloO { top:42.3125rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acT4PhI273NdUDJ0WkPJmL0ZStEsJuMJ { top:42.3125rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZicu3mTdfAzT531l3E4R3ZCNqWhrJu { top:42.3125rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft165nr2NmwoFCTzJi3PEOTsyLfl7U3u { top:45.875rem;left:0rem;width:37.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETlT3sLPWQlkTMbTTbLcZ7IkpTi3aVTT { top:48.8125rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2bLmU1P155tJ0sFcPENinEvQARaQlx { top:1.4375rem;left:8.1012363433837rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTK1QP9rpDBB0zlc2hSsqTDXfyVgFUrI { top:6.9375rem;left:4.6875rem;width:19.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VATutoynL1RgABP3Jb0dnSZFUF7engqd { top:5.9375rem;left:0rem;width:47.75rem;height:85.112280701754rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC { display:block; }#f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDkHUOvePllhTo5rbwt20y0FSvunQuv1 { top:1.25rem;left:0rem;width:8rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um81OpnHhrO5yMu0F1CvG8fTO8xMEt9U { top:1.1875rem;left:2.125rem;width:8rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpP8bX8ofeiqEPaqQ78B4Md98hqDo8hM { top:1.25rem;left:39.6875rem;width:8rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy46AD49pGAPkkOFqAVhyd86Ph0zHDQa { top:1.25rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L { display:block; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpNH3KiKoTBie1q6hVfcnkz4AzHzJzpk { top:3.6875rem;left:0rem;width:41.0625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKQqeNaCG4trZ9y6AA1A9zeIWg9ruAZc { top:6.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3XpF4OgcRHsDZHaexWCu8GtUOTz3KU { top:36.625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw44imptbSR1T1AnUdyVhzBX7Tb6fsp6 { top:11.375rem;left:0rem;width:47.75rem;height:151.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFT2kTyDAGaoz6nCpDlMyqPsJ0v3gzFa { top:13.125rem;left:0rem;width:29.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK98IEnKRPARMUwTGDM5VbQopkrpEfxM { top:13.625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLySp3TBKmrN8TAl28wPVowAc0l2PuTO { top:13.625rem;left:35.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsSTVuI4Xg51HTfweJ505RkydnqDNW0b { top:12.625rem;left:16.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5mMPewG0FoE1KpWvcx4rLy3TlLAvwgu { top:17.9375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL { display:flex;height:auto;width:27.8125rem;top:24.625rem;left:9.96875rem; }
 }@media only screen and (max-width: 763px) { #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #xHO8g3DXIqMdqisTeLFugW2PlO83ESpK {  }
 }@media only screen and (max-width: 763px) { #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #EPMXmsPzTSTX86IAu6Lk6VyEMop7urZ8 {  }
 }@media only screen and (max-width: 763px) { #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #lXC2F0Fy47Aus9OIkOIxpg1zBcFXpSBg {  }
 }@media only screen and (max-width: 763px) { #cn1dyHNwgtavG9Xu6aWJlsogRRF1uUxl { top:17.9375rem;left:0rem;width:26.375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw1oIbR4iw5zugoLIV3h3NCLCWpgM3gH { top:19.8125rem;left:0rem;width:26.375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN7AOoKMKmzOSxNOHBGKTFrCqwWWKlsv { top:36.625rem;left:0rem;width:45.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puL7ESNBysZQZqtkpxfrbOzTdGaRSDKS { top:27.25rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfqAFE05gIT2bdG8CWnfPhSMzgyZPi1b { top:27.25rem;left:0rem;width:45.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR { display:flex;height:auto;width:27.8125rem;top:24.625rem;left:9.96875rem; }
 }@media only screen and (max-width: 763px) { #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #kwt2upCE2KTKrkkT1tqmGlCMQBG1sT0R {  }
 }@media only screen and (max-width: 763px) { #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #wB8dRX3BJ18H4c0sDPgn8fKkywv5avBf {  }
 }@media only screen and (max-width: 763px) { #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #IvGDchPRIKin8a5kqorzQNMVURRmWEd3 {  }
 }@media only screen and (max-width: 763px) { #x9xikwR9usA7y3VxsmSuvCdkf5CCFiGA { top:45.9375rem;left:0rem;width:45.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ { display:flex;height:auto;width:27.8125rem;top:24.625rem;left:9.96875rem; }
 }@media only screen and (max-width: 763px) { #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #Uke5PgGGisoXZ2meHWIs8vanpL2gOKTk {  }
 }@media only screen and (max-width: 763px) { #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #wa7dKrvuiglBxEhBFAp7MMsxmNk85COG {  }
 }@media only screen and (max-width: 763px) { #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #aBXeFTSpKKHR8sKnKEs1qcm4Xqdb6zIL {  }
 }@media only screen and (max-width: 763px) { #Z1hoFes2IQpVH6s7UerfvzyvRS0sLlRl { top:45.9375rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpIQQXanfV2wUgUPJdJbWlSigxT3GNqD { top:55.25rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXys2o9xUFSkl5ovNxtGUBeKwRb01WKQ { top:55.25rem;left:0rem;width:45.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E { display:flex;height:auto;width:27.8125rem;top:24.625rem;left:9.96875rem; }
 }@media only screen and (max-width: 763px) { #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #QNqw1Kl1WynDTEJuwPvvPMnHShRR3LyH {  }
 }@media only screen and (max-width: 763px) { #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #E4pg6P4NGquW83IeoOcraCnTo9IvJ6gx {  }
 }@media only screen and (max-width: 763px) { #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #lSRlFnWJFkkXAzb6zptADyR1ofQxpzCu {  }
 }@media only screen and (max-width: 763px) { #Krwl0vnAyCGHf76za1UWt07JLEuoT6ET { top:64.0625rem;left:18.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1CAko9gHzsO59WSxF7dDTZ0k16LwDit { top:64.6875rem;left:0rem;width:29.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnnsS4npOsm7wzT3hZ189gzrfMOyN2o9 { top:65.0625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BstR5yn4MnAOnohylT32kWX78FddCQIt { top:65.125rem;left:35.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmPT5tQXwApHGgcUamqwUodFebkXvcel { top:69.625rem;left:0rem;width:45.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrM5eOcwSM0egc3d7zN8nnQWEfn9ATdm { top:69.625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 { display:flex;height:auto;width:27.8125rem;top:24.625rem;left:9.96875rem; }
 }@media only screen and (max-width: 763px) { #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #dCDmOMvfK92v3uL9aegEUnSUTo8XlRgF {  }
 }@media only screen and (max-width: 763px) { #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #J08FV791BCWpvDkR7yrBQbB7n3BhoTyJ {  }
 }@media only screen and (max-width: 763px) { #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #OMX4u17bUCLqqmtM4XPQ21bn7Rwb8KNr {  }
 }@media only screen and (max-width: 763px) { #CBQnd9QKzaJ2iC94FbUrSJAHQurxB344 { top:79rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT { display:flex;height:auto;width:27.8125rem;top:24.625rem;left:9.96875rem; }
 }@media only screen and (max-width: 763px) { #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #QZAT5PcDc7qEbo9qhOH04cZizSM4ueVR {  }
 }@media only screen and (max-width: 763px) { #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #XdJNXCIzWBhP9i7z5giAENwH3Sy0EIQV {  }
 }@media only screen and (max-width: 763px) { #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #n5VxXhgXO6cX17KGENvgZPE55FIPR9gi {  }
 }@media only screen and (max-width: 763px) { #WHH7SSVPb9mlchfTpJOLA0mbgBvcy7XT { top:79rem;left:0rem;width:45.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCKSyfWlNRBkvZNOZNXJT4AikgBuhcLc { top:88.4375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnFbasR7QaaLiethEtnQ2HzyMka3eC2X { top:88.4375rem;left:0rem;width:45.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST { display:flex;height:auto;width:27.8125rem;top:24.625rem;left:9.96875rem; }
 }@media only screen and (max-width: 763px) { #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #EAWKp3oP8h6Khz8bXuMD2g0eNQdGWTFx {  }
 }@media only screen and (max-width: 763px) { #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #y5IU2tcIO71nPUwSDBGXybnzi1ZcztId {  }
 }@media only screen and (max-width: 763px) { #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #h0RLzXB1gKoaQh7u51IL1xOgNvmx8KaM {  }
 }@media only screen and (max-width: 763px) { #wAnXoPKNvh30iFKLaAhrilrOkXkU9H5x { top:107.625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACr1OuWcli8T9UiPLGtORV1UioZQ6pRk { top:107.6875rem;left:35.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH7hUShU6EbDC1BegziNwgTsLMEEM5CD { top:107.25rem;left:0rem;width:29.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoRcsBTT3eDqXl9QmvabkgbJDQs7TO7a { top:97.8125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shAt45olFFGNGlIk1QvucVogQuWowRDn { top:97.8125rem;left:0rem;width:45.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 { display:flex;height:auto;width:27.8125rem;top:24.625rem;left:9.96875rem; }
 }@media only screen and (max-width: 763px) { #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #G2l88u2MdvEMkkzcZAtToEkJOWqQOCRC {  }
 }@media only screen and (max-width: 763px) { #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #aRDxPbg4x4TzJtJq9gxM00u9Xz7Hb2L7 {  }
 }@media only screen and (max-width: 763px) { #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #ur16mO3CSvH8iV05dOxfTt52FEMhaDH5 {  }
 }@media only screen and (max-width: 763px) { #cIKSxG8B5iAQafM8GmCOv18a8h07NaGm { top:106.75rem;left:14.0625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERyLTIOXfuioxmtUvFiyVWydhIcFo8qs { top:110.75rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQEBVusQwLJ1gy6GGzXAnCLQNSqpwn73 { top:110.375rem;left:0rem;width:29.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne7kOk8bHoum4w8feVQLblMLz7TDLnH8 { top:109.9375rem;left:18.9375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDPSmTl5m3um9IzthRfwJpgbyQDkxtk7 { top:110.8125rem;left:35.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7XvAeM8CfrUrzwbz5wO49w7Obd58XtQ { top:113.6875rem;left:35.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaMsCKLxTTUvUMESI6KfTlw4q5B6mAhm { top:113.25rem;left:0rem;width:29.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkudO4IkTaJBeJa8DTpwOcGHyz8gpxWT { top:112.8125rem;left:14.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJSSVXLThX2vpcx1ri97HDK1pqywuysE { top:113.625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbk1yp4W9XU4KQsQGFT92ZWw9v32UDfN { top:117.9375rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHtApmaBXWe62OSB55448dNn9LVLtw0 { top:117.9375rem;left:26.9375rem;width:18.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J { display:flex;height:auto;width:27.8125rem;top:24.625rem;left:9.96875rem; }
 }@media only screen and (max-width: 763px) { #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #SRfzzDnoQthLusXcAvk6tGJfAZvILhw4 {  }
 }@media only screen and (max-width: 763px) { #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #E9ZRWrnU0lBZPN1MRqZv322W3Ik5CUOG {  }
 }@media only screen and (max-width: 763px) { #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #XeTGk1QTUNVxFJGptVAiviRShN2lpuwX {  }
 }@media only screen and (max-width: 763px) { #N9KovpANftFeW6JDp5v6GP7U8vL7URGO { top:117.9375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGnTJdhEETbOyXM1MuKWIFwoe7q328DR { top:117.9375rem;left:1.1875rem;width:22.6875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U { display:flex;height:auto;width:27.8125rem;top:24.625rem;left:9.96875rem; }
 }@media only screen and (max-width: 763px) { #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #O8N8Rhp4mK5UwnUIg5X0g4JE1vhOPm7N {  }
 }@media only screen and (max-width: 763px) { #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #uGs3xR1WsL1q6pk1k9FVMoxwboLBIhKU {  }
 }@media only screen and (max-width: 763px) { #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #pN78AedM9H2GVo8MZEJ54v84Ir3OIeAh {  }
 }@media only screen and (max-width: 763px) { #QgNX0TtfawVbZpDMHpSz4o0Uf56lzreP { width:13.25rem;height:3rem;top:158.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3PDZFkT5WsONKH3NvglgquvkFaIWE0F { display:block; }
 }@media only screen and (max-width: 763px) { #oPyLSyvTF6aKkA1Vh9iVHILdfoH8Onc4 { top:10.625rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzOco3tSuKTuE4F961RWJvOOLBPuVAfE { display:block; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMhcTDE7fw79MsbiCWgbbu8I6RMltGkR { top:3.6875rem;left:0rem;width:41.0625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0iLtSicNTl8wzsvqNXxz674CHskuLMP { top:7.9375rem;left:0rem;width:17.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFOWhfdRsAdu1tnvN4T6GJz6Zw01pekr { top:7.6875rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RThsSuf13Q2AXmmVnDXXAlIeAGyoFyTZ { top:26.3125rem;left:0rem;width:15.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi0Iz80HXaOp4flMktBvBa8dXQpxOgBx { top:34.3125rem;left:0rem;width:6.25rem;height:1.8744924411232rem;display:block; }
 }@media only screen and (max-width: 763px) { #grgiT4DInAV5WlGi1WMgVB3zfhM4Zc1i { top:34.9375rem;left:13.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbPPZQTJ0dZD23UzNXbSVbSr0BEuSVqP { top:7.9375rem;left:6.3125rem;width:17.5625rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUP0iaDLy8V2OPliONvV32iZWJoFtH5d { top:7.6875rem;left:6.375rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPoWuDxExyOKsv0gm3nOGOgELQRWIWk8 { top:26.3125rem;left:8.5625rem;width:15.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVOEJL98edao8cpKwp9zhIEvTXquA3rt { top:34.9375rem;left:27.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHXVnaPgSiciGS8MiCfJzzWFpfpORfkp { top:7.9375rem;left:30.25rem;width:17.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nToFPbS7NhIKDVyJy5EVOpeWGDIgkqvc { top:7.6875rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5hmkyrm3iRWhdptwTNDlQaaiBxoIZx4 { top:26.3125rem;left:32.4375rem;width:15.3125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyxNhbzL8lmHomHrKr51uo7ZCprIdou { top:34.9375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1wgcLkAfnFWm7fxZzDyk69pzbRh9laO { top:34.3125rem;left:33.25rem;width:5.4375rem;height:1.8122624746094rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLvIzwd4sNrnCWmGi1viZ20S9mNsV85L { top:38.9375rem;left:0rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I91eddZ4hTG6CPpGwc128q2AzxpDLUwp { top:39.1875rem;left:0rem;width:17.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUugLoDTJb8ScwWofKoN9TLmgFcHxOHq { top:57.5rem;left:0rem;width:15.3125rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #od0oSEy9PlIHESES9n1rGRrcSeoSLAJQ { top:66.1875rem;left:13.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rribtrhWhbGuv2yIf0XpWJiN47nHeHms { top:38.9375rem;left:6.3125rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eavtAyWhbBR6ECFPGleFMmLh3DBhpEqq { top:39.1875rem;left:6.3125rem;width:17.5625rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnxfCiCln3hth69ThBQiNDyDQ8DQ5bOD { top:57.5rem;left:8.5625rem;width:15.3125rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqlrdTIq3KqsQuzq6E6G6RpCtfUD3IpG { top:66.1875rem;left:27.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlErEIVxp2RKuEzTKRVXi5DuU6nZXsSK { top:38.9375rem;left:30.125rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6q3HaF5i9vU5TQ5ugGkoUvMu4m9RfSr { top:39.1875rem;left:30.1875rem;width:17.5625rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrctVB3ve6PTPgskMizdfXtMf66mV2eS { top:57.5rem;left:32.4375rem;width:15.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEI7VWIgGF38rGrcmhSheiJidtCgmtEU { top:66.1875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWJ5ae7DKhU1boanN7EiBOqRgngM3Txm { top:70.1875rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9uFnb8NQ86lbTrlHZp9bwu00hcTatEq { top:70.4375rem;left:0rem;width:17.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJWOK1AHgJkb8qPydoyhbhKWh1VAJ4zT { top:88.75rem;left:0rem;width:15.3125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9xffPeui0dG05qdHK26oUJlfHAx1NLA { top:97.4375rem;left:13.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al1STIFcUQNHOSnKdSaBVx04egbWb4Mi { top:96.8125rem;left:0rem;width:6.25rem;height:1.8744924411232rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcDLECNAD3zFNUXgMCrxyBcKEQAqIZpc { top:70.1875rem;left:6.3125rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ9v12waPPmxbHVorL239E5WvFnEmdvB { top:70.5rem;left:6.3125rem;width:17.5625rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyTFySrafK9gIecAnZ6uJTSAJQmWyJHT { top:88.75rem;left:8.5625rem;width:15.3125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNwabiuz7MOU7U9C9rtFIUt5HLkBVLA0 { top:97.5rem;left:27.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuPDT6WO5AtD1v8tdlMK8ANH99bocdTD { top:96.8125rem;left:17.625rem;width:6.25rem;height:1.8744924411232rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV64IvDHyrRJTaZfAqdLo7UkZaPE660Z { top:22.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfUkXB6mV06ZLJiEoN2VuSfOyNgV49JR { top:22.6875rem;left:19.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Me2f2frXWoTs5gWTssD6FwR8fHoUeO { top:22.6875rem;left:33.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO2b1mpbq1mssJAnB4ZhZiDi3DyTCQdS { top:54rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fciJipXvNAxFbHU66lfIwD5FoidnLu84 { top:54rem;left:19.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qukalkzlHpOBgwuRxL8defied02qGkhz { top:54.0625rem;left:33.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVdQBuRTsOBNdJLIxMnQkClfTe2LJipC { top:85.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beenadLoNv43lSHiXMIDvdhQogaANkHD { top:85.25rem;left:19.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApC7v5U8fhJkKU37WpC910OqQhTL2yCi { top:70.1875rem;left:30.1875rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJwssEBvS6sgEFvacN9dJV90ZilfdXSp { top:70.5rem;left:30.25rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktJkAtzIuOpxfntTtBTqlPex7PKPrCmE { top:88.75rem;left:32.5rem;width:15.25rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko5vraxLmZbcblHCfeD62lScuiMExe54 { top:85.25rem;left:33.3125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPpS1I3rqF4xqEE1TTzOevt5BWHdhkhi { top:97.125rem;left:33.3125rem;width:6.1875rem;height:1.8552492500768rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9sizhqgnibxl17Ay6qTiQ7L2xzCkrbI { top:97.4375rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q { display:block; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAy5IwKixStE6W5wgTZUXyNz4GIQEg7i { top:3.6875rem;left:0rem;width:41.0625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF7sFZXDqIrzEnvLigt3deDKLzne31o9 { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov0wouvTGRIAAmy5w9nDE1vI5XPi4bKq { top:17.4375rem;left:0rem;width:8.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mciRWmdNWyMLb4Ct0Bk8uCU5VAI01reI { top:23.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbXsWPqJnFxyKAe01ZC675VSmrkunGTQ { top:24.625rem;left:0rem;width:8.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdH5GD9gOH6oT2ESAGCpxNJVA1khf635 { top:31.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7hwg5O0Ci6Si5KQKGQspg2HlVlQJ7iE { top:32.625rem;left:0rem;width:8.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7gOTiVz3u6wFeMkCR9ssw6ZhhAunK7n { top:40rem;left:0rem;width:47.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixmT7mxa8vPiSvM9cQfdPOyWv2vOUU7e { top:40.6875rem;left:0rem;width:8.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UetyDiEECPOTJWiMGO6RTW9Qwtw5PcLN { top:10.875rem;left:15.125rem;width:8.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVwT2J9zKmwNtedkTVrtqRA2uXMyym6E { top:10.875rem;left:31.4375rem;width:13.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL6T4A7qHvqpSRSOg7qcTTqWB9MuAR0M { top:7rem;left:29.25rem;width:17.5625rem;height:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdsgvqevymTA7NWxG4kQ6RMlPFB9zGW9 { top:7rem;left:6.3125rem;width:17.5625rem;height:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkAtHTupI066SIMnW4nTiwHeic6ptQfi { top:8.1875rem;left:21.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MesK2mifwy0T9GJGZ8GNAZ0rg83THQvM { top:8.25rem;left:36rem;width:4.0625rem;height:1.999775633036rem;display:block; }
 }@media only screen and (max-width: 763px) { #nklqHES7ok7y6q5FGmd1xLwZDnRuRaIK { top:17.4375rem;left:15.125rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slCW4r8sFM2efkm0vaW1BqC9CmXfmZB2 { top:18.9375rem;left:13.5625rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdbJArq6vkEEcTZ3yccttccwnH5VCIhT { top:25.5rem;left:15.125rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipnm3BKpM4L7fGy7cQ28vL1qQEWrImJG { top:26.9375rem;left:13.5625rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNLg8wbA0FGDHoFuh218iaIsZfM8ykgV { top:33.5625rem;left:15.125rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3u84K320vbo4Wqnpu6HTLsFduHroSXT { top:35rem;left:13.5625rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDBPEuXmyZFMWZTaLNimS80UI8zQcEfm { top:41.5625rem;left:15.125rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZroGCdemTpIvfNT28cRCM1L41lksTLuQ { top:43rem;left:13.5625rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6CiOsWhKJZF00riFTaKKU5cnW9BlQ18 { top:17.5rem;left:33.6875rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz2n0Ud01oZ9peEUOghurhZ6mvUKSi6o { top:19rem;left:32.875rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgsDA2bdMCT7pRogO2dKBSOIQAdnyN6o { top:25.5625rem;left:33.6875rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSmUiC1r7BkuGcvaiGxSGtbJ9ipGux74 { top:27rem;left:32.875rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnVeArmOQUBMT6pr5OAalIPtPoymLQT7 { top:33.5rem;left:33.6875rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrJ6T4EWHOmqDwLLTfNgSsTr3KXdhuPN { top:34.9375rem;left:32.875rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZu9h92cyTanU81k4UKVgWuxvMFCVz7J { top:41.625rem;left:33.6875rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P34A8Gs7hLytLsg91Tt75QaQnJtudWkE { top:43.0625rem;left:32.875rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyqvtoWpIaaIIzHiFqLnSASZZi3r6Czf { width:13.3125rem;height:3.0625rem;top:47.1875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOGSG1uN4EoAVmxxLaeoA7p6STP4ndnK { display:block; }
 }@media only screen and (max-width: 763px) { #iErLK7oGo21ICbOx32hBNSxmQ0CpyaoI { width:13.3125rem;height:3.0625rem;top:47.1875rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBT95LAJNH1KWA1SElg5qxipwUtLyTIe { display:block; }
 }@media only screen and (max-width: 763px) { #W74RIZbteUI2RAUwXQsFOfglngoIUa1H { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZSAWbcfDvgLxHJNBNiPI2Ps4DyJiLWt { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXA8eLJV2TRnJZacmqTPyG3g3xLviSUJ { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKN3Rv8PqanflgJXTWL5gLFZeLuV7UO5 { top:24.625rem;left:0rem;width:8.75rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCyqJCDyWaVNJXLkcDFbNKNgTrV2vVlD { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3u6GzWTd9yTF5W4gphacc8S3prvaI8q { top:32.625rem;left:0rem;width:8.75rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zS5xlTWIruDOXxuBb0ElNhwATngXauT5 { top:26.9375rem;left:13.5625rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQVx8XyTqdT6LtECD1IuHvZvuDavq3TP { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zq0q7MBLZXFWf1nwhP8lCZU9ThAbRFWa { top:40.6875rem;left:0rem;width:8.75rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9XCANkKAq9i9O8DXs0gk5MsECkaBvdX { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVOFznVbDJ5vDADVfdMvxNMRTCzVzuOE { top:17.4375rem;left:0rem;width:8.75rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3eI6tekT1XM0WslnFsJmI2QPXXJHzmE { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsKITTVSKLTl7V2lXCmH2B9IwV060OVP { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IICWvNJ7JDeStcfPtTwXNpHwTKCngugf { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTZWcwPIIeoyVOHgzNO75A1DxGd1CumD { display:block; }#lTZWcwPIIeoyVOHgzNO75A1DxGd1CumD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6ZxrJRCoqi88ygQrc8Uc3vyVWUxkAzl { top:3.6875rem;left:0rem;width:41.0625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSa08GZNAzHnHz44JevlZ2prta1AoyKK { top:5.8125rem;left:11.375rem;width:12.5rem;height:8.3128737724263rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtzNOxo1P1OVck8Uw20u3uVZiTlCuFUM { top:16.6875rem;left:0rem;width:41rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQKWpLkvi3NfWghTf24eTdabZvzAolJK { top:18.875rem;left:10.3125rem;width:13.5625rem;height:6.5936751713318rem;display:block; }
 }@media only screen and (max-width: 763px) { #BulO6K6J1IRO2TJHW2VR2JeOvNPfmykb { top:33.6875rem;left:0rem;width:41rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7Jl3or6Ig08VEwhETknozKdgvwvvX0c { top:37.625rem;left:2.3125rem;width:7.375rem;height:3.0371027359839rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc19DiP0ub140IHvKTolfur9oPa1BmCr { top:38.3125rem;left:23.875rem;width:10.8125rem;height:1.7400996220613rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSkdGI4X3gQPrKna0yRbGVzwnHwiGuDu { top:38.5rem;left:37.8125rem;width:7.625rem;height:1.301565269354rem;display:block; }
 }@media only screen and (max-width: 763px) { #EApg9Rzi68b9VgQSiOruWust3LrXpIU3 { top:44.125rem;left:0rem;width:41rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSEmMUJ5tNmJcofTdQyKnuC9ScS1wVWJ { top:47.3125rem;left:14.875rem;width:9rem;height:1.7997206665379rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM5zlxXxLBD63W0zMqG3THFMZrs3kRg3 { top:25.8125rem;left:0rem;width:41rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFDkO0EcrqvirixrrHOrIC8gm84ADQcz { top:28.25rem;left:14.6875rem;width:9.1875rem;height:2.2956148056055rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmipaZ0oVafHHi603rrmQoALEbRUlHAD { top:36.125rem;left:13.6875rem;width:10.1875rem;height:4.5972111133134rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n { display:block; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTibQhJTeHgKAe0TxyEFwPalQ442QRQD { top:3.6875rem;left:0rem;width:41.0625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU { display:flex;height:auto;width:27.8125rem;top:12.8125rem;left:7.7314815521237rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #fC4gT4O483x5RgdnI6bBMDmTViPhZD7x {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Wdr89bbR3yyepOUaBndQ2sN1e2IAxQXc {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #yf2O4B2dGOVTQaF2c1frhlvlLr6419PJ {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #PN83NTiWrNXozTGXqxQ9xf4TDGFTTpQT {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #lm3TtZoTW8ultIaispdw06K8csFpmTh9 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #QtOAxIpkiNJS6bldo1mm61pJq4ZiHPuu {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #XOaBJw6iTs68BfU3dlrPNhDSS5WfDMR7 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #dvT181aK3fRoC9CVLfx4aCKXFNwkf7BC {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #cv05Gd0wGSPamwZXZ5b8yLlNZWqdJARC {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TI5PTatsCkZ16VpP6xTGUDVUs7tH6RHt {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TXdWhTOfVencNyaEsDzrrNadEmr2cih3 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #KDz2a6gkrSmJS9VDBcK0p2vDx6g8SMUG {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #BTztQqcWVNRNqcoDT3idizNJunPhTFu6 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #mobUJTzyD0IwkTnbfd5SRRCpe2QqAnlh {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #JFOGSQ01rKgM0JWpFzN8zFVhy4LVI8nz {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #AlZJK9DZepBtsQnU2BQmMS9zhxNX4o3a {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #FbHLwW3SXO8GNCQRinafQLPgbsGNXqsn {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Ov94G4uiHLGXhDwDVnOwqXREJT6GCZpQ {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #okHIsf9XMMWxz6qO2umAaXrCGF32G1hr {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #P9fapRdfDnlx98syqIdHHKeVFcvXbLcV {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TbeSF0ycSThLxPrVMVXccqsIL7c9Dy7N {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #pRJdbMIla50TXCnMvkRrw5a4psqzOw8q {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #myqxRtSWnqVWEfw7kZshvd6WTqy6KL3a {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #BWbPXUPP31Wni8cZbqGP7V2H1uGPRxT6 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #oNeQGl2f0eVAapXatc2XkhHVTJ2MEgb6 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Lf7Gd3ST7qFb9CAdqy0efJmUbTTsnoTi {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #vyLFFQ1qkzVMz1b7BREQi7oTTPmyZpUR {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #S0CGLHCIwdfeyAXIvrS9KQQwMcI5nRwV {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #wnz5Ubhi0krRRhB9Sik8PVXmGkG9tMhM {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #kTTEr6grDaKuzz4vUTN12PECUR0ZUVnN {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #JTnpRzlSLbZxtEEqPGBl7necBPC2tGtf {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #HMVB9EFPtxWx9m1Ksy30MtxkuE3gZz0L {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #MWF610ZfZaed9RTAuBNQ899XgbrSlwmz {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Ct5XSwcGqG5d0ThA2vfwdVquLUkqiPdL {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #d8z3ThgKypeRy0W3DKXCL1JSgRo77ise {  }
 }@media only screen and (max-width: 763px) { #HPoFCgKLD6OHr7lXI7toM8VuABATt3Hw { top:32.625rem;left:31.4375rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK { display:block; }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soNO7kz9Ufne8mgVW6wVWuRiZ74KKcKA { top:3.75rem;left:0rem;width:41.0625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbFvn2vT0vVgoWKF6r4liX5g3x2XpC1c { top:7.1875rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR5EbBhTn0ChVu9BPXph2fifG9xhrOMC { top:7.0625rem;left:0rem;width:40.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku0x0kbOn4VwZQ0VfwIb0OlOWT0rTFbV { top:11.25rem;left:21.5rem;width:26.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDu6zswKgOItlJnmhtBTuFJEh4ah1evc { top:14.375rem;left:0rem;width:26rem;height:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQH9aQgHLrDiyvpSFpXECqk3Glh0zTHS { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pByafmhmAL4LErqTx7SUAzv9muwqhE7i { display:block; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJ6AZFqwqQIVfytbVOrMFDbUvFyBFlII { top:3.6875rem;left:0rem;width:41.0625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3hl1JTMGH4nmdoVhmX8aenrgdavcogw { top:7.3125rem;left:0rem;width:17.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t28W1AHM0gRdhONnUgHrS541T3IrZ66h { top:25.625rem;left:0rem;width:15.3125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #me8G76cUUaFa71qhl6BSZqIsyH3fGPxX { top:7.0625rem;left:0rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQJPKzu4t8ZOhVQ45iQDVbxTugBl7PZh { top:7.3125rem;left:30.25rem;width:17.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIMTNcEvwPLSt0qbIybhy5m6Z7lzA66T { top:7.0625rem;left:30.1875rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qomDWfLh0ZZrGnDTGTT1RMMxWlc6GrUo { top:7.3125rem;left:6.375rem;width:17.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVrIt6MC1ABBhccG2QaAP3yLn1EGMaEe { top:7.0625rem;left:6.3125rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCZfRORJDqFxvJP8hrcbbDR9CFykcXBH { top:25.625rem;left:8.5625rem;width:15.3125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJpg85rPsoJnNMi405TDLJaJCRlzNzya { top:25.625rem;left:32.4375rem;width:15.3125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akmUETuQUaJB90kipdp2l9Xop4awDw4y { top:40.1875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biRek8PTLTQgV5cEVgprQrwc39GtpoCb { top:42.3125rem;left:21.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1gNuUtDba512UdfTrPhR4qNZFLCqh4V { top:42.3125rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCc028WJhlTswTk5aNvh0QsZ3Ee3cpHF { top:42.3125rem;left:24.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Un12P5fn3cJWnr9eVJ7ZV4OqosBUIT { top:45.875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBTzVpJAzTy1f5HQo786m47zld3Rzol4 { top:48rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWSLK99Nf5F1Wx3ciI6yAywqeiEM62k2 { top:22.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAaFTwPI9JKEOGsnwSpXMyP4XtQyhtqK { top:22.0625rem;left:19.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQlxlO3hV5N2LkBxIgwaMQIE3H85Pb3a { top:22.125rem;left:33.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz8oGKTETZ6ctTo4itOevJwVwTUxOp4u { top:53.4375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #sEl54dxP3e3OGDTFXlmKDTuJur23ngNq { position:relative;z-index:auto;display:none; }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row .container { width:20rem;height:40.123448980713rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ppZHtNnk0mTpFlpKhmSfwIDCskOhGe0b { width:6.5rem;height:2.9375rem;top:0.93750005960463rem;left:6.4375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzDUtXF77cJnuwTgVACJDbLJV2e0d4c5 { width:7.999875rem;height:2.2497125rem;top:16.3679rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeNgQVbcMugc3DxVIXbNNmkeyXX1mAAy { display:block; }
 }@media only screen and (max-width: 763px) { #euLmNacuJBS0He5N9w8pT1tFt7Bm7epI { width:17.4375rem;height:3.9375rem;top:10.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucrVMRKyQ9lTqTQUvGJvNERk4V49qTCS { width:17.4375rem;height:3.9375rem;top:5.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLAghqqhV3X0TVsx2PHyyis8ypXQJ4HE { display:block; }
 }@media only screen and (max-width: 763px) { #KUiJCIBqBqt3U4mEJ5hdIVAbveJ4MyQn { top:36.374423980713rem;left:0rem;width:19.9985625rem;height:3.749275rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ca10e3bc-928a-432a-8e4e-7d606ecb8bc3/Projektbeznazwy20251010T151905273.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.adaptive-delivery-prevent-bg, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyload, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyloading { background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { background-color: transparent; background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .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); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { width:12.9996875rem;height:4.8112rem;top:20.791013717651rem;left:3.4993489980697rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dy86tHip7Ntqd1BDQtGFGrzG6VTtnBqb { width:13.312rem;height:3.06198125rem;top:23.24843788147rem;left:3.3437501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmVSKELfTRnWm5QBFhef2Rf9Mqg8g6ZX { display:block; }
 }@media only screen and (max-width: 763px) { #N92XNbMz6f1g5GTJt7Tl4ifqzurxNlWa { width:17.4991875rem;height:4.1235375rem;top:26.946613311767rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SJmLTzGXuiFPHxLWNoEtGZGw52GI52L4 { width:12.1875rem;height:6.0620125rem;top:3.75rem;left:3.9062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKPQDyZcBT8x7gNlc3LQ1KOeBskEuidW { width:17.4370625rem;height:3.99956875rem;top:60rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGFRwKy645APBwUUfyLMUnT8vE3m0UlG { display:block; }
 }@media only screen and (max-width: 763px) { #xUJZTlJFBb7FT3Q0CtKI4eedgo8Nx9M2 { width:17.49925rem;height:3.93735625rem;top:60.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwEibLEDDebZybBcixV0BUw6JeedpiQp { width:5.9997125rem;height:1.19954375rem;top:11.68359375rem;left:6.9986976385119rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtTF8JIdKLkJD1BxB3UkCp3CBqPo5UdO { width:5.9997125rem;height:1.19954375rem;top:17.638996124267rem;left:6.9986976385119rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6CaOKcKEm41HGoTGn5nLQPZQ1v0yiQP { width:5.93605625rem;height:1.19954375rem;top:14.629558563233rem;left:7.02962243557rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PadCWAp4TLrZ2RbD3WMiulKEml7uXk5U { width:20rem;height:21.6861875rem;top:33.345539093017rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iD1rgTDrlRPM46QVCncntP9h75Mhqgrv { width:17.5rem;height:0;top:54.906686782837rem;left:1.3132234215736rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Q17Q1ZIRoFUnNe7p85tHlHOmSRwICBA6 { width:6.124675rem;height:6.124675rem;top:34.720050811767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMCybe2UfgsbphIZ9shswl3T9F2ykMqm { width:20rem;height:11.065209546211rem;top:46.545726171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFzyUZJkFdqZersvsLdZ6GkCdMbs5Umd { width:17.4991875rem;height:2.749025rem;top:55.376787185669rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rJF733AgI8M5TqgqaBIM3UHrx9ZmsDGe { width:18.3748125rem;height:33.562rem;top:24.61669921875rem;left:1.6259764432907rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 { display:block; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { width:20rem;height:88.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuVUwlIgJNMS3rMoBPzaclWqkNXpLTnN { width:20rem;height:1.71875rem;top:17.312355995178rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JwDwXqeycECLtHlximpGo1GFhgz19tqb { width:17.49925rem;height:58.27061875rem;top:20.061923027039rem;left:1.2492767572403rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RUAeB4VH1DSSqkyLz3S48A8UoOb3FBnS { width:17.436375rem;height:3.93735625rem;top:80.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLCFN295VrbURpgIBMbFEnHqG2hldHIi { width:17.436375rem;height:3.93735625rem;top:80.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBlofIzlrkO6bXSSXll3QRgHxxAMmrO2 { display:block; }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J { display:flex;width:13.5rem;height:5.0625rem;top:7.9361982345581rem;left:2.2287327051163rem; }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #t9ITHuqK1Ei3xTFMpGSbK4da0oXgDs5b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #ueXvyHhvtl1dT1KsaHMPblOuS9BSb7qv {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #P31A1mr6Z4FISXCOCzL48Ex5ubI2aP5k {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #xiCtBH4LQftB6osxhA8WDDiLWTEqMRGO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #ntbkqP8FKi70qqGctyvTOcaLpMTqxoyu {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #Vwf3k4cQsKtnvdqWNn2asznPBlEMhlvW {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #tgncmgyoq3krTKxxaSUB0kMS5XOwmpzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #MwXvXwVwi2MC6wfJOtEGrPTqInQ4VIkA {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #PqDn0KD2bxPNkRKmgMfUsf55TaUDbG67 {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #F7XFRzWUlM5P6fL1AXgRhgOHpSpbkF4e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #Tv4HheIVsP9Dce3Bwx1B9rXkgEJz45Bf {  }
 }@media only screen and (max-width: 763px) { #MX5v7Mn6aQm00gTfvRkMSalNxDGcA97J #wx056xdhRITeT5ldyQqCUauRXCKCykXT {  }
 }@media only screen and (max-width: 763px) { #w0D7n39DpdZZSqRweis8m6nCwECX4r0P { width:17.5rem;height:0;top:3.7478303909302rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #D06e80SOVaE3RRd45cvdPWfwgaRvoTtZ { width:13.43675rem;height:3.4375rem;top:3.7478303909302rem;left:3.2790800333023rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z { display:block; }#EmnEISyahsmNpJf3NkS3K5e4NGF1SA6Z > .row .container { width:20rem;height:56.67805480957rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOamXbdKuKGGEVKDpJOtmn45RNSwhoHT { width:19.9991875rem;height:3.4375rem;top:0.12418556213379rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OogF2HDdyr4hwSQP06kkThN3723OgdJs { width:4.125rem;height:4.125rem;top:5.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXXr2dpVHvKGXa5GFBqOzJ6nvgHyFSBO { width:4.125rem;height:4.125rem;top:18.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep5lduXA7UR5HmZW7bvcCMWAGzfaWFU4 { width:4.125rem;height:4.125rem;top:29.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3XeLhqX71J2KmAwfh3TsLMTFat14uZo { width:4.125rem;height:4.125rem;top:41.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8O9M92ixQ357cJznQfZMJf5KisZpO67 { width:17.0621875rem;height:5.49723125rem;top:10.8125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SnTNv9Ue1MTW3pveJV6PtNq6s0M4PAKw { width:17.0621875rem;height:4.39778125rem;top:23.5625rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TIFhJxRepyRDyRaeL3LOM0EJVfbSg5wV { width:17.0621875rem;height:4.39778125rem;top:35.1875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DfdgQ0hOgNhePcFPzsn8FDESH8aMfP7B { width:17.0621875rem;height:4.39778125rem;top:46.8125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UCKMoiNw9nVh1va4VpzAurBswTUNMWmE { width:20rem;height:1.71875rem;top:54.959307193756rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv { display:block; }#xn10VQdJKFgyAkCcKymB4uRFBC0JlTMv > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4MucI3ZEBfkCGzU4Nmqa8GTUfZbkPAF { width:19.9991875rem;height:4.39778125rem;top:2.0206680297851rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WyAyOFCldcFICsce7vI56yIAPIMEvq0i { width:20rem;height:13.279625rem;top:8.2910161018369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOr9xW81Dt37koPzbJ8qQiLAIb37RxqV { width:1.9372125rem;height:1.9372125rem;top:13.01721739769rem;left:14.089989304543rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRu2vSoxkU74KEgqfALJKKAzLFRfdzev { width:20rem;height:13.3333125rem;top:23.444009065628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00375a, #00b9c8);background-image: -moz-linear-gradient(180deg, #00375a, #00b9c8);background-image: -ms-linear-gradient(180deg, #00375a, #00b9c8);background-image: -o-linear-gradient(180deg, #00375a, #00b9c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00375a', endColorstr='#00b9c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00375a', endColorstr='#00b9c8' );";background-image: linear-gradient(180deg, #00375a, #00b9c8);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { background-color: transparent; background-image: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container > .video-iframe-container { display: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row > .video-iframe-container { display: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .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); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { border-width: 0; border-radius: 0; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { width:20rem;height:424.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fThOFW72UzaMo8PfLdoefiAGOLCPtRIo { width:20rem;height:1.71875rem;top:3.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m7iTwbwHdNOLc1ZTPU3Mw8UfVWs8XgKp { width:13.3125rem;height:3.0625rem;top:72.354677200319rem;left:3.3437501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #yNW7aa0EA7PBwI9PP0B9okgMC9CkH8mP { display:block; }
 }@media only screen and (max-width: 763px) { #PZ0SZld8o7r9v0cPKlluLAUWlGKxuolF { width:20rem;height:7.696125rem;top:13.291015028954rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xOt4TMWDmexRDHvN8tEvR4pLC5XLoGqt { width:19.998375rem;height:2.1988875rem;top:9.21875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nzZiFmIBGEy6cVP6zLB4Txq9BDHNvKn6 { width:20rem;height:5.49723125rem;top:29.9853515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ImB61KzXUMLPfAQpx3iOIMNbTRMf3zlS { width:19.998375rem;height:6.596675rem;top:41.387531280517rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nVqBr5H7UGTZgWi2mz03mlxskIS4tol6 { width:19.998375rem;height:5.497225rem;top:68.333333015444rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qSolypJTHciQoOPa4ARoLDdVotVbQtD9 { width:19.998375rem;height:5.49723125rem;top:52.858072280884rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BkOz1SlMQdu5mluBoTZMsiJn5TQMmJnL { width:19.998375rem;height:2.1988875rem;top:64.26025390625rem;left:0.00081384181976319rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gnxntpkLTgvK0nA1JPVKlFKn3kmfUqXd { width:17.4370625rem;height:3.93735625rem;top:109.12435913086rem;left:1.5616861581802rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK26Lp3TNeRWJ9W1FkQbT4s9rKUHMX9K { width:17.4370625rem;height:3.93735625rem;top:108.62387084961rem;left:1.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWeLaf8fnVC7bkmEpPZituzTmN2FdW19 { display:block; }
 }@media only screen and (max-width: 763px) { #dTSfIrPpur6av3qEtu0ZM0B3KUD725A5 { width:15.5615rem;height:15.4996875rem;top:166.84293556213rem;left:2.2184244394303rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuKwF4ZmRzyp79Kqu101TLydWCX4fm9B { width:5.5623375rem;height:5.5623375rem;top:5.90576171875rem;left:14.43684899807rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNdK9eet6Ms8gyI628VF03DgxJ46APNw { width:15.5623125rem;height:15.4996875rem;top:121.20393943787rem;left:2.4991861581803rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoBmLsy2exGpVNN0oZ7kwyAtz1ySWWqu { width:19.998375rem;height:1.71875rem;top:117.61018943787rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r83liMolUwwEbDHJcar5PloQvulLhas6 { width:18.4375rem;height:16.4974125rem;top:186.91568756104rem;left:0.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aWC1mocQBGA2FJzqI772k63C7EVsvwOC { width:18.8745rem;height:23.715025rem;top:140.953125rem;left:0.56233727931976rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NESkSZykUsJlzTLSRfdEEgsVtH0booQc { width:1.9987rem;height:1.9987rem;top:138.14078712463rem;left:8.99983727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQPridi4X3ZGFJmM3r6GOa4fvJR3y0SK { width:1.9987rem;height:1.9987rem;top:184.22883987427rem;left:8.99983727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNcRB6DG1TOmFAvzbofAwbtM8Cvktp6w { width:20rem;height:6.186525rem;top:21.923828125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cwuXnN27HaK4yfbzD5mrH9dgVnA3dfXf { width:20rem;height:3.0932625rem;top:36.419269561767rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rJvSTkTVWFSRJIa343TTHCTWlitydFT1 { width:20rem;height:2.062175rem;top:48.9208984375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BFNv5m2Q64AzTKGJ2vkJ594buEuvtkbI { width:20rem;height:3.0932625rem;top:59.2919921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pUVuGPtZeBkRmXxGklKww0ZqiSNtk71a { width:20rem;height:2.062175rem;top:74.767251968381rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #amUSbT39xGbZb7B3d0OSaE3fpE6cQBUZ { width:20rem;height:6.596675rem;top:78.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BpfcgTZTCrSzSlTIol9g9SuZHyJrEBWH { width:20rem;height:2.062175rem;top:86.220703125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UhfNUWxQoed05BI2ALzGOU598AbCwwMB { width:20rem;height:6.596675rem;top:90.157876968381rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #owfrUNThwdCEkTnU7cyTdJxoA2OGv0Zg { width:20rem;height:4.12435rem;top:98.790679931637rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pLSThtUzubEMbn4pRlhJWsAzqUTIFbTC { width:20rem;height:2.1988875rem;top:104.7900390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zSVnEGhwI6FTPQRbWpuSv13KXQ0AiKvV { width:15.625rem;height:15.625rem;top:205.32373046875rem;left:2.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1y2K3T5eGhv50ESmzUU8ZH4ozA6twKz { width:19.375rem;height:22.6839375rem;top:225.39632034302rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #b8zXcgAsunJNsXiXM3xGBPUGCwd9kQcW { width:1.9995125rem;height:1.9995125rem;top:222.646484375rem;left:8.99983727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHuOAUzKBWNXq8w559A1oMnZbfKRUTyi { width:19.4995rem;height:16.4974125rem;top:270.15478515625rem;left:0.24983727931976rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eQrMgZipNH5hbebQrm1f4SGGvuxF4fRU { width:1.9995125rem;height:1.9995125rem;top:267.40510940552rem;left:8.99983727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4r3FoMDTznU0J5pt2U7X2OhTW98fDmP { width:15.625rem;height:15.625rem;top:249.90511035919rem;left:2.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTfTQmBNLt5hTEiPmhCs406oB00hVcov { width:15.625rem;height:15.625rem;top:288.52652931213rem;left:2.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3KlxNsZaoKUeze1CrteaO3cN08D9QD { width:18.9371875rem;height:20.621725rem;top:308.77587890625rem;left:0.53059899806976rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DFn5h3uGevModAiTdS78nv13N0FZOic8 { width:1.9995125rem;height:1.9995125rem;top:306.02652931213rem;left:8.99983727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDf7ZdTNwgkozcF4iDh4vCduciD2JXlx { width:19.187rem;height:11.341975rem;top:351.5205078125rem;left:0.40608727931976rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #poGrgeTvBa4FS5gr8fczIHg3QlZaXFAG { width:1.9995125rem;height:1.9995125rem;top:348.771484375rem;left:8.99983727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4lASmnp1dPdF305nRK6pSbRh5MVWPNt { width:15.625rem;height:15.625rem;top:331.271484375rem;left:2.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTl7tci8KUxb8cK1gAX7p9bONg0OB831 { width:15.625rem;height:15.625rem;top:364.73746681213rem;left:2.4674478769303rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2K8A5TWaLgshzcqNubLGJsuBlOVrqxy { width:18.9998125rem;height:28.8704125rem;top:385.04833984375rem;left:0.49967443943024rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #d9XlBTpI6AIvXBaHSlPQVacMSrNlWyGx { width:1.9995125rem;height:1.9995125rem;top:382.29931640625rem;left:8.99983727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqIoPwataJyhTvt5Okg2JDRmKRQNm7AC { width:17.4375rem;height:3.9375rem;top:453.87652636719rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0H8sZ1QSbTcw4lGmn2Xnmtxp5c7XZg6 { width:17.4375rem;height:3.9375rem;top:448.68902636719rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWKH2N2ZkJDCDp1f2zbZAZSDqZ8oorut { display:block; }
 }@media only screen and (max-width: 763px) { #xtoOVQJKFKpT0SxUHTk3wvxOge5xU133 { width:17.4370625rem;height:3.93735625rem;top:416.5rem;left:1.5rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #tEDDmX4JN5nDWXGH4PKsGQ26UaI8cRIH { width:17.4370625rem;height:3.93735625rem;top:415.9375rem;left:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #tz0ZRwH5OB0vu6J1e9KS2o9gQXlqe1LV { display:block; }
 }@media only screen and (max-width: 763px) { #LIREVsnKeSE89reBVcWkpVAiU1Z2nt7l { width:5.4375rem;height:5.4375rem;top:-2.1360683441162rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #zyRSpRluk0TWXamCHsgGXi162915XDF7 { width:8.9371875rem;height:15.9375rem;top:1.4152021408081rem;left:11.062011122704rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sc0ndrMrAttl6WyZtwp6FRJDRqUG77PK { width:8.9371875rem;height:15.9375rem;top:58.3544921875rem;left:11.062011122704rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #knwL5q23vKtHplMekkUPHQGkENH6JDUM { width:8.9371875rem;height:15.9375rem;top:116.68619155884rem;left:11.062011122704rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zOrQ2cCsnF70LFTHieJciiFrhzxos5CT { width:8.9371875rem;height:15.9375rem;top:102.91421985626rem;left:11.062011122704rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VWCxTqGK9qfnTpzmGKi7Q0xSwecsmHVL { width:8.9371875rem;height:15.9375rem;top:171.03026771546rem;left:11.062011122704rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yP3SmhO6Jko6NuVuaacODox8DqCPFzow { width:8.9371875rem;height:15.9375rem;top:209.51089859009rem;left:11.062011122704rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lemdcyDXb6lFogqqKCcNh0mTTCd7LwIl { width:8.9371875rem;height:15.9375rem;top:254.26916885376rem;left:11.062011122704rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SKh4QIhThbRNLQFwFmRgzhwefGShvAmT { width:8.9371875rem;height:15.9375rem;top:292.14027786255rem;left:11.062011122704rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wNxmbSuxJeit04IW6yN5pWT5sATypduN { width:8.9371875rem;height:15.9375rem;top:335.63474464416rem;left:11.062011122704rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hXpPR8XqUOPuRHP9KRGBhN7ml6guOhHu { width:8.9371875rem;height:15.9375rem;top:368.41306495666rem;left:11.062011122704rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av { display:block; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container { width:20rem;height:92.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmLezwbqNdHRmC0F8eq1v9IC0Uqb4qKU { width:20rem;height:1.71875rem;top:3.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MikT3oEMWwGs4MeM1hPW6gE2F03J4eHi { width:12.49925rem;height:8.311625rem;top:6.3317260742188rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL5VAT62a6E0LBv9seJs8KvbpmRCd3Ce { width:19.998375rem;height:1.71875rem;top:37.764485359192rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qFNzByB51UwTftvFM5UO14iUDh7upK1O { width:5.7495125rem;height:5.7495125rem;top:47.718910217285rem;left:7.12483727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4HU77WhHh6MGhH5h8wGDXhDMKL4DQ8B { width:9.0625rem;height:2.999675rem;top:42.159829616547rem;left:5.4687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR16apfmPxhs6JEBgwwKEnE6Lzn4O7U4 { width:19.9991875rem;height:1.71875rem;top:61.639007568359rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cMxa7OVVIMGy4XbICPkQTyUD9EJo4EOv { width:13.125rem;height:2.4373375rem;top:65.232757568363rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUTdrramdMRCwOkVRX1A4elJ5qNT41F6 { width:19.9991875rem;height:1.71875rem;top:24.184417724609rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fazHJVaOoSpPBq3WPrmUaQTP0iMZbD1q { width:6.687rem;height:6.124675rem;top:14.830239772797rem;left:6.65608727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8XC0ZIfPgxvqyLJTDfGxNxgFyGyDTPy { width:7.6871875rem;height:6.8123125rem;top:27.777505397797rem;left:6.1555989980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaUvy1BcBzS2zfl10Kch3AK72fOFS3oq { width:19.9991875rem;height:1.71875rem;top:71.420074462887rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VW3PpVrO1Go7LMlPMebF6Dg2H2J1CpuT { width:11.9986875rem;height:4.7249375rem;top:75.013824462887rem;left:3.9998372793197rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB0LTIAfhM8aLZfOH94aNmBvkSBHWGiO { width:17.6871875rem;height:5.49805rem;top:81.61376953125rem;left:1.1555989980698rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BptiT7Rlc9eUoue1iERAOGVBea1G5M1J { width:9.812rem;height:1.875rem;top:56.238605499267rem;left:5.0927733182907rem;display:block; }
 }@media only screen and (max-width: 763px) { #po49CBbKgmMmvz1JPkQL4bnOIl456D3t { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ca10e3bc-928a-432a-8e4e-7d606ecb8bc3/Projektbeznazwy20251010T151905273.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t.adaptive-delivery-prevent-bg, #po49CBbKgmMmvz1JPkQL4bnOIl456D3t.lazyload, #po49CBbKgmMmvz1JPkQL4bnOIl456D3t.lazyloading { background-image: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container { background-color: transparent; background-image: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container > .video-iframe-container { display: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row > .video-iframe-container { display: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .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); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container { border-width: 0; border-radius: 0; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhuU1pLsvWwrLd57p1Hi8qu3OBogfpwB { width:20rem;height:1.71875rem;top:3.8346354961395rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ddQrR5Au3SQKQq22zcuwCa1J44QNId3n { width:14.5621875rem;height:14.5621875rem;top:14.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBsoKGbrU0brDF5yD6yLtOpWuSceu5Dc { width:15.3125rem;height:8.39680625rem;top:30.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTf0Ox8gDnUXPFgqZ2Zal6f2AhwB8V1b { width:17.5rem;height:2.19889375rem;top:40.25rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WV6TQP5zII4LF2hu70MfhrD30L71rloO { width:1.875rem;height:1.875rem;top:43.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #acT4PhI273NdUDJ0WkPJmL0ZStEsJuMJ { width:1.875rem;height:1.875rem;top:43.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZicu3mTdfAzT531l3E4R3ZCNqWhrJu { width:1.875rem;height:1.875rem;top:43.375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft165nr2NmwoFCTzJi3PEOTsyLfl7U3u { width:20rem;height:1.09944375rem;top:46.25rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ETlT3sLPWQlkTMbTTbLcZ7IkpTi3aVTT { width:1.875rem;height:1.875rem;top:48rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2bLmU1P155tJ0sFcPENinEvQARaQlx { width:12.1875rem;height:12.1875rem;top:3.8346354961395rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTK1QP9rpDBB0zlc2hSsqTDXfyVgFUrI { width:11.4371875rem;height:1.09944375rem;top:9.1907546520231rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VATutoynL1RgABP3Jb0dnSZFUF7engqd { width:12.3111875rem;height:22.561875rem;top:12.75146484375rem;left:7.68880212307rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC { display:block; }#f4c7sgaFzmFlqlFMJv8bHCuozuWwqKiC > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDkHUOvePllhTo5rbwt20y0FSvunQuv1 { width:7.999875rem;height:0.82519375rem;top:1.936487197876rem;left:5.9997103810311rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Um81OpnHhrO5yMu0F1CvG8fTO8xMEt9U { width:7.9996875rem;height:0.82519375rem;top:4.7493515014649rem;left:5.9993489980697rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gpP8bX8ofeiqEPaqQ78B4Md98hqDo8hM { width:7.999875rem;height:0.82519375rem;top:7.6875rem;left:6rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Jy46AD49pGAPkkOFqAVhyd86Ph0zHDQa { width:1.25rem;height:1.25rem;top:7.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L { display:none; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { width:20rem;height:315rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kpNH3KiKoTBie1q6hVfcnkz4AzHzJzpk { width:20rem;height:1.71875rem;top:3.7500002384186rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GKQqeNaCG4trZ9y6AA1A9zeIWg9ruAZc { width:17.5rem;height:9.5949375rem;top:6.9770841598513rem;left:1.2500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lV3XpF4OgcRHsDZHaexWCu8GtUOTz3KU { width:4.375rem;height:4.375rem;top:52.263021469116rem;left:7.8125005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw44imptbSR1T1AnUdyVhzBX7Tb6fsp6 { width:18.75rem;height:290.6875rem;top:18.211084365845rem;left:0.62355327606201rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aFT2kTyDAGaoz6nCpDlMyqPsJ0v3gzFa { width:20rem;height:1.2rem;top:22.219271659851rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK98IEnKRPARMUwTGDM5VbQopkrpEfxM { width:12.5rem;height:0.125rem;top:161.344734375rem;left:-0.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLySp3TBKmrN8TAl28wPVowAc0l2PuTO { width:12.5rem;height:0.125rem;top:161.344734375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vsSTVuI4Xg51HTfweJ505RkydnqDNW0b { width:2.125rem;height:2.125rem;top:20.094271659851rem;left:8.9375005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5mMPewG0FoE1KpWvcx4rLy3TlLAvwgu { width:4.37355625rem;height:4.37355625rem;top:38.260995864868rem;left:7.8110538721087rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL .accordion-heading-text { text-align:center;text-align-last:center; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL .accordion-desc-text { text-align:center;text-align-last:center; }
#Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL { display:flex;height:auto;width:17.5rem;top:56.636981964111rem;left:1.2500001192093rem; }
 }@media only screen and (max-width: 763px) { #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #xHO8g3DXIqMdqisTeLFugW2PlO83ESpK {  }
 }@media only screen and (max-width: 763px) { #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #EPMXmsPzTSTX86IAu6Lk6VyEMop7urZ8 {  }
 }@media only screen and (max-width: 763px) { #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #Ue5DMWB0ES5QdMRU91WMl5ihQgoJ8HzL #lXC2F0Fy47Aus9OIkOIxpg1zBcFXpSBg {  }
 }@media only screen and (max-width: 763px) { #cn1dyHNwgtavG9Xu6aWJlsogRRF1uUxl { width:17.5rem;height:1.2rem;top:25.106771469116rem;left:1.2500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aw1oIbR4iw5zugoLIV3h3NCLCWpgM3gH { width:17.5rem;height:2.398725rem;top:32.202084541321rem;left:1.2500001192093rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tN7AOoKMKmzOSxNOHBGKTFrCqwWWKlsv { width:17.5rem;height:3.59809375rem;top:47.792188644409rem;left:1.2500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #puL7ESNBysZQZqtkpxfrbOzTdGaRSDKS { width:4.375rem;height:4.375rem;top:26.931772232056rem;left:7.8125005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfqAFE05gIT2bdG8CWnfPhSMzgyZPi1b { width:17.5rem;height:1.1993625rem;top:36.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR .accordion-heading-text { text-align:center;text-align-last:center; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR .accordion-desc-text { text-align:center;text-align-last:center; }
#Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR { display:flex;height:auto;width:17.4985625rem;top:42.58970117569rem;left:1.247829914093rem; }
 }@media only screen and (max-width: 763px) { #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #kwt2upCE2KTKrkkT1tqmGlCMQBG1sT0R {  }
 }@media only screen and (max-width: 763px) { #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #wB8dRX3BJ18H4c0sDPgn8fKkywv5avBf {  }
 }@media only screen and (max-width: 763px) { #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #Wf8tAqiG0t0819qfpXT2iVyhul5a5MFR #IvGDchPRIKin8a5kqorzQNMVURRmWEd3 {  }
 }@media only screen and (max-width: 763px) { #x9xikwR9usA7y3VxsmSuvCdkf5CCFiGA { width:17.5rem;height:3.59809375rem;top:69.295314788819rem;left:1.2500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ .accordion-heading-text { text-align:center;text-align-last:center; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ .accordion-desc-text { text-align:center;text-align-last:center; }
#QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ { display:flex;height:auto;width:17.4985625rem;top:78.135419845581rem;left:1.2492767572403rem; }
 }@media only screen and (max-width: 763px) { #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #Uke5PgGGisoXZ2meHWIs8vanpL2gOKTk {  }
 }@media only screen and (max-width: 763px) { #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #wa7dKrvuiglBxEhBFAp7MMsxmNk85COG {  }
 }@media only screen and (max-width: 763px) { #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #QcC3RvvGKISOidmT5qGxsI6hanX1CKJJ #aBXeFTSpKKHR8sKnKEs1qcm4Xqdb6zIL {  }
 }@media only screen and (max-width: 763px) { #Z1hoFes2IQpVH6s7UerfvzyvRS0sLlRl { width:4.31206875rem;height:4.31206875rem;top:73.867912292481rem;left:7.8421589136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpIQQXanfV2wUgUPJdJbWlSigxT3GNqD { width:4.375rem;height:4.375rem;top:98.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXys2o9xUFSkl5ovNxtGUBeKwRb01WKQ { width:17.5rem;height:5.99681875rem;top:91.375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E .accordion-heading-text { text-align:center;text-align-last:center; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E .accordion-desc-text { text-align:center;text-align-last:center; }
#K1QhGVcST6zkMuZrUtybD46hDhQiuR2E { display:flex;height:auto;width:17.5rem;top:102.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #QNqw1Kl1WynDTEJuwPvvPMnHShRR3LyH {  }
 }@media only screen and (max-width: 763px) { #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #E4pg6P4NGquW83IeoOcraCnTo9IvJ6gx {  }
 }@media only screen and (max-width: 763px) { #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #K1QhGVcST6zkMuZrUtybD46hDhQiuR2E #lSRlFnWJFkkXAzb6zptADyR1ofQxpzCu {  }
 }@media only screen and (max-width: 763px) { #Krwl0vnAyCGHf76za1UWt07JLEuoT6ET { width:2.125rem;height:2.125rem;top:115rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1CAko9gHzsO59WSxF7dDTZ0k16LwDit { width:17.5rem;height:1.1993625rem;top:117.125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnnsS4npOsm7wzT3hZ189gzrfMOyN2o9 { width:12.5rem;height:0.125rem;top:209.219734375rem;left:1.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BstR5yn4MnAOnohylT32kWX78FddCQIt { width:12.5rem;height:0.125rem;top:209.282234375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmPT5tQXwApHGgcUamqwUodFebkXvcel { width:17.5rem;height:5.99681875rem;top:120rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrM5eOcwSM0egc3d7zN8nnQWEfn9ATdm { width:4.375rem;height:4.375rem;top:126.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 .accordion-desc-text { text-align:center;text-align-last:center; }
#RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 { display:flex;height:auto;width:17.5rem;top:131.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #dCDmOMvfK92v3uL9aegEUnSUTo8XlRgF {  }
 }@media only screen and (max-width: 763px) { #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #J08FV791BCWpvDkR7yrBQbB7n3BhoTyJ {  }
 }@media only screen and (max-width: 763px) { #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #RJgNUiq8OxT9VM1GO9TcSNAW53l2S5k6 #OMX4u17bUCLqqmtM4XPQ21bn7Rwb8KNr {  }
 }@media only screen and (max-width: 763px) { #CBQnd9QKzaJ2iC94FbUrSJAHQurxB344 { width:4.375rem;height:4.375rem;top:148.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT .accordion-heading-text { text-align:center;text-align-last:center; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT .accordion-desc-text { text-align:center;text-align-last:center; }
#wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT { display:flex;height:auto;width:17.5rem;top:152.6875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #QZAT5PcDc7qEbo9qhOH04cZizSM4ueVR {  }
 }@media only screen and (max-width: 763px) { #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #XdJNXCIzWBhP9i7z5giAENwH3Sy0EIQV {  }
 }@media only screen and (max-width: 763px) { #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #wxuIWN2ABIZn70vnhTq3WbEG8qsZf9kT #n5VxXhgXO6cX17KGENvgZPE55FIPR9gi {  }
 }@media only screen and (max-width: 763px) { #WHH7SSVPb9mlchfTpJOLA0mbgBvcy7XT { width:17.5rem;height:4.79745625rem;top:142.5625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCKSyfWlNRBkvZNOZNXJT4AikgBuhcLc { width:4.375rem;height:4.375rem;top:168.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnFbasR7QaaLiethEtnQ2HzyMka3eC2X { width:17.5rem;height:2.398725rem;top:165.0625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST .accordion-heading-text { text-align:center;text-align-last:center; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST .accordion-desc-text { text-align:center;text-align-last:center; }
#OReTTawLvUGkws1rmmz4zX1tGdMtr0ST { display:flex;height:auto;width:17.5rem;top:172.75rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #EAWKp3oP8h6Khz8bXuMD2g0eNQdGWTFx {  }
 }@media only screen and (max-width: 763px) { #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #y5IU2tcIO71nPUwSDBGXybnzi1ZcztId {  }
 }@media only screen and (max-width: 763px) { #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #OReTTawLvUGkws1rmmz4zX1tGdMtr0ST #h0RLzXB1gKoaQh7u51IL1xOgNvmx8KaM {  }
 }@media only screen and (max-width: 763px) { #wAnXoPKNvh30iFKLaAhrilrOkXkU9H5x { width:12.5rem;height:0.125rem;top:441.17114306641rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACr1OuWcli8T9UiPLGtORV1UioZQ6pRk { width:12.5rem;height:0.125rem;top:479.88816181641rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vH7hUShU6EbDC1BegziNwgTsLMEEM5CD { width:17.5rem;height:2.398725rem;top:208.1875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoRcsBTT3eDqXl9QmvabkgbJDQs7TO7a { width:4.375rem;height:4.375rem;top:189.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #shAt45olFFGNGlIk1QvucVogQuWowRDn { width:17.5rem;height:3.59809375rem;top:184.8125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 .accordion-heading-text { text-align:center;text-align-last:center; }
#QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 { display:flex;height:auto;width:17.5rem;top:193.6875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #G2l88u2MdvEMkkzcZAtToEkJOWqQOCRC {  }
 }@media only screen and (max-width: 763px) { #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #aRDxPbg4x4TzJtJq9gxM00u9Xz7Hb2L7 {  }
 }@media only screen and (max-width: 763px) { #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #QbhMkvrZx3FJZCDI3pBKhGDoTatLlxi2 #ur16mO3CSvH8iV05dOxfTt52FEMhaDH5 {  }
 }@media only screen and (max-width: 763px) { #cIKSxG8B5iAQafM8GmCOv18a8h07NaGm { width:2.125rem;height:2.125rem;top:206.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERyLTIOXfuioxmtUvFiyVWydhIcFo8qs { width:12.5rem;height:0.125rem;top:449.56914931641rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQEBVusQwLJ1gy6GGzXAnCLQNSqpwn73 { width:17.5rem;height:1.1993625rem;top:214.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne7kOk8bHoum4w8feVQLblMLz7TDLnH8 { width:2.125rem;height:2.125rem;top:212.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDPSmTl5m3um9IzthRfwJpgbyQDkxtk7 { width:12.5rem;height:0.125rem;top:481.26316181641rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7XvAeM8CfrUrzwbz5wO49w7Obd58XtQ { width:12.5rem;height:0.125rem;top:482.63816181641rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaMsCKLxTTUvUMESI6KfTlw4q5B6mAhm { width:17.5rem;height:2.398725rem;top:219.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkudO4IkTaJBeJa8DTpwOcGHyz8gpxWT { width:2.125rem;height:2.125rem;top:217.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJSSVXLThX2vpcx1ri97HDK1pqywuysE { width:12.5rem;height:0.125rem;top:456.76778681641rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbk1yp4W9XU4KQsQGFT92ZWw9v32UDfN { width:4.375rem;height:4.375rem;top:259.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHtApmaBXWe62OSB55448dNn9LVLtw0 { width:17.5rem;height:3.59809375rem;top:254.8125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J .accordion-heading-text { text-align:center;text-align-last:center; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J .accordion-desc-text { text-align:center;text-align-last:center; }
#b81eNxVXwrM4glsubv1z5N6M7ExAWX5J { display:flex;height:auto;width:17.49925rem;top:263.6875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #SRfzzDnoQthLusXcAvk6tGJfAZvILhw4 {  }
 }@media only screen and (max-width: 763px) { #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #E9ZRWrnU0lBZPN1MRqZv322W3Ik5CUOG {  }
 }@media only screen and (max-width: 763px) { #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #b81eNxVXwrM4glsubv1z5N6M7ExAWX5J #XeTGk1QTUNVxFJGptVAiviRShN2lpuwX {  }
 }@media only screen and (max-width: 763px) { #N9KovpANftFeW6JDp5v6GP7U8vL7URGO { width:4.375rem;height:4.375rem;top:228.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGnTJdhEETbOyXM1MuKWIFwoe7q328DR { width:17.5rem;height:3.59809375rem;top:224.0625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U .accordion-heading-text { text-align:center;text-align-last:center; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U .accordion-desc-text { text-align:center;text-align-last:center; }
#DceO5tfdFmIdz2kTt6uU8bFFVedTT18U { display:flex;height:auto;width:17.49925rem;top:233rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #O8N8Rhp4mK5UwnUIg5X0g4JE1vhOPm7N {  }
 }@media only screen and (max-width: 763px) { #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #uGs3xR1WsL1q6pk1k9FVMoxwboLBIhKU {  }
 }@media only screen and (max-width: 763px) { #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #WXKaZuEGfOy7T7DSsmT1JThtOOk8rFh9 {  }
 }@media only screen and (max-width: 763px) { #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #bGzaBKcKZzxTI5g9WoO7IFXNWvXy69Fk {  }
 }@media only screen and (max-width: 763px) { #DceO5tfdFmIdz2kTt6uU8bFFVedTT18U #pN78AedM9H2GVo8MZEJ54v84Ir3OIeAh {  }
 }@media only screen and (max-width: 763px) { #QgNX0TtfawVbZpDMHpSz4o0Uf56lzreP { width:13.25rem;height:3rem;top:303.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3PDZFkT5WsONKH3NvglgquvkFaIWE0F { display:block; }
 }@media only screen and (max-width: 763px) { #oPyLSyvTF6aKkA1Vh9iVHILdfoH8Onc4 { width:20rem;height:3.75rem;top:310.14859008789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzOco3tSuKTuE4F961RWJvOOLBPuVAfE { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f710433b-50ae-42df-8426-8f229d70e5a2/Projektbeznazwy20250310T124943733.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:none; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE.adaptive-delivery-prevent-bg, #MzOco3tSuKTuE4F961RWJvOOLBPuVAfE.lazyload, #MzOco3tSuKTuE4F961RWJvOOLBPuVAfE.lazyloading { background-image: none; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container { width:20rem;height:288.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vMhcTDE7fw79MsbiCWgbbu8I6RMltGkR { width:20rem;height:1.71875rem;top:3.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #q0iLtSicNTl8wzsvqNXxz674CHskuLMP { width:17.5rem;height:29.125rem;top:6.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFOWhfdRsAdu1tnvN4T6GJz6Zw01pekr { width:17.5rem;height:17.5rem;top:6.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RThsSuf13Q2AXmmVnDXXAlIeAGyoFyTZ { width:15.3125rem;height:4.79745rem;top:24.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi0Iz80HXaOp4flMktBvBa8dXQpxOgBx { width:6.25rem;height:1.875rem;top:32.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grgiT4DInAV5WlGi1WMgVB3zfhM4Zc1i { width:1.25rem;height:1.25rem;top:33.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbPPZQTJ0dZD23UzNXbSVbSr0BEuSVqP { width:17.5625rem;height:29.125rem;top:37.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUP0iaDLy8V2OPliONvV32iZWJoFtH5d { width:17.5rem;height:17.5rem;top:37.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPoWuDxExyOKsv0gm3nOGOgELQRWIWk8 { width:15.3125rem;height:4.79745rem;top:56.25rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVOEJL98edao8cpKwp9zhIEvTXquA3rt { width:1.25rem;height:1.25rem;top:64.875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHXVnaPgSiciGS8MiCfJzzWFpfpORfkp { width:17.5rem;height:29.125rem;top:68.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nToFPbS7NhIKDVyJy5EVOpeWGDIgkqvc { width:17.5rem;height:17.5rem;top:68.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5hmkyrm3iRWhdptwTNDlQaaiBxoIZx4 { width:15.3125rem;height:3.5980875rem;top:87.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyxNhbzL8lmHomHrKr51uo7ZCprIdou { width:1.25rem;height:1.25rem;top:95.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1wgcLkAfnFWm7fxZzDyk69pzbRh9laO { width:5.4375rem;height:1.8125rem;top:95.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLvIzwd4sNrnCWmGi1viZ20S9mNsV85L { width:17.5625rem;height:17.5625rem;top:99.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I91eddZ4hTG6CPpGwc128q2AzxpDLUwp { width:17.5rem;height:29.125rem;top:99.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUugLoDTJb8ScwWofKoN9TLmgFcHxOHq { width:15.3125rem;height:7.19618125rem;top:118.1875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #od0oSEy9PlIHESES9n1rGRrcSeoSLAJQ { width:1.25rem;height:1.25rem;top:126.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rribtrhWhbGuv2yIf0XpWJiN47nHeHms { width:17.5625rem;height:17.5625rem;top:130.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eavtAyWhbBR6ECFPGleFMmLh3DBhpEqq { width:17.5625rem;height:29.125rem;top:130.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnxfCiCln3hth69ThBQiNDyDQ8DQ5bOD { width:15.3125rem;height:5.9968125rem;top:149.1875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqlrdTIq3KqsQuzq6E6G6RpCtfUD3IpG { width:1.25rem;height:1.25rem;top:157.875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlErEIVxp2RKuEzTKRVXi5DuU6nZXsSK { width:17.625rem;height:17.625rem;top:161.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6q3HaF5i9vU5TQ5ugGkoUvMu4m9RfSr { width:17.5625rem;height:29.125rem;top:161.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrctVB3ve6PTPgskMizdfXtMf66mV2eS { width:15.3125rem;height:4.79745rem;top:180.1875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEI7VWIgGF38rGrcmhSheiJidtCgmtEU { width:1.25rem;height:1.25rem;top:188.875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWJ5ae7DKhU1boanN7EiBOqRgngM3Txm { width:17.5rem;height:17.5rem;top:192.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9uFnb8NQ86lbTrlHZp9bwu00hcTatEq { width:17.5rem;height:29.125rem;top:192.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJWOK1AHgJkb8qPydoyhbhKWh1VAJ4zT { width:15.3125rem;height:2.398725rem;top:211.1875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9xffPeui0dG05qdHK26oUJlfHAx1NLA { width:1.25rem;height:1.25rem;top:219.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al1STIFcUQNHOSnKdSaBVx04egbWb4Mi { width:6.25rem;height:1.875rem;top:219.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcDLECNAD3zFNUXgMCrxyBcKEQAqIZpc { width:17.5625rem;height:17.5625rem;top:223.87442016601rem;left:1.1867767572403rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ9v12waPPmxbHVorL239E5WvFnEmdvB { width:17.5625rem;height:29.125rem;top:223.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyTFySrafK9gIecAnZ6uJTSAJQmWyJHT { width:15.3125rem;height:2.398725rem;top:242.125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNwabiuz7MOU7U9C9rtFIUt5HLkBVLA0 { width:1.25rem;height:1.25rem;top:250.875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuPDT6WO5AtD1v8tdlMK8ANH99bocdTD { width:6.25rem;height:1.875rem;top:250.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV64IvDHyrRJTaZfAqdLo7UkZaPE660Z { width:1.875rem;height:1.875rem;top:21.52685546875rem;left:2.4997106194496rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfUkXB6mV06ZLJiEoN2VuSfOyNgV49JR { width:1.875rem;height:1.875rem;top:52.56201171875rem;left:2.4994211792946rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Me2f2frXWoTs5gWTssD6FwR8fHoUeO { width:1.875rem;height:1.875rem;top:83.812316894531rem;left:2.4998553395271rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO2b1mpbq1mssJAnB4ZhZiDi3DyTCQdS { width:1.875rem;height:1.875rem;top:114.81231689453rem;left:2.4999998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #fciJipXvNAxFbHU66lfIwD5FoidnLu84 { width:1.875rem;height:1.875rem;top:145.87438964844rem;left:2.4997106194496rem;display:block; }
 }@media only screen and (max-width: 763px) { #qukalkzlHpOBgwuRxL8defied02qGkhz { width:1.875rem;height:1.875rem;top:176.87481689453rem;left:2.4997106194496rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVdQBuRTsOBNdJLIxMnQkClfTe2LJipC { width:1.875rem;height:1.875rem;top:207.68719482422rem;left:2.4997106194496rem;display:block; }
 }@media only screen and (max-width: 763px) { #beenadLoNv43lSHiXMIDvdhQogaANkHD { width:1.875rem;height:1.875rem;top:238.81231689453rem;left:2.4998553395271rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApC7v5U8fhJkKU37WpC910OqQhTL2yCi { width:17.5625rem;height:17.5625rem;top:254.81051635743rem;left:1.2167246341706rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJwssEBvS6sgEFvacN9dJV90ZilfdXSp { width:17.5rem;height:29.0625rem;top:254.81048488617rem;left:1.247829914093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktJkAtzIuOpxfntTtBTqlPex7PKPrCmE { width:15.2495625rem;height:4.79745625rem;top:273.07654380798rem;left:2.3734086751938rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko5vraxLmZbcblHCfeD62lScuiMExe54 { width:1.8125rem;height:1.8125rem;top:269.80819702149rem;left:2.5607639551163rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPpS1I3rqF4xqEE1TTzOevt5BWHdhkhi { width:6.18706875rem;height:1.85546875rem;top:281.28314590454rem;left:2.4037905931472rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9sizhqgnibxl17Ay6qTiQ7L2xzCkrbI { width:1.18706875rem;height:1.18706875rem;top:281.61604690552rem;left:16.731048226356rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f710433b-50ae-42df-8426-8f229d70e5a2/Projektbeznazwy20250310T124943733.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:none; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q.adaptive-delivery-prevent-bg, #cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q.lazyload, #cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q.lazyloading { background-image: none; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q > .row .container { width:20rem;height:103.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZAy5IwKixStE6W5wgTZUXyNz4GIQEg7i { width:20rem;height:1.71875rem;top:3.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LF7sFZXDqIrzEnvLigt3deDKLzne31o9 { width:20rem;height:6.1875rem;top:70.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ov0wouvTGRIAAmy5w9nDE1vI5XPi4bKq { width:8.75rem;height:2.19921875rem;top:14.913411468267rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #mciRWmdNWyMLb4Ct0Bk8uCU5VAI01reI { width:20rem;height:6.1875rem;top:103.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbXsWPqJnFxyKAe01ZC675VSmrkunGTQ { width:8.75rem;height:3.2986125rem;top:69.6875rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #AdH5GD9gOH6oT2ESAGCpxNJVA1khf635 { width:20rem;height:6.1875rem;top:127.7500038147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7hwg5O0Ci6Si5KQKGQspg2HlVlQJ7iE { width:8.75rem;height:3.2986125rem;top:77.9375rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #O7gOTiVz3u6wFeMkCR9ssw6ZhhAunK7n { width:20rem;height:6.1875rem;top:111.18750572204rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixmT7mxa8vPiSvM9cQfdPOyWv2vOUU7e { width:8.75rem;height:3.2986125rem;top:86rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #UetyDiEECPOTJWiMGO6RTW9Qwtw5PcLN { width:8.75rem;height:2.19921875rem;top:10.985027313233rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NVwT2J9zKmwNtedkTVrtqRA2uXMyym6E { width:13.249375rem;height:2.199075rem;top:58.125rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZL6T4A7qHvqpSRSOg7qcTTqWB9MuAR0M { width:17.5625rem;height:45.5rem;top:54.25rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdsgvqevymTA7NWxG4kQ6RMlPFB9zGW9 { width:17.5625rem;height:45.4375rem;top:6.9850261211394rem;left:1.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkAtHTupI066SIMnW4nTiwHeic6ptQfi { width:2.125rem;height:2.125rem;top:7.9225273132325rem;left:8.9375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #MesK2mifwy0T9GJGZ8GNAZ0rg83THQvM { width:4.0625rem;height:1.99935rem;top:55.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nklqHES7ok7y6q5FGmd1xLwZDnRuRaIK { width:8.75rem;height:1.0996125rem;top:19.059245586395rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #slCW4r8sFM2efkm0vaW1BqC9CmXfmZB2 { width:10.3125rem;height:1.0996125rem;top:20.158854961395rem;left:4.8437502980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vdbJArq6vkEEcTZ3yccttccwnH5VCIhT { width:8.75rem;height:1.0996125rem;top:27.216147184372rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ipnm3BKpM4L7fGy7cQ28vL1qQEWrImJG { width:10.3125rem;height:1.0996125rem;top:28.315760612488rem;left:4.8437502980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uNLg8wbA0FGDHoFuh218iaIsZfM8ykgV { width:8.75rem;height:1.0996125rem;top:35.290365695953rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #C3u84K320vbo4Wqnpu6HTLsFduHroSXT { width:10.3125rem;height:0;top:98.273443222044rem;left:9.686848938465rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #TDBPEuXmyZFMWZTaLNimS80UI8zQcEfm { width:8.75rem;height:1.0996125rem;top:43.364589691162rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZroGCdemTpIvfNT28cRCM1L41lksTLuQ { width:10.3125rem;height:1.0996125rem;top:44.464199066162rem;left:4.8437502980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L6CiOsWhKJZF00riFTaKKU5cnW9BlQ18 { width:8.75rem;height:1.0995375rem;top:66.25rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Tz2n0Ud01oZ9peEUOghurhZ6mvUKSi6o { width:10.3125rem;height:1.0995375rem;top:67.375rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IgsDA2bdMCT7pRogO2dKBSOIQAdnyN6o { width:8.75rem;height:1.0995375rem;top:74.25rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pSmUiC1r7BkuGcvaiGxSGtbJ9ipGux74 { width:10.3125rem;height:1.0995375rem;top:75.375rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XnVeArmOQUBMT6pr5OAalIPtPoymLQT7 { width:8.75rem;height:1.0995375rem;top:82.5rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yrJ6T4EWHOmqDwLLTfNgSsTr3KXdhuPN { width:10.3125rem;height:1.0995375rem;top:83.625rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FZu9h92cyTanU81k4UKVgWuxvMFCVz7J { width:8.75rem;height:1.0995375rem;top:90.5625rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #P34A8Gs7hLytLsg91Tt75QaQnJtudWkE { width:10.3125rem;height:1.0995375rem;top:91.6875rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kyqvtoWpIaaIIzHiFqLnSASZZi3r6Czf { width:13.3125rem;height:3.0625rem;top:47.438804626465rem;left:3.3437502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOGSG1uN4EoAVmxxLaeoA7p6STP4ndnK { display:block; }
 }@media only screen and (max-width: 763px) { #iErLK7oGo21ICbOx32hBNSxmQ0CpyaoI { width:13.3125rem;height:3.0625rem;top:94.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBT95LAJNH1KWA1SElg5qxipwUtLyTIe { display:block; }
 }@media only screen and (max-width: 763px) { #W74RIZbteUI2RAUwXQsFOfglngoIUa1H { width:18.75rem;height:4rem;top:14.013021469116rem;left:0.62500005960463rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #AZSAWbcfDvgLxHJNBNiPI2Ps4DyJiLWt { width:0.0625rem;height:4rem;top:22.195938110351rem;left:0rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #dXA8eLJV2TRnJZacmqTPyG3g3xLviSUJ { width:18.75rem;height:4rem;top:22.195313215256rem;left:0.62500005960463rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #lKN3Rv8PqanflgJXTWL5gLFZeLuV7UO5 { width:8.75rem;height:3.298825rem;top:22.545572996139rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #cCyqJCDyWaVNJXLkcDFbNKNgTrV2vVlD { width:18.75rem;height:4rem;top:30.352865934372rem;left:0.62500005960463rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #s3u6GzWTd9yTF5W4gphacc8S3prvaI8q { width:8.75rem;height:3.2988375rem;top:30.702475070953rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #zS5xlTWIruDOXxuBb0ElNhwATngXauT5 { width:10.3125rem;height:1.0996125rem;top:36.389975547791rem;left:4.8437502980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #kQVx8XyTqdT6LtECD1IuHvZvuDavq3TP { width:18.75rem;height:4rem;top:38.427084684372rem;left:0.62500005960463rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #Zq0q7MBLZXFWf1nwhP8lCZU9ThAbRFWa { width:8.75rem;height:3.29883125rem;top:38.776694297791rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #d9XCANkKAq9i9O8DXs0gk5MsECkaBvdX { width:18.75rem;height:4rem;top:61.25rem;left:0.625rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #LVOFznVbDJ5vDADVfdMvxNMRTCzVzuOE { width:8.75rem;height:2.199075rem;top:62.1875rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #F3eI6tekT1XM0WslnFsJmI2QPXXJHzmE { width:18.75rem;height:4rem;top:69.3125rem;left:0.625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #JsKITTVSKLTl7V2lXCmH2B9IwV060OVP { width:18.75rem;height:4rem;top:77.5625rem;left:0.625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #IICWvNJ7JDeStcfPtTwXNpHwTKCngugf { width:18.75rem;height:4rem;top:85.625rem;left:0.625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #lTZWcwPIIeoyVOHgzNO75A1DxGd1CumD { display:none; }#lTZWcwPIIeoyVOHgzNO75A1DxGd1CumD > .row .container { width:20rem;height:68.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P6ZxrJRCoqi88ygQrc8Uc3vyVWUxkAzl { width:20rem;height:1.71875rem;top:3.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bSa08GZNAzHnHz44JevlZ2prta1AoyKK { width:12.5rem;height:8.311875rem;top:5.78125rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtzNOxo1P1OVck8Uw20u3uVZiTlCuFUM { width:20rem;height:1.71875rem;top:16.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zQKWpLkvi3NfWghTf24eTdabZvzAolJK { width:13.625rem;height:6.624375rem;top:19.186849594116rem;left:3.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BulO6K6J1IRO2TJHW2VR2JeOvNPfmykb { width:20rem;height:1.71875rem;top:34.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #I7Jl3or6Ig08VEwhETknozKdgvwvvX0c { width:7.375rem;height:3.03645625rem;top:37.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc19DiP0ub140IHvKTolfur9oPa1BmCr { width:10.812375rem;height:1.73900625rem;top:43.812207221985rem;left:4.5912905931473rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSkdGI4X3gQPrKna0yRbGVzwnHwiGuDu { width:7.6244375rem;height:1.3013625rem;top:48.243637084961rem;left:6.1863428354263rem;display:block; }
 }@media only screen and (max-width: 763px) { #EApg9Rzi68b9VgQSiOruWust3LrXpIU3 { width:20rem;height:1.71875rem;top:59.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XSEmMUJ5tNmJcofTdQyKnuC9ScS1wVWJ { width:9.0625rem;height:1.81185rem;top:62.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM5zlxXxLBD63W0zMqG3THFMZrs3kRg3 { width:19.99925rem;height:1.71875rem;top:25.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pFDkO0EcrqvirixrrHOrIC8gm84ADQcz { width:9.1875rem;height:2.2963287088339rem;top:28.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmipaZ0oVafHHi603rrmQoALEbRUlHAD { width:10.187375rem;height:4.59635625rem;top:50.811634063721rem;left:4.9037905931473rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f710433b-50ae-42df-8426-8f229d70e5a2/Projektbeznazwy20250310T124943733.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:none; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n.adaptive-delivery-prevent-bg, #yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n.lazyload, #yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n.lazyloading { background-image: none; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n > .row .container { width:20rem;height:39.343139648438rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nTibQhJTeHgKAe0TxyEFwPalQ442QRQD { width:20rem;height:1.71875rem;top:3.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU { display:flex;height:auto;width:17.5rem;top:6.21875rem;left:1.2500000596046rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #fC4gT4O483x5RgdnI6bBMDmTViPhZD7x {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Wdr89bbR3yyepOUaBndQ2sN1e2IAxQXc {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #yf2O4B2dGOVTQaF2c1frhlvlLr6419PJ {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #PN83NTiWrNXozTGXqxQ9xf4TDGFTTpQT {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #lm3TtZoTW8ultIaispdw06K8csFpmTh9 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #QtOAxIpkiNJS6bldo1mm61pJq4ZiHPuu {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #XOaBJw6iTs68BfU3dlrPNhDSS5WfDMR7 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #dvT181aK3fRoC9CVLfx4aCKXFNwkf7BC {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #cv05Gd0wGSPamwZXZ5b8yLlNZWqdJARC {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TI5PTatsCkZ16VpP6xTGUDVUs7tH6RHt {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TXdWhTOfVencNyaEsDzrrNadEmr2cih3 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #KDz2a6gkrSmJS9VDBcK0p2vDx6g8SMUG {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #BTztQqcWVNRNqcoDT3idizNJunPhTFu6 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #mobUJTzyD0IwkTnbfd5SRRCpe2QqAnlh {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #JFOGSQ01rKgM0JWpFzN8zFVhy4LVI8nz {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #AlZJK9DZepBtsQnU2BQmMS9zhxNX4o3a {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #FbHLwW3SXO8GNCQRinafQLPgbsGNXqsn {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Ov94G4uiHLGXhDwDVnOwqXREJT6GCZpQ {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #okHIsf9XMMWxz6qO2umAaXrCGF32G1hr {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #P9fapRdfDnlx98syqIdHHKeVFcvXbLcV {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TbeSF0ycSThLxPrVMVXccqsIL7c9Dy7N {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #pRJdbMIla50TXCnMvkRrw5a4psqzOw8q {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #myqxRtSWnqVWEfw7kZshvd6WTqy6KL3a {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #BWbPXUPP31Wni8cZbqGP7V2H1uGPRxT6 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #oNeQGl2f0eVAapXatc2XkhHVTJ2MEgb6 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Lf7Gd3ST7qFb9CAdqy0efJmUbTTsnoTi {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #vyLFFQ1qkzVMz1b7BREQi7oTTPmyZpUR {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #S0CGLHCIwdfeyAXIvrS9KQQwMcI5nRwV {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #wnz5Ubhi0krRRhB9Sik8PVXmGkG9tMhM {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #kTTEr6grDaKuzz4vUTN12PECUR0ZUVnN {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #JTnpRzlSLbZxtEEqPGBl7necBPC2tGtf {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #HMVB9EFPtxWx9m1Ksy30MtxkuE3gZz0L {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #MWF610ZfZaed9RTAuBNQ899XgbrSlwmz {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Ct5XSwcGqG5d0ThA2vfwdVquLUkqiPdL {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #d8z3ThgKypeRy0W3DKXCL1JSgRo77ise {  }
 }@media only screen and (max-width: 763px) { #HPoFCgKLD6OHr7lXI7toM8VuABATt3Hw { width:16.3125rem;height:16.3125rem;top:50.1519375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK { display:none; }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row .container { width:20rem;height:46.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #soNO7kz9Ufne8mgVW6wVWuRiZ74KKcKA { width:20rem;height:1.71875rem;top:3.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kbFvn2vT0vVgoWKF6r4liX5g3x2XpC1c { width:1.25rem;height:1.25rem;top:7.3430881500244rem;left:9.3749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR5EbBhTn0ChVu9BPXph2fifG9xhrOMC { width:20rem;height:6.4959375rem;top:9.3410010337831rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ku0x0kbOn4VwZQ0VfwIb0OlOWT0rTFbV { width:17.5rem;height:11.625rem;top:34.026619911194rem;left:1.2499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDu6zswKgOItlJnmhtBTuFJEh4ah1evc { width:20rem;height:14.4365rem;top:17.65266418457rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #DQH9aQgHLrDiyvpSFpXECqk3Glh0zTHS { top:-2.5470176250001rem;left:11.468061216783rem;width:7.5rem;height:6.25rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pByafmhmAL4LErqTx7SUAzv9muwqhE7i { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f710433b-50ae-42df-8426-8f229d70e5a2/Projektbeznazwy20250310T124943733.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:none; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i.adaptive-delivery-prevent-bg, #pByafmhmAL4LErqTx7SUAzv9muwqhE7i.lazyload, #pByafmhmAL4LErqTx7SUAzv9muwqhE7i.lazyloading { background-image: none; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i > .row .container { width:20rem;height:113.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fJ6AZFqwqQIVfytbVOrMFDbUvFyBFlII { width:20rem;height:1.71875rem;top:3.7738714218139rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #l3hl1JTMGH4nmdoVhmX8aenrgdavcogw { width:17.5rem;height:29.125rem;top:7.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t28W1AHM0gRdhONnUgHrS541T3IrZ66h { width:15.3125rem;height:8.3955375rem;top:25.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #me8G76cUUaFa71qhl6BSZqIsyH3fGPxX { width:17.5621875rem;height:17.5621875rem;top:7.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQJPKzu4t8ZOhVQ45iQDVbxTugBl7PZh { width:17.5rem;height:29.125rem;top:69.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIMTNcEvwPLSt0qbIybhy5m6Z7lzA66T { width:17.5621875rem;height:17.5621875rem;top:69.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qomDWfLh0ZZrGnDTGTT1RMMxWlc6GrUo { width:17.5rem;height:29.125rem;top:38.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVrIt6MC1ABBhccG2QaAP3yLn1EGMaEe { width:17.5621875rem;height:17.5621875rem;top:38.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCZfRORJDqFxvJP8hrcbbDR9CFykcXBH { width:15.3125rem;height:8.3955375rem;top:56.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJpg85rPsoJnNMi405TDLJaJCRlzNzya { width:15.3125rem;height:8.3955375rem;top:87.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akmUETuQUaJB90kipdp2l9Xop4awDw4y { width:17.5rem;height:2.19921875rem;top:100.06080245972rem;left:1.2499999403954rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #biRek8PTLTQgV5cEVgprQrwc39GtpoCb { width:1.875rem;height:1.875rem;top:103.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1gNuUtDba512UdfTrPhR4qNZFLCqh4V { width:1.875rem;height:1.875rem;top:103.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCc028WJhlTswTk5aNvh0QsZ3Ee3cpHF { width:1.875rem;height:1.875rem;top:103.1875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Un12P5fn3cJWnr9eVJ7ZV4OqosBUIT { width:20rem;height:1.0996125rem;top:106.06191444397rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wBTzVpJAzTy1f5HQo786m47zld3Rzol4 { width:1.875rem;height:1.875rem;top:107.78645133972rem;left:9.0624998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWSLK99Nf5F1Wx3ciI6yAywqeiEM62k2 { width:1.875rem;height:1.875rem;top:21.999855041504rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAaFTwPI9JKEOGsnwSpXMyP4XtQyhtqK { width:1.875rem;height:1.875rem;top:52.937065124512rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQlxlO3hV5N2LkBxIgwaMQIE3H85Pb3a { width:1.875rem;height:1.875rem;top:83.99970674515rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz8oGKTETZ6ctTo4itOevJwVwTUxOp4u { width:20rem;height:3.75rem;top:117.7673625rem;left:0rem;display:none; }
 }