.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f3f3f3;background-image:none;position:relative;display:block; }
#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container { display: none; }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .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); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/bd3ce0c0-a33f-4f48-be10-2424cc4f72eb/wideo3landingbg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.adaptive-delivery-prevent-bg, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyload, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyloading { background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { background-color: transparent; background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .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); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { border-width: 0; border-radius: 0; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container {  }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { width:60rem;height:35.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:70.9375rem;left:1.03125rem;display:none; }
#UqXHNop9Gl8NUKTFd5pG5RcRpBWGBPCa { display:block;width:27.1875rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.24658203125rem;left:16.185546875rem;height:1.94970625rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#naGdxaRQVBb1eeVAHykmCNbROX4b0T9y { display:block;width:42.249375rem;position:absolute;font-family:ivy-semibold;font-size:2.0625rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:4.99609375rem;left:8.87353515625rem;height:;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#kkeTMpn2k9ONoHVdhlKTqPR22oZ4JTqD { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.3125rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#LZ3pntovQFrXpXgSvWBxezts0r5VtBEi { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5rem;width:24.5rem;top:9.00927734375rem;left:17.75rem;display:block; }
#kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT > .row .container { background-color: transparent; background-image: none; }#kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT > .row .container > .video-iframe-container { display: none; }#kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT > .row > .video-iframe-container { display: none; }#kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT > .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); }#kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT > .row .container { border-width: 0; border-radius: 0; }#kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT > .row > .video-iframe-container {  }#kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#JC9M2RA7Qo9olxch3aB4XmN1JfW2L1LT { color:#000000;display:block;width:49.3120625rem;position:absolute;font-family:barlow;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.435546875rem;left:5.9990234375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hkGbfLOSZbIQfQ5wFF3V6h1WHI1kM65y { position:absolute;display:block;z-index:15015;height:24.3125rem;width:47.625rem;top:5.1247825622559rem;left:6.875rem;display:block; }
#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2528961-9c80-49d5-b8b3-2898866988dc/sekcjanowylanding.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.adaptive-delivery-prevent-bg, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyload, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyloading { background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { background-color: transparent; background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .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); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { border-width: 0; border-radius: 0; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container {  }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { font-size:0.875rem;font-family:arial;height:63.8125rem;width:60rem;position:relative;display:block; }#PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { display:block;width:51.8728125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:2.8667545318604rem;left:4.9229621887207rem;height:55.99390625rem;font-style:normal;color:#2f2a80;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wAvnkonGSuPbMd8fC4q7fuewf4v4Z4eG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.18663125rem;width:5.18663125rem;top:55.625rem;left:18.75rem;overflow:hidden;display:block; }
#QiMWWr6PRt2ABA0uUZox8c8HBp5xXhG3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:55.75rem;left:27.5rem;overflow:hidden;display:block; }
#wTVfSTgg1q9TsPgCB8qM2NsViabxPv9W { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.93706875rem;width:4.93706875rem;top:55.875rem;left:35.875rem;overflow:hidden;display:block; }
#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/88e497ae-2ebb-440e-b1b9-5374118f99f4/krzysztofsekcja.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.adaptive-delivery-prevent-bg, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyload, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyloading { background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { background-color: transparent; background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .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); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { border-width: 0; border-radius: 0; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container {  }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#14abe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:19.375rem;width:34.5rem;position:absolute;display:block;z-index:15001;top:6.1875rem;left:2.1875rem;display:block; }
#nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { display:block;width:32.5616875rem;position:absolute;font-family:ivyjournal;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:4.1875rem;height:2.03125rem;font-style:normal;color:#ffffff;display:block; }
#NmtVvocBmWM6WGsinI18AC0RrZiegeva { display:block;width:29.9359375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:13.642183303833rem;left:4.4695320129394rem;height:15.1855625rem;font-style:normal;color:#000000;text-align:justify;text-align-last:initial;display:block; }
#xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.499625rem;width:27.4980625rem;top:1.6242110729218rem;left:32.500782012939rem;overflow:hidden;display:block; }
#VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:22.125rem;width:34.5rem;position:absolute;display:block;z-index:15002;top:10.174211978912rem;left:2.1875rem;display:block; }
#ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { position:absolute;display:block;z-index:15006;background-color:#dbdafe;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:2.9375rem;width:16.4375rem;top:2.1451873779297rem;left:2.1853294372559rem;display:block; }
#lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { color:#2f2a80;display:block;width:17.625rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.71484375rem;left:4.4346771240234rem;height:1.86865rem;display:block; }
#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { border-width: 0; border-radius: 0; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row > .video-iframe-container {  }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { font-size:0.875rem;font-family:"open sans";height:32.1875rem;width:60rem;position:relative;display:none; }#LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { color:#c02121;display:block;width:40.8116875rem;position:absolute;font-family:ivyjournal;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.3117198944092rem;left:11.342578887939rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#IT9fprI2pi7mVVJ9bciMQN8Kk40B3voI { color:#2f2a80;display:block;width:59.6226875rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.99843788147rem;left:0.18828201293945rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2v84XV6hFX9NctvRtkvgTkgAXqOV0QE { position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.32) ;height:14.875rem;width:21.25rem;top:7.6875rem;left:19.375001907349rem;display:block; }
#SRtqv4iZOT2t5lnvQoTpRn2zBk2q1Sxz { color:#000000;display:block;width:16.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:12.4375rem;left:23.687501907349rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#s0WzI7OKHK7z5DoNrHWVRwIfDeU36w3d { color:#000000;display:block;width:16.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.012499809265rem;left:23.687501907349rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#lBhHgwZ2DPgLI7fN2efivsaMrJnoMsMF { background-color:#e30e0e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:barlow;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:14.93593788147rem;left:22.875001907349rem;display:block; }
#oJ6fH7I3eySRViGX1uhDtgIPEb5HRklw { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#W6Zd2kOCdHEaivaWNOKA0zTQETcPmX3C { box-sizing:content-box;color:#0f2745;font-size:2rem;font-weight:400;line-height:1;height:2.9367875rem;width:2.9367875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:11.4375rem;left:20.75rem;display:block; }
#Qe17mRxb8NAB9mpn3nGBIhbBddAyAmkd { box-sizing:content-box;color:#0f2745;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3117875rem;width:2.374825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:9.5rem;left:21rem;display:block; }
#N5UF9UGPVAmorca5l5l1sI9Qr3IA8otS { background-color:rgba(0,0,0,0);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-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:1.9375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:18.68593788147rem;left:24.687501907349rem;display:block; }
#fTDD3Jkf9zHCeHsKIJybxc25TM6lcX0s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { background-color: transparent; background-image: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container > .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .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); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { border-width: 0; border-radius: 0; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container {  }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { color:#000000;display:block;width:60rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.687499523163rem;left:0rem;height:6.0926625rem;text-align:justify;text-align-last:initial;display:block; }
#VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6241875rem;width:4.37460625rem;top:2.2464866638184rem;left:27.810932159424rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { display:none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { width:47.75rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { width:3.125rem;height:3.125rem;top:70.9375rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqXHNop9Gl8NUKTFd5pG5RcRpBWGBPCa { width:47.75rem;height:4.875rem;top:10rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #naGdxaRQVBb1eeVAHykmCNbROX4b0T9y { width:47.75rem;height:13.869125rem;top:6.875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkeTMpn2k9ONoHVdhlKTqPR22oZ4JTqD { width:10.3125rem;height:4.5625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ3pntovQFrXpXgSvWBxezts0r5VtBEi { width:24.5rem;height:24.5rem;top:9rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT { display:block; }#kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC9M2RA7Qo9olxch3aB4XmN1JfW2L1LT { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkGbfLOSZbIQfQ5wFF3V6h1WHI1kM65y { width:20.625rem;height:14.6875rem;top:21.4375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { width:47.75rem;height:204rem;top:10rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAvnkonGSuPbMd8fC4q7fuewf4v4Z4eG { width:5.125rem;height:5.125rem;top:55.625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiMWWr6PRt2ABA0uUZox8c8HBp5xXhG3 { width:5rem;height:5rem;top:55.75rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTVfSTgg1q9TsPgCB8qM2NsViabxPv9W { width:4.875rem;height:4.875rem;top:55.875rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I { display:block; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { width:47.75rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { width:26.625rem;height:2.0296875rem;top:1.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmtVvocBmWM6WGsinI18AC0RrZiegeva { width:26.5625rem;height:9rem;top:5.5625rem;left:19.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { width:27.4375rem;height:35.42143963552rem;top:1.5625rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { width:16.4375rem;height:2.9375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { width:17.5625rem;height:1.8125rem;top:2.6875rem;left:1.3721771240234rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { display:block; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { width:40.75rem;height:2.0296875rem;top:3.25rem;left:5.2175788879394rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT9fprI2pi7mVVJ9bciMQN8Kk40B3voI { width:47.75rem;height:3.571875rem;top:24.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2v84XV6hFX9NctvRtkvgTkgAXqOV0QE { width:21.25rem;height:14.875rem;top:7.6875rem;left:13.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRtqv4iZOT2t5lnvQoTpRn2zBk2q1Sxz { width:16.0625rem;height:1.25rem;top:12.375rem;left:17.562068939209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0WzI7OKHK7z5DoNrHWVRwIfDeU36w3d { width:16.0625rem;height:1.25rem;top:10rem;left:17.562068939209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBhHgwZ2DPgLI7fN2efivsaMrJnoMsMF { width:18.75rem;height:4.5rem;top:30.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6fH7I3eySRViGX1uhDtgIPEb5HRklw { display:block; }
 }@media only screen and (max-width: 763px) { #W6Zd2kOCdHEaivaWNOKA0zTQETcPmX3C { width:2.875rem;height:2.875rem;top:11.4375rem;left:14.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe17mRxb8NAB9mpn3nGBIhbBddAyAmkd { width:2.3125rem;height:2.2516247120763rem;top:9.5rem;left:14.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5UF9UGPVAmorca5l5l1sI9Qr3IA8otS { width:10.625rem;height:1.9375rem;top:18.625rem;left:18.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDD3Jkf9zHCeHsKIJybxc25TM6lcX0s { display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:47.75rem;height:6.328125rem;top:11.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { width:4.3125rem;height:7.5159469709419rem;top:2.1875rem;left:21.685932159424rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/83f0a8a4-c9c1-4028-93be-8bf0b91af943/wideo3landing4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.adaptive-delivery-prevent-bg, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyload, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyloading { background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { background-color: transparent; background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .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); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { border-width: 0; border-radius: 0; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container {  }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { width:2.5rem;height:2.5rem;top:10.875rem;left:13.0625rem;font-size:1.75rem;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #UqXHNop9Gl8NUKTFd5pG5RcRpBWGBPCa { width:16.9998125rem;height:1.13715rem;top:8.6859817504881rem;left:1.4995661377907rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #naGdxaRQVBb1eeVAHykmCNbROX4b0T9y { width:17.686625rem;height:3.15104375rem;top:10.998264312744rem;left:1.1566841006279rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kkeTMpn2k9ONoHVdhlKTqPR22oZ4JTqD { width:8.125rem;height:3.62413125rem;top:5.1312937736511rem;left:5.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ3pntovQFrXpXgSvWBxezts0r5VtBEi { height:10.061875rem;width:17.061625rem;top:15.209419250488rem;left:1.4680989384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT { display:block; }#kce4CGai4JiQz5Pkbe2p39MdaAxmZAeT > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC9M2RA7Qo9olxch3aB4XmN1JfW2L1LT { width:20rem;height:3.41363125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkGbfLOSZbIQfQ5wFF3V6h1WHI1kM65y { width:20rem;height:14.6875rem;top:5.9121125rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2528961-9c80-49d5-b8b3-2898866988dc/sekcjanowylanding.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.adaptive-delivery-prevent-bg, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyload, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyloading { background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { background-color: transparent; background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .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); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { width:20rem;height:67.22003125rem;top:1.9453125rem;left:0.12353515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAvnkonGSuPbMd8fC4q7fuewf4v4Z4eG { width:5.125rem;height:5.125rem;top:64.849176406862rem;left:1.0611979365349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiMWWr6PRt2ABA0uUZox8c8HBp5xXhG3 { width:5rem;height:5rem;top:64.911027908325rem;left:7.6226132512094rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTVfSTgg1q9TsPgCB8qM2NsViabxPv9W { width:4.875rem;height:4.875rem;top:64.972877502444rem;left:13.873698532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I { background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/88e497ae-2ebb-440e-b1b9-5374118f99f4/krzysztofsekcja.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.adaptive-delivery-prevent-bg, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyload, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyloading { background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { background-color: transparent; background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .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); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { width:20rem;height:25.0625rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { width:17.499625rem;height:1.3808625rem;top:20.3125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmtVvocBmWM6WGsinI18AC0RrZiegeva { width:17.375rem;height:17.05405rem;top:24.362500190735rem;left:1.3125001192093rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { width:14.0625rem;height:17.8125rem;top:3.2976560592651rem;left:3.3742188215256rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { width:20rem;height:21.125rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { width:11.5616875rem;height:2.87460625rem;top:1.7097663879394rem;left:4.2175779640674rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { width:12.437125rem;height:1.6253875rem;top:2.361328125rem;left:3.7804684937rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { display:none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { width:16.6875rem;height:2.599825rem;top:1.6863327026368rem;left:1.6230466663837rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT9fprI2pi7mVVJ9bciMQN8Kk40B3voI { width:17.060125rem;height:3.0869125rem;top:22.18710899353rem;left:1.4683592617512rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2v84XV6hFX9NctvRtkvgTkgAXqOV0QE { width:20rem;height:14.875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRtqv4iZOT2t5lnvQoTpRn2zBk2q1Sxz { width:15.3125rem;height:1.2999125rem;top:10.4375rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s0WzI7OKHK7z5DoNrHWVRwIfDeU36w3d { width:13.5rem;height:1.2999125rem;top:8rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lBhHgwZ2DPgLI7fN2efivsaMrJnoMsMF { width:14.1875rem;height:4rem;top:13.10546875rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6fH7I3eySRViGX1uhDtgIPEb5HRklw { display:block; }
 }@media only screen and (max-width: 763px) { #W6Zd2kOCdHEaivaWNOKA0zTQETcPmX3C { width:2.875rem;height:2.875rem;top:9.6875rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe17mRxb8NAB9mpn3nGBIhbBddAyAmkd { width:2.3125rem;height:2.2516247120763rem;top:7.5rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5UF9UGPVAmorca5l5l1sI9Qr3IA8otS { width:10.625rem;height:1.9375rem;top:18rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDD3Jkf9zHCeHsKIJybxc25TM6lcX0s { display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:20rem;height:11.61350625rem;top:9.4992191791537rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { width:3.875rem;height:6.5625rem;top:1.4359359741211rem;left:8.0625003576281rem;display:block; }
 }