.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { background-color: transparent; background-image: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { border-width: 0; border-radius: 0; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#oPoPOiPXGVCZLGQ7UTEohRDoOIMHRD75 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.936525rem;width:13.62425rem;top:3.81201171875rem;left:0rem;overflow:hidden;display:block; }
#THkwnmilTTLoQcbOdlyDLbRd9y9055oh { 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:4.4375rem;width:17.625rem;top:4.3125rem;left:41.31298828125rem;overflow:hidden;display:block; }
#E31T3F1C2nSe58sqODHZB8wQHF6gqt45 { 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; }#E31T3F1C2nSe58sqODHZB8wQHF6gqt45 > .row .container { background-color: transparent; background-image: none; }#E31T3F1C2nSe58sqODHZB8wQHF6gqt45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E31T3F1C2nSe58sqODHZB8wQHF6gqt45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E31T3F1C2nSe58sqODHZB8wQHF6gqt45 > .row .container > .video-iframe-container { display: none; }#E31T3F1C2nSe58sqODHZB8wQHF6gqt45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E31T3F1C2nSe58sqODHZB8wQHF6gqt45 > .row > .video-iframe-container { display: none; }#E31T3F1C2nSe58sqODHZB8wQHF6gqt45 > .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); }#E31T3F1C2nSe58sqODHZB8wQHF6gqt45 > .row .container { border-width: 0; border-radius: 0; }#E31T3F1C2nSe58sqODHZB8wQHF6gqt45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E31T3F1C2nSe58sqODHZB8wQHF6gqt45 > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#AbJIMthFyUvDmT15wW1Vgn4DhH6bnynZ { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:28.25rem;left:7.84375rem;display:none; }
#avHcry3vBBfsdAF6thnnWXJULEQMQD92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f73c658d-2d9e-4956-9335-439e3df47b62/Projektbeznazwy87.png");background-position:center !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:block; }#avHcry3vBBfsdAF6thnnWXJULEQMQD92.adaptive-delivery-prevent-bg, #avHcry3vBBfsdAF6thnnWXJULEQMQD92.lazyload, #avHcry3vBBfsdAF6thnnWXJULEQMQD92.lazyloading { background-image: none; }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row .container { background-color: transparent; background-image: none; }#avHcry3vBBfsdAF6thnnWXJULEQMQD92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row .container > .video-iframe-container { display: none; }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row > .video-iframe-container { display: none; }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .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); }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row .container { border-width: 0; border-radius: 0; }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#hMU0uTg4283rwbV5oNPq9ego7zaU3cPk { color:#ffffff;display:block;width:60rem;position:absolute;font-family:worksans;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.4990234375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ft993UWvZc9aJdE0eKTP6Ck8JfsJi8TB { color:#ffffff;display:block;width:60rem;position:absolute;font-family:worksans;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8408203125rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iF0XfE77X7HRWHcvk7uLhcc4nCXsCBLN { box-sizing:content-box;height:0.1875rem;width:31.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffc717;background-image:none;top:17.310546875rem;left:14.185546875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#d5RFAZW3nJPlGw7rEDaOe429V9moFQhm { 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:6.25rem;width:6.25rem;top:11.95703125rem;left:15.3935546875rem;overflow:hidden;display:block; }
#nA34CnTKveQ3tzMQvUHcJHf2LoNMA7Jz { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5621875rem;width:9.5621875rem;top:10.544921875rem;left:10.3125rem;overflow:hidden;display:block; }
#hR3leqFR6B8nezt0U54CbUZbkAGz01GM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:20.7451171875rem;left:0.1240234375rem;height:3.4013625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mcQIuKRMGiqoUwEQOmGdlh6cxs5QyRlF { color:#ffffff;display:block;width:59.8746875rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:22.809028625488rem;left:0.125rem;height:3.4000625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#iJGBhWtSn2BLkGJMBIsZqoiBiuGz6I4r { color:#ffffff;display:block;width:59.8746875rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:22.809028625488rem;left:0.125rem;height:3.4000625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#nr7aUNQyccTRCVgZyMTafpP77mhMBhwp { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:worksans;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:14.9375rem;left:0rem;display:none; }#nr7aUNQyccTRCVgZyMTafpP77mhMBhwp li:before{  }
#aD9r9NPy0waP48aKhSb2Lo0ARSLOQ8Jh { box-sizing:content-box;height:11.9375rem;width:45.8125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(133deg, #01224d, #42c2e4);background-image: -moz-linear-gradient(133deg, #01224d, #42c2e4);background-image: -ms-linear-gradient(133deg, #01224d, #42c2e4);background-image: -o-linear-gradient(133deg, #01224d, #42c2e4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01224d', endColorstr='#42c2e4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01224d', endColorstr='#42c2e4' );";background-image: linear-gradient(133deg, #01224d, #42c2e4);background-size:auto !important;top:28.24951171875rem;left:6.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;display:block; }
#KOoK0egTR1bRNsHNxCPyLoO9f2TRUEZP { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18343125rem;width:2.18343125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.1875rem;left:5.5rem;display:none; }
#Zz3FQMQ3pJVw7efSHpeTNZ2ET6ofJ8ed { color:#ffffff;display:block;width:15.8731875rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.1875rem;left:8.6875rem;height:1.78746875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QUHvnWTNgsauRP1ldGBDB4ey25xwVJh3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18343125rem;width:2.18343125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.1875rem;left:5.5rem;display:none; }
#SBKqWzVxC3EWWkBIEnpWZTMI7Jx1n2Qx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#hIBGOgKcDoSMTcI9yX9JXrcwhH9NCuTb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18343125rem;width:2.18343125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.1875rem;left:5.5rem;display:none; }
#SpFWAz3bvZRKxbcbZy57KWVwETSQnvq3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18343125rem;width:2.18343125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.1875rem;left:5.5rem;display:none; }
#Fhc8g0JDUANy3lwQVHVUChPZgyOHDFlp { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23.75rem;left:3.75rem;display:none; }
#FSx5O5DfXDTdiDbm7FDa3wkVUOlP5iMK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#qE91NGzqSHgGLMc9mg51dpVBLJVXEkiV { color:#000000;display:block;width:16.875rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:24.5rem;left:2.9375rem;display:none; }
#w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T { 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; }#w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T > .row .container { background-color: transparent; background-image: none; }#w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T > .row .container > .video-iframe-container { display: none; }#w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T > .row > .video-iframe-container { display: none; }#w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T > .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); }#w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T > .row .container { border-width: 0; border-radius: 0; }#w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#GRJyqPbVRHl42dLne2bfGrLU3TP5Qmoi { color:#ffffff;display:block;width:25.3715rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.49951171875rem;left:18.87451171875rem;height:3.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kEu8vKQNs9vO8CzVMlpMs3a44XfKazlO { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.184025rem;width:2.184025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.68701171875rem;left:15.75rem; }
#PIOhUSJCXdDXQ0ZC03O1lXPqRTSNC2hd { color:#ffffff;display:block;width:18rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.75rem;left:18.9375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pQau1hd0oNWqD9I7dtyyeaOybUnAth0K { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.18343125rem;width:2.18343125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.75rem;left:15.75rem; }
#f55SWcBufulgANdAkVdxxMfFW6QlTMCT { box-sizing:content-box;height:11.9375rem;width:56.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #085c9d, #013259);background-image: -moz-linear-gradient(180deg, #085c9d, #013259);background-image: -ms-linear-gradient(180deg, #085c9d, #013259);background-image: -o-linear-gradient(180deg, #085c9d, #013259);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#085c9d', endColorstr='#013259' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#085c9d', endColorstr='#013259' );";background-image: linear-gradient(180deg, #085c9d, #013259);background-size:auto !important;top:31.124837875366rem;left:1.8123378753662rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;display:none; }
#gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk { 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; }#gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk > .row .container { background-color: transparent; background-image: none; }#gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk > .row .container > .video-iframe-container { display: none; }#gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk > .row > .video-iframe-container { display: none; }#gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk > .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); }#gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk > .row .container { border-width: 0; border-radius: 0; }#gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a163792-01ce-4f17-a542-557076c46bec/Projektbeznazwy90.png");background-position:center !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; }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD.adaptive-delivery-prevent-bg, #HGJaa23ch8FAMrToftdBrMq9wGaoGLTD.lazyload, #HGJaa23ch8FAMrToftdBrMq9wGaoGLTD.lazyloading { background-image: none; }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD > .row .container { background-color: transparent; background-image: none; }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD > .row .container > .video-iframe-container { display: none; }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD > .row > .video-iframe-container { display: none; }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD > .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); }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD > .row .container { border-width: 0; border-radius: 0; }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;position:relative;display:block; }#xnizVHasIu3eoQLqw55s1TcvFOD5HXhT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:worksans;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8583984375rem;left:0rem;height:5.84911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WI7u4rxPpFOvHlhapfVrTrEZLFIiPP8J { color:#f4f3f3;display:block;width:60rem;position:absolute;font-family:worksans;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.296875rem;left:0rem;height:2.8418rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cXyIwB5Qzbsoqxba92iL5LMVxwFAeCh9 { 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:5.4370125rem;width:5.4370125rem;top:1.999267578125rem;left:13.687744140625rem;overflow:hidden;display:block; }
#CgMD0lMP8bJDvRghQd26mq7rDycAz2KI { 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; }#CgMD0lMP8bJDvRghQd26mq7rDycAz2KI > .row .container { background-color: transparent; background-image: none; }#CgMD0lMP8bJDvRghQd26mq7rDycAz2KI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgMD0lMP8bJDvRghQd26mq7rDycAz2KI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgMD0lMP8bJDvRghQd26mq7rDycAz2KI > .row .container > .video-iframe-container { display: none; }#CgMD0lMP8bJDvRghQd26mq7rDycAz2KI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgMD0lMP8bJDvRghQd26mq7rDycAz2KI > .row > .video-iframe-container { display: none; }#CgMD0lMP8bJDvRghQd26mq7rDycAz2KI > .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); }#CgMD0lMP8bJDvRghQd26mq7rDycAz2KI > .row .container { border-width: 0; border-radius: 0; }#CgMD0lMP8bJDvRghQd26mq7rDycAz2KI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgMD0lMP8bJDvRghQd26mq7rDycAz2KI > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#MHdTWhpXHx13stB5UC2TvVVPO23ZeBXM { color:#000000;display:block;width:60rem;position:absolute;font-family:worksans;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.734375rem;left:0rem;height:2.8418rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M9qgJF2epwLhvCOTXElvPIOQtayftKeG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a163792-01ce-4f17-a542-557076c46bec/Projektbeznazwy90.png");background-position:center !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; }#M9qgJF2epwLhvCOTXElvPIOQtayftKeG.adaptive-delivery-prevent-bg, #M9qgJF2epwLhvCOTXElvPIOQtayftKeG.lazyload, #M9qgJF2epwLhvCOTXElvPIOQtayftKeG.lazyloading { background-image: none; }#M9qgJF2epwLhvCOTXElvPIOQtayftKeG > .row .container { background-color: transparent; background-image: none; }#M9qgJF2epwLhvCOTXElvPIOQtayftKeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9qgJF2epwLhvCOTXElvPIOQtayftKeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9qgJF2epwLhvCOTXElvPIOQtayftKeG > .row .container > .video-iframe-container { display: none; }#M9qgJF2epwLhvCOTXElvPIOQtayftKeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9qgJF2epwLhvCOTXElvPIOQtayftKeG > .row > .video-iframe-container { display: none; }#M9qgJF2epwLhvCOTXElvPIOQtayftKeG > .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); }#M9qgJF2epwLhvCOTXElvPIOQtayftKeG > .row .container { border-width: 0; border-radius: 0; }#M9qgJF2epwLhvCOTXElvPIOQtayftKeG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M9qgJF2epwLhvCOTXElvPIOQtayftKeG > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#DGFUqyfmTnsaKskyPQSBWerVEklivHUH { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:17.60546875rem;left:0.5625rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u1O26HuZIi8TTJkugPCLHQJtTgZ6vfgV { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:16.3603515625rem;left:20.3720703125rem;height:7.8735625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gfgcENSEAOyTFreoG0z0KN0CLsfA5Gaa { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:16.36328125rem;left:40.5927734375rem;height:7.8735625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FUwzHUpBCBHtf4PyocmqptBPToTNtS1T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.109375rem;left:8.25rem; }
#DDrNZK06MsMoIO37Lfwm1PU82DTXU6NX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:10.1220703125rem;left:28.998046875rem; }
#lboaXpGkNheEQOedoH9TAqUKeIwTQcRh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10.1064453125rem;left:48.18359375rem; }
#SQ7gRL9yOTbFCZf3VqGfQ7z9FvAwFNDf { 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:3.5625rem;width:3.5625rem;top:9.890625rem;left:7.9951171875rem;overflow:hidden;display:block; }
#BtoTs1iHmrCJFlz2Mc3sHDfWdLL6bITP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:9.890625rem;left:28.6826171875rem;overflow:hidden;display:block; }
#n5sqa7ZQidpqlPgzkWsGZnOiOwfKMVHy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:9.890625rem;left:47.9326171875rem;overflow:hidden;display:block; }
#uu7UvwrB8eKgXLPdUhrHpUgpOuKx5C1G { background-color:rgba(255,255,255,0.02);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:worksans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:11rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:14.919921875rem;left:0.2490234375rem;display:block; }
#E2HFnDSxeGdTmpGokSn9dyOd1SkXBxen { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rbKn6LAO8b3bu0PrVXVDupIMmTBKX03u { background-color:rgba(255,255,255,0.02);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:worksans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:11rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:14.9228515625rem;left:20.2783203125rem;display:block; }
#KbdPvndq78WWUAvL9U2l3lv19sq0yHGG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGZzNOf0HTopfFyIMTTPVv2H3DEX6pAB { background-color:rgba(255,255,255,0.02);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:worksans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:11rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.935546875rem;left:40.3720703125rem;display:block; }
#KoqvpgLB9LxWHGQ4NqwdIg7t7qht00md { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t5y0USAb6FSBEnIyk3dBZ5Sf2Rflzzn5 { box-sizing:content-box;height:2.0625rem;width:0.124511875rem;position:absolute;display:block;z-index:15008;background-color:#ffc717;background-image:none;top:12.859375rem;left:9.748046875rem;display:block; }
#v9q1yBbQFutMITcbfboReitx5hV1sqB9 { box-sizing:content-box;height:2.062175rem;width:0.124511875rem;position:absolute;display:block;z-index:15009;background-color:#ffc717;background-image:none;top:12.91015625rem;left:30.4970703125rem;display:block; }
#HqGP6cHurTbMaug8s1T1H3InR5PQz6n5 { box-sizing:content-box;height:2.062175rem;width:0.124511875rem;position:absolute;display:block;z-index:15010;background-color:#ffc717;background-image:none;top:12.921875rem;left:49.6826171875rem;display:block; }
#sgbtOdyFRZdP2UCrApoT2BR7Z5MgMDSz { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:4.7333984375rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#r6v4raOK4WWfXBnpw1tyV2M6xANT3kXS { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:6.615234375rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#c9DtFcr0vhIRVgsVL8pacigbSbenXvbF { color:#ffffff;display:block;width:20rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:4.7333984375rem;left:20rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#OF0LGuBQ8zt1ZHL4q1fDBgJOCbxf6Tga { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:6.615234375rem;left:20rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#dKTUkKSTlp7hEehq6wPlpJ05umHQGFtN { color:#ffffff;display:block;width:20rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:4.7333984375rem;left:39.9990234375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#wzJV1Px8J48v7DOipov0UpHvJshpIBFI { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.625rem;left:40rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH { 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; }#XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH > .row .container { background-color: transparent; background-image: none; }#XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH > .row .container > .video-iframe-container { display: none; }#XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH > .row > .video-iframe-container { display: none; }#XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH > .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); }#XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH > .row .container { border-width: 0; border-radius: 0; }#XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#HpuDPTKAUShmlbktDydAxmqrgp7tylTO { color:#000000;display:block;width:60rem;position:absolute;font-family:worksans;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.734375rem;left:0rem;height:2.8418rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a163792-01ce-4f17-a542-557076c46bec/Projektbeznazwy90.png");background-position:center !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; }#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4.adaptive-delivery-prevent-bg, #JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4.lazyload, #JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4.lazyloading { background-image: none; }#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 > .row .container { background-color: transparent; background-image: none; }#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 > .row .container > .video-iframe-container { display: none; }#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 > .row > .video-iframe-container { display: none; }#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 > .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); }#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 > .row .container { border-width: 0; border-radius: 0; }#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#bgVoOr1klapyKbSlwgeZ4TDkrp6595zL { color:#ffffff;display:block;width:55.75rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.125rem;left:2.0625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#VbhX2WATnHJHa0MTbbM0iwUs5D1ulnHW { background-color:rgba(255,255,255,0.02);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:worksans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:7.5625rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:13.75rem;left:0rem;display:block; }
#glrSaBBu1wdx3rAADTp9zPDuKnhk9JCu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUWtRU6Cl0sir1XKS3SsyyFKKXhnCbfs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9rem;left:28.59375rem; }
#hgR8ptAZ96EcFFRFd155yMogDidQ41NV { box-sizing:content-box;height:2.0625rem;width:0.124511875rem;position:absolute;display:block;z-index:15011;background-color:#ffc717;background-image:none;top:11.8115234375rem;left:30.091796875rem;display:block; }
#rPOkEmdnoG3TGl7XPaICtK18ATRigVbH { 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:3.5625rem;width:3.5625rem;top:8.7802734375rem;left:28.33984375rem;overflow:hidden;display:block; }
#prh3ZsVvzGQMV9iTASRFt8p3aooT1gZr { color:#ffffff;display:block;width:20rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:3.6875rem;left:20rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#EzqsU1LINoGF5tXG15IOqAqRqTTmMJfT { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:5.5625rem;left:20rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr { 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; }#KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr > .row .container { background-color: transparent; background-image: none; }#KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr > .row .container > .video-iframe-container { display: none; }#KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr > .row > .video-iframe-container { display: none; }#KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr > .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); }#KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr > .row .container { border-width: 0; border-radius: 0; }#KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#eiN6e6D5LWZiOVWtwroobNuM0tReSp7d { color:#000000;display:block;width:59.9375rem;position:absolute;font-family:worksans;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.7343754768372rem;left:0rem;height:2.8418rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2e32;background-image:url("https://images.assets-landingi.com/uc/6a163792-01ce-4f17-a542-557076c46bec/Projektbeznazwy90.png");background-position:center !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; }#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML.adaptive-delivery-prevent-bg, #xfn6AggfzdWovBSaSOBBWlQ99aqKUqML.lazyload, #xfn6AggfzdWovBSaSOBBWlQ99aqKUqML.lazyloading { background-image: none; }#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML > .row .container { background-color: transparent; background-image: none; }#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML > .row .container > .video-iframe-container { display: none; }#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML > .row > .video-iframe-container { display: none; }#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML > .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); }#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML > .row .container { border-width: 0; border-radius: 0; }#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML > .row .container { font-size:0.875rem;font-family:arial;height:65.75rem;width:60rem;position:relative;display:block; }#eHyEizImdZQNCBLPtb0fAFJO6QoPIAZw { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.561848640442rem;left:7.1875rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DsTmAn2usRrBvp7OoJGsyQpqdOtkR66m { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.498408555984rem;left:16.998408317566rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#puvJTtpyURWU1CkWBKh2lsCfIRG7dxAn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:10.311848640442rem;left:4.3748378753662rem; }
#AuVTsoqtof7Ts0M0c8VTkMPtgkmZDG8I { color:#ffffff;display:block;width:7.9996875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.205726623535rem;left:7.1875rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ILXlmWuo46rosWhHDh1aqm6x7pkV1Qff { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:13.061630249024rem;left:4.375rem; }
#FDLqQ9F6IPF8HHv7lPzpCgsbJbRZn88o { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.248260498047rem;left:16.873262405396rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c0lyByQQeARHl67TmglOT9I0nTU0GimJ { color:#ffc717;display:block;width:60rem;position:absolute;font-family:worksans;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.9978837966919rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aiaFHcArxMDR7adP6lxZOQqpcv0ALRRu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:3.5620125rem;top:3.6214189529419rem;left:24.058431625366rem;overflow:hidden;display:block; }
#LUMlJ16FWJg3sQBhbamD7JOfcVmDJeP0 { 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:3.81185rem;width:3.81185rem;top:2.8621416091919rem;left:23.285318374634rem;overflow:hidden;display:block; }
#cN4HeDGZUhgEQEPEneo074un8vGJmOTT { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:15.622398376465rem;left:16.872396469116rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mwEZ3vDF0q7akfW22MTWo5P4kUfqbreA { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:0.0625rem;top:13.309898376465rem;left:15.375001907349rem;display:block; }
#U30hALeCToW6o1tcrgGFXyeE35fVZB7E { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:40.686630249024rem;left:7.1875rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cKtfPSplicqB9sQi15luw3TZFDwyVm0y { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:40.374130249024rem;left:15.375001907349rem;display:block; }
#uK7n6eOx89M9y7eyb5ibZDe8SHzpnk9S { color:#ffffff;display:block;width:29.3123125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:40.624130249024rem;left:16.936632156372rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kX57JlLKvghHO09U76hKPqM7zFte5FvB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:57.603294372559rem;left:4.3723964691162rem; }
#RBwDsXvTEvTnDq5L2yeOKLznyk9c27s2 { color:#ffffff;display:block;width:29.3123125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:43.124130249024rem;left:16.936632156372rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bPucRqyWtL4nzEoB9wOcRqmm3yuMoBxD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:42.936630249024rem;left:4.375rem; }
#xqbZT7NKoEUXrIqpk26b8N2iHl1R3hik { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:42.874130249024rem;left:15.375001907349rem;display:block; }
#Orbine4o8Ge9MKJnz6v1IplNOfzWB9To { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:43.186630249024rem;left:7.1875rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sNTtJ9eKt6PxOw3Xtoh1W4kTqsARTFlG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:3.5620125rem;top:49.499130249024rem;left:22.062501907349rem;overflow:hidden;display:block; }
#S8FDJzbKOIkcCFqyKwMupWz72Z8qhxmn { color:#ffc717;display:block;width:60rem;position:absolute;font-family:worksans;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:49.936630249024rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZt7qhLTa9IMIeMT4auzmCi0mwv67W5P { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81185rem;width:3.81185rem;top:48.749130249024rem;left:21.311632156372rem;overflow:hidden;display:block; }
#dGFhW2MlTgZT4q481ZDbdmEtWCXAn97E { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:55.436630249024rem;left:7.2491321563719rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fxvwVyPVA9sNbSZUplp7zvgaWB3a0KAw { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:55.124130249024rem;left:15.375001907349rem;display:block; }
#rXZohof9Z3htBVRsF41K99Kz3BTWT1TP { color:#ffffff;display:block;width:23.811875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:55.375rem;left:16.936632156372rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kRcp8SkQKIK3ks0CLkcvcQsINApsbzLM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:55.103294372559rem;left:4.3723964691162rem; }
#t2LA6iF68dlbrtbB2iOmQOnxkUPSzcgr { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:57.875rem;left:7.2491321563719rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQ9pw549JTo5igFcr1Cm3uJIgQlu94ax { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:57.5625rem;left:15.375001907349rem;display:block; }
#FepaW6tVZDgoH0x7rIfOIIOXn9hOxn0m { color:#ffffff;display:block;width:23.811875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:57.811630249024rem;left:16.936632156372rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gwoSUpw6XqLeR18pLLMZikis0tJTvNsE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:40.563362121582rem;left:4.375rem; }
#Csc0CMu1HDrZW092OqhfTipaSiviKWtV { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lBzuw5u0bWuP4PgbxqMPuUz6XU5hz9Cm { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Dbfbpg7QCGVfx5bfRcpdNufvycSsBNQN { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Jhkk0naG2aiHkRxrukmZTMMOJP416E81 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ovqpJn5QeyNWGfcvrxR8mnHAbb1nQAHS { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:10.354164123535rem;left:15.375001907349rem;display:block; }
#QxQyPX7SMXeQw7kEUk4CXgXfzwQvkBAd { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.625rem;left:7.0625rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f3WJf4eIEgDCBmbBGSTybZTgpxTIIxTD { color:#ffffff;display:block;width:29.3123125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:27.5625rem;left:16.812501907349rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y99ffp10vCpJbkAUesbw9ZHsvoKtkuRk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:27.3125rem;left:4.25rem; }
#PO9ATvWatslTdlfbb1Snl6A9FT783rH4 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:0.0625rem;top:30.3125rem;left:15.375001907349rem;display:block; }
#wlCZmdu8Okm0aaTVFTJbi881ay4mSrKv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:30.4375rem;left:4.375rem; }
#obV17gW2bunfrEFwp3AqZudJum0e2dRH { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.5625rem;left:7.0625rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F2LIqI4QbJ1aoeUElSnqnQqEL8r4smEF { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:30.4375rem;left:16.937501907349rem;height:4.3857375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBTTebkcbvA7UQCUoBxLOqTaz5cXxpWF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:28.439453125rem;left:-3.09375rem;display:none; }
#SpnxFwKSuDTaWNGsAqWFMs8F5Xf2SD21 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.5625rem;left:-0.28125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Gh1Nfdb0prKxn6wN3lSGl26412VkEmBX { color:#ffffff;display:block;width:29.3123125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:28.5rem;left:9.46875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XRzK4Py3Cquq9cpNvUJCqFh6Um3pXBAQ { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.5625rem;left:-0.28125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SN6TX8HsHTWED8nfOsHU52BHs5DvLdAV { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.5625rem;left:-0.28125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gPa4JDcTZoOxeyp3bmc7T9EgoAsgNnpd { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zcXT4exApFVET2KQvW50gQMfwUil0sBO { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#LmqdfZTUtX7e9qT7tUISi6LhNK0ptyv4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:37.9375rem;left:4.375rem; }
#xMehusFLwBTsabQHPpmhyKxcs2I0sGVq { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:38.1875rem;left:7.1875rem;height:1.46195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bs7b0xHdo6Tpkhqbt8LUst3rpk03fMo1 { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:37.875rem;left:15.375001907349rem;display:block; }
#U5AIPKIalxpMrsIRdDBefIW4kbtXQGeN { color:#ffffff;display:block;width:29.311625rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:38.125rem;left:16.937501907349rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#himsbwKKuWeC0VJzQc5GzN1Enl9541Ak { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.0625rem;top:27.418403625488rem;left:15.375001907349rem;display:block; }
#S1uwueXds40D2Nh9WQmd8pmzT40DRRwx { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#X2L78IVzb8NhiRBw0ibIBXDB7tveHicm { color:#ffffff;display:block;width:43rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:18.246528148651rem;left:16.874132156372rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PeIf5dnzub4XhZK8y9CEEz6eTHvq26FP { color:#ffffff;display:block;width:43rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:22.559028148651rem;left:16.999132156372rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF { 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; }#BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF > .row .container { background-color: transparent; background-image: none; }#BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF > .row .container > .video-iframe-container { display: none; }#BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF > .row > .video-iframe-container { display: none; }#BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF > .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); }#BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF > .row .container { border-width: 0; border-radius: 0; }#BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#uu6EXG5VroGTGJNNrnQFO2t167AlQHxI { color:#000000;display:block;width:59.9375rem;position:absolute;font-family:worksans;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.7343754768372rem;left:0rem;height:2.8418rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oKBhTEndXvLegaPwzT1xXtT8BypERiGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a163792-01ce-4f17-a542-557076c46bec/Projektbeznazwy90.png");background-position:center !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; }#oKBhTEndXvLegaPwzT1xXtT8BypERiGn.adaptive-delivery-prevent-bg, #oKBhTEndXvLegaPwzT1xXtT8BypERiGn.lazyload, #oKBhTEndXvLegaPwzT1xXtT8BypERiGn.lazyloading { background-image: none; }#oKBhTEndXvLegaPwzT1xXtT8BypERiGn > .row .container { background-color: transparent; background-image: none; }#oKBhTEndXvLegaPwzT1xXtT8BypERiGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKBhTEndXvLegaPwzT1xXtT8BypERiGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKBhTEndXvLegaPwzT1xXtT8BypERiGn > .row .container > .video-iframe-container { display: none; }#oKBhTEndXvLegaPwzT1xXtT8BypERiGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKBhTEndXvLegaPwzT1xXtT8BypERiGn > .row > .video-iframe-container { display: none; }#oKBhTEndXvLegaPwzT1xXtT8BypERiGn > .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); }#oKBhTEndXvLegaPwzT1xXtT8BypERiGn > .row .container { border-width: 0; border-radius: 0; }#oKBhTEndXvLegaPwzT1xXtT8BypERiGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKBhTEndXvLegaPwzT1xXtT8BypERiGn > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#tZRlzO1lhK9HXgi8vbiX0h3korR5rxe3 { color:#ffffff;display:block;width:42.1244375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.4991455078125rem;left:10.562065124512rem;height:1.46195rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t5ua9BQBHiFZg3aiCaW19hE1ogvJJrzR { color:#ffffff;display:block;width:42.1244375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11.562072753906rem;left:10.562065124512rem;height:1.46195rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rDcv2Z1cZqsWHX9IRVpQny36geTOTUwm { color:#ffffff;display:block;width:41.8125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.125rem;left:10.562065124512rem;height:5.01074375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rDcv2Z1cZqsWHX9IRVpQny36geTOTUwm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rDcv2Z1cZqsWHX9IRVpQny36geTOTUwm li:before{  }
#Q9SLCAJgiDdrT57CdbiVk7PBUh9aGZEE { color:#ffffff;display:block;width:49.4375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.9991455078125rem;left:10.562065124512rem;height:1.46195rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VlUkT4xxwTQFxmsNwJcJKhhtOuwIi1nb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.8743591308594rem;left:8.1868476867675rem; }
#qauiDWKF8d7qLBBiPNTEdWTlZToT0kNp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.3743591308594rem;left:8.1868476867675rem; }
#HbwllfloRmReUfJJlLHyFvFitQPtWx4N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.9372863769531rem;left:8.1868476867675rem; }
#BLzFxtU0TWFu22GdUQdgRzNNGTIo3cJI { color:#ffffff;display:block;width:42.1244375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.0620727539062rem;left:10.562065124512rem;height:1.46195rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mPOmwQtRqLraAA6LM6OmKh3hmJDkFD7p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749675rem;width:1.749675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.437286376953rem;left:8.1868476867675rem; }
#bm7dGFMmyXvhkmeElGXP1KQAbkGeJOQD { color:#ffffff;display:block;width:42.124rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.249145507812rem;left:10.560981750488rem;height:1.46195rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hreG4ukORmHDZWPE9q4yn1U2SaBqE0bS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.104827880859rem;left:8.1868476867675rem; }
#qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP { 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; }#qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP > .row .container { background-color: transparent; background-image: none; }#qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP > .row .container > .video-iframe-container { display: none; }#qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP > .row > .video-iframe-container { display: none; }#qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP > .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); }#qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP > .row .container { border-width: 0; border-radius: 0; }#qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP > .row .container { font-size:0.875rem;font-family:arial;height:71.6875rem;width:60rem;position:relative;display:block; }#oJ7KRZmeT7itZWEBl0QWq6rhRSHTpO1N { color:#000000;display:block;width:60rem;position:absolute;font-family:worksans;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.85986328125rem;left:0rem;height:2.8418rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kiZf80xoFTRFoxtAJ1DvOk1mm7b21Fx2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.3125rem;width:12.125rem;top:9.49951171875rem;left:2.6865234375rem;overflow:hidden;display:block; }
#pWVlO5Tzrnn0v48KXDOw0OD6aXEM0nGO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.3125rem;width:12.125rem;top:9.49951171875rem;left:15.68701171875rem;overflow:hidden;display:block; }
#PNWN01kkqDt5WxzNASBXtcrzTsrKU0BT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.3125rem;width:27.75rem;top:28.9365234375rem;left:1.875rem;overflow:hidden;display:block; }
#QzkaosQ4IOTkPzBV3J9C9biyww4DiWPe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.3125rem;width:27.75rem;top:48.0615234375rem;left:1.875rem;overflow:hidden;display:block; }
#SzpBE5SWnhoTnvhb4TDhSLN3ZSzkdM5B { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.375rem;width:27.75rem;top:48.03076171875rem;left:30.46875rem;overflow:hidden;display:block; }
#lLmi40mHWcEvHur91Tmy5t6Ca2DTrN0L { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.3125rem;width:27.75rem;top:9.49951171875rem;left:29.90625rem;overflow:hidden;display:block; }
#HwGLRmdeRJncs0KoESmNrggw5CahKNV0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.3125rem;width:27.9375rem;top:28.9365234375rem;left:30.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPoPOiPXGVCZLGQ7UTEohRDoOIMHRD75 { top:3.75rem;left:0rem;width:13.5625rem;height:4.9145792520955rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkwnmilTTLoQcbOdlyDLbRd9y9055oh { top:4.3125rem;left:30.125rem;width:17.625rem;height:4.4370125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E31T3F1C2nSe58sqODHZB8wQHF6gqt45 { display:block; }#E31T3F1C2nSe58sqODHZB8wQHF6gqt45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbJIMthFyUvDmT15wW1Vgn4DhH6bnynZ { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #avHcry3vBBfsdAF6thnnWXJULEQMQD92 { display:block; }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMU0uTg4283rwbV5oNPq9ego7zaU3cPk { top:13.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft993UWvZc9aJdE0eKTP6Ck8JfsJi8TB { top:5.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF0XfE77X7HRWHcvk7uLhcc4nCXsCBLN { top:17.25rem;left:8.060546875rem;width:31.5625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5RFAZW3nJPlGw7rEDaOe429V9moFQhm { top:11.9375rem;left:9.2685546875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA34CnTKveQ3tzMQvUHcJHf2LoNMA7Jz { top:10.5rem;left:4.1875rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR3leqFR6B8nezt0U54CbUZbkAGz01GM { top:20.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcQIuKRMGiqoUwEQOmGdlh6cxs5QyRlF { top:22.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJGBhWtSn2BLkGJMBIsZqoiBiuGz6I4r { top:22.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nr7aUNQyccTRCVgZyMTafpP77mhMBhwp { top:14.9375rem;left:0rem;width:19.9375rem;height:;font-size:0.75rem;display:none; }#nr7aUNQyccTRCVgZyMTafpP77mhMBhwp li:before{  }
 }@media only screen and (max-width: 763px) { #aD9r9NPy0waP48aKhSb2Lo0ARSLOQ8Jh { top:28.1875rem;left:0rem;width:45.8125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOoK0egTR1bRNsHNxCPyLoO9f2TRUEZP { top:0.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zz3FQMQ3pJVw7efSHpeTNZ2ET6ofJ8ed { top:0.1875rem;left:2.5625rem;width:15.8125rem;height:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUHvnWTNgsauRP1ldGBDB4ey25xwVJh3 { top:0.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBKqWzVxC3EWWkBIEnpWZTMI7Jx1n2Qx { display:none; }
 }@media only screen and (max-width: 763px) { #hIBGOgKcDoSMTcI9yX9JXrcwhH9NCuTb { top:0.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpFWAz3bvZRKxbcbZy57KWVwETSQnvq3 { top:0.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fhc8g0JDUANy3lwQVHVUChPZgyOHDFlp { top:23.75rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSx5O5DfXDTdiDbm7FDa3wkVUOlP5iMK { display:none; }
 }@media only screen and (max-width: 763px) { #qE91NGzqSHgGLMc9mg51dpVBLJVXEkiV { top:24.5rem;left:0rem;width:16.875rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T { display:block; }#w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRJyqPbVRHl42dLne2bfGrLU3TP5Qmoi { top:3.4375rem;left:12.74951171875rem;width:25.3125rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEu8vKQNs9vO8CzVMlpMs3a44XfKazlO { top:3.625rem;left:9.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIOhUSJCXdDXQ0ZC03O1lXPqRTSNC2hd { top:0.75rem;left:12.8125rem;width:18rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQau1hd0oNWqD9I7dtyyeaOybUnAth0K { top:0.75rem;left:9.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f55SWcBufulgANdAkVdxxMfFW6QlTMCT { top:31.0625rem;left:0rem;width:47.75rem;height:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk { display:block; }#gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGJaa23ch8FAMrToftdBrMq9wGaoGLTD { display:block; }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnizVHasIu3eoQLqw55s1TcvFOD5HXhT { top:9.8125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI7u4rxPpFOvHlhapfVrTrEZLFIiPP8J { top:3.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXyIwB5Qzbsoqxba92iL5LMVxwFAeCh9 { top:1.9375rem;left:10.5rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgMD0lMP8bJDvRghQd26mq7rDycAz2KI { display:block; }#CgMD0lMP8bJDvRghQd26mq7rDycAz2KI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHdTWhpXHx13stB5UC2TvVVPO23ZeBXM { top:2.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9qgJF2epwLhvCOTXElvPIOQtayftKeG { display:block; }#M9qgJF2epwLhvCOTXElvPIOQtayftKeG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGFUqyfmTnsaKskyPQSBWerVEklivHUH { top:17.5625rem;left:0rem;width:18.875rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1O26HuZIi8TTJkugPCLHQJtTgZ6vfgV { top:16.3125rem;left:12.625rem;width:19.125rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfgcENSEAOyTFreoG0z0KN0CLsfA5Gaa { top:16.3125rem;left:28.5625rem;width:19.0625rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUwzHUpBCBHtf4PyocmqptBPToTNtS1T { top:10.0625rem;left:6.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDrNZK06MsMoIO37Lfwm1PU82DTXU6NX { top:10.0625rem;left:22.810546875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lboaXpGkNheEQOedoH9TAqUKeIwTQcRh { top:10.0625rem;left:37.87109375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ7gRL9yOTbFCZf3VqGfQ7z9FvAwFNDf { top:9.875rem;left:5.9326171875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtoTs1iHmrCJFlz2Mc3sHDfWdLL6bITP { top:9.875rem;left:22.4951171875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5sqa7ZQidpqlPgzkWsGZnOiOwfKMVHy { top:9.875rem;left:37.6201171875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu7UvwrB8eKgXLPdUhrHpUgpOuKx5C1G { width:19.4375rem;height:11rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2HFnDSxeGdTmpGokSn9dyOd1SkXBxen { display:block; }
 }@media only screen and (max-width: 763px) { #rbKn6LAO8b3bu0PrVXVDupIMmTBKX03u { width:19.4375rem;height:11rem;top:14.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbdPvndq78WWUAvL9U2l3lv19sq0yHGG { display:block; }
 }@media only screen and (max-width: 763px) { #DGZzNOf0HTopfFyIMTTPVv2H3DEX6pAB { width:19.4375rem;height:11rem;top:14.875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoqvpgLB9LxWHGQ4NqwdIg7t7qht00md { display:block; }
 }@media only screen and (max-width: 763px) { #t5y0USAb6FSBEnIyk3dBZ5Sf2Rflzzn5 { top:12.8125rem;left:7.685546875rem;width:0.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9q1yBbQFutMITcbfboReitx5hV1sqB9 { top:12.875rem;left:24.3095703125rem;width:0.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqGP6cHurTbMaug8s1T1H3InR5PQz6n5 { top:12.875rem;left:39.3701171875rem;width:0.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgbtOdyFRZdP2UCrApoT2BR7Z5MgMDSz { top:4.6875rem;left:0rem;width:19.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6v4raOK4WWfXBnpw1tyV2M6xANT3kXS { top:6.5625rem;left:0rem;width:19.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9DtFcr0vhIRVgsVL8pacigbSbenXvbF { top:4.6875rem;left:11.75rem;width:20rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF0LGuBQ8zt1ZHL4q1fDBgJOCbxf6Tga { top:6.5625rem;left:11.6875rem;width:20.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTUkKSTlp7hEehq6wPlpJ05umHQGFtN { top:4.6875rem;left:11.75rem;width:20rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzJV1Px8J48v7DOipov0UpHvJshpIBFI { top:6.625rem;left:27.5625rem;width:20.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH { display:block; }#XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpuDPTKAUShmlbktDydAxmqrgp7tylTO { top:2.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 { display:block; }#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgVoOr1klapyKbSlwgeZ4TDkrp6595zL { top:16.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbhX2WATnHJHa0MTbbM0iwUs5D1ulnHW { width:46.375rem;height:7.5625rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glrSaBBu1wdx3rAADTp9zPDuKnhk9JCu { display:block; }
 }@media only screen and (max-width: 763px) { #QUWtRU6Cl0sir1XKS3SsyyFKKXhnCbfs { top:9rem;left:22.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgR8ptAZ96EcFFRFd155yMogDidQ41NV { top:11.75rem;left:23.904296875rem;width:0.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPOkEmdnoG3TGl7XPaICtK18ATRigVbH { top:8.75rem;left:22.15234375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prh3ZsVvzGQMV9iTASRFt8p3aooT1gZr { top:3.6875rem;left:11.75rem;width:20rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzqsU1LINoGF5tXG15IOqAqRqTTmMJfT { top:5.5625rem;left:11.6875rem;width:20.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr { display:block; }#KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiN6e6D5LWZiOVWtwroobNuM0tReSp7d { top:2.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfn6AggfzdWovBSaSOBBWlQ99aqKUqML { display:block; }#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHyEizImdZQNCBLPtb0fAFJO6QoPIAZw { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsTmAn2usRrBvp7OoJGsyQpqdOtkR66m { width:33.8125rem;height:1.4375rem;top:10.4375rem;left:10.873408317566rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puvJTtpyURWU1CkWBKh2lsCfIRG7dxAn { width:1.875rem;height:1.875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuVTsoqtof7Ts0M0c8VTkMPtgkmZDG8I { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILXlmWuo46rosWhHDh1aqm6x7pkV1Qff { width:1.875rem;height:1.875rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDLqQ9F6IPF8HHv7lPzpCgsbJbRZn88o { width:23.4375rem;height:1.4375rem;top:13.1875rem;left:10.747396469116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0lyByQQeARHl67TmglOT9I0nTU0GimJ { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiaFHcArxMDR7adP6lxZOQqpcv0ALRRu { top:3.5625rem;left:17.933431625366rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUMlJ16FWJg3sQBhbamD7JOfcVmDJeP0 { top:2.8125rem;left:17.160318374634rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN4HeDGZUhgEQEPEneo074un8vGJmOTT { width:47.75rem;height:1.6875rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwEZ3vDF0q7akfW22MTWo5P4kUfqbreA { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U30hALeCToW6o1tcrgGFXyeE35fVZB7E { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKtfPSplicqB9sQi15luw3TZFDwyVm0y { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK7n6eOx89M9y7eyb5ibZDe8SHzpnk9S { width:29.25rem;height:1.4375rem;top:40.5625rem;left:10.811632156372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX57JlLKvghHO09U76hKPqM7zFte5FvB { width:1.875rem;height:1.875rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBwDsXvTEvTnDq5L2yeOKLznyk9c27s2 { width:29.25rem;height:1.4375rem;top:43.0625rem;left:10.811632156372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPucRqyWtL4nzEoB9wOcRqmm3yuMoBxD { width:1.875rem;height:1.875rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqbZT7NKoEUXrIqpk26b8N2iHl1R3hik { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Orbine4o8Ge9MKJnz6v1IplNOfzWB9To { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNTtJ9eKt6PxOw3Xtoh1W4kTqsARTFlG { top:49.4375rem;left:15.937501907349rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8FDJzbKOIkcCFqyKwMupWz72Z8qhxmn { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZt7qhLTa9IMIeMT4auzmCi0mwv67W5P { top:48.6875rem;left:15.186632156372rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGFhW2MlTgZT4q481ZDbdmEtWCXAn97E { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxvwVyPVA9sNbSZUplp7zvgaWB3a0KAw { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXZohof9Z3htBVRsF41K99Kz3BTWT1TP { width:23.75rem;height:1.4375rem;top:55.375rem;left:10.811632156372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRcp8SkQKIK3ks0CLkcvcQsINApsbzLM { width:1.875rem;height:1.875rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2LA6iF68dlbrtbB2iOmQOnxkUPSzcgr { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ9pw549JTo5igFcr1Cm3uJIgQlu94ax { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FepaW6tVZDgoH0x7rIfOIIOXn9hOxn0m { width:23.75rem;height:1.4375rem;top:57.75rem;left:10.811632156372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwoSUpw6XqLeR18pLLMZikis0tJTvNsE { width:1.875rem;height:1.875rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csc0CMu1HDrZW092OqhfTipaSiviKWtV { display:none; }
 }@media only screen and (max-width: 763px) { #lBzuw5u0bWuP4PgbxqMPuUz6XU5hz9Cm { display:none; }
 }@media only screen and (max-width: 763px) { #Dbfbpg7QCGVfx5bfRcpdNufvycSsBNQN { display:none; }
 }@media only screen and (max-width: 763px) { #Jhkk0naG2aiHkRxrukmZTMMOJP416E81 { display:none; }
 }@media only screen and (max-width: 763px) { #ovqpJn5QeyNWGfcvrxR8mnHAbb1nQAHS { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxQyPX7SMXeQw7kEUk4CXgXfzwQvkBAd { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3WJf4eIEgDCBmbBGSTybZTgpxTIIxTD { width:29.25rem;height:1.4375rem;top:27.5625rem;left:10.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y99ffp10vCpJbkAUesbw9ZHsvoKtkuRk { width:1.875rem;height:1.875rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO9ATvWatslTdlfbb1Snl6A9FT783rH4 { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlCZmdu8Okm0aaTVFTJbi881ay4mSrKv { width:1.875rem;height:1.875rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obV17gW2bunfrEFwp3AqZudJum0e2dRH { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2LIqI4QbJ1aoeUElSnqnQqEL8r4smEF { width:43.0625rem;height:4.375rem;top:30.4375rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBTTebkcbvA7UQCUoBxLOqTaz5cXxpWF { width:1.875rem;height:1.875rem;top:29.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpnxFwKSuDTaWNGsAqWFMs8F5Xf2SD21 { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gh1Nfdb0prKxn6wN3lSGl26412VkEmBX { width:19.9375rem;height:;top:35.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRzK4Py3Cquq9cpNvUJCqFh6Um3pXBAQ { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SN6TX8HsHTWED8nfOsHU52BHs5DvLdAV { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPa4JDcTZoOxeyp3bmc7T9EgoAsgNnpd { display:none; }
 }@media only screen and (max-width: 763px) { #zcXT4exApFVET2KQvW50gQMfwUil0sBO { display:none; }
 }@media only screen and (max-width: 763px) { #LmqdfZTUtX7e9qT7tUISi6LhNK0ptyv4 { width:1.875rem;height:1.875rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMehusFLwBTsabQHPpmhyKxcs2I0sGVq { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs7b0xHdo6Tpkhqbt8LUst3rpk03fMo1 { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5AIPKIalxpMrsIRdDBefIW4kbtXQGeN { width:29.25rem;height:1.4375rem;top:38.125rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #himsbwKKuWeC0VJzQc5GzN1Enl9541Ak { width:0.125rem;height:1.875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1uwueXds40D2Nh9WQmd8pmzT40DRRwx { display:none; }
 }@media only screen and (max-width: 763px) { #X2L78IVzb8NhiRBw0ibIBXDB7tveHicm { width:43rem;height:3.375rem;top:18.1875rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeIf5dnzub4XhZK8y9CEEz6eTHvq26FP { width:43rem;height:3.375rem;top:22.5rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF { display:block; }#BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uu6EXG5VroGTGJNNrnQFO2t167AlQHxI { top:2.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKBhTEndXvLegaPwzT1xXtT8BypERiGn { display:block; }#oKBhTEndXvLegaPwzT1xXtT8BypERiGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZRlzO1lhK9HXgi8vbiX0h3korR5rxe3 { top:6.4375rem;left:4.4370651245117rem;width:42.0625rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5ua9BQBHiFZg3aiCaW19hE1ogvJJrzR { top:11.5rem;left:4.4370651245117rem;width:42.0625rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDcv2Z1cZqsWHX9IRVpQny36geTOTUwm { top:14.125rem;left:4.4370651245117rem;width:41.8125rem;height:;font-size:0.75rem;display:block; }#rDcv2Z1cZqsWHX9IRVpQny36geTOTUwm li:before{  }
 }@media only screen and (max-width: 763px) { #Q9SLCAJgiDdrT57CdbiVk7PBUh9aGZEE { top:3.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlUkT4xxwTQFxmsNwJcJKhhtOuwIi1nb { top:3.8125rem;left:2.0618476867676rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qauiDWKF8d7qLBBiPNTEdWTlZToT0kNp { top:6.3125rem;left:2.0618476867676rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbwllfloRmReUfJJlLHyFvFitQPtWx4N { top:8.875rem;left:2.0618476867676rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLzFxtU0TWFu22GdUQdgRzNNGTIo3cJI { top:9rem;left:4.4370651245117rem;width:42.0625rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPOmwQtRqLraAA6LM6OmKh3hmJDkFD7p { top:11.375rem;left:2.0618476867676rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm7dGFMmyXvhkmeElGXP1KQAbkGeJOQD { top:20.1875rem;left:4.4359817504883rem;width:42.0625rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hreG4ukORmHDZWPE9q4yn1U2SaBqE0bS { top:20.0625rem;left:2.0618476867676rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP { display:block; }#qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJ7KRZmeT7itZWEBl0QWq6rhRSHTpO1N { top:3.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiZf80xoFTRFoxtAJ1DvOk1mm7b21Fx2 { top:9.4375rem;left:0rem;width:12.125rem;height:18.312755165161rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWVlO5Tzrnn0v48KXDOw0OD6aXEM0nGO { top:9.4375rem;left:9.56201171875rem;width:12.125rem;height:18.312755165161rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNWN01kkqDt5WxzNASBXtcrzTsrKU0BT { top:28.875rem;left:0rem;width:27.75rem;height:18.312rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzkaosQ4IOTkPzBV3J9C9biyww4DiWPe { top:48rem;left:0rem;width:27.75rem;height:18.312rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzpBE5SWnhoTnvhb4TDhSLN3ZSzkdM5B { top:48rem;left:20rem;width:27.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLmi40mHWcEvHur91Tmy5t6Ca2DTrN0L { top:9.4375rem;left:20rem;width:27.75rem;height:18.312rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwGLRmdeRJncs0KoESmNrggw5CahKNV0 { top:28.875rem;left:19.8125rem;width:27.9375rem;height:18.312rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPoPOiPXGVCZLGQ7UTEohRDoOIMHRD75 { width:8.87225rem;height:3.31163125rem;top:0.92375582456588rem;left:5.5606194734573rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkwnmilTTLoQcbOdlyDLbRd9y9055oh { width:12.8125rem;height:3.25rem;top:4.2332177162171rem;left:3.0613428354263rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E31T3F1C2nSe58sqODHZB8wQHF6gqt45 { display:block; }#E31T3F1C2nSe58sqODHZB8wQHF6gqt45 > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbJIMthFyUvDmT15wW1Vgn4DhH6bnynZ { width:0.125rem;height:1.875rem;top:0rem;left:-0.6875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #avHcry3vBBfsdAF6thnnWXJULEQMQD92 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f73c658d-2d9e-4956-9335-439e3df47b62/Projektbeznazwy87.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#avHcry3vBBfsdAF6thnnWXJULEQMQD92.adaptive-delivery-prevent-bg, #avHcry3vBBfsdAF6thnnWXJULEQMQD92.lazyload, #avHcry3vBBfsdAF6thnnWXJULEQMQD92.lazyloading { background-image: none; }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row .container { background-color: transparent; background-image: none; }#avHcry3vBBfsdAF6thnnWXJULEQMQD92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row .container > .video-iframe-container { display: none; }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row > .video-iframe-container { display: none; }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .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); }#avHcry3vBBfsdAF6thnnWXJULEQMQD92 > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMU0uTg4283rwbV5oNPq9ego7zaU3cPk { width:20rem;height:2.1108375rem;top:11.208740234375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ft993UWvZc9aJdE0eKTP6Ck8JfsJi8TB { width:20rem;height:3.2461rem;top:5.9853515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iF0XfE77X7HRWHcvk7uLhcc4nCXsCBLN { width:17rem;height:0.1875rem;top:13.457275390625rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5RFAZW3nJPlGw7rEDaOe429V9moFQhm { width:4.375rem;height:4.375rem;top:10.075927734375rem;left:1.2158203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA34CnTKveQ3tzMQvUHcJHf2LoNMA7Jz { width:5.0625rem;height:5.0625rem;top:9.172607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR3leqFR6B8nezt0U54CbUZbkAGz01GM { width:19.436875rem;height:5.4003875rem;top:11.748046875rem;left:0.28076171875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #mcQIuKRMGiqoUwEQOmGdlh6cxs5QyRlF { width:19.436875rem;height:0;top:13.9375rem;left:1.8489583730698rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.8;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #iJGBhWtSn2BLkGJMBIsZqoiBiuGz6I4r { width:19.8125rem;height:0;top:22.937499523163rem;left:2.4739583730697rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.8;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #nr7aUNQyccTRCVgZyMTafpP77mhMBhwp { top:15.949951171875rem;left:0.06103515625rem;width:20rem;height:5.49463125rem;z-index:15005;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;font-size:0.75rem;display:block; }#nr7aUNQyccTRCVgZyMTafpP77mhMBhwp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nr7aUNQyccTRCVgZyMTafpP77mhMBhwp li:before{  }
 }@media only screen and (max-width: 763px) { #aD9r9NPy0waP48aKhSb2Lo0ARSLOQ8Jh { width:20rem;height:12rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOoK0egTR1bRNsHNxCPyLoO9f2TRUEZP { display:flex;width:1.749675rem;height:1.749675rem;top:20.195023536682rem;left:4.4699074029923rem;font-size:1.1875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #Zz3FQMQ3pJVw7efSHpeTNZ2ET6ofJ8ed { width:11.9995rem;height:0;top:20.195023536682rem;left:7.657117486rem;font-size:1rem;color:#ffffff;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #QUHvnWTNgsauRP1ldGBDB4ey25xwVJh3 { display:flex;width:10.1875rem;height:10.1875rem;top:30.826679229736rem;left:3.7824074029922rem;font-size:1.1875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #SBKqWzVxC3EWWkBIEnpWZTMI7Jx1n2Qx { display:flex;top:23.786865234375rem;left:1.2158203125rem;width:1.875rem;height:1.875rem;z-index:15008;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #hIBGOgKcDoSMTcI9yX9JXrcwhH9NCuTb { display:flex;width:1.749675rem;height:1.749675rem;top:20.000288963318rem;left:9.1574074029925rem;font-size:1.1875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #SpFWAz3bvZRKxbcbZy57KWVwETSQnvq3 { display:flex;width:1.749675rem;height:1.749675rem;top:19.375433444977rem;left:7.5949074029925rem;font-size:1.1875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #Fhc8g0JDUANy3lwQVHVUChPZgyOHDFlp { top:24.036468505859rem;left:3.7500000596046rem;width:12.4980625rem;height:1.29980625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #FSx5O5DfXDTdiDbm7FDa3wkVUOlP5iMK { display:flex;top:26.74951171875rem;left:1.2158203125rem;width:1.875rem;height:1.875rem;z-index:15009;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qE91NGzqSHgGLMc9mg51dpVBLJVXEkiV { top:26.74951171875rem;left:3.5rem;width:15.75rem;height:3.89795rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T { display:none; }#w1Zpnk7ahhuB4PVTlhD6UGm2TLgxMA7T > .row .container { width:20rem;height:1.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GRJyqPbVRHl42dLne2bfGrLU3TP5Qmoi { width:15.125rem;height:3.89756875rem;top:10.75rem;left:4.875rem;font-size:1rem;color:#ffffff;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #kEu8vKQNs9vO8CzVMlpMs3a44XfKazlO { display:flex;width:1.749675rem;height:1.749675rem;top:10.75rem;left:2.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIOhUSJCXdDXQ0ZC03O1lXPqRTSNC2hd { width:11.9995rem;height:1.2991875rem;top:8.3125rem;left:4.875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #pQau1hd0oNWqD9I7dtyyeaOybUnAth0K { display:flex;width:1.749675rem;height:1.749675rem;top:8.0625rem;left:2.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f55SWcBufulgANdAkVdxxMfFW6QlTMCT { width:0.125rem;height:0.125rem;top:3.5004875775757rem;left:1.8489583730698rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk { display:block; }#gV9oG18m2tl8yGvqlJltm1eO5iCWZ0Hk > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGJaa23ch8FAMrToftdBrMq9wGaoGLTD { display:block; }#HGJaa23ch8FAMrToftdBrMq9wGaoGLTD > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnizVHasIu3eoQLqw55s1TcvFOD5HXhT { width:19.75rem;height:8.77148125rem;top:5.687255859375rem;left:0.15576171875rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WI7u4rxPpFOvHlhapfVrTrEZLFIiPP8J { width:19.875rem;height:1.5125875rem;top:2.3046875rem;left:0.06298828125rem;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cXyIwB5Qzbsoqxba92iL5LMVxwFAeCh9 { width:3.81225625rem;height:3.81225625rem;top:1.014404296875rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgMD0lMP8bJDvRghQd26mq7rDycAz2KI { display:block; }#CgMD0lMP8bJDvRghQd26mq7rDycAz2KI > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHdTWhpXHx13stB5UC2TvVVPO23ZeBXM { width:19.999125rem;height:1.8684875rem;top:0.78385353088381rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M9qgJF2epwLhvCOTXElvPIOQtayftKeG { display:block; }#M9qgJF2epwLhvCOTXElvPIOQtayftKeG > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGFUqyfmTnsaKskyPQSBWerVEklivHUH { width:15.436625rem;height:4.201175rem;top:14.647569656372rem;left:2.2795138955116rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u1O26HuZIi8TTJkugPCLHQJtTgZ6vfgV { width:18.9375rem;height:7.0019375rem;top:34.473959445953rem;left:0.53125005960464rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gfgcENSEAOyTFreoG0z0KN0CLsfA5Gaa { width:17.875rem;height:7.0019375rem;top:55.880209445953rem;left:1.0625000596046rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FUwzHUpBCBHtf4PyocmqptBPToTNtS1T { display:flex;width:3.125rem;height:3.125rem;top:7.1250002682206rem;left:8.8125005364419rem; }
 }@media only screen and (max-width: 763px) { #DDrNZK06MsMoIO37Lfwm1PU82DTXU6NX { display:flex;width:3.125rem;height:3.125rem;top:28.310764789581rem;left:8.8116317391394rem; }
 }@media only screen and (max-width: 763px) { #lboaXpGkNheEQOedoH9TAqUKeIwTQcRh { display:flex;width:3.125rem;height:3.125rem;top:49.811632633209rem;left:8.8116317391394rem; }
 }@media only screen and (max-width: 763px) { #SQ7gRL9yOTbFCZf3VqGfQ7z9FvAwFNDf { width:3.5625rem;height:3.5625rem;top:6.9375002682206rem;left:8.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtoTs1iHmrCJFlz2Mc3sHDfWdLL6bITP { width:3.5625rem;height:3.5625rem;top:28.122396945953rem;left:8.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5sqa7ZQidpqlPgzkWsGZnOiOwfKMVHy { width:3.5625rem;height:3.5625rem;top:49.623262882233rem;left:8.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu7UvwrB8eKgXLPdUhrHpUgpOuKx5C1G { width:19.4375rem;height:9.8125rem;top:54.472223758698rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2HFnDSxeGdTmpGokSn9dyOd1SkXBxen { display:block; }
 }@media only screen and (max-width: 763px) { #rbKn6LAO8b3bu0PrVXVDupIMmTBKX03u { width:19.4375rem;height:9.75rem;top:33.097221851349rem;left:0.31163197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbdPvndq78WWUAvL9U2l3lv19sq0yHGG { display:block; }
 }@media only screen and (max-width: 763px) { #DGZzNOf0HTopfFyIMTTPVv2H3DEX6pAB { width:19.4375rem;height:9.75rem;top:11.873264312744rem;left:0.31163197755814rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KoqvpgLB9LxWHGQ4NqwdIg7t7qht00md { display:block; }
 }@media only screen and (max-width: 763px) { #t5y0USAb6FSBEnIyk3dBZ5Sf2Rflzzn5 { width:0.125rem;height:2.0625rem;top:9.8732640743256rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9q1yBbQFutMITcbfboReitx5hV1sqB9 { width:0.125rem;height:2rem;top:31.086805820465rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqGP6cHurTbMaug8s1T1H3InR5PQz6n5 { width:0.125rem;height:2rem;top:52.587675571442rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgbtOdyFRZdP2UCrApoT2BR7Z5MgMDSz { width:19.9375rem;height:1.6875rem;top:2.4375002384186rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6v4raOK4WWfXBnpw1tyV2M6xANT3kXS { width:19.875rem;height:1.5rem;top:4.1875002384186rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9DtFcr0vhIRVgsVL8pacigbSbenXvbF { width:20rem;height:1.6875rem;top:23.402776718139rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF0LGuBQ8zt1ZHL4q1fDBgJOCbxf6Tga { width:19.75rem;height:1.5rem;top:25.089409291744rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTUkKSTlp7hEehq6wPlpJ05umHQGFtN { width:20rem;height:1.6875rem;top:45.296878814698rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzJV1Px8J48v7DOipov0UpHvJshpIBFI { width:19.75rem;height:1.5rem;top:46.928820133209rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH { display:block; }#XGQdhiOst6oc0ZA3prOIt2ZDDFPK2akH > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpuDPTKAUShmlbktDydAxmqrgp7tylTO { width:19.999125rem;height:1.8684875rem;top:0.78385353088381rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 { display:block; }#JXaZH265Oqk9CRNLxXGM1rBG8HynTrt4 > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgVoOr1klapyKbSlwgeZ4TDkrp6595zL { width:20rem;height:5.84765625rem;top:12.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbhX2WATnHJHa0MTbbM0iwUs5D1ulnHW { width:20rem;height:10.25rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glrSaBBu1wdx3rAADTp9zPDuKnhk9JCu { display:block; }
 }@media only screen and (max-width: 763px) { #QUWtRU6Cl0sir1XKS3SsyyFKKXhnCbfs { display:flex;width:3.124275rem;height:3.124275rem;top:6.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #hgR8ptAZ96EcFFRFd155yMogDidQ41NV { width:0.12442125rem;height:2.06235625rem;top:9.375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPOkEmdnoG3TGl7XPaICtK18ATRigVbH { width:3.56191875rem;height:3.56191875rem;top:6.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prh3ZsVvzGQMV9iTASRFt8p3aooT1gZr { width:20rem;height:1.6875rem;top:1.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzqsU1LINoGF5tXG15IOqAqRqTTmMJfT { width:20rem;height:1.5rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr { display:block; }#KOwG4uwpmLc5TAQKmMu5igpv9qu7ygyr > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiN6e6D5LWZiOVWtwroobNuM0tReSp7d { width:19.9985625rem;height:1.8684875rem;top:0.7638874053955rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfn6AggfzdWovBSaSOBBWlQ99aqKUqML { display:block; }#xfn6AggfzdWovBSaSOBBWlQ99aqKUqML > .row .container { width:20rem;height:123.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHyEizImdZQNCBLPtb0fAFJO6QoPIAZw { width:20rem;height:1.381075rem;top:10.218910217285rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsTmAn2usRrBvp7OoJGsyQpqdOtkR66m { width:20rem;height:1.29980625rem;top:12.092447280884rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puvJTtpyURWU1CkWBKh2lsCfIRG7dxAn { width:2.125rem;height:2.125rem;top:6.84407043457rem;left:8.9371742010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuVTsoqtof7Ts0M0c8VTkMPtgkmZDG8I { width:20rem;height:1.29980625rem;top:20.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILXlmWuo46rosWhHDh1aqm6x7pkV1Qff { width:2.125rem;height:2.125rem;top:17.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDLqQ9F6IPF8HHv7lPzpCgsbJbRZn88o { width:20rem;height:2.5996125rem;top:22.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0lyByQQeARHl67TmglOT9I0nTU0GimJ { width:20rem;height:2.4375rem;top:2.5838279724121rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiaFHcArxMDR7adP6lxZOQqpcv0ALRRu { width:3.5rem;height:3.5rem;top:2.0519199371338rem;left:3.9363607168197rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUMlJ16FWJg3sQBhbamD7JOfcVmDJeP0 { width:3.75rem;height:3.75rem;top:1.92578125rem;left:2.5520833730697rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN4HeDGZUhgEQEPEneo074un8vGJmOTT { width:17.9369375rem;height:11.99653125rem;top:35.263311386108rem;left:2.0623553991318rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #mwEZ3vDF0q7akfW22MTWo5P4kUfqbreA { width:0.125rem;height:10.1875rem;top:67.328146215819rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U30hALeCToW6o1tcrgGFXyeE35fVZB7E { width:15.125rem;height:1.29980625rem;top:82.18749809265rem;left:2.4375000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKtfPSplicqB9sQi15luw3TZFDwyVm0y { width:0.125rem;height:1.875rem;top:106.84588371582rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uK7n6eOx89M9y7eyb5ibZDe8SHzpnk9S { width:20rem;height:1.29980625rem;top:83.93749809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX57JlLKvghHO09U76hKPqM7zFte5FvB { width:1.875rem;height:1.875rem;top:113.68749809265rem;left:8.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBwDsXvTEvTnDq5L2yeOKLznyk9c27s2 { width:20rem;height:1.29980625rem;top:93.68749809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPucRqyWtL4nzEoB9wOcRqmm3yuMoBxD { width:1.875rem;height:1.875rem;top:88.99999809265rem;left:9.0625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqbZT7NKoEUXrIqpk26b8N2iHl1R3hik { width:0.0625rem;height:1.875rem;top:121.44305246582rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Orbine4o8Ge9MKJnz6v1IplNOfzWB9To { width:19.5625rem;height:1.29980625rem;top:91.62499809265rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNTtJ9eKt6PxOw3Xtoh1W4kTqsARTFlG { width:3.49935rem;height:3.49935rem;top:98.56249809265rem;left:3.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8FDJzbKOIkcCFqyKwMupWz72Z8qhxmn { width:20rem;height:2.4375rem;top:99.06249809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZt7qhLTa9IMIeMT4auzmCi0mwv67W5P { width:3.75rem;height:3.75rem;top:98.43749809265rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGFhW2MlTgZT4q481ZDbdmEtWCXAn97E { width:9.9373125rem;height:1.29980625rem;top:106.62499809265rem;left:5.0000000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxvwVyPVA9sNbSZUplp7zvgaWB3a0KAw { width:0.0625rem;height:1.875rem;top:149.47755871582rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXZohof9Z3htBVRsF41K99Kz3BTWT1TP { width:20rem;height:1.29980625rem;top:108.24999809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRcp8SkQKIK3ks0CLkcvcQsINApsbzLM { width:1.875rem;height:1.875rem;top:103.99999809265rem;left:8.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2LA6iF68dlbrtbB2iOmQOnxkUPSzcgr { width:7.3746875rem;height:1.29980625rem;top:116.81249809265rem;left:6.3125000596044rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ9pw549JTo5igFcr1Cm3uJIgQlu94ax { width:0.0625rem;height:1.875rem;top:162.12567121582rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FepaW6tVZDgoH0x7rIfOIIOXn9hOxn0m { width:20rem;height:1.29980625rem;top:118.49999809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwoSUpw6XqLeR18pLLMZikis0tJTvNsE { width:1.875rem;height:1.875rem;top:79.74999809265rem;left:9.0625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csc0CMu1HDrZW092OqhfTipaSiviKWtV { top:42.747394561767rem;left:7.2500000596044rem;width:5.5625rem;height:0.124131875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #lBzuw5u0bWuP4PgbxqMPuUz6XU5hz9Cm { top:15.31076335907rem;left:7.2491322159769rem;width:5.5623375rem;height:0.124511875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Dbfbpg7QCGVfx5bfRcpdNufvycSsBNQN { top:87.18749809265rem;left:7.1875000596044rem;width:5.5623375rem;height:0.124511875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Jhkk0naG2aiHkRxrukmZTMMOJP416E81 { top:111.56249809265rem;left:7.1875000596044rem;width:5.5623375rem;height:0.124511875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ovqpJn5QeyNWGfcvrxR8mnHAbb1nQAHS { width:0.0625rem;height:1.875rem;top:10.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxQyPX7SMXeQw7kEUk4CXgXfzwQvkBAd { width:7.49925rem;height:1.29980625rem;top:47.500001907349rem;left:6.2500000596044rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3WJf4eIEgDCBmbBGSTybZTgpxTIIxTD { width:19.99925rem;height:1.29980625rem;top:49.250001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y99ffp10vCpJbkAUesbw9ZHsvoKtkuRk { width:1.875rem;height:1.875rem;top:44.375001907349rem;left:9.0625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO9ATvWatslTdlfbb1Snl6A9FT783rH4 { width:0.0625rem;height:5.9375rem;top:30.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlCZmdu8Okm0aaTVFTJbi881ay4mSrKv { width:1.875rem;height:1.875rem;top:54.750001907349rem;left:9.0625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #obV17gW2bunfrEFwp3AqZudJum0e2dRH { width:7.49925rem;height:1.29980625rem;top:57.874998092651rem;left:6.2500000596044rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2LIqI4QbJ1aoeUElSnqnQqEL8r4smEF { width:18.4375rem;height:6.49658125rem;top:60.062498092651rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBTTebkcbvA7UQCUoBxLOqTaz5cXxpWF { width:1.875rem;height:1.875rem;top:35.8125rem;left:-3.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #SpnxFwKSuDTaWNGsAqWFMs8F5Xf2SD21 { width:19.25rem;height:2.5996125rem;top:26.250001907349rem;left:0.56076389551162rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15023;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gh1Nfdb0prKxn6wN3lSGl26412VkEmBX { width:20rem;height:0;top:25.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #XRzK4Py3Cquq9cpNvUJCqFh6Um3pXBAQ { width:19.499125rem;height:5.1972625rem;top:30.046875953674rem;left:0.24826389551163rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15024;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SN6TX8HsHTWED8nfOsHU52BHs5DvLdAV { width:19.9375rem;height:3.8994125rem;top:36.237850189209rem;left:-0.000868022441864rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15025;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gPa4JDcTZoOxeyp3bmc7T9EgoAsgNnpd { top:52.937501907349rem;left:7.2500000596044rem;width:5.56206875rem;height:0.12442125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zcXT4exApFVET2KQvW50gQMfwUil0sBO { top:68.31249809265rem;left:7.1875000596044rem;width:5.56206875rem;height:0.12442125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #LmqdfZTUtX7e9qT7tUISi6LhNK0ptyv4 { width:1.875rem;height:1.875rem;top:69.99999809265rem;left:9.0625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMehusFLwBTsabQHPpmhyKxcs2I0sGVq { width:7.5rem;height:1.29980625rem;top:73.12499809265rem;left:6.2500000596044rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs7b0xHdo6Tpkhqbt8LUst3rpk03fMo1 { width:0.0625rem;height:1.875rem;top:165.25000667572rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5AIPKIalxpMrsIRdDBefIW4kbtXQGeN { width:20rem;height:1.29980625rem;top:74.99999809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #himsbwKKuWeC0VJzQc5GzN1Enl9541Ak { width:0.0625rem;height:1.875rem;top:27.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1uwueXds40D2Nh9WQmd8pmzT40DRRwx { top:77.99999809265rem;left:7.1875000596044rem;width:5.56163125rem;height:0.124131875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #X2L78IVzb8NhiRBw0ibIBXDB7tveHicm { width:20rem;height:auto;top:18.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #PeIf5dnzub4XhZK8y9CEEz6eTHvq26FP { width:20rem;height:auto;top:22.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF { display:block; }#BBr2XvzFy6BETJpqPcb3nD5vTlPo8bSF > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uu6EXG5VroGTGJNNrnQFO2t167AlQHxI { width:19.9985625rem;height:1.8684875rem;top:0.76388549804688rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKBhTEndXvLegaPwzT1xXtT8BypERiGn { display:block; }#oKBhTEndXvLegaPwzT1xXtT8BypERiGn > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZRlzO1lhK9HXgi8vbiX0h3korR5rxe3 { width:16.5625rem;height:1.94921875rem;top:5.1875rem;left:2.1866319775581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5ua9BQBHiFZg3aiCaW19hE1ogvJJrzR { width:17.749rem;height:0.97511875rem;top:11.125rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDcv2Z1cZqsWHX9IRVpQny36geTOTUwm { width:16.875rem;height:4.52050625rem;top:12.373260498047rem;left:2.2500000596046rem;font-size:0.75rem;display:block; }#rDcv2Z1cZqsWHX9IRVpQny36geTOTUwm li:before{  }
 }@media only screen and (max-width: 763px) { #Q9SLCAJgiDdrT57CdbiVk7PBUh9aGZEE { width:16.125rem;height:1.94921875rem;top:2.375rem;left:2.1866319775581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlUkT4xxwTQFxmsNwJcJKhhtOuwIi1nb { display:flex;width:1.25rem;height:1.25rem;top:2.3723907470703rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qauiDWKF8d7qLBBiPNTEdWTlZToT0kNp { display:flex;width:1.25rem;height:1.25rem;top:5.1875rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HbwllfloRmReUfJJlLHyFvFitQPtWx4N { display:flex;width:1.25rem;height:1.25rem;top:10.986114501953rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #BLzFxtU0TWFu22GdUQdgRzNNGTIo3cJI { width:17.75rem;height:1.94921875rem;top:8.25rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPOmwQtRqLraAA6LM6OmKh3hmJDkFD7p { display:flex;width:1.25rem;height:1.25rem;top:8.125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #bm7dGFMmyXvhkmeElGXP1KQAbkGeJOQD { width:9.375rem;height:0.97511875rem;top:17.805557250976rem;left:2.1857638955116rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hreG4ukORmHDZWPE9q4yn1U2SaBqE0bS { display:flex;width:1.25rem;height:1.25rem;top:17.65625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP { display:block; }#qazP1Nz3lHTcNIzkbBWRTUWMlUKGs1aP > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJ7KRZmeT7itZWEBl0QWq6rhRSHTpO1N { width:20rem;height:3.0234375rem;top:1.8720703125rem;left:0.09375rem;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kiZf80xoFTRFoxtAJ1DvOk1mm7b21Fx2 { width:7.5625rem;height:11.5rem;top:7.8447265625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWVlO5Tzrnn0v48KXDOw0OD6aXEM0nGO { width:7.5625rem;height:11.5rem;top:7.8447265625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNWN01kkqDt5WxzNASBXtcrzTsrKU0BT { width:16rem;height:10.4375rem;top:31.291015625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzkaosQ4IOTkPzBV3J9C9biyww4DiWPe { width:15.875rem;height:10.375rem;top:53.7373046875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzpBE5SWnhoTnvhb4TDhSLN3ZSzkdM5B { width:15.875rem;height:10.4375rem;top:64.919921875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLmi40mHWcEvHur91Tmy5t6Ca2DTrN0L { width:15.875rem;height:10.25rem;top:20.1572265625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwGLRmdeRJncs0KoESmNrggw5CahKNV0 { width:15.875rem;height:10.25rem;top:42.6826171875rem;left:2.0625rem;display:block; }
 }