.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:243,221,221;--color-primary-1:216,141,141;--color-primary-2:176,27,27;--color-primary-3:88,14,14;--color-primary-4:26,4,4;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#BEnSGsIqAzDX0tPLk3bagmoWieOH7Aqx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.625rem;left:59.3125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XV5gFHiPVtL6q547DE3deZpAI7HyABNL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74946875rem;width:2.74946875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.375rem;left:55.875rem; }
#HViCwfcgU1qMwQTNSV0K2dBoH9EfRWfq { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.4993125rem;top:1.1541192531586rem;left:1.3423290252686rem;overflow:hidden;display:block; }
#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/27615799-8056-4d14-bfa5-a682c238e551/header.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6.adaptive-delivery-prevent-bg, #xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6.lazyload, #xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6.lazyloading { background-image: none; }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row .container { background-color: transparent; background-image: none; }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row .container > .video-iframe-container { display: none; }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row > .video-iframe-container { display: none; }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .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); }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row .container { border-width: 0; border-radius: 0; }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#S8ZdrRGqTcTlCWSlTAo11zfaJGc9TfWy { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.9541015625rem;left:11.875rem;height:2.85rem;text-align:right;text-align-last:right;display:block; }
#FN5XUZVRuVaM9gWta3E452eTxlw6k3pf { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.986328125rem;left:28.935546875rem;height:4.55rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rTKaFg1HSakCkTrNed6ewtEgKuDw3Ln7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2493125rem;width:7.3748125rem;top:15.32581615448rem;left:63.4046459198rem;overflow:hidden;display:block; }
#TQB67gapWqMRy96pSUXRgSFkPlg2T2KV { 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:13.25rem;width:7.375rem;top:15.32581615448rem;left:51.41335105896rem;overflow:hidden;display:block; }
#dnLPktmcZOi7CkokW2MWwH01LMRJKCqS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:7.1875rem;top:22.77698802948rem;left:57.3206615448rem;overflow:hidden;display:block; }
#SDb8ickqZpD239ezUlvducACq1rEqebt { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6474609375rem;left:18.2509765625rem;height:1.725rem;text-align:right;text-align-last:right;display:block; }
#oE9EhNOz2ceabmH80kcHgLTny6T7aTsl { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:5.9375rem;left:24.1875rem;height:1.35rem;text-align:left;text-align-last:left;display:block; }
#N5Cy07idWnryNB0qfGR3Zybmm7HlgXcH { box-sizing:content-box;height:2.4375rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.375rem;left:23.5625rem;display:block; }
#l1i5TTE0prwNlqCbaIEuhgiL0NPAat6q { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.8994140625rem;left:18.8125rem;height:2.99913125rem;text-align:right;text-align-last:right;display:none; }
#QWMnMqbbOynHnM5ovLB0NZ8CskvKu0Gm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.02734375rem;left:28.9375rem;height:3.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#wM6UT2sKz0uTdwITDrI5SHFrtF3RJxip { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #d00900, #a50505);background-image: -moz-linear-gradient(90deg, #d00900, #a50505);background-image: -ms-linear-gradient(90deg, #d00900, #a50505);background-image: -o-linear-gradient(90deg, #d00900, #a50505);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00900', endColorstr='#a50505' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00900', endColorstr='#a50505' );";background-image: linear-gradient(90deg, #d00900, #a50505);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.75rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:27.5263671875rem;left:26.904296875rem;display:block; }
#V5i1GeqM6U63pPDE0AqEZmKyNEO7VgiI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzgi8QiZGLT29sXT1CLi10fdw0nFHm7G { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.25rem;width:26.375rem;top:-0.875rem;left:-2.3000919117647rem;overflow:hidden;display:block; }
#R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK.adaptive-delivery-prevent-bg, #R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK.lazyload, #R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK.lazyloading { background-image: none; }#R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK > .row .container { border-width: 0; border-radius: 0; }#R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:none; }#BxJSRrcz4ytwKWPfrJwO6frJExQyV49H { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.9541015625rem;left:11.2451171875rem;height:2.7744125rem;text-align:right;text-align-last:right;display:block; }
#UA9bsEeAhpW7DWWdoQ9XMgXi0lz1rA0l { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:22.7763671875rem;left:28.935546875rem;height:2.2744125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Nrp0dFa1awXorCzAzE3dFgdCuG9SkhLF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2493125rem;width:7.3748125rem;top:15.32581615448rem;left:63.4046459198rem;overflow:hidden;display:block; }
#go0dHfL7lKMdl8L5WTZ5RFTJn3HpGpfy { 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:13.25rem;width:7.375rem;top:15.32581615448rem;left:51.41335105896rem;overflow:hidden;display:block; }
#w5Vz7Ph4vmFFZtDOLw3XJK66uBLlHw7M { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:7.1875rem;top:22.77698802948rem;left:57.3206615448rem;overflow:hidden;display:block; }
#aBQJ1OyZ1ySANOOVvCcNxTJz5wr8aMyr { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.7724609375rem;left:19.431640625rem;height:1.875rem;text-align:right;text-align-last:right;display:block; }
#h3dkfK91Ol9O85nltLOCLhLeuNM90ZP9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:6.0625rem;left:20.0625rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#MdoAUB6uc3hTuuOhZyxE5E6xKxuEERFN { box-sizing:content-box;height:2.4375rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.5rem;left:19.4375rem;display:block; }
#qEIEBpwyipRpPXmxtoyNZHSWsyxNk3Os { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.8994140625rem;left:18.8125rem;height:2.99913125rem;text-align:right;text-align-last:right;display:none; }
#p1IAvbHqShDE1IFMuPJnhQc0L8KrS2Xl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.02734375rem;left:28.9375rem;height:3.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#qTudA9imJk6sy7nzii6B0THN1JObpTR2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.81214375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.498222827911rem;left:29.779829025269rem;display:block; }
#t2aT0npVN2NpLM49UxlSQmKXQLFIGCtF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL.adaptive-delivery-prevent-bg, #B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL.lazyload, #B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL.lazyloading { background-image: none; }#B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL > .row .container { border-width: 0; border-radius: 0; }#B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:none; }#a9K1DziST6T90bSPTIvXnw5CnTkmARzl { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.9541015625rem;left:11.2451171875rem;height:2.7744125rem;text-align:right;text-align-last:right;display:block; }
#T3cUiSGeefvK0V1uglK356GPWCEEvvqO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.986328125rem;left:28.935546875rem;height:4.548825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#obW3xPxNzZtkeMibHSkUEd8TfUkTQCZh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2493125rem;width:7.3748125rem;top:15.32581615448rem;left:63.4046459198rem;overflow:hidden;display:block; }
#aVWGQf1yVAmwmUMZTaD8uwWtD5bG9odD { 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:13.25rem;width:7.375rem;top:15.32581615448rem;left:51.41335105896rem;overflow:hidden;display:block; }
#uh8M6vV5Fez7kMmrXZLQJDF7UrkS4Uc3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:7.1875rem;top:22.77698802948rem;left:57.3206615448rem;overflow:hidden;display:block; }
#yQsBDMLbtcrtXkP6zX1VOMIVZ20hudhc { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.7724609375rem;left:19.431640625rem;height:1.875rem;text-align:right;text-align-last:right;display:block; }
#fDakAFdX785E6tLI0bt57Koe0zbgeO9M { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:6.25rem;left:20.0625rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#PUNl6kMahF7heTFgzNIUCIDqAQxZbNy6 { box-sizing:content-box;height:2.4375rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.6875rem;left:19.4375rem;display:block; }
#Ih7SFufMh9fycgbUkIwEFmIe6KUJuTGH { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.8994140625rem;left:18.8125rem;height:2.99913125rem;text-align:right;text-align-last:right;display:none; }
#mWfxMK8TMWUtGTTTbvbgLSvPNgEVdRbI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.02734375rem;left:28.9375rem;height:3.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#eyS9ekSvhXaqVSnvAptF0EAOnK1RkgUR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.81214375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.498222827911rem;left:29.779829025269rem;display:block; }
#anJKbGZydqZpqOCEnDWTiMeGwyb7uesI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO.adaptive-delivery-prevent-bg, #M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO.lazyload, #M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO.lazyloading { background-image: none; }#M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO > .row .container { border-width: 0; border-radius: 0; }#M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:none; }#GmI4mRrf42VRZNQgCTZu4PbMUTPt3MRL { color:rgba(var(--color-tertiary-4),1);display:block;width:58.5618125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.9541897773744rem;left:15.870916366577rem;height:3rem;text-align:right;text-align-last:right;display:block; }
#qTNOTemSu6CgXv68bP5Tmws2vBBuc0Ii { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.02734375rem;left:28.9375rem;height:3.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EtrCkBdTRrP8HnlaPNAOOvsmmivOkVmN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2493125rem;width:7.3748125rem;top:15.32581615448rem;left:63.4046459198rem;overflow:hidden;display:block; }
#ba9Xd3ipbQ632H4osPId6pLFHUyZ9F0C { 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:13.25rem;width:7.375rem;top:15.32581615448rem;left:51.41335105896rem;overflow:hidden;display:block; }
#h3fK0OrS2RV90OANqPggVAGIMKJEuX7B { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:7.1875rem;top:22.77698802948rem;left:57.3206615448rem;overflow:hidden;display:block; }
#PH5nKWwncSFsAWb0vhoBWoZtXrc8hiog { color:rgba(var(--color-tertiary-4),1);display:block;width:55.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.898220777512rem;left:18.811849594116rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#JCnW5mxqodGC9hoUMOIEkJwWqnQ5RTCx { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:6.4811191558837rem;left:22.999675750733rem;height:1.349825rem;text-align:left;text-align-last:left;display:block; }
#WyvhhtdSp8intGCJhHdVXII9ae6FbrHR { box-sizing:content-box;height:2.4375rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.9375rem;left:22.374904841184rem;display:block; }
#ziFXZ0CEq0Fkb3usBnM9q9xIAeeh7L7a { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.8994140625rem;left:18.8125rem;height:2.99913125rem;text-align:right;text-align-last:right;display:none; }
#RwNRtuFQmrcCsKBso6pC6ySk0RWuB6V2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.02734375rem;left:28.9375rem;height:3.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#DIFXmMqBH9ufAwmITA8IX2rSTsVNZwKx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.81214375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.498222827911rem;left:29.779829025269rem;display:block; }
#i16NthnG5XOG8SlTXeMNO5m5Rai20JAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.86);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; }#fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU > .row .container { background-color: transparent; background-image: none; }#fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU > .row .container > .video-iframe-container { display: none; }#fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU > .row > .video-iframe-container { display: none; }#fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU > .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); }#fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU > .row .container { border-width: 0; border-radius: 0; }#fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#MTiykkU2PevAm4IR5NuUT3esLK3FriVE { position:absolute;display:block;z-index:15006;height:17.375rem;width:29.1875rem;top:0.9375rem;left:42.2314453125rem;display:block; }
#RV1gTay5W9bELftdzMyQRJGsd3Qz0MLr { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:4.8730463981628rem;left:3.369140625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y68OuAkW1qt7AWQgvBEVHbN3ZFwC5fm2 { position:absolute;display:block;z-index:15008;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.375rem;width:9.375rem;top:8.779903411865rem;left:32.37406539917rem;overflow:hidden;display:block; }
#rVwbfUgSDRi9sZ1E1ghwsanUQGlWpdAD { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.542080879211rem;left:8.0042610168456rem;height:4.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#og011DApEPhzDWhAqX1JCE2QT7a5IIvb { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #d00900, #a50505);background-image: -moz-linear-gradient(90deg, #d00900, #a50505);background-image: -ms-linear-gradient(90deg, #d00900, #a50505);background-image: -o-linear-gradient(90deg, #d00900, #a50505);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00900', endColorstr='#a50505' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00900', endColorstr='#a50505' );";background-image: linear-gradient(90deg, #d00900, #a50505);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.75rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:16.875rem;left:6.06640625rem;display:block; }
#GyxtbvuJ1flyA9Z15qroEZJ74wGR0Qke { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W > .row .container { background-color: transparent; background-image: none; }#OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W > .row .container > .video-iframe-container { display: none; }#OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W > .row > .video-iframe-container { display: none; }#OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W > .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); }#OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W > .row .container { border-width: 0; border-radius: 0; }#OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#l2ztHpMfrnJ2zG2QLpQBl53asTATb17c { color:#18183f;display:block;width:66.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5625rem;left:3.875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#IM883PyZUmXTVNvhIL6RAgpiE9ZCTJqh { color:#18183f;display:block;width:51.4364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.875rem;left:10.625rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usXgEZaRqTbvzsu3lwDfPTaCEpDF0ep8 { color:#18183f;display:block;width:51.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:11.999289274216rem;left:11.186079025269rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PEE3KTsBnJCcOzV5pyuGaaRO3WRZ0OgB { color:#18183f;display:block;width:51.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.153407812119rem;left:11.186079025269rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vWNVTJFXOod2HwviUaWHfWEicDQGUGrt { color:#18183f;display:block;width:51.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.498224020004rem;left:11.186079025269rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCQKpQCMq8vqecHsNzWtc4Opn1N7vKKS { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:7.3112561702731rem;left:56.375173568726rem;overflow:hidden;display:block; }
#l8U25Sspy8g8Lzgu6TGS7upNTIG7w9DI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #d00900, #a50505);background-image: -moz-linear-gradient(90deg, #d00900, #a50505);background-image: -ms-linear-gradient(90deg, #d00900, #a50505);background-image: -o-linear-gradient(90deg, #d00900, #a50505);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00900', endColorstr='#a50505' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00900', endColorstr='#a50505' );";background-image: linear-gradient(90deg, #d00900, #a50505);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.75rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:28.875rem;left:25.875rem;display:block; }
#N4RerH3ci9ZbF5oTyoBvQcdQXITOX1xd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n.adaptive-delivery-prevent-bg, #tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n.lazyload, #tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n.lazyloading { background-image: none; }#tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n > .row .container { border-width: 0; border-radius: 0; }#tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:none; }#gasofoOSKNT9SF8ta9mWLSF6n9MSBRef { color:rgba(var(--color-tertiary-4),1);display:block;width:58.5618125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.9541897773744rem;left:15.870916366577rem;height:2.8496125rem;text-align:right;text-align-last:right;display:block; }
#g1o58BtnoQigMlU4aQyvqGXL4OhN6Tgz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.02734375rem;left:28.9375rem;height:3.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xvJ2gVkih4GodItoNboX5ZHnG9laHLPr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2493125rem;width:7.3748125rem;top:15.32581615448rem;left:63.4046459198rem;overflow:hidden;display:block; }
#rJbMxrqGWoN389xOfvb6uHtFo9MgmGqr { 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:13.25rem;width:7.375rem;top:15.32581615448rem;left:51.41335105896rem;overflow:hidden;display:block; }
#kb9dHwv1Eeoo1ZpogRfDV8NDs0dVkdwG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:7.1875rem;top:22.77698802948rem;left:57.3206615448rem;overflow:hidden;display:block; }
#KEDEeLJg1iTefFLKbiym8G5UsqtGJ5zW { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.7724609375rem;left:19.431640625rem;height:1.875rem;text-align:right;text-align-last:right;display:block; }
#SmJHumXAEsFWZZEVapppp6u9tDfl4SOB { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:6.5rem;left:22.5rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#HU3W9Jz3DZX2bsrQkquWJF2uh1TprWmX { box-sizing:content-box;height:2.4375rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.9375rem;left:21.875rem;display:block; }
#yB2XTGtXDpVnB7M0fyealrZrowo9a3w9 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.8994140625rem;left:18.8125rem;height:2.99913125rem;text-align:right;text-align-last:right;display:none; }
#iVtAkMZXI2yaLca0NgzkSHmtgCgu5aNa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.02734375rem;left:28.9375rem;height:3.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#QTkxk9otLhQcQgX2ggRx8LtG2iK2OtOb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.81214375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.498222827911rem;left:29.779829025269rem;display:block; }
#zcer81rdtqdJtRTt2h6qcBICusD7e63D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#czzERsFe2tm8okoI8LD5ATWVamPtrkO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#czzERsFe2tm8okoI8LD5ATWVamPtrkO0.adaptive-delivery-prevent-bg, #czzERsFe2tm8okoI8LD5ATWVamPtrkO0.lazyload, #czzERsFe2tm8okoI8LD5ATWVamPtrkO0.lazyloading { background-image: none; }#czzERsFe2tm8okoI8LD5ATWVamPtrkO0 > .row .container { border-width: 0; border-radius: 0; }#czzERsFe2tm8okoI8LD5ATWVamPtrkO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#czzERsFe2tm8okoI8LD5ATWVamPtrkO0 > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:none; }#IabIa0BlwxAfDdBuCkNysLgPea5XHhNT { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.9541015625rem;left:11.875rem;height:2.8496125rem;text-align:right;text-align-last:right;display:block; }
#DpTce8BTXBiQWyTTTHhh8E3gCmuxCmUc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.986328125rem;left:28.935546875rem;height:2.2744125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZaAD75I4GukfTGfuzO8FThENqaxb8ery { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2493125rem;width:7.3748125rem;top:15.32581615448rem;left:63.4046459198rem;overflow:hidden;display:block; }
#LVGR6eJBvdzo0WTspO53KerAecVrw9AP { 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:13.25rem;width:7.375rem;top:15.32581615448rem;left:51.41335105896rem;overflow:hidden;display:block; }
#pNH3ZE1nwxxn1bLE92dWrQTWKlBlRBWP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:7.1875rem;top:22.77698802948rem;left:57.3206615448rem;overflow:hidden;display:block; }
#K1rXTFmMGAlscGFh8JopNLLIOT55Gwq7 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6474609375rem;left:19.9384765625rem;height:2.0244125rem;text-align:right;text-align-last:right;display:block; }
#KBJuvDowlowJxmdTsChiifvRE3fJwJgC { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:6.1875rem;left:20.0625rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#saJpyo9443kiRzECTL3AFrImJkpRnvTP { box-sizing:content-box;height:2.4375rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.625rem;left:19.4375rem;display:block; }
#HoLsvMn9okofq1xfHD1cTn2JtvfyxqpV { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.8994140625rem;left:18.8125rem;height:2.99913125rem;text-align:right;text-align-last:right;display:none; }
#GhEgs4QgUpQ7pwPzoSF81Wm7iemK4MhK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.02734375rem;left:28.9375rem;height:3.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ZfAlVFvDIRIKNHreofmfV2htsNP8No7R { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.81214375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.498222827911rem;left:29.779829025269rem;display:block; }
#SJ3y1mxZfNAWIzyI91TzAJeesV1rZTah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ.adaptive-delivery-prevent-bg, #pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ.lazyload, #pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ.lazyloading { background-image: none; }#pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ > .row .container { border-width: 0; border-radius: 0; }#pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:none; }#IcGupHKmIOxX5Htu34NcngTuGwoTSiUi { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.9541015625rem;left:11.875rem;height:2.8496125rem;text-align:right;text-align-last:right;display:block; }
#LSpLaMd5PZTD4TRzt7MLhpcBsEI8Tl3h { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.986328125rem;left:28.935546875rem;height:4.548825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KFiqdNU3TXXNCfflNCkc9se73gm1L9N1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2493125rem;width:7.3748125rem;top:15.32581615448rem;left:63.4046459198rem;overflow:hidden;display:block; }
#t5GDG8WU7ktwPqLJTSf0fcxHcRGeTXS5 { 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:13.25rem;width:7.375rem;top:15.32581615448rem;left:51.41335105896rem;overflow:hidden;display:block; }
#hJaUhVlXiaCTO7HulAzc4feZPUxlJB10 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:7.1875rem;top:22.77698802948rem;left:57.3206615448rem;overflow:hidden;display:block; }
#S0Z1BAmVGDVNCLLdccHrOk31K5QicVy1 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6474609375rem;left:19.9384765625rem;height:2.0244125rem;text-align:right;text-align-last:right;display:block; }
#TEQSGn8VHsDhgW0RqMnTefaUrvEpF5Hk { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:6rem;left:28.5625rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#GDEzyS8wdQQm9K2DTXTEH1Ug57ZkIbIA { box-sizing:content-box;height:2.4375rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.4375rem;left:27.9375rem;display:block; }
#TRvG7Lg5f0JB0rQBEBx5g0Mo3Mk0GvZT { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.8994140625rem;left:18.8125rem;height:2.99913125rem;text-align:right;text-align-last:right;display:none; }
#Lh2lo3GnPh9ccTgIqFwG1RB84kSlOrD7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.02734375rem;left:28.9375rem;height:3.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#npsCGa7TkGWrs1oWVsfWzDhGed7d4o0T { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.81214375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.498222827911rem;left:29.779829025269rem;display:block; }
#pywsx9qc1LtuMMtnWHAd2XlTHLXelmT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W.adaptive-delivery-prevent-bg, #HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W.lazyload, #HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W.lazyloading { background-image: none; }#HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W > .row .container { border-width: 0; border-radius: 0; }#HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:none; }#mZCem8giSq2VOGVUrkiqDeZKu8Iz0kEQ { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.9541015625rem;left:11.875rem;height:3.1494125rem;text-align:right;text-align-last:right;display:block; }
#bvFZ7M1VHz2MXAVRyp84OVOAoa3qtnGH { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.986328125rem;left:28.935546875rem;height:4.548825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vToBAn3WvdxgEcOEW9RwUA4kHnIExHbX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2493125rem;width:7.3748125rem;top:15.32581615448rem;left:63.4046459198rem;overflow:hidden;display:block; }
#InwfwfQ0Zuupn9ebiz7DDe9utzmptApU { 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:13.25rem;width:7.375rem;top:15.32581615448rem;left:51.41335105896rem;overflow:hidden;display:block; }
#DQnVsL8boyTg3rqNLeT0bcg14VLpNdCE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:7.1875rem;top:22.77698802948rem;left:57.3206615448rem;overflow:hidden;display:block; }
#KhMksPXRaqAZ9zaIDnqM018XBw5uByZl { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6474609375rem;left:19.9384765625rem;height:2.0244125rem;text-align:right;text-align-last:right;display:block; }
#owbQOynTPwxL1kuTVRsrJwCzthGZSJVT { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:5.9375rem;left:22.9375rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#VqTgEcNCh3Am8zvbScf75B9mTWhgP3Eo { box-sizing:content-box;height:2.4375rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.375rem;left:22.3125rem;display:block; }
#VHb34gGTWszk1sJcN3V9e0BLyzXwtG1l { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.8994140625rem;left:18.8125rem;height:2.99913125rem;text-align:right;text-align-last:right;display:none; }
#WpcKoSt2MVTeiAqP3nmcroWrO6ATSGzZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.02734375rem;left:28.9375rem;height:3.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#y3q3Dz8v7ywQWwebPbO61ESE1kdKkEpt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.81214375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.498222827911rem;left:29.779829025269rem;display:block; }
#FuehkSPbIfdXFwxRt3y4J67PX97RFZla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FW433WRlKPGQpsDhoQCgCBAgRgdIba3H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FW433WRlKPGQpsDhoQCgCBAgRgdIba3H.adaptive-delivery-prevent-bg, #FW433WRlKPGQpsDhoQCgCBAgRgdIba3H.lazyload, #FW433WRlKPGQpsDhoQCgCBAgRgdIba3H.lazyloading { background-image: none; }#FW433WRlKPGQpsDhoQCgCBAgRgdIba3H > .row .container { border-width: 0; border-radius: 0; }#FW433WRlKPGQpsDhoQCgCBAgRgdIba3H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FW433WRlKPGQpsDhoQCgCBAgRgdIba3H > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:none; }#ZHFLcvLXflTiJuXbru8hxT6EEpmrb4EO { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.9541015625rem;left:11.875rem;height:2.625rem;text-align:right;text-align-last:right;display:block; }
#B3yr18TXJeAkZyMtLTxn0aq7LSo4PgFU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.986328125rem;left:28.935546875rem;height:4.548825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#scll2qtqFiwboAGOuxFFTO7nnfHz0BMF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2493125rem;width:7.3748125rem;top:15.32581615448rem;left:63.4046459198rem;overflow:hidden;display:block; }
#fBqaxf60CGLXc14VIsJTIKtA8px97wnQ { 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:13.25rem;width:7.375rem;top:15.32581615448rem;left:51.41335105896rem;overflow:hidden;display:block; }
#FsLHlNJf46LC0DxkTluTVzr9vfSGFssL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:7.1875rem;top:22.77698802948rem;left:57.3206615448rem;overflow:hidden;display:block; }
#EbTw5k2tWWBvPTvZ8lJRZPcgwFhPeViZ { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6474609375rem;left:18.2509765625rem;height:2.0244125rem;text-align:right;text-align-last:right;display:block; }
#u3tAUtINaHn1CdXNlZAEetpWKQST5hQE { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:5.9375rem;left:22.9375rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#s8SOGi0WWTJOUh2AacLJ3xTWlBExViXd { box-sizing:content-box;height:2.4375rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.375rem;left:22.3125rem;display:block; }
#EFbVTWMRZpgr8XsDa8IgcNlhT9TKOyap { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.8994140625rem;left:18.8125rem;height:2.99913125rem;text-align:right;text-align-last:right;display:none; }
#EoCGwCCaPaMqnrsqGBk2QoRgL8VJc55c { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.02734375rem;left:28.9375rem;height:3.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#a5xa9IStqyc1SVHIBTt4QWHDhxJ9ekwI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.81214375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.498222827911rem;left:29.779829025269rem;display:block; }
#AfirTqZIoFf2sbg0QraXoTXTSBfND5oT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF.adaptive-delivery-prevent-bg, #NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF.lazyload, #NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF.lazyloading { background-image: none; }#NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF > .row .container { border-width: 0; border-radius: 0; }#NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:none; }#sN9ik67Wnznh5oBDg52lM0rOecUe8O5A { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.9541015625rem;left:11.2451171875rem;height:2.8496125rem;text-align:right;text-align-last:right;display:block; }
#rGNNPPaomg3udX9HaKI3RXdV6KqnhHho { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.986328125rem;left:28.935546875rem;height:2.2744125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xu2CPgfDnbUeUtgtE4Xr5UgChIMemxyo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.2493125rem;width:7.3748125rem;top:15.32581615448rem;left:63.4046459198rem;overflow:hidden;display:block; }
#aRTJFSZ417mhy1DHZyEEAIoFTA8NWZPa { 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:13.25rem;width:7.375rem;top:15.32581615448rem;left:51.41335105896rem;overflow:hidden;display:block; }
#OEb7c7a6rmJLeM8gaToulRDtCbiWRE61 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:7.1875rem;top:22.77698802948rem;left:57.3206615448rem;overflow:hidden;display:block; }
#wAwT1f2ZUn2GDzNfHm3uJTvukZNiEPkk { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.7724609375rem;left:19.431640625rem;height:2.0244125rem;text-align:right;text-align-last:right;display:block; }
#zi0I93SQdP8KHAc00AN9qztFCVQsqiyK { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:6.5rem;left:25.0625rem;height:1.3496125rem;text-align:left;text-align-last:left;display:block; }
#udyW0sxM06kGGMviHcJhXOVldFSE3Xl6 { box-sizing:content-box;height:2.4375rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.9375rem;left:24.4375rem;display:block; }
#KkzaXM2e9b2q3J8QFbtdhJVM2a2dTMDC { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.8994140625rem;left:18.8125rem;height:2.99913125rem;text-align:right;text-align-last:right;display:none; }
#kxCmG08m02NscbVbe2k7VekniipL4OqT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.02734375rem;left:28.9375rem;height:3.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#CdnsUNV3l9iSncJLxQ0LpmwTbT55wSfI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.81214375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.498222827911rem;left:29.779829025269rem;display:block; }
#UK2GJZGHweTyk09sT6nGZrsfRWvTwRTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.86);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; }#QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA > .row .container { background-color: transparent; background-image: none; }#QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA > .row .container > .video-iframe-container { display: none; }#QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA > .row > .video-iframe-container { display: none; }#QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA > .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); }#QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA > .row .container { border-width: 0; border-radius: 0; }#QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#pGBL6KHsNicq3az0mqkTAIQD6vAcTRzc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:1.69921875rem;left:34.5rem;height:1.22514375rem;font-style:normal;display:block; }
#mES8AgTkHdDNCEfzVc6DWK5BHEva8Xly { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.53125rem;left:32.375rem; }
#Z3TQW3auUhzXllFcXQUmbW7Pn3M16v4F { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:1.8125rem;left:54.125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#NGAKFL4FmJZIOX43y1UxbDkgqqw9Gb8T { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.5rem;top:0.75rem;left:1.84375rem;overflow:hidden;display:block; }
#wotW4nGx9tgbilUixi4M2TdNMWb7uylB { position:relative;display:none; }#wotW4nGx9tgbilUixi4M2TdNMWb7uylB { border-width: 0; border-radius: 0; }#wotW4nGx9tgbilUixi4M2TdNMWb7uylB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wotW4nGx9tgbilUixi4M2TdNMWb7uylB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bagXsWwkFJw4Qyu0LdVWs2rLTIqBq6H3 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.4375rem 2.375rem rgba(8,18,45,0.1) ;height:21.25rem;width:17.5rem;top:11.5rem;left:3.75rem;display:none; }
#BmL0ocEqFon1XF1sFz7LTVEXwf45mxu1 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.4375rem 2.375rem rgba(8,18,45,0.1) ;height:21.25rem;width:17.5rem;top:11.5rem;left:28.75rem;display:none; }
#wG1F6ge7epWpaFpT4wCSSkHX7wlcT4MU { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.4375rem 2.375rem rgba(8,18,45,0.1) ;height:21.25rem;width:17.5rem;top:11.5rem;left:53.75rem;display:none; }
#ZkPJluTD90x2Ga4aeJmFcFBJLnqn6Q3V { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.4983711242676rem;left:8.69038772583rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#FoXuMaRVAkU2KlhWcqB6yPvAuOgTM0zB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.9375rem;left:4.4375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tvD8apZxgwPJRTrnnyMazIEo8Rrue5th { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:23.375rem;left:4.4375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A50WUy9EWSZuWbipBiA04QGprd6O3dJ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:27.375rem;left:7.375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQTE1ebPVQHTN7x0gzElSO8CZLNi71ez { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:18.9375rem;left:29.4375rem;height:3.14886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#orC0FlViaHW9wN6SnQlBk9NT9rHgK1Q5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:23.375rem;left:29.4375rem;height:3.14886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xsvfQD4s31c6nZQJe8Dhm4JTqr9KbVIH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:27.375rem;left:31.5rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IV4ilITxL1eTp8rHkH7JU9wqOMqIhht5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:18.936156272888rem;left:56.561275482177rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBgSKDT7xQkLd8QTVaBtZO2De2PG1VKm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:23.375rem;left:54.09375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9wJnWXih6xfrIVMmQNGlNpV3qXBW4BU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:27.375rem;left:56.5rem;height:3.14886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wco5sTPutpNkT6A2GCkhg5u8kK9MzL0K { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:11.5rem;left:8.875rem;overflow:hidden;display:block; }
#NPmORswXJcxcwGGXgywSnHJFBkkOuTf6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:11.5rem;left:33.75rem;overflow:hidden;display:block; }
#Tow9GTT4vaiTqFaOT0hCLT2nFifhFRuU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:11.5rem;left:58.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEnSGsIqAzDX0tPLk3bagmoWieOH7Aqx { top:1.625rem;left:33.375rem;width:14.375rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV5gFHiPVtL6q547DE3deZpAI7HyABNL { top:1.375rem;left:42.25rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HViCwfcgU1qMwQTNSV0K2dBoH9EfRWfq { top:1.125rem;left:0rem;width:9.4375rem;height:3.1046654692116rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 { display:block; }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8ZdrRGqTcTlCWSlTAo11zfaJGc9TfWy { top:8.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN5XUZVRuVaM9gWta3E452eTxlw6k3pf { top:20.9375rem;left:15.310546875rem;width:19.1875rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTKaFg1HSakCkTrNed6ewtEgKuDw3Ln7 { top:15.3125rem;left:40.4375rem;width:7.3125rem;height:13.137364191462rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQB67gapWqMRy96pSUXRgSFkPlg2T2KV { top:15.3125rem;left:37.78835105896rem;width:7.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnLPktmcZOi7CkokW2MWwH01LMRJKCqS { top:22.75rem;left:40.5625rem;width:7.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDb8ickqZpD239ezUlvducACq1rEqebt { top:12.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE9EhNOz2ceabmH80kcHgLTny6T7aTsl { top:5.9375rem;left:10.5625rem;width:15rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5Cy07idWnryNB0qfGR3Zybmm7HlgXcH { top:5.375rem;left:9.9375rem;width:16.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1i5TTE0prwNlqCbaIEuhgiL0NPAat6q { top:4rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWMnMqbbOynHnM5ovLB0NZ8CskvKu0Gm { top:13.0625rem;left:0rem;width:19.9375rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wM6UT2sKz0uTdwITDrI5SHFrtF3RJxip { width:23.25rem;height:3.75rem;top:27.5rem;left:13.279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5i1GeqM6U63pPDE0AqEZmKyNEO7VgiI { display:block; }
 }@media only screen and (max-width: 763px) { #nzgi8QiZGLT29sXT1CLi10fdw0nFHm7G { top:-0.875rem;left:0rem;width:26.375rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK { display:block; }#R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxJSRrcz4ytwKWPfrJwO6frJExQyV49H { top:8.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA9bsEeAhpW7DWWdoQ9XMgXi0lz1rA0l { top:22.75rem;left:15.310546875rem;width:19.1875rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrp0dFa1awXorCzAzE3dFgdCuG9SkhLF { top:15.3125rem;left:40.4375rem;width:7.3125rem;height:13.137364191462rem;display:block; }
 }@media only screen and (max-width: 763px) { #go0dHfL7lKMdl8L5WTZ5RFTJn3HpGpfy { top:15.3125rem;left:37.78835105896rem;width:7.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Vz7Ph4vmFFZtDOLw3XJK66uBLlHw7M { top:22.75rem;left:40.5625rem;width:7.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBQJ1OyZ1ySANOOVvCcNxTJz5wr8aMyr { top:12.75rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3dkfK91Ol9O85nltLOCLhLeuNM90ZP9 { top:6.0625rem;left:6.4375rem;width:15rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdoAUB6uc3hTuuOhZyxE5E6xKxuEERFN { top:5.5rem;left:5.8125rem;width:16.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEIEBpwyipRpPXmxtoyNZHSWsyxNk3Os { top:4rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1IAvbHqShDE1IFMuPJnhQc0L8KrS2Xl { top:13.0625rem;left:0rem;width:19.9375rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTudA9imJk6sy7nzii6B0THN1JObpTR2 { width:17.5rem;height:3.75rem;top:27.4375rem;left:16.154829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2aT0npVN2NpLM49UxlSQmKXQLFIGCtF { display:block; }
 }@media only screen and (max-width: 763px) { #B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL { display:block; }#B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9K1DziST6T90bSPTIvXnw5CnTkmARzl { top:8.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3cUiSGeefvK0V1uglK356GPWCEEvvqO { top:20.9375rem;left:15.310546875rem;width:19.1875rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obW3xPxNzZtkeMibHSkUEd8TfUkTQCZh { top:15.3125rem;left:40.4375rem;width:7.3125rem;height:13.137364191462rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVWGQf1yVAmwmUMZTaD8uwWtD5bG9odD { top:15.3125rem;left:37.78835105896rem;width:7.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh8M6vV5Fez7kMmrXZLQJDF7UrkS4Uc3 { top:22.75rem;left:40.5625rem;width:7.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQsBDMLbtcrtXkP6zX1VOMIVZ20hudhc { top:12.75rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDakAFdX785E6tLI0bt57Koe0zbgeO9M { top:6.25rem;left:6.4375rem;width:15rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUNl6kMahF7heTFgzNIUCIDqAQxZbNy6 { top:5.6875rem;left:5.8125rem;width:16.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih7SFufMh9fycgbUkIwEFmIe6KUJuTGH { top:4rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWfxMK8TMWUtGTTTbvbgLSvPNgEVdRbI { top:13.0625rem;left:0rem;width:19.9375rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyS9ekSvhXaqVSnvAptF0EAOnK1RkgUR { width:17.5rem;height:3.75rem;top:27.4375rem;left:16.154829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #anJKbGZydqZpqOCEnDWTiMeGwyb7uesI { display:block; }
 }@media only screen and (max-width: 763px) { #M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO { display:block; }#M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmI4mRrf42VRZNQgCTZu4PbMUTPt3MRL { top:8.9375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTNOTemSu6CgXv68bP5Tmws2vBBuc0Ii { top:20rem;left:15.312322616577rem;width:19.125rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtrCkBdTRrP8HnlaPNAOOvsmmivOkVmN { top:15.3125rem;left:40.4375rem;width:7.3125rem;height:13.137364191462rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba9Xd3ipbQ632H4osPId6pLFHUyZ9F0C { top:15.3125rem;left:37.78835105896rem;width:7.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3fK0OrS2RV90OANqPggVAGIMKJEuX7B { top:22.75rem;left:40.5625rem;width:7.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH5nKWwncSFsAWb0vhoBWoZtXrc8hiog { top:12.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCnW5mxqodGC9hoUMOIEkJwWqnQ5RTCx { top:6.4375rem;left:9.3746757507325rem;width:15rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyvhhtdSp8intGCJhHdVXII9ae6FbrHR { top:5.9375rem;left:8.7499048411844rem;width:16.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziFXZ0CEq0Fkb3usBnM9q9xIAeeh7L7a { top:4rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwNRtuFQmrcCsKBso6pC6ySk0RWuB6V2 { top:13.0625rem;left:0rem;width:19.9375rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIFXmMqBH9ufAwmITA8IX2rSTsVNZwKx { width:17.5rem;height:3.75rem;top:27.4375rem;left:16.154829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #i16NthnG5XOG8SlTXeMNO5m5Rai20JAs { display:block; }
 }@media only screen and (max-width: 763px) { #fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU { display:block; }#fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTiykkU2PevAm4IR5NuUT3esLK3FriVE { top:0.9375rem;left:18.5625rem;width:29.1875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV1gTay5W9bELftdzMyQRJGsd3Qz0MLr { top:4.8125rem;left:0rem;width:30.875rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y68OuAkW1qt7AWQgvBEVHbN3ZFwC5fm2 { top:8.75rem;left:18.74906539917rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVwbfUgSDRi9sZ1E1ghwsanUQGlWpdAD { top:11.5rem;left:0rem;width:19.375rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #og011DApEPhzDWhAqX1JCE2QT7a5IIvb { width:23.25rem;height:3.75rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyxtbvuJ1flyA9Z15qroEZJ74wGR0Qke { display:block; }
 }@media only screen and (max-width: 763px) { #OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W { display:block; }#OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2ztHpMfrnJ2zG2QLpQBl53asTATb17c { top:2.5625rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM883PyZUmXTVNvhIL6RAgpiE9ZCTJqh { top:6.875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usXgEZaRqTbvzsu3lwDfPTaCEpDF0ep8 { top:11.9375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEE3KTsBnJCcOzV5pyuGaaRO3WRZ0OgB { top:23.125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWNVTJFXOod2HwviUaWHfWEicDQGUGrt { top:17.4375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCQKpQCMq8vqecHsNzWtc4Opn1N7vKKS { top:7.25rem;left:17.75rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8U25Sspy8g8Lzgu6TGS7upNTIG7w9DI { width:23.25rem;height:3.75rem;top:28.875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4RerH3ci9ZbF5oTyoBvQcdQXITOX1xd { display:block; }
 }@media only screen and (max-width: 763px) { #tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n { display:block; }#tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gasofoOSKNT9SF8ta9mWLSF6n9MSBRef { top:8.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1o58BtnoQigMlU4aQyvqGXL4OhN6Tgz { top:20rem;left:15.312322616577rem;width:19.125rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvJ2gVkih4GodItoNboX5ZHnG9laHLPr { top:15.3125rem;left:40.4375rem;width:7.3125rem;height:13.137364191462rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJbMxrqGWoN389xOfvb6uHtFo9MgmGqr { top:15.3125rem;left:37.78835105896rem;width:7.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb9dHwv1Eeoo1ZpogRfDV8NDs0dVkdwG { top:22.75rem;left:40.5625rem;width:7.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEDEeLJg1iTefFLKbiym8G5UsqtGJ5zW { top:12.75rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmJHumXAEsFWZZEVapppp6u9tDfl4SOB { top:6.5rem;left:8.875rem;width:15rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU3W9Jz3DZX2bsrQkquWJF2uh1TprWmX { top:5.9375rem;left:8.25rem;width:16.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB2XTGtXDpVnB7M0fyealrZrowo9a3w9 { top:4rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVtAkMZXI2yaLca0NgzkSHmtgCgu5aNa { top:13.0625rem;left:0rem;width:19.9375rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTkxk9otLhQcQgX2ggRx8LtG2iK2OtOb { width:17.5rem;height:3.75rem;top:27.4375rem;left:16.154829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcer81rdtqdJtRTt2h6qcBICusD7e63D { display:block; }
 }@media only screen and (max-width: 763px) { #czzERsFe2tm8okoI8LD5ATWVamPtrkO0 { display:block; }#czzERsFe2tm8okoI8LD5ATWVamPtrkO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IabIa0BlwxAfDdBuCkNysLgPea5XHhNT { top:8.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpTce8BTXBiQWyTTTHhh8E3gCmuxCmUc { top:20.9375rem;left:15.310546875rem;width:19.1875rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaAD75I4GukfTGfuzO8FThENqaxb8ery { top:15.3125rem;left:40.4375rem;width:7.3125rem;height:13.137364191462rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVGR6eJBvdzo0WTspO53KerAecVrw9AP { top:15.3125rem;left:37.78835105896rem;width:7.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNH3ZE1nwxxn1bLE92dWrQTWKlBlRBWP { top:22.75rem;left:40.5625rem;width:7.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1rXTFmMGAlscGFh8JopNLLIOT55Gwq7 { top:12.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBJuvDowlowJxmdTsChiifvRE3fJwJgC { top:6.1875rem;left:6.4375rem;width:15rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #saJpyo9443kiRzECTL3AFrImJkpRnvTP { top:5.625rem;left:5.8125rem;width:16.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoLsvMn9okofq1xfHD1cTn2JtvfyxqpV { top:4rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhEgs4QgUpQ7pwPzoSF81Wm7iemK4MhK { top:13.0625rem;left:0rem;width:19.9375rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfAlVFvDIRIKNHreofmfV2htsNP8No7R { width:17.5rem;height:3.75rem;top:27.4375rem;left:16.154829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ3y1mxZfNAWIzyI91TzAJeesV1rZTah { display:block; }
 }@media only screen and (max-width: 763px) { #pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ { display:block; }#pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcGupHKmIOxX5Htu34NcngTuGwoTSiUi { top:8.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSpLaMd5PZTD4TRzt7MLhpcBsEI8Tl3h { top:20.9375rem;left:15.310546875rem;width:19.1875rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFiqdNU3TXXNCfflNCkc9se73gm1L9N1 { top:15.3125rem;left:40.4375rem;width:7.3125rem;height:13.137364191462rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5GDG8WU7ktwPqLJTSf0fcxHcRGeTXS5 { top:15.3125rem;left:37.78835105896rem;width:7.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJaUhVlXiaCTO7HulAzc4feZPUxlJB10 { top:22.75rem;left:40.5625rem;width:7.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0Z1BAmVGDVNCLLdccHrOk31K5QicVy1 { top:12.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEQSGn8VHsDhgW0RqMnTefaUrvEpF5Hk { top:6rem;left:14.9375rem;width:15rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDEzyS8wdQQm9K2DTXTEH1Ug57ZkIbIA { top:5.4375rem;left:14.3125rem;width:16.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRvG7Lg5f0JB0rQBEBx5g0Mo3Mk0GvZT { top:4rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lh2lo3GnPh9ccTgIqFwG1RB84kSlOrD7 { top:13.0625rem;left:0rem;width:19.9375rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #npsCGa7TkGWrs1oWVsfWzDhGed7d4o0T { width:17.5rem;height:3.75rem;top:27.4375rem;left:16.154829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #pywsx9qc1LtuMMtnWHAd2XlTHLXelmT8 { display:block; }
 }@media only screen and (max-width: 763px) { #HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W { display:block; }#HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZCem8giSq2VOGVUrkiqDeZKu8Iz0kEQ { top:8.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvFZ7M1VHz2MXAVRyp84OVOAoa3qtnGH { top:20.9375rem;left:15.310546875rem;width:19.1875rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vToBAn3WvdxgEcOEW9RwUA4kHnIExHbX { top:15.3125rem;left:40.4375rem;width:7.3125rem;height:13.137364191462rem;display:block; }
 }@media only screen and (max-width: 763px) { #InwfwfQ0Zuupn9ebiz7DDe9utzmptApU { top:15.3125rem;left:37.78835105896rem;width:7.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQnVsL8boyTg3rqNLeT0bcg14VLpNdCE { top:22.75rem;left:40.5625rem;width:7.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhMksPXRaqAZ9zaIDnqM018XBw5uByZl { top:12.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owbQOynTPwxL1kuTVRsrJwCzthGZSJVT { top:5.9375rem;left:9.3125rem;width:15rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqTgEcNCh3Am8zvbScf75B9mTWhgP3Eo { top:5.375rem;left:8.6875rem;width:16.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHb34gGTWszk1sJcN3V9e0BLyzXwtG1l { top:4rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpcKoSt2MVTeiAqP3nmcroWrO6ATSGzZ { top:13.0625rem;left:0rem;width:19.9375rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3q3Dz8v7ywQWwebPbO61ESE1kdKkEpt { width:17.5rem;height:3.75rem;top:27.4375rem;left:16.154829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuehkSPbIfdXFwxRt3y4J67PX97RFZla { display:block; }
 }@media only screen and (max-width: 763px) { #FW433WRlKPGQpsDhoQCgCBAgRgdIba3H { display:block; }#FW433WRlKPGQpsDhoQCgCBAgRgdIba3H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHFLcvLXflTiJuXbru8hxT6EEpmrb4EO { top:8.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3yr18TXJeAkZyMtLTxn0aq7LSo4PgFU { top:20.9375rem;left:15.310546875rem;width:19.1875rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scll2qtqFiwboAGOuxFFTO7nnfHz0BMF { top:15.3125rem;left:40.4375rem;width:7.3125rem;height:13.137364191462rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBqaxf60CGLXc14VIsJTIKtA8px97wnQ { top:15.3125rem;left:37.78835105896rem;width:7.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsLHlNJf46LC0DxkTluTVzr9vfSGFssL { top:22.75rem;left:40.5625rem;width:7.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbTw5k2tWWBvPTvZ8lJRZPcgwFhPeViZ { top:12.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3tAUtINaHn1CdXNlZAEetpWKQST5hQE { top:5.9375rem;left:9.3125rem;width:15rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8SOGi0WWTJOUh2AacLJ3xTWlBExViXd { top:5.375rem;left:8.6875rem;width:16.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFbVTWMRZpgr8XsDa8IgcNlhT9TKOyap { top:4rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoCGwCCaPaMqnrsqGBk2QoRgL8VJc55c { top:13.0625rem;left:0rem;width:19.9375rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5xa9IStqyc1SVHIBTt4QWHDhxJ9ekwI { width:17.5rem;height:3.75rem;top:27.4375rem;left:16.154829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfirTqZIoFf2sbg0QraXoTXTSBfND5oT { display:block; }
 }@media only screen and (max-width: 763px) { #NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF { display:block; }#NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sN9ik67Wnznh5oBDg52lM0rOecUe8O5A { top:8.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGNNPPaomg3udX9HaKI3RXdV6KqnhHho { top:20.9375rem;left:15.310546875rem;width:19.1875rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu2CPgfDnbUeUtgtE4Xr5UgChIMemxyo { top:15.3125rem;left:40.4375rem;width:7.3125rem;height:13.137364191462rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTJFSZ417mhy1DHZyEEAIoFTA8NWZPa { top:15.3125rem;left:37.78835105896rem;width:7.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEb7c7a6rmJLeM8gaToulRDtCbiWRE61 { top:22.75rem;left:40.5625rem;width:7.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAwT1f2ZUn2GDzNfHm3uJTvukZNiEPkk { top:12.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi0I93SQdP8KHAc00AN9qztFCVQsqiyK { top:6.5rem;left:11.4375rem;width:15rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udyW0sxM06kGGMviHcJhXOVldFSE3Xl6 { top:5.9375rem;left:10.8125rem;width:16.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkzaXM2e9b2q3J8QFbtdhJVM2a2dTMDC { top:4rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxCmG08m02NscbVbe2k7VekniipL4OqT { top:13.0625rem;left:0rem;width:19.9375rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdnsUNV3l9iSncJLxQ0LpmwTbT55wSfI { width:17.5rem;height:3.75rem;top:27.4375rem;left:16.154829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK2GJZGHweTyk09sT6nGZrsfRWvTwRTu { display:block; }
 }@media only screen and (max-width: 763px) { #QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA { display:block; }#QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGBL6KHsNicq3az0mqkTAIQD6vAcTRzc { top:1.6875rem;left:20.875rem;width:12.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mES8AgTkHdDNCEfzVc6DWK5BHEva8Xly { top:1.5rem;left:18.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3TQW3auUhzXllFcXQUmbW7Pn3M16v4F { top:1.8125rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGAKFL4FmJZIOX43y1UxbDkgqqw9Gb8T { top:0.75rem;left:0rem;width:9.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wotW4nGx9tgbilUixi4M2TdNMWb7uylB { display:block; }#wotW4nGx9tgbilUixi4M2TdNMWb7uylB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bagXsWwkFJw4Qyu0LdVWs2rLTIqBq6H3 { top:11.5rem;left:0rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmL0ocEqFon1XF1sFz7LTVEXwf45mxu1 { top:11.5rem;left:6.375rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG1F6ge7epWpaFpT4wCSSkHX7wlcT4MU { top:11.5rem;left:30.25rem;width:17.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkPJluTD90x2Ga4aeJmFcFBJLnqn6Q3V { top:2.4375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoXuMaRVAkU2KlhWcqB6yPvAuOgTM0zB { top:18.9375rem;left:0rem;width:16.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvD8apZxgwPJRTrnnyMazIEo8Rrue5th { top:23.375rem;left:0rem;width:16.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A50WUy9EWSZuWbipBiA04QGprd6O3dJ3 { top:27.375rem;left:0.5625rem;width:10.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQTE1ebPVQHTN7x0gzElSO8CZLNi71ez { top:18.9375rem;left:7.6875rem;width:16.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orC0FlViaHW9wN6SnQlBk9NT9rHgK1Q5 { top:23.375rem;left:7.6875rem;width:16.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsvfQD4s31c6nZQJe8Dhm4JTqr9KbVIH { top:27.3125rem;left:11.875rem;width:12rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV4ilITxL1eTp8rHkH7JU9wqOMqIhht5 { top:18.875rem;left:35.9375rem;width:11.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBgSKDT7xQkLd8QTVaBtZO2De2PG1VKm { top:23.375rem;left:30.9375rem;width:16.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9wJnWXih6xfrIVMmQNGlNpV3qXBW4BU { top:27.375rem;left:35.6875rem;width:12.0625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wco5sTPutpNkT6A2GCkhg5u8kK9MzL0K { top:11.5rem;left:2.0625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPmORswXJcxcwGGXgywSnHJFBkkOuTf6 { top:11.5rem;left:16.375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tow9GTT4vaiTqFaOT0hCLT2nFifhFRuU { top:11.5rem;left:38rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEnSGsIqAzDX0tPLk3bagmoWieOH7Aqx { width:9.875rem;height:1.54385625rem;top:3.5625rem;left:6.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XV5gFHiPVtL6q547DE3deZpAI7HyABNL { display:flex;width:2.25rem;height:2.25rem;top:3.25rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #HViCwfcgU1qMwQTNSV0K2dBoH9EfRWfq { width:9.5rem;height:3.125rem;top:0.53125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 { background-color:rgba(0,0,0,0.24);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6.adaptive-delivery-prevent-bg, #xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6.lazyload, #xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6.lazyloading { background-image: none; }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row .container { background-color: transparent; background-image: none; }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row .container > .video-iframe-container { display: none; }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row > .video-iframe-container { display: none; }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .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); }#xSkl5TU9QvKAIIFqSg4TAwNHsH3Tzff6 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8ZdrRGqTcTlCWSlTAo11zfaJGc9TfWy { width:20rem;height:0;top:4.6245665550232rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FN5XUZVRuVaM9gWta3E452eTxlw6k3pf { width:19.9991875rem;height:0;top:13.550036430359rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rTKaFg1HSakCkTrNed6ewtEgKuDw3Ln7 { width:6.8119375rem;height:12.249625rem;top:24.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQB67gapWqMRy96pSUXRgSFkPlg2T2KV { width:6.875rem;height:12.25rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnLPktmcZOi7CkokW2MWwH01LMRJKCqS { width:6.6875rem;height:12.25rem;top:24.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDb8ickqZpD239ezUlvducACq1rEqebt { width:16.937125rem;height:4.5rem;top:8.8361148834231rem;left:1.5305396318436rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oE9EhNOz2ceabmH80kcHgLTny6T7aTsl { width:15.7493125rem;height:1.2rem;top:1.2482242584229rem;left:2.124467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N5Cy07idWnryNB0qfGR3Zybmm7HlgXcH { width:14.3125rem;height:2.25rem;top:0.70134925842287rem;left:2.8737570047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1i5TTE0prwNlqCbaIEuhgiL0NPAat6q { width:19.999125rem;height:4.2rem;top:4.0252122879028rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #QWMnMqbbOynHnM5ovLB0NZ8CskvKu0Gm { width:19.9980625rem;height:3.1484375rem;top:21.2265625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #wM6UT2sKz0uTdwITDrI5SHFrtF3RJxip { width:18.875rem;height:3.75rem;top:15.625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5i1GeqM6U63pPDE0AqEZmKyNEO7VgiI { display:block; }
 }@media only screen and (max-width: 763px) { #nzgi8QiZGLT29sXT1CLi10fdw0nFHm7G { width:20rem;height:28.24644549763rem;top:37.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK { background-color:rgba(0,0,0,0.24);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK.adaptive-delivery-prevent-bg, #R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK.lazyload, #R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK.lazyloading { background-image: none; }#R0E1OtfEVJ6Q1yHvKCPPtWJBsPZOimKK > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BxJSRrcz4ytwKWPfrJwO6frJExQyV49H { width:20rem;height:0;top:4.6245665550232rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UA9bsEeAhpW7DWWdoQ9XMgXi0lz1rA0l { width:19.9991875rem;height:0;top:13.550036430359rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Nrp0dFa1awXorCzAzE3dFgdCuG9SkhLF { width:6.8119375rem;height:12.249625rem;top:23.124998092651rem;left:13.188920378685rem;display:block; }
 }@media only screen and (max-width: 763px) { #go0dHfL7lKMdl8L5WTZ5RFTJn3HpGpfy { width:6.875rem;height:12.25rem;top:23.124111175537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Vz7Ph4vmFFZtDOLw3XJK66uBLlHw7M { width:6.6875rem;height:12.25rem;top:23.124111175537rem;left:6.655717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBQJ1OyZ1ySANOOVvCcNxTJz5wr8aMyr { width:16.937125rem;height:4.4984rem;top:8.8361148834231rem;left:1.5305396318436rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3dkfK91Ol9O85nltLOCLhLeuNM90ZP9 { width:15.7493125rem;height:1.19939375rem;top:1.2482242584229rem;left:2.124467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdoAUB6uc3hTuuOhZyxE5E6xKxuEERFN { width:14.3125rem;height:2.25rem;top:0.70134925842287rem;left:2.8737570047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEIEBpwyipRpPXmxtoyNZHSWsyxNk3Os { width:19.999125rem;height:4.19921875rem;top:4.0252122879028rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #p1IAvbHqShDE1IFMuPJnhQc0L8KrS2Xl { width:19.99825rem;height:3.14808125rem;top:20.580610275269rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #qTudA9imJk6sy7nzii6B0THN1JObpTR2 { width:17.3977275rem;height:3.6477275rem;top:15.166015625rem;left:1.3006035089493rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
 }@media only screen and (max-width: 763px) { #t2aT0npVN2NpLM49UxlSQmKXQLFIGCtF { display:block; }
 }@media only screen and (max-width: 763px) { #B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL { background-color:rgba(0,0,0,0.24);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL.adaptive-delivery-prevent-bg, #B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL.lazyload, #B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL.lazyloading { background-image: none; }#B9hbGkPS9sGrCuobCWe6F4FxP7o2VnTL > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a9K1DziST6T90bSPTIvXnw5CnTkmARzl { width:20rem;height:0;top:4.6245665550232rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T3cUiSGeefvK0V1uglK356GPWCEEvvqO { width:19.9991875rem;height:0;top:13.550036430359rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #obW3xPxNzZtkeMibHSkUEd8TfUkTQCZh { width:6.8119375rem;height:12.249625rem;top:23.124998092651rem;left:13.188920378685rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVWGQf1yVAmwmUMZTaD8uwWtD5bG9odD { width:6.875rem;height:12.25rem;top:23.124111175537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh8M6vV5Fez7kMmrXZLQJDF7UrkS4Uc3 { width:6.6875rem;height:12.25rem;top:23.124111175537rem;left:6.655717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQsBDMLbtcrtXkP6zX1VOMIVZ20hudhc { width:16.937125rem;height:4.4984rem;top:8.8361148834231rem;left:1.5305396318436rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDakAFdX785E6tLI0bt57Koe0zbgeO9M { width:15.7493125rem;height:1.19939375rem;top:1.2482242584229rem;left:2.124467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUNl6kMahF7heTFgzNIUCIDqAQxZbNy6 { width:14.3125rem;height:2.25rem;top:0.70134925842287rem;left:2.8737570047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih7SFufMh9fycgbUkIwEFmIe6KUJuTGH { width:19.999125rem;height:4.19921875rem;top:4.0252122879028rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #mWfxMK8TMWUtGTTTbvbgLSvPNgEVdRbI { width:19.99825rem;height:3.14808125rem;top:20.580610275269rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #eyS9ekSvhXaqVSnvAptF0EAOnK1RkgUR { width:17.3977275rem;height:3.6477275rem;top:15.166015625rem;left:1.3006035089493rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
 }@media only screen and (max-width: 763px) { #anJKbGZydqZpqOCEnDWTiMeGwyb7uesI { display:block; }
 }@media only screen and (max-width: 763px) { #M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO { background-color:rgba(0,0,0,0.24);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO.adaptive-delivery-prevent-bg, #M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO.lazyload, #M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO.lazyloading { background-image: none; }#M3TMzp494UVqnIDxQ8dzMb5nwStOHwRO > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GmI4mRrf42VRZNQgCTZu4PbMUTPt3MRL { width:20rem;height:0;top:4.6245665550232rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qTNOTemSu6CgXv68bP5Tmws2vBBuc0Ii { width:19.9991875rem;height:0;top:13.550036430359rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EtrCkBdTRrP8HnlaPNAOOvsmmivOkVmN { width:6.8119375rem;height:12.249625rem;top:23.124998092651rem;left:13.188920378685rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba9Xd3ipbQ632H4osPId6pLFHUyZ9F0C { width:6.875rem;height:12.25rem;top:23.124111175537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3fK0OrS2RV90OANqPggVAGIMKJEuX7B { width:6.6875rem;height:12.25rem;top:23.124111175537rem;left:6.655717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH5nKWwncSFsAWb0vhoBWoZtXrc8hiog { width:16.937125rem;height:4.4984rem;top:8.8361148834231rem;left:1.5305396318436rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JCnW5mxqodGC9hoUMOIEkJwWqnQ5RTCx { width:15.7493125rem;height:1.19939375rem;top:1.2482242584229rem;left:2.124467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyvhhtdSp8intGCJhHdVXII9ae6FbrHR { width:14.3125rem;height:2.25rem;top:0.70134925842287rem;left:2.8737570047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziFXZ0CEq0Fkb3usBnM9q9xIAeeh7L7a { width:19.999125rem;height:4.19921875rem;top:4.0252122879028rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #RwNRtuFQmrcCsKBso6pC6ySk0RWuB6V2 { width:19.99825rem;height:3.14808125rem;top:20.580610275269rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DIFXmMqBH9ufAwmITA8IX2rSTsVNZwKx { width:17.3977275rem;height:3.6477275rem;top:15.166015625rem;left:1.3006035089493rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
 }@media only screen and (max-width: 763px) { #i16NthnG5XOG8SlTXeMNO5m5Rai20JAs { display:block; }
 }@media only screen and (max-width: 763px) { #fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU { display:block; }#fTuU15CiOJvdHgSWpkXbq8qspH1cUOFU > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTiykkU2PevAm4IR5NuUT3esLK3FriVE { width:19.9984375rem;height:19.8116875rem;top:12.341409683227rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV1gTay5W9bELftdzMyQRJGsd3Qz0MLr { width:15.5619375rem;height:5.775rem;top:1.3112564086914rem;left:2.2176846265793rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y68OuAkW1qt7AWQgvBEVHbN3ZFwC5fm2 { width:9.375rem;height:9.375rem;top:36.0234375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVwbfUgSDRi9sZ1E1ghwsanUQGlWpdAD { width:15.687125rem;height:3.1484375rem;top:8.3647003173825rem;left:2.1555396318436rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #og011DApEPhzDWhAqX1JCE2QT7a5IIvb { width:18.875rem;height:3.75rem;top:35.7138671875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyxtbvuJ1flyA9Z15qroEZJ74wGR0Qke { display:block; }
 }@media only screen and (max-width: 763px) { #OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W { display:block; }#OU7ioAFcmEWGoyl0TQ911oBbHaiSki2W > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2ztHpMfrnJ2zG2QLpQBl53asTATb17c { width:16.4994375rem;height:3.75rem;top:1.4985790252686rem;left:1.7489346265793rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IM883PyZUmXTVNvhIL6RAgpiE9ZCTJqh { width:20rem;height:3.1484375rem;top:6.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usXgEZaRqTbvzsu3lwDfPTaCEpDF0ep8 { width:20rem;height:3.1484375rem;top:10.686257362366rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEE3KTsBnJCcOzV5pyuGaaRO3WRZ0OgB { width:20rem;height:3.1484375rem;top:18.880504071713rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWNVTJFXOod2HwviUaWHfWEicDQGUGrt { width:20rem;height:3.1484375rem;top:14.828657567501rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCQKpQCMq8vqecHsNzWtc4Opn1N7vKKS { width:20rem;height:20rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8U25Sspy8g8Lzgu6TGS7upNTIG7w9DI { width:18.875rem;height:3.75rem;top:24.03125rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4RerH3ci9ZbF5oTyoBvQcdQXITOX1xd { display:block; }
 }@media only screen and (max-width: 763px) { #tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n { background-color:rgba(0,0,0,0.24);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n.adaptive-delivery-prevent-bg, #tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n.lazyload, #tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n.lazyloading { background-image: none; }#tw0QdsHidEWh5ShcU4t6JdmJbzvi4U4n > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gasofoOSKNT9SF8ta9mWLSF6n9MSBRef { width:20rem;height:0;top:4.6245665550232rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g1o58BtnoQigMlU4aQyvqGXL4OhN6Tgz { width:19.9991875rem;height:0;top:13.550036430359rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xvJ2gVkih4GodItoNboX5ZHnG9laHLPr { width:6.8119375rem;height:12.249625rem;top:23.124998092651rem;left:13.188920378685rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJbMxrqGWoN389xOfvb6uHtFo9MgmGqr { width:6.875rem;height:12.25rem;top:23.124111175537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb9dHwv1Eeoo1ZpogRfDV8NDs0dVkdwG { width:6.6875rem;height:12.25rem;top:23.124111175537rem;left:6.655717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEDEeLJg1iTefFLKbiym8G5UsqtGJ5zW { width:16.937125rem;height:4.4984rem;top:8.8361148834231rem;left:1.5305396318436rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmJHumXAEsFWZZEVapppp6u9tDfl4SOB { width:15.7493125rem;height:1.19939375rem;top:1.2482242584229rem;left:2.124467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HU3W9Jz3DZX2bsrQkquWJF2uh1TprWmX { width:14.3125rem;height:2.25rem;top:0.70134925842287rem;left:2.8737570047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB2XTGtXDpVnB7M0fyealrZrowo9a3w9 { width:19.999125rem;height:4.19921875rem;top:4.0252122879028rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #iVtAkMZXI2yaLca0NgzkSHmtgCgu5aNa { width:19.99825rem;height:3.14808125rem;top:20.580610275269rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #QTkxk9otLhQcQgX2ggRx8LtG2iK2OtOb { width:17.3977275rem;height:3.6477275rem;top:15.166015625rem;left:1.3006035089493rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
 }@media only screen and (max-width: 763px) { #zcer81rdtqdJtRTt2h6qcBICusD7e63D { display:block; }
 }@media only screen and (max-width: 763px) { #czzERsFe2tm8okoI8LD5ATWVamPtrkO0 { background-color:rgba(0,0,0,0.24);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#czzERsFe2tm8okoI8LD5ATWVamPtrkO0.adaptive-delivery-prevent-bg, #czzERsFe2tm8okoI8LD5ATWVamPtrkO0.lazyload, #czzERsFe2tm8okoI8LD5ATWVamPtrkO0.lazyloading { background-image: none; }#czzERsFe2tm8okoI8LD5ATWVamPtrkO0 > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IabIa0BlwxAfDdBuCkNysLgPea5XHhNT { width:20rem;height:0;top:4.6245665550232rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DpTce8BTXBiQWyTTTHhh8E3gCmuxCmUc { width:19.9991875rem;height:0;top:13.550036430359rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZaAD75I4GukfTGfuzO8FThENqaxb8ery { width:6.8119375rem;height:12.249625rem;top:23.124998092651rem;left:13.188920378685rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVGR6eJBvdzo0WTspO53KerAecVrw9AP { width:6.875rem;height:12.25rem;top:23.124111175537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNH3ZE1nwxxn1bLE92dWrQTWKlBlRBWP { width:6.6875rem;height:12.25rem;top:23.124111175537rem;left:6.655717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1rXTFmMGAlscGFh8JopNLLIOT55Gwq7 { width:16.937125rem;height:4.4984rem;top:8.8361148834231rem;left:1.5305396318436rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBJuvDowlowJxmdTsChiifvRE3fJwJgC { width:15.7493125rem;height:1.19939375rem;top:1.2482242584229rem;left:2.124467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saJpyo9443kiRzECTL3AFrImJkpRnvTP { width:14.3125rem;height:2.25rem;top:0.70134925842287rem;left:2.8737570047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoLsvMn9okofq1xfHD1cTn2JtvfyxqpV { width:19.999125rem;height:4.19921875rem;top:4.0252122879028rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #GhEgs4QgUpQ7pwPzoSF81Wm7iemK4MhK { width:19.99825rem;height:3.14808125rem;top:20.580610275269rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZfAlVFvDIRIKNHreofmfV2htsNP8No7R { width:17.3977275rem;height:3.6477275rem;top:15.166015625rem;left:1.3006035089493rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
 }@media only screen and (max-width: 763px) { #SJ3y1mxZfNAWIzyI91TzAJeesV1rZTah { display:block; }
 }@media only screen and (max-width: 763px) { #pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ { background-color:rgba(0,0,0,0.24);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ.adaptive-delivery-prevent-bg, #pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ.lazyload, #pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ.lazyloading { background-image: none; }#pEgwna2L7cLRFdyBv3l2Gc6q5p5P16zZ > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IcGupHKmIOxX5Htu34NcngTuGwoTSiUi { width:20rem;height:0;top:4.6245665550232rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LSpLaMd5PZTD4TRzt7MLhpcBsEI8Tl3h { width:19.9991875rem;height:0;top:13.550036430359rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KFiqdNU3TXXNCfflNCkc9se73gm1L9N1 { width:6.8119375rem;height:12.249625rem;top:23.124998092651rem;left:13.188920378685rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5GDG8WU7ktwPqLJTSf0fcxHcRGeTXS5 { width:6.875rem;height:12.25rem;top:23.124111175537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJaUhVlXiaCTO7HulAzc4feZPUxlJB10 { width:6.6875rem;height:12.25rem;top:23.124111175537rem;left:6.655717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0Z1BAmVGDVNCLLdccHrOk31K5QicVy1 { width:16.937125rem;height:4.4984rem;top:8.8361148834231rem;left:1.5305396318436rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEQSGn8VHsDhgW0RqMnTefaUrvEpF5Hk { width:15.7493125rem;height:1.19939375rem;top:1.2482242584229rem;left:2.124467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDEzyS8wdQQm9K2DTXTEH1Ug57ZkIbIA { width:14.3125rem;height:2.25rem;top:0.70134925842287rem;left:2.8737570047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRvG7Lg5f0JB0rQBEBx5g0Mo3Mk0GvZT { width:19.999125rem;height:4.19921875rem;top:4.0252122879028rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Lh2lo3GnPh9ccTgIqFwG1RB84kSlOrD7 { width:19.99825rem;height:3.14808125rem;top:20.580610275269rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #npsCGa7TkGWrs1oWVsfWzDhGed7d4o0T { width:17.3977275rem;height:3.6477275rem;top:15.166015625rem;left:1.3006035089493rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
 }@media only screen and (max-width: 763px) { #pywsx9qc1LtuMMtnWHAd2XlTHLXelmT8 { display:block; }
 }@media only screen and (max-width: 763px) { #HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W { background-color:rgba(0,0,0,0.24);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W.adaptive-delivery-prevent-bg, #HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W.lazyload, #HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W.lazyloading { background-image: none; }#HCl51aEeI4I4mS5KJfU9dDeKflPs6c0W > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mZCem8giSq2VOGVUrkiqDeZKu8Iz0kEQ { width:20rem;height:0;top:4.6245665550232rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bvFZ7M1VHz2MXAVRyp84OVOAoa3qtnGH { width:19.9991875rem;height:0;top:13.550036430359rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vToBAn3WvdxgEcOEW9RwUA4kHnIExHbX { width:6.8119375rem;height:12.249625rem;top:23.124998092651rem;left:13.188920378685rem;display:block; }
 }@media only screen and (max-width: 763px) { #InwfwfQ0Zuupn9ebiz7DDe9utzmptApU { width:6.875rem;height:12.25rem;top:23.124111175537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQnVsL8boyTg3rqNLeT0bcg14VLpNdCE { width:6.6875rem;height:12.25rem;top:23.124111175537rem;left:6.655717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhMksPXRaqAZ9zaIDnqM018XBw5uByZl { width:16.937125rem;height:4.4984rem;top:8.8361148834231rem;left:1.5305396318436rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owbQOynTPwxL1kuTVRsrJwCzthGZSJVT { width:15.7493125rem;height:1.19939375rem;top:1.2482242584229rem;left:2.124467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VqTgEcNCh3Am8zvbScf75B9mTWhgP3Eo { width:14.3125rem;height:2.25rem;top:0.70134925842287rem;left:2.8737570047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHb34gGTWszk1sJcN3V9e0BLyzXwtG1l { width:19.999125rem;height:4.19921875rem;top:4.0252122879028rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #WpcKoSt2MVTeiAqP3nmcroWrO6ATSGzZ { width:19.99825rem;height:3.14808125rem;top:20.580610275269rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #y3q3Dz8v7ywQWwebPbO61ESE1kdKkEpt { width:17.3977275rem;height:3.6477275rem;top:15.166015625rem;left:1.3006035089493rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
 }@media only screen and (max-width: 763px) { #FuehkSPbIfdXFwxRt3y4J67PX97RFZla { display:block; }
 }@media only screen and (max-width: 763px) { #FW433WRlKPGQpsDhoQCgCBAgRgdIba3H { background-color:rgba(0,0,0,0.24);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FW433WRlKPGQpsDhoQCgCBAgRgdIba3H.adaptive-delivery-prevent-bg, #FW433WRlKPGQpsDhoQCgCBAgRgdIba3H.lazyload, #FW433WRlKPGQpsDhoQCgCBAgRgdIba3H.lazyloading { background-image: none; }#FW433WRlKPGQpsDhoQCgCBAgRgdIba3H > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZHFLcvLXflTiJuXbru8hxT6EEpmrb4EO { width:20rem;height:0;top:4.6245665550232rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B3yr18TXJeAkZyMtLTxn0aq7LSo4PgFU { width:19.9991875rem;height:0;top:13.550036430359rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #scll2qtqFiwboAGOuxFFTO7nnfHz0BMF { width:6.8119375rem;height:12.249625rem;top:23.124998092651rem;left:13.188920378685rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBqaxf60CGLXc14VIsJTIKtA8px97wnQ { width:6.875rem;height:12.25rem;top:23.124111175537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsLHlNJf46LC0DxkTluTVzr9vfSGFssL { width:6.6875rem;height:12.25rem;top:23.124111175537rem;left:6.655717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbTw5k2tWWBvPTvZ8lJRZPcgwFhPeViZ { width:16.937125rem;height:4.4984rem;top:8.8361148834231rem;left:1.5305396318436rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3tAUtINaHn1CdXNlZAEetpWKQST5hQE { width:15.7493125rem;height:1.19939375rem;top:1.2482242584229rem;left:2.124467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8SOGi0WWTJOUh2AacLJ3xTWlBExViXd { width:14.3125rem;height:2.25rem;top:0.70134925842287rem;left:2.8737570047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFbVTWMRZpgr8XsDa8IgcNlhT9TKOyap { width:19.999125rem;height:4.19921875rem;top:4.0252122879028rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #EoCGwCCaPaMqnrsqGBk2QoRgL8VJc55c { width:19.99825rem;height:3.14808125rem;top:20.580610275269rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #a5xa9IStqyc1SVHIBTt4QWHDhxJ9ekwI { width:17.3977275rem;height:3.6477275rem;top:15.166015625rem;left:1.3006035089493rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
 }@media only screen and (max-width: 763px) { #AfirTqZIoFf2sbg0QraXoTXTSBfND5oT { display:block; }
 }@media only screen and (max-width: 763px) { #NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF { background-color:rgba(0,0,0,0.24);background-image:url("https://images.assets-landingi.com/uc/1d825b28-62a1-4195-97d2-60c4162d445e/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF.adaptive-delivery-prevent-bg, #NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF.lazyload, #NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF.lazyloading { background-image: none; }#NrUHN9cl72W5EtmJ8IpTekeriKqOLeEF > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sN9ik67Wnznh5oBDg52lM0rOecUe8O5A { width:20rem;height:0;top:4.6245665550232rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rGNNPPaomg3udX9HaKI3RXdV6KqnhHho { width:19.9991875rem;height:0;top:13.550036430359rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xu2CPgfDnbUeUtgtE4Xr5UgChIMemxyo { width:6.8119375rem;height:12.249625rem;top:23.124998092651rem;left:13.188920378685rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTJFSZ417mhy1DHZyEEAIoFTA8NWZPa { width:6.875rem;height:12.25rem;top:23.124111175537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEb7c7a6rmJLeM8gaToulRDtCbiWRE61 { width:6.6875rem;height:12.25rem;top:23.124111175537rem;left:6.655717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAwT1f2ZUn2GDzNfHm3uJTvukZNiEPkk { width:16.937125rem;height:4.4984rem;top:8.8361148834231rem;left:1.5305396318436rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zi0I93SQdP8KHAc00AN9qztFCVQsqiyK { width:15.7493125rem;height:1.19939375rem;top:1.2482242584229rem;left:2.124467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udyW0sxM06kGGMviHcJhXOVldFSE3Xl6 { width:14.3125rem;height:2.25rem;top:0.70134925842287rem;left:2.8737570047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkzaXM2e9b2q3J8QFbtdhJVM2a2dTMDC { width:19.999125rem;height:4.19921875rem;top:4.0252122879028rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #kxCmG08m02NscbVbe2k7VekniipL4OqT { width:19.99825rem;height:3.14808125rem;top:20.580610275269rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #CdnsUNV3l9iSncJLxQ0LpmwTbT55wSfI { width:17.3977275rem;height:3.6477275rem;top:15.166015625rem;left:1.3006035089493rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
 }@media only screen and (max-width: 763px) { #UK2GJZGHweTyk09sT6nGZrsfRWvTwRTu { display:block; }
 }@media only screen and (max-width: 763px) { #QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA { display:block; }#QlxrBUWhoxm0x4XM9d8AtT9vDSKpOJiA > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGBL6KHsNicq3az0mqkTAIQD6vAcTRzc { width:11.375rem;height:1.4rem;top:3.875rem;left:5.0625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mES8AgTkHdDNCEfzVc6DWK5BHEva8Xly { width:1.5625rem;height:1.5625rem;top:3.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3TQW3auUhzXllFcXQUmbW7Pn3M16v4F { width:12.5rem;height:1.3rem;top:6.125rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGAKFL4FmJZIOX43y1UxbDkgqqw9Gb8T { width:9.5rem;height:3.125rem;top:0rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wotW4nGx9tgbilUixi4M2TdNMWb7uylB { display:none; }#wotW4nGx9tgbilUixi4M2TdNMWb7uylB > .row .container { width:20rem;height:77.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bagXsWwkFJw4Qyu0LdVWs2rLTIqBq6H3 { width:17.5rem;height:20.3125rem;top:10.249721527099rem;left:1.2499998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmL0ocEqFon1XF1sFz7LTVEXwf45mxu1 { width:17.5rem;height:20.3125rem;top:32.312126159668rem;left:1.2499998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #wG1F6ge7epWpaFpT4wCSSkHX7wlcT4MU { width:17.5rem;height:20.3125rem;top:54.375rem;left:1.2499998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkPJluTD90x2Ga4aeJmFcFBJLnqn6Q3V { width:19.1874375rem;height:6.597625rem;top:2.3116626739502rem;left:0.40550589561463rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoXuMaRVAkU2KlhWcqB6yPvAuOgTM0zB { width:16.1875rem;height:3.1484375rem;top:17.937126159668rem;left:1.937313914299rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvD8apZxgwPJRTrnnyMazIEo8Rrue5th { width:16.1875rem;height:3.1484375rem;top:21.687126159668rem;left:1.937313914299rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A50WUy9EWSZuWbipBiA04QGprd6O3dJ3 { width:10.25rem;height:3.1484375rem;top:25.437126159668rem;left:4.8749066591263rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQTE1ebPVQHTN7x0gzElSO8CZLNi71ez { width:16.1875rem;height:3.1484375rem;top:39.937217712403rem;left:1.937313914299rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orC0FlViaHW9wN6SnQlBk9NT9rHgK1Q5 { width:16.1875rem;height:3.1484375rem;top:43.687217712403rem;left:1.937313914299rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsvfQD4s31c6nZQJe8Dhm4JTqr9KbVIH { width:12.0625rem;height:3.1484375rem;top:47.437217712403rem;left:3.9997206926346rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IV4ilITxL1eTp8rHkH7JU9wqOMqIhht5 { width:16.1875rem;height:3.1484375rem;top:62.062400817871rem;left:1.937313914299rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBgSKDT7xQkLd8QTVaBtZO2De2PG1VKm { width:14.125rem;height:3.1484375rem;top:65.812400817869rem;left:3.2496277093887rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9wJnWXih6xfrIVMmQNGlNpV3qXBW4BU { width:12.375rem;height:3.1484375rem;top:69.562400817869rem;left:3.8123136758804rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wco5sTPutpNkT6A2GCkhg5u8kK9MzL0K { width:7.5rem;height:7.5rem;top:10.249721527099rem;left:6.2499996423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPmORswXJcxcwGGXgywSnHJFBkkOuTf6 { width:7.5rem;height:7.5rem;top:32.312126159668rem;left:6.2499996423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tow9GTT4vaiTqFaOT0hCLT2nFifhFRuU { width:7.5rem;height:7.5rem;top:54.375rem;left:6.2499996423721rem;display:block; }
 }