.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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/YvAZbaje/psiak_nizszy_2019_stopka.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:569px;width:960px;overflow:visible;position:relative;display:block; }#obtWwfDKBoUQgxUmBqu0Jg1bdEUq0XvN { color:#ffffff;display:block;width:549px;position:absolute;font-family:"open sans";font-size:52px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:311px;left:31px;height:202.7818px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:224px;width:239px;top:0px;left:31px;overflow:hidden;display:block; }
#vTBpOgPeSpEzXuloTfE7rKN1ne3DuhZu { color:#ffffff;display:block;width:774px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:444px;left:62px;height:46.7969px;font-style:normal;display:block; }
#pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ > .row .container { background-color: transparent; background-image: none; }#pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ > .row .container > .video-iframe-container { display: none; }#pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ > .row > .video-iframe-container { display: none; }#pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ > .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); }#pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ > .row .container { border-width: 0; border-radius: 0; }#pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ > .row .container { font-size:14px;font-family:"open sans";height:85px;width:960px;position:relative;display:block; }#r0pLK5xnIPNZLF0ZExoPyWEFzm9al312 { color:#000000;display:block;width:941px;position:absolute;font-family:"open sans";font-size:34px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:19.5px;left:9.5px;height:44.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r88gLWaBqqgSKmLVOXev9S91TvxW3X4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r88gLWaBqqgSKmLVOXev9S91TvxW3X4G > .row .container { background-color: transparent; background-image: none; }#r88gLWaBqqgSKmLVOXev9S91TvxW3X4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r88gLWaBqqgSKmLVOXev9S91TvxW3X4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r88gLWaBqqgSKmLVOXev9S91TvxW3X4G > .row .container > .video-iframe-container { display: none; }#r88gLWaBqqgSKmLVOXev9S91TvxW3X4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r88gLWaBqqgSKmLVOXev9S91TvxW3X4G > .row > .video-iframe-container { display: none; }#r88gLWaBqqgSKmLVOXev9S91TvxW3X4G > .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); }#r88gLWaBqqgSKmLVOXev9S91TvxW3X4G > .row .container { border-width: 0; border-radius: 0; }#r88gLWaBqqgSKmLVOXev9S91TvxW3X4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r88gLWaBqqgSKmLVOXev9S91TvxW3X4G > .row .container { font-size:14px;font-family:"open sans";height:26px;width:960px;position:relative;display:block; }#DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f1;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; }#DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq > .row .container { background-color: transparent; background-image: none; }#DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq > .row .container > .video-iframe-container { display: none; }#DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq > .row > .video-iframe-container { display: none; }#DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq > .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); }#DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq > .row .container { border-width: 0; border-radius: 0; }#DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq > .row .container { font-size:14px;font-family:arial;height:565px;width:960px;position:relative;display:block; }#mV9PbATXpgfgG1q58KDyrelhVi8cubQd { color:#f58221;display:block;width:465px;position:absolute;font-family:lato;font-size:35px;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:7px;left:0.5px;height:77px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BmzfAUsKP4ZKCSpFxM8Xz6ofdUlbg7uC { color:#000000;display:block;width:429px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:109.5px;left:0px;height:76.7812px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OEotOoX1XJlcZgUiA3Ik1S5xE6kzpfsS { color:#f58221;display:block;width:121px;position:absolute;font-family:lato;font-size:80px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:61px;left:671px;height:104px;font-style:normal;display:block; }
#LLERmAFZaNCuMlklP5rhXNSXeQRFJ6VG { color:#000000;display:block;width:121px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:151px;left:662px;height:18.1953px;display:block; }
#ut6T6r69t9W9sNk3GvIwXDLuHp1s3xkd { color:#f58221;display:block;width:93px;position:absolute;font-family:lato;font-size:80px;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:61px;left:842px;height:104px;font-style:normal;display:block; }
#bZmqx9z2k9UrlUCAWeoyAfbHRbvu3eTg { color:#000000;display:block;width:125px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:151px;left:829px;height:36.3906px;text-align:center;text-align-last:center;display:block; }
#Uvo3EopepTykJFf9hyX6ikhc7bTKwTZc { color:#000000;display:block;width:478px;position:absolute;font-family:lato;font-size:35px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7px;left:480px;height:45.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#orS8m7JoCfgeAuVssMJUCkskM02yO1CT { color:#f58221;display:block;width:58px;position:absolute;font-family:lato;font-size:80px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:81px;left:844px;height:104px;font-style:normal;display:none; }
#v49uETVaS8wdbNaz0raVP2B5z14r9WCH { color:#000000;display:block;width:478px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:381.796875px;left:480px;height:62.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ppgFJ2BlvfH9U2T3kQI38Lq1HCmQrxD9 { color:#f58221;display:block;width:193px;position:absolute;font-family:lato;font-size:54px;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:470px;left:752px;height:70.1953px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VbUK1NDfsTNsSa9KPEXDcdcLLD4O2U8Q { color:#000000;display:block;width:115px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:531.9921875px;left:803.99737548828px;height:18.1953px;text-align:right;text-align-last:right;display:block; }
#PaKTXH7zpJucl9oUsbkbOfiTaTPnhVbL { color:#f58221;display:block;width:263px;position:absolute;font-family:lato;font-size:80px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:251px;left:480px;height:104px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aNz97rPpdF1UB3qbvIwPhpcRXgZ67iOe { color:#000000;display:block;width:102.995px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:344.1796875px;left:568.81512451172px;height:18.1953px;display:block; }
#gsBt88mcHnamvElWGIoHTHs2SQUiB2t6 { color:#000000;display:block;width:454px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:277px;left:0px;height:207.172px;display:block; }#gsBt88mcHnamvElWGIoHTHs2SQUiB2t6 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#gsBt88mcHnamvElWGIoHTHs2SQUiB2t6 li:before{  }
#flK68gwxMkB1UcAspBhuuCkFy82978OQ { color:#000000;display:block;width:429px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:211.5px;left:0px;height:28.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ML6ScG61SHr6f6iZehgcSZvhphgwxfc1 { color:#f58221;display:block;width:121px;position:absolute;font-family:lato;font-size:80px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:61px;left:503px;height:104px;font-style:normal;display:block; }
#huMXEgW7Qf2Iz9XMOzCwAwTtbsHQEbOd { color:#000000;display:block;width:124px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:151px;left:489px;height:36.3906px;text-align:center;text-align-last:center;display:block; }
#s3vZlARRbPtTy78g9pTfCmWEDoqIPVI1 { color:#000000;display:block;width:115px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:531.9921875px;left:556.82293701172px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
#xhZQRzV1TzmzyfKkIa8K3XrKWQ8XLZck { color:#f58221;display:block;width:255px;position:absolute;font-family:lato;font-size:80px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:444px;left:490px;height:104px;font-style:normal;display:block; }
#IcQynvRKlZQ8ZT29Fc5xHDRAHJfGRELl { color:#000000;display:block;width:456px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:210.3046875px;left:492px;height:31.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dVvmeDGrs9CKrbf8fmAiTFhpohPhdrHe { color:#f58221;display:block;width:193px;position:absolute;font-family:lato;font-size:54px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:274px;left:742px;height:70.1953px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lQTHeoselPboiOwxHGMlQa5sbi4Go0CA { color:#000000;display:block;width:115px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:337.6171875px;left:820.82025146484px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obtWwfDKBoUQgxUmBqu0Jg1bdEUq0XvN { width:549px;height:202px;top:311px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { width:239px;height:224px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vTBpOgPeSpEzXuloTfE7rKN1ne3DuhZu { width:764px;height:46px;top:444px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ { display:block; }#pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0pLK5xnIPNZLF0ZExoPyWEFzm9al312 { width:764px;height:44px;top:19px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #r88gLWaBqqgSKmLVOXev9S91TvxW3X4G { display:block; }#r88gLWaBqqgSKmLVOXev9S91TvxW3X4G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq { display:block; }#DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mV9PbATXpgfgG1q58KDyrelhVi8cubQd { width:465px;height:77px;top:7px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BmzfAUsKP4ZKCSpFxM8Xz6ofdUlbg7uC { width:429px;height:76px;top:109px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OEotOoX1XJlcZgUiA3Ik1S5xE6kzpfsS { width:121px;height:104px;top:61px;left:524px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LLERmAFZaNCuMlklP5rhXNSXeQRFJ6VG { width:121px;height:18px;top:151px;left:515px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ut6T6r69t9W9sNk3GvIwXDLuHp1s3xkd { width:93px;height:104px;top:61px;left:671px;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #bZmqx9z2k9UrlUCAWeoyAfbHRbvu3eTg { width:125px;height:36px;top:151px;left:639px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Uvo3EopepTykJFf9hyX6ikhc7bTKwTZc { width:477px;height:45px;top:6px;left:287px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #orS8m7JoCfgeAuVssMJUCkskM02yO1CT { width:68px;height:208px;top:831px;left:57.5px;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #v49uETVaS8wdbNaz0raVP2B5z14r9WCH { width:478px;height:62px;top:381px;left:286px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ppgFJ2BlvfH9U2T3kQI38Lq1HCmQrxD9 { width:193px;height:70px;top:470px;left:571px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #VbUK1NDfsTNsSa9KPEXDcdcLLD4O2U8Q { width:115px;height:18px;top:531px;left:649px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PaKTXH7zpJucl9oUsbkbOfiTaTPnhVbL { width:263px;height:104px;top:251px;left:382px;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #aNz97rPpdF1UB3qbvIwPhpcRXgZ67iOe { width:102px;height:18px;top:344px;left:421.81512451172px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gsBt88mcHnamvElWGIoHTHs2SQUiB2t6 { width:454px;height:;top:277px;left:0px;font-size:16px;display:block; }#gsBt88mcHnamvElWGIoHTHs2SQUiB2t6 li:before{  }
 }@media only screen and (max-width: 763px) { #flK68gwxMkB1UcAspBhuuCkFy82978OQ { width:429px;height:28px;top:211px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ML6ScG61SHr6f6iZehgcSZvhphgwxfc1 { width:121px;height:104px;top:61px;left:382px;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #huMXEgW7Qf2Iz9XMOzCwAwTtbsHQEbOd { width:124px;height:36px;top:151px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s3vZlARRbPtTy78g9pTfCmWEDoqIPVI1 { width:115px;height:18px;top:531px;left:409.8203125px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xhZQRzV1TzmzyfKkIa8K3XrKWQ8XLZck { width:255px;height:104px;top:444px;left:382px;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #IcQynvRKlZQ8ZT29Fc5xHDRAHJfGRELl { width:456px;height:31px;top:210px;left:308px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #dVvmeDGrs9CKrbf8fmAiTFhpohPhdrHe { width:193px;height:70px;top:274px;left:571px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #lQTHeoselPboiOwxHGMlQa5sbi4Go0CA { width:115px;height:18px;top:337px;left:649px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/H7c8da4y/psiak-nizszy-3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:540px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obtWwfDKBoUQgxUmBqu0Jg1bdEUq0XvN { width:320px;height:156px;top:241px;left:0px;text-align:center;text-align-last:center;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { width:233px;height:218px;top:9px;left:43.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vTBpOgPeSpEzXuloTfE7rKN1ne3DuhZu { width:320px;height:46.7969px;top:493.5px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ { display:block; }#pkDbu1mVtvo7qaL4uHvreoTH0CyTO8pZ > .row .container { width:320px;height:196px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0pLK5xnIPNZLF0ZExoPyWEFzm9al312 { width:320px;height:176.75px;top:12px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r88gLWaBqqgSKmLVOXev9S91TvxW3X4G { display:block; }#r88gLWaBqqgSKmLVOXev9S91TvxW3X4G > .row .container { width:320px;height:26px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq { display:block; }#DDp5woED9T5BO4Ixp8SGe3ethTBrQBvq > .row .container { width:320px;height:1820px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mV9PbATXpgfgG1q58KDyrelhVi8cubQd { width:300px;height:154px;top:24px;left:10px;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #BmzfAUsKP4ZKCSpFxM8Xz6ofdUlbg7uC { width:300px;height:102.375px;top:177.98599243164px;left:10px;text-align:center;text-align-last:center;font-size:16px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #OEotOoX1XJlcZgUiA3Ik1S5xE6kzpfsS { width:102px;height:0;top:819px;left:109px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LLERmAFZaNCuMlklP5rhXNSXeQRFJ6VG { width:121px;height:20.7969px;top:1067px;left:100px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ut6T6r69t9W9sNk3GvIwXDLuHp1s3xkd { width:107px;height:104px;top:841px;left:107px;text-align:center;text-align-last:center;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #bZmqx9z2k9UrlUCAWeoyAfbHRbvu3eTg { width:167px;height:41.5938px;top:931px;left:77px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Uvo3EopepTykJFf9hyX6ikhc7bTKwTZc { width:320px;height:33.8021px;top:680px;left:0px;text-align:center;text-align-last:center;font-size:26px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #orS8m7JoCfgeAuVssMJUCkskM02yO1CT { width:93px;height:104px;top:974px;left:114px;text-align:center;text-align-last:center;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #v49uETVaS8wdbNaz0raVP2B5z14r9WCH { width:320px;height:101.3907px;top:1444.3828125px;left:0px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ppgFJ2BlvfH9U2T3kQI38Lq1HCmQrxD9 { width:210px;height:71.5px;top:1703px;left:55px;text-align:center;text-align-last:center;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #VbUK1NDfsTNsSa9KPEXDcdcLLD4O2U8Q { width:124px;height:20.7969px;top:1400.6015625px;left:98px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PaKTXH7zpJucl9oUsbkbOfiTaTPnhVbL { width:291px;height:104px;top:1199.59375px;left:14.5px;text-align:center;text-align-last:center;z-index:14996;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #aNz97rPpdF1UB3qbvIwPhpcRXgZ67iOe { width:103px;height:20.7969px;top:1303.59375px;left:108.5px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gsBt88mcHnamvElWGIoHTHs2SQUiB2t6 { width:320px;height:290.359px;top:352px;left:0px;display:block; }#gsBt88mcHnamvElWGIoHTHs2SQUiB2t6 li:before{  }
 }@media only screen and (max-width: 763px) { #flK68gwxMkB1UcAspBhuuCkFy82978OQ { width:320px;height:28.7969px;top:299px;left:0px;text-align:center;text-align-last:center;font-size:18px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ML6ScG61SHr6f6iZehgcSZvhphgwxfc1 { width:121px;height:104px;top:713.796875px;left:99.5px;text-align:center;text-align-last:center;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #huMXEgW7Qf2Iz9XMOzCwAwTtbsHQEbOd { width:124px;height:41.5938px;top:802.78125px;left:98px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s3vZlARRbPtTy78g9pTfCmWEDoqIPVI1 { width:140px;height:20.7969px;top:1668.578125px;left:90px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xhZQRzV1TzmzyfKkIa8K3XrKWQ8XLZck { width:255px;height:104px;top:1564.578125px;left:32.5px;text-align:center;text-align-last:center;font-size:80px;display:block; }
 }@media only screen and (max-width: 763px) { #IcQynvRKlZQ8ZT29Fc5xHDRAHJfGRELl { width:320px;height:67.5938px;top:1117.796875px;left:0px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #dVvmeDGrs9CKrbf8fmAiTFhpohPhdrHe { width:193px;height:71.5px;top:1330.1015625px;left:63.5px;text-align:center;text-align-last:center;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #lQTHeoselPboiOwxHGMlQa5sbi4Go0CA { width:115px;height:20.7969px;top:1773px;left:103px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:16px;display:block; }
 }