.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i { 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;z-index:auto;display:block; }#mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i > .row .container { background-color: transparent; background-image: none; }#mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i > .row .container > .video-iframe-container { display: none; }#mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i > .row > .video-iframe-container { display: none; }#mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i > .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); }#mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i > .row .container { border-width: 0; border-radius: 0; }#mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#zqNPqCNNWGtBqe9vzUPahlEaT8Cakzlh { box-sizing:content-box;color:#ffffff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.6875rem;left:73.0625rem;display:block; }
#e4pKhmv17pSueG1xBEVWrx1MUhaVGoNP { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.31225rem;width:13.562rem;top:0.623779296875rem;left:0rem;overflow:hidden;display:block; }
#qgE7T5bJxd1OTLCoP9kwflfXh4nfTDmg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.5rem;top:3.1875rem;left:4.3125rem;display:none; }
#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.96);background-image:url("https://images.assets-landingi.com/uc/b46666f9-5028-4056-afeb-ac3dcca81eec/dolnybannernaSP.webp");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; }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi.adaptive-delivery-prevent-bg, #bVQWREINdbz5qJSl6iUXFyCcDORO1QLi.lazyload, #bVQWREINdbz5qJSl6iUXFyCcDORO1QLi.lazyloading { background-image: none; }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row .container { background-color: transparent; background-image: none; }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row .container > .video-iframe-container { display: none; }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row > .video-iframe-container { display: none; }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .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); }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row .container { border-width: 0; border-radius: 0; }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#zIUcUDPQ00I1FIO5TBqkrZgkbzhQ1JLJ { box-sizing:content-box;height:6.3744375rem;width:36.0619375rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.72);background-image:none;top:8.625rem;left:5.375rem;display:block; }
#sOo0T1InAXc1q6VZkGDufO1sJ4noogf8 { color:#000000;display:block;width:45.4369375rem;position:absolute;font-family:"roboto condensed";font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0.6875rem;height:2.84360625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iIvVz8wTlKdoi3NardBNJhziXqeMRJpk { 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; }#iIvVz8wTlKdoi3NardBNJhziXqeMRJpk > .row .container { background-color: transparent; background-image: none; }#iIvVz8wTlKdoi3NardBNJhziXqeMRJpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIvVz8wTlKdoi3NardBNJhziXqeMRJpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIvVz8wTlKdoi3NardBNJhziXqeMRJpk > .row .container > .video-iframe-container { display: none; }#iIvVz8wTlKdoi3NardBNJhziXqeMRJpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIvVz8wTlKdoi3NardBNJhziXqeMRJpk > .row > .video-iframe-container { display: none; }#iIvVz8wTlKdoi3NardBNJhziXqeMRJpk > .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); }#iIvVz8wTlKdoi3NardBNJhziXqeMRJpk > .row .container { border-width: 0; border-radius: 0; }#iIvVz8wTlKdoi3NardBNJhziXqeMRJpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIvVz8wTlKdoi3NardBNJhziXqeMRJpk > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#bendaVaSVZ6oa50NMi3HdrvkgmLm40T6 { color:#000000;display:block;width:72.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:1.8119201660156rem;left:1.8858509063721rem;height:5.9982625rem;text-align:justify;text-align-last:initial;display:block; }
#bPUuREJyHvgHdnIUWLkufuPLNQTc1X8T { color:#000000;display:block;width:72.124375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:9.1859073638919rem;left:1.4366321563721rem;height:4.4987rem;text-align:justify;text-align-last:initial;display:block; }
#uDoTNLk1nvaH3bzJGrBKTKpIqfD7QyeJ { color:#000000;display:block;width:72.12375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:15.060041904449rem;left:1.4366321563721rem;height:5.9982625rem;text-align:justify;text-align-last:initial;display:block; }
#AixHmT5lUDcMbehlmud45ZMQTUPmVGTH { color:#000000;display:block;width:72.123125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:22.308884143829rem;left:1.4380788803101rem;height:5.9982625rem;text-align:justify;text-align-last:initial;display:block; }
#J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt { 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; }#J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt > .row .container { background-color: transparent; background-image: none; }#J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt > .row .container > .video-iframe-container { display: none; }#J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt > .row > .video-iframe-container { display: none; }#J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt > .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); }#J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt > .row .container { border-width: 0; border-radius: 0; }#J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#likHZOtGdBQL3X15eS58FBL0NhtO4bKW { color:#1b2e46;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:2.375rem;left:33.4375rem;height:1.91189375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3b3q5mDgJG8v6e67rJTXkvkT8evEgzx { box-sizing:content-box;color:#0e9ae5;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:0rem;left:36.25rem;display:block; }
#oBqvFyILp2CgZRqqdXgITi3PnqqJzBHD { 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:6.0620125rem;width:12.8735625rem;top:0rem;left:61.248779296875rem;overflow:hidden;display:block; }
#bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt { position:relative;display:none; }#bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt { border-width: 0; border-radius: 0; }#bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt > .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; }#bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#Tuw1UqtaI2BdU7pp6eqfTGcP1bPWqiZz { box-sizing:content-box;color:#0e9ae5;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:15000;display:none; }
#arDlL7b4DBlxuhvISszKeqhGkIoKORT8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Ih7TZohtBrPPUbtv29alKxOTzQc6uQ5K { box-sizing:content-box;color:#0e9ae5;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:18.1875rem;left:69.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i { display:block; }#mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqNPqCNNWGtBqe9vzUPahlEaT8Cakzlh { width:1.125rem;height:1.125rem;top:0.6875rem;left:46.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4pKhmv17pSueG1xBEVWrx1MUhaVGoNP { width:13.5rem;height:6.283392936145rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgE7T5bJxd1OTLCoP9kwflfXh4nfTDmg { width:12.5rem;height:7.5rem;top:3.1875rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVQWREINdbz5qJSl6iUXFyCcDORO1QLi { display:block; }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIUcUDPQ00I1FIO5TBqkrZgkbzhQ1JLJ { width:36rem;height:6.3125rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOo0T1InAXc1q6VZkGDufO1sJ4noogf8 { width:45.375rem;height:2.8125rem;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIvVz8wTlKdoi3NardBNJhziXqeMRJpk { display:block; }#iIvVz8wTlKdoi3NardBNJhziXqeMRJpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bendaVaSVZ6oa50NMi3HdrvkgmLm40T6 { width:47.75rem;height:5.9375rem;top:1.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPUuREJyHvgHdnIUWLkufuPLNQTc1X8T { width:47.75rem;height:4.4375rem;top:9.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDoTNLk1nvaH3bzJGrBKTKpIqfD7QyeJ { width:47.75rem;height:5.9375rem;top:15rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AixHmT5lUDcMbehlmud45ZMQTUPmVGTH { width:47.75rem;height:5.9375rem;top:22.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt { display:block; }#J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #likHZOtGdBQL3X15eS58FBL0NhtO4bKW { width:8.125rem;height:1.875rem;top:2.375rem;left:19.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3b3q5mDgJG8v6e67rJTXkvkT8evEgzx { width:2.5rem;height:2.5rem;top:0rem;left:22.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBqvFyILp2CgZRqqdXgITi3PnqqJzBHD { width:12.8125rem;height:6.0332588711361rem;top:0rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt { display:none; }#bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tuw1UqtaI2BdU7pp6eqfTGcP1bPWqiZz { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #arDlL7b4DBlxuhvISszKeqhGkIoKORT8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ih7TZohtBrPPUbtv29alKxOTzQc6uQ5K { width:3.6875rem;height:3.6875rem;top:18.1875rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#fafafa;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i { position:relative;z-index:auto;display:block; }#mafL7iqTNZDSR2MTKaTyaBIFQ7KiT17i > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqNPqCNNWGtBqe9vzUPahlEaT8Cakzlh { width:1.125rem;height:1.125rem;top:3.0625rem;left:18.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4pKhmv17pSueG1xBEVWrx1MUhaVGoNP { width:5.936775rem;height:2.811775rem;top:0.7494213581085rem;left:0.7494213581085rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgE7T5bJxd1OTLCoP9kwflfXh4nfTDmg { top:5.8125rem;left:0rem;width:20rem;height:0;z-index:15012;text-align:center;text-align-last:center;font-family:"montserrat semibold";font-weight:400;font-style:normal;line-height:2.8;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVQWREINdbz5qJSl6iUXFyCcDORO1QLi { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b46666f9-5028-4056-afeb-ac3dcca81eec/dolnybannernaSP.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi.adaptive-delivery-prevent-bg, #bVQWREINdbz5qJSl6iUXFyCcDORO1QLi.lazyload, #bVQWREINdbz5qJSl6iUXFyCcDORO1QLi.lazyloading { background-image: none; }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row .container { background-color: transparent; background-image: none; }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row .container > .video-iframe-container { display: none; }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row > .video-iframe-container { display: none; }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .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); }#bVQWREINdbz5qJSl6iUXFyCcDORO1QLi > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIUcUDPQ00I1FIO5TBqkrZgkbzhQ1JLJ { width:10.5620625rem;height:3.06206875rem;top:1.5603303909302rem;left:0.49985539913178rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOo0T1InAXc1q6VZkGDufO1sJ4noogf8 { width:9.7496875rem;height:2.59838125rem;top:1.9806137084961rem;left:0.90350127220156rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIvVz8wTlKdoi3NardBNJhziXqeMRJpk { display:block; }#iIvVz8wTlKdoi3NardBNJhziXqeMRJpk > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bendaVaSVZ6oa50NMi3HdrvkgmLm40T6 { width:19.249875rem;height:9.277375rem;top:1.1863427162171rem;left:0.37326395511628rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPUuREJyHvgHdnIUWLkufuPLNQTc1X8T { width:19.375rem;height:7.2156875rem;top:11.711082935333rem;left:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDoTNLk1nvaH3bzJGrBKTKpIqfD7QyeJ { width:19.4371875rem;height:6.18489375rem;top:20.407264471054rem;left:0.27922457456589rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AixHmT5lUDcMbehlmud45ZMQTUPmVGTH { width:19.99925rem;height:9.277375rem;top:27.702547311783rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt { display:block; }#J82ZBbhgoB1vdfpXvQrFLixW0yH8QrHt > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #likHZOtGdBQL3X15eS58FBL0NhtO4bKW { width:8.125rem;height:1.91189375rem;top:1.25rem;left:5.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3b3q5mDgJG8v6e67rJTXkvkT8evEgzx { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBqvFyILp2CgZRqqdXgITi3PnqqJzBHD { width:9.25rem;height:4.4375rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt { background-color: transparent; background-image: none; }#bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt > .row .container > .video-iframe-container { display: none; }#bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt > .row > .video-iframe-container { display: none; }#bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt > .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); }#bVScsmcJoKBeUcSR5RuF5630ZSa1VqUt > .row .container { width:20rem;background-color:rgba(0,0,0,0);background-image:none;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tuw1UqtaI2BdU7pp6eqfTGcP1bPWqiZz { top:0.1875rem;left:17.75rem;width:2rem;height:2rem;z-index:15002;color:#1b2e46;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arDlL7b4DBlxuhvISszKeqhGkIoKORT8 { top:0rem;left:17.5rem;width:2.5rem;height:2.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Ih7TZohtBrPPUbtv29alKxOTzQc6uQ5K { width:3.6875rem;height:3.6875rem;top:3.75rem;left:8.125rem;font-size:2.5625rem;display:block; }
 }