.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;
}
.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;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); }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;display:none; }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR.adaptive-delivery-prevent-bg, #SAOwh7teKxDgUFJhz3nkTX4136dgb4VR.lazyload, #SAOwh7teKxDgUFJhz3nkTX4136dgb4VR.lazyloading { background-image: none; }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR > .row .container { border-width: 0; border-radius: 0; }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:none; }#nL3aTwiDePXD3DZzalniCnOEHgsskBiX { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#WuvUxqTR4hC72eqLbz7NGltAxfZn9q0c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;display:none; }#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX.adaptive-delivery-prevent-bg, #zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX.lazyload, #zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX.lazyloading { background-image: none; }#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX > .row .container { border-width: 0; border-radius: 0; }#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:none; }#OngVmolW2uMyBzC17esAg1LkwWlbVLwi { background-color:transparent;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:4.75rem;height:1.875rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:3.625rem;left:9.875rem;display:block; }
#n2cP3q62DAhokaUnbRbaitfHR8XHlC8d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Uky3oOwH6aoWF09oXmk0fOVLQ0qs75Sb { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.4375rem;top:4.125rem;left:49.3125rem;overflow:hidden;display:block; }
#d3XTWNlxqRn73oJ6yoX9PCQuXhOqryIw { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:4.125rem;left:51rem;overflow:hidden;display:block; }
#iFTlrSCHTIWLybHTDfyqVy1DbMyVI2Se { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:4.125rem;left:53.1875rem;overflow:hidden;display:block; }
#r66TcNG37ISFbXLZhfrHpTFba3nLKaLU { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.8125rem;width:1.125rem;top:4.1875rem;left:55.3125rem;overflow:hidden;display:block; }
#cgIVv2s61RnAiX7843ubzC3RFFESmTSn { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:4rem;left:57.6875rem;overflow:hidden;display:block; }
#kUwrr0cepPW7SmSPC148rN4KerBUrTMy { background-color:transparent;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:4.75rem;height:1.875rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:3.625rem;left:9.875rem;display:none; }
#ywlfDU2lyvuasFT5LLVf8b8iPvZRdT9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FH9mcU0IBW0qz5WwE3MTGQmacbMUhAPC { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#sr9qJldeU7iAtz5B96nnvWczKIGQ3TPe { background-color:transparent;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:4.75rem;height:1.875rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:3.625rem;left:9.875rem;display:none; }
#RsTZcqAJs8iyIsOP0k5cGccIFSvGE1M4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;display:block; }#TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw.adaptive-delivery-prevent-bg, #TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw.lazyload, #TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw.lazyloading { background-image: none; }#TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw > .row .container { background-color: transparent; background-image: none; }#TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw > .row .container > .video-iframe-container { display: none; }#TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw > .row > .video-iframe-container { display: none; }#TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw > .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); }#TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw > .row .container { border-width: 0; border-radius: 0; }#TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT.adaptive-delivery-prevent-bg, #uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT.lazyload, #uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT.lazyloading { background-image: none; }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row .container { background-color: transparent; background-image: none; }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row .container > .video-iframe-container { display: none; }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row > .video-iframe-container { display: none; }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .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); }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row .container { border-width: 0; border-radius: 0; }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#HNnxIHVatpp7TdGQmOHrvizG31O0mywi { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:6.5rem;left:0rem;height:9rem;display:block; }
#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB.adaptive-delivery-prevent-bg, #bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB.lazyload, #bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB.lazyloading { background-image: none; }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row .container { background-color: transparent; background-image: none; }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row .container > .video-iframe-container { display: none; }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row > .video-iframe-container { display: none; }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .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); }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row .container { border-width: 0; border-radius: 0; }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#eyZrD3C35aRhy60GyOnE6fSF1rbSKDIU { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"object sans bold";font-size:1.5rem;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:10.125rem;left:3.4375rem;height:;text-align:center;text-align-last:center;display:block; }
#ym2ce4RP4J89BUSBowDqHWpFZO9BrGGb { background-color:#4fb0ab;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"object sans bold";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:1.9375rem;text-decoration:none;z-index:100085;text-align:center;text-align-last:center;top:13rem;left:13.75rem;display:block; }
#apnbHHzXa6F8NA8eCO5PixC5AHquSmD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R3D4kPRrTLQiMPTATyB9STZ5UV1fEeLB { position:absolute;display:block;z-index:99965;background-color:rgba(0,0,0,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:36.875rem;top:0rem;left:0rem;display:block; }
#tOxU8t5d7Q3lBEN9xs9KymiNUeSZ7FFP { position:absolute;display:block;z-index:99971;background-color:rgba(0,0,0,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:36.875rem;top:0rem;left:38.125rem;display:block; }
#cWvrDz6EMbaFfTaHbxA87KdmJFyyCUBu { position:absolute;display:block;z-index:99970;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:36.875rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#dseJSa4TuOuzMzpksdWO8uFVBe8Eeqh2 { background-color:#4fb0ab;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"object sans bold";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:1.9375rem;text-decoration:none;z-index:100083;text-align:center;text-align-last:center;top:13rem;left:51.875rem;display:block; }
#rO5BSDURGeqV98tbhaxJo9KmuF14MG4w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yqyc9mLCFgusawNbWLW4PctbmXnrBxaO { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"object sans bold";font-size:1.5rem;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:10.125rem;left:41.5625rem;height:;text-align:center;text-align-last:center;display:block; }
#IsSEIxoRIxyuEUoLtkMmKOLNoQ8Ilyia { position:absolute;display:block;z-index:100094;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:36.875rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#ExbIh84b7ETs7sekZ66JJqyi5AVu1MN8 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#vRPuqgC3s0rkQ4FTalUEIUXZCoysdadE { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#WrIHL8k8yZmbclaDcn6Qo1QcFA0K8O1a { position:absolute;display:block;z-index:99964;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:36.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#G4RiNmJ0NfmK3dlTwVIi9h0mNVZPqexg { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:36.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dXsTxfHzJ7Jtw255MQGef1MhNnGrAsT8 { position:relative;display:none; }#dXsTxfHzJ7Jtw255MQGef1MhNnGrAsT8 { border-width: 0; border-radius: 0; }#dXsTxfHzJ7Jtw255MQGef1MhNnGrAsT8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:none; }#SHlrmwCOiZeQAEvHpHFWNepnvgQQtGUc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:9.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tHAOpPBcnPctE0twxq4Cln8dEu4oAn3y { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:9.0625rem;top:0rem;left:9.0625rem;overflow:hidden;display:block; }
#NT1iwg7X7KNNEpihlcyR1z4axL0zuquD { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:6rem;top:0rem;left:18.125rem;overflow:hidden;display:block; }
#kP6fAhOJ2pb4qlaA3h7GdxzlrXC1WnGI { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:4rem;top:0rem;left:24.125rem;overflow:hidden;display:block; }
#XKQ2nCVpJnJS3c0oUx9uNDW6irL0PS2c { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:4rem;top:9.875rem;left:12.875rem;overflow:hidden;display:block; }
#Uc2hBs5FcgO9a5EAR3KN5LO039flyE4A { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:4rem;top:9.875rem;left:18.125rem;overflow:hidden;display:block; }
#Sz2s6GVTiXrU8XyXypRlX7lob47i8Vzl { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:3.9375rem;top:9.875rem;left:8.125rem;overflow:hidden;display:block; }
#d4UyJbXJDkwnoygRAO1xiB9qdi7Xa3qI { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:3.9375rem;top:9.0625rem;left:23.15625rem;overflow:hidden;display:block; }
#uGKUgNBqcf3QEuWtrIqewWy7sLnlvlPu { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:1.6875rem;top:11.5625rem;left:23.15625rem;overflow:hidden;display:block; }
#vAyiN5m1de8Euybr6FLzBaMuKJ9TKVfH { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:4.375rem;top:7.0625rem;left:27.09375rem;overflow:hidden;display:block; }
#G3kD6OX2sV66cbII5nWHGeyuxsbA2JnD { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:6.4375rem;top:0rem;left:37.9375rem;overflow:hidden;display:block; }
#aUUeSfsOMJVfzgOqO3opSJB3Zl4kAiFh { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:6.4375rem;top:0rem;left:44.375rem;overflow:hidden;display:block; }
#WfW6y0WSf9UKWLUhlaioVFfdSK09vF9u { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:6.4375rem;top:0rem;left:50.8125rem;overflow:hidden;display:block; }
#kTKAitv9CIOeo0yfh71uedzCO04zPMrs { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:6.4375rem;top:0rem;left:57.25rem;overflow:hidden;display:block; }
#LsBgI7FUrB8QbZx0pdBa116AwfxkKkGr { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:6.4375rem;top:0rem;left:63.6875rem;overflow:hidden;display:block; }
#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu.adaptive-delivery-prevent-bg, #TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu.lazyload, #TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu.lazyloading { background-image: none; }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row .container { background-color: transparent; background-image: none; }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row .container > .video-iframe-container { display: none; }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row > .video-iframe-container { display: none; }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .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); }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row .container { border-width: 0; border-radius: 0; }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#EkCa3KpCeA9JWWuHmFa29tl3oh6HWpri { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"object sans bold";font-size:1.5rem;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:10.125rem;left:3.4375rem;height:;text-align:center;text-align-last:center;display:block; }
#JcUEM3TgyFzm87a4LOt7ZTiZZXB7GVW5 { background-color:#4fb0ab;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"object sans bold";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.9375rem;text-decoration:none;z-index:100085;text-align:center;text-align-last:center;top:13rem;left:14.375rem;display:block; }
#nDu85dRfc1yOrBrlxNx2wu3PL8sNP8Lf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mTwP8ynFVQhqPMaTQvLQ62ruDUeHvaCx { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:36.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TdlziXxv4CFBAAGw3zgLRPfxBzmvsSeH { position:absolute;display:block;z-index:99968;background-color:rgba(0,0,0,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:36.875rem;top:0rem;left:0rem;display:block; }
#dB8tn9z7UBgm6sP8mNofyadnSpwIVUx3 { position:absolute;display:block;z-index:99967;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:36.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#loVf54Ewibg896ha6oRc2yvGBt2585wM { position:absolute;display:block;z-index:99965;background-color:rgba(0,0,0,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:36.875rem;top:0rem;left:38.125rem;display:block; }
#zVyzGuBl7v6rN8pl5cqtfyshXMq6oqQq { position:absolute;display:block;z-index:99964;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:36.875rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#RWFXsJPo76Kb5Qe3REkWiXxQT8VGirpT { background-color:#4fb0ab;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"object sans bold";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.9375rem;text-decoration:none;z-index:100083;text-align:center;text-align-last:center;top:13rem;left:52.8125rem;display:block; }
#GedUU294un8PSEUEla9NsHvqgq2Oh6Uq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WuW8AmRRo9Un7U6fTHhae9I99opIer0b { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"object sans bold";font-size:1.5rem;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:10.125rem;left:41.5625rem;height:;text-align:center;text-align-last:center;display:block; }
#AXEimEVbicQvGBIO6VHzQOuztKikZJix { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:36.875rem;top:0rem;left:38.125rem;overflow:hidden;display:block; }
#UXotyM5ScxJh8KdsT7CLh5vBQpveQl2P { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#MO9m37NT6y8AlgH1uNZTmDfpkcuIPP15 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#m3iPlArraO4N9FZGf8TZPGDXLyE6fmpA { position:relative;display:none; }#m3iPlArraO4N9FZGf8TZPGDXLyE6fmpA { border-width: 0; border-radius: 0; }#m3iPlArraO4N9FZGf8TZPGDXLyE6fmpA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:none; }#TKzn7erJJC6LVGZUKsxd0FadU0Op6pFT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:7.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bm70nCm8G1OXI1krXCGlVIztnPzXXRSk { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:7.625rem;top:0rem;left:7.625rem;overflow:hidden;display:block; }
#rGqt7Ze3MX1XpsEqpFT3B5KKPuDsdRRP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:7.625rem;top:0rem;left:15.25rem;overflow:hidden;display:block; }
#svFb6uhPJeLn51vtqH9MWTc9Go2bTIEv { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:4.8125rem;top:0rem;left:22.21875rem;overflow:hidden;display:block; }
#aPcf2vNNAOCnOxSgTETtg7wlrvQLWHPL { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:4.8125rem;top:1.75rem;left:27.03125rem;overflow:hidden;display:block; }
#bp4gZeFMz9xqSMG1EPLz7EZQTn62dBFp { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3rem;top:8.75rem;left:5.71875rem;overflow:hidden;display:block; }
#QxGnQhMpUQd4wFw1xKn2qwcZWBxlSlSl { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3rem;top:10.6875rem;left:9.03125rem;overflow:hidden;display:block; }
#gvVcfvcJaFtRUgEJs0i5Xu3JaNZUAUyr { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3rem;top:9.5625rem;left:12.3125rem;overflow:hidden;display:block; }
#F6heoEHTUaMhLA1P13tiUrHNZtgL7Tpn { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3rem;top:7.8125rem;left:15.25rem;overflow:hidden;display:block; }
#OxZDO2JcQ84LvHTxTDvbw9W62f2AO2kT { position:absolute;display:block;z-index:100097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:4.875rem;top:0rem;left:37.5625rem;overflow:hidden;display:block; }
#FA5k8GUxH17pMnRzeG0O7m1VELPvqW4P { position:absolute;display:block;z-index:100099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:4.875rem;top:0rem;left:42.4375rem;overflow:hidden;display:block; }
#fqvx9O8ATsqRFLoF34UfUs2xgpPk1EMF { position:absolute;display:block;z-index:100100;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:4.875rem;top:0rem;left:47.3125rem;overflow:hidden;display:block; }
#VcTErH7rzDomfUTtdaeVLImP6FeO1QBZ { position:absolute;display:block;z-index:100101;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:4.875rem;top:0rem;left:52.1875rem;overflow:hidden;display:block; }
#SUxab1rzB83TJJ8qc1RSxdJETM5f4MKU { position:absolute;display:block;z-index:100102;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:4.875rem;top:0rem;left:57.0625rem;overflow:hidden;display:block; }
#Pp5Qbm93DTrWScNHZH8UOzqww56amyZd { position:absolute;display:block;z-index:100103;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:4.875rem;top:0rem;left:61.9375rem;overflow:hidden;display:block; }
#zK1DBaxzoXE3WsH9izDw3ulGBCaccmT4 { position:absolute;display:block;z-index:100104;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:4.875rem;top:0rem;left:66.8125rem;overflow:hidden;display:block; }
#uhFrFHG5MkoFehsqaRObHUyIKaq4FouO { position:absolute;display:block;z-index:100105;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:4.875rem;top:6.96875rem;left:39.53125rem;overflow:hidden;display:block; }
#qeoLnnOtw93BPPFs2uGOkXzCGZ87tlee { position:absolute;display:block;z-index:100106;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:4.875rem;top:6.96875rem;left:44.40625rem;overflow:hidden;display:block; }
#HN3RVn8vXP4C6DLu1fWv1N77EcwQxQzc { position:absolute;display:block;z-index:100107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:4.875rem;top:6.96875rem;left:49.28125rem;overflow:hidden;display:block; }
#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC.adaptive-delivery-prevent-bg, #Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC.lazyload, #Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC.lazyloading { background-image: none; }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row .container { background-color: transparent; background-image: none; }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row .container > .video-iframe-container { display: none; }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row > .video-iframe-container { display: none; }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .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); }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row .container { border-width: 0; border-radius: 0; }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX > .row .container { border-width: 0; border-radius: 0; }#WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:none; }#ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU > .row .container { border-width: 0; border-radius: 0; }#ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:none; }#uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a5e79b4-6d89-42c3-8016-81dd3b380cdc/biaewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma.adaptive-delivery-prevent-bg, #uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma.lazyload, #uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma.lazyloading { background-image: none; }#uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma > .row .container { background-color: transparent; background-image: none; }#uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma > .row .container > .video-iframe-container { display: none; }#uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma > .row > .video-iframe-container { display: none; }#uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma > .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); }#uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma > .row .container { border-width: 0; border-radius: 0; }#uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma > .row .container { font-size:0.875rem;font-family:arial;height:84.75rem;width:75rem;position:relative;display:block; }#UBCL9133DV1ulvFUOXULSdnhmkiL9drB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#UBCL9133DV1ulvFUOXULSdnhmkiL9drB.adaptive-delivery-prevent-bg, #UBCL9133DV1ulvFUOXULSdnhmkiL9drB.lazyload, #UBCL9133DV1ulvFUOXULSdnhmkiL9drB.lazyloading { background-image: none; }#UBCL9133DV1ulvFUOXULSdnhmkiL9drB > .row .container { background-color: transparent; background-image: none; }#UBCL9133DV1ulvFUOXULSdnhmkiL9drB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBCL9133DV1ulvFUOXULSdnhmkiL9drB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBCL9133DV1ulvFUOXULSdnhmkiL9drB > .row .container > .video-iframe-container { display: none; }#UBCL9133DV1ulvFUOXULSdnhmkiL9drB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBCL9133DV1ulvFUOXULSdnhmkiL9drB > .row > .video-iframe-container { display: none; }#UBCL9133DV1ulvFUOXULSdnhmkiL9drB > .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); }#UBCL9133DV1ulvFUOXULSdnhmkiL9drB > .row .container { border-width: 0; border-radius: 0; }#UBCL9133DV1ulvFUOXULSdnhmkiL9drB > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SAOwh7teKxDgUFJhz3nkTX4136dgb4VR { display:none; }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nL3aTwiDePXD3DZzalniCnOEHgsskBiX { top:2.5rem;left:0rem;width:4.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuvUxqTR4hC72eqLbz7NGltAxfZn9q0c { display:none; }
 }@media only screen and (max-width: 763px) { #zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX { display:none; }#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OngVmolW2uMyBzC17esAg1LkwWlbVLwi { width:4.75rem;height:1.875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2cP3q62DAhokaUnbRbaitfHR8XHlC8d { display:block; }
 }@media only screen and (max-width: 763px) { #Uky3oOwH6aoWF09oXmk0fOVLQ0qs75Sb { top:4.125rem;left:35.6875rem;width:0.4375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3XTWNlxqRn73oJ6yoX9PCQuXhOqryIw { top:4.125rem;left:37.375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFTlrSCHTIWLybHTDfyqVy1DbMyVI2Se { top:4.125rem;left:39.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r66TcNG37ISFbXLZhfrHpTFba3nLKaLU { top:4.1875rem;left:41.6875rem;width:1.125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgIVv2s61RnAiX7843ubzC3RFFESmTSn { top:4rem;left:44.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUwrr0cepPW7SmSPC148rN4KerBUrTMy { width:4.75rem;height:1.875rem;top:3.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywlfDU2lyvuasFT5LLVf8b8iPvZRdT9n { display:block; }
 }@media only screen and (max-width: 763px) { #FH9mcU0IBW0qz5WwE3MTGQmacbMUhAPC { display:none; }
 }@media only screen and (max-width: 763px) { #sr9qJldeU7iAtz5B96nnvWczKIGQ3TPe { width:4.75rem;height:1.875rem;top:3.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RsTZcqAJs8iyIsOP0k5cGccIFSvGE1M4 { display:block; }
 }@media only screen and (max-width: 763px) { #TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw { display:block; }#TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT { display:block; }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNnxIHVatpp7TdGQmOHrvizG31O0mywi { top:6.5rem;left:0rem;width:41.25rem;height:0;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB { display:block; }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyZrD3C35aRhy60GyOnE6fSF1rbSKDIU { top:10.125rem;left:0rem;width:30rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym2ce4RP4J89BUSBowDqHWpFZO9BrGGb { width:9.375rem;height:1.9375rem;top:13rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apnbHHzXa6F8NA8eCO5PixC5AHquSmD3 { display:block; }
 }@media only screen and (max-width: 763px) { #R3D4kPRrTLQiMPTATyB9STZ5UV1fEeLB { top:0rem;left:0rem;width:36.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOxU8t5d7Q3lBEN9xs9KymiNUeSZ7FFP { top:0rem;left:10.875rem;width:36.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWvrDz6EMbaFfTaHbxA87KdmJFyyCUBu { top:0rem;left:10.875rem;width:36.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dseJSa4TuOuzMzpksdWO8uFVBe8Eeqh2 { width:9.375rem;height:1.9375rem;top:13rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO5BSDURGeqV98tbhaxJo9KmuF14MG4w { display:block; }
 }@media only screen and (max-width: 763px) { #yqyc9mLCFgusawNbWLW4PctbmXnrBxaO { top:10.125rem;left:17.75rem;width:30rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsSEIxoRIxyuEUoLtkMmKOLNoQ8Ilyia { top:0rem;left:10.875rem;width:36.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExbIh84b7ETs7sekZ66JJqyi5AVu1MN8 { display:none; }
 }@media only screen and (max-width: 763px) { #vRPuqgC3s0rkQ4FTalUEIUXZCoysdadE { display:none; }
 }@media only screen and (max-width: 763px) { #WrIHL8k8yZmbclaDcn6Qo1QcFA0K8O1a { top:0rem;left:0rem;width:36.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4RiNmJ0NfmK3dlTwVIi9h0mNVZPqexg { top:0rem;left:0rem;width:36.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXsTxfHzJ7Jtw255MQGef1MhNnGrAsT8 { display:block; }#dXsTxfHzJ7Jtw255MQGef1MhNnGrAsT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHlrmwCOiZeQAEvHpHFWNepnvgQQtGUc { top:0rem;left:0rem;width:9.0625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHAOpPBcnPctE0twxq4Cln8dEu4oAn3y { top:0rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1iwg7X7KNNEpihlcyR1z4axL0zuquD { top:0rem;left:4.5rem;width:6rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP6fAhOJ2pb4qlaA3h7GdxzlrXC1WnGI { top:0rem;left:10.5rem;width:4rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKQ2nCVpJnJS3c0oUx9uNDW6irL0PS2c { top:9.875rem;left:0rem;width:4rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc2hBs5FcgO9a5EAR3KN5LO039flyE4A { top:9.875rem;left:4.5rem;width:4rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz2s6GVTiXrU8XyXypRlX7lob47i8Vzl { top:9.875rem;left:0rem;width:3.9375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4UyJbXJDkwnoygRAO1xiB9qdi7Xa3qI { top:9.0625rem;left:9.53125rem;width:3.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGKUgNBqcf3QEuWtrIqewWy7sLnlvlPu { top:11.5625rem;left:9.53125rem;width:1.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAyiN5m1de8Euybr6FLzBaMuKJ9TKVfH { top:7.0625rem;left:13.46875rem;width:4.375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3kD6OX2sV66cbII5nWHGeyuxsbA2JnD { top:0rem;left:24.3125rem;width:6.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUUeSfsOMJVfzgOqO3opSJB3Zl4kAiFh { top:0rem;left:30.75rem;width:6.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfW6y0WSf9UKWLUhlaioVFfdSK09vF9u { top:0rem;left:37.1875rem;width:6.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTKAitv9CIOeo0yfh71uedzCO04zPMrs { top:0rem;left:41.3125rem;width:6.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsBgI7FUrB8QbZx0pdBa116AwfxkKkGr { top:0rem;left:41.3125rem;width:6.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu { display:block; }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkCa3KpCeA9JWWuHmFa29tl3oh6HWpri { top:10.125rem;left:0rem;width:30rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcUEM3TgyFzm87a4LOt7ZTiZZXB7GVW5 { width:8.125rem;height:1.9375rem;top:13rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDu85dRfc1yOrBrlxNx2wu3PL8sNP8Lf { display:block; }
 }@media only screen and (max-width: 763px) { #mTwP8ynFVQhqPMaTQvLQ62ruDUeHvaCx { top:0rem;left:0rem;width:36.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdlziXxv4CFBAAGw3zgLRPfxBzmvsSeH { top:0rem;left:0rem;width:36.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB8tn9z7UBgm6sP8mNofyadnSpwIVUx3 { top:0rem;left:0rem;width:36.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #loVf54Ewibg896ha6oRc2yvGBt2585wM { top:0rem;left:10.875rem;width:36.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVyzGuBl7v6rN8pl5cqtfyshXMq6oqQq { top:0rem;left:10.875rem;width:36.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWFXsJPo76Kb5Qe3REkWiXxQT8VGirpT { width:8.125rem;height:1.9375rem;top:13rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GedUU294un8PSEUEla9NsHvqgq2Oh6Uq { display:block; }
 }@media only screen and (max-width: 763px) { #WuW8AmRRo9Un7U6fTHhae9I99opIer0b { top:10.125rem;left:17.75rem;width:30rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXEimEVbicQvGBIO6VHzQOuztKikZJix { top:0rem;left:10.875rem;width:36.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXotyM5ScxJh8KdsT7CLh5vBQpveQl2P { display:none; }
 }@media only screen and (max-width: 763px) { #MO9m37NT6y8AlgH1uNZTmDfpkcuIPP15 { display:none; }
 }@media only screen and (max-width: 763px) { #m3iPlArraO4N9FZGf8TZPGDXLyE6fmpA { display:block; }#m3iPlArraO4N9FZGf8TZPGDXLyE6fmpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKzn7erJJC6LVGZUKsxd0FadU0Op6pFT { top:0rem;left:0rem;width:7.625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm70nCm8G1OXI1krXCGlVIztnPzXXRSk { top:0rem;left:0rem;width:7.625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGqt7Ze3MX1XpsEqpFT3B5KKPuDsdRRP { top:0rem;left:1.625rem;width:7.625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svFb6uhPJeLn51vtqH9MWTc9Go2bTIEv { top:0rem;left:8.59375rem;width:4.8125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPcf2vNNAOCnOxSgTETtg7wlrvQLWHPL { top:1.75rem;left:13.40625rem;width:4.8125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp4gZeFMz9xqSMG1EPLz7EZQTn62dBFp { top:9.375rem;left:0rem;width:3rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxGnQhMpUQd4wFw1xKn2qwcZWBxlSlSl { top:11.3125rem;left:0rem;width:3rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvVcfvcJaFtRUgEJs0i5Xu3JaNZUAUyr { top:9.5625rem;left:0rem;width:3rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6heoEHTUaMhLA1P13tiUrHNZtgL7Tpn { top:7.8125rem;left:1.625rem;width:3rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxZDO2JcQ84LvHTxTDvbw9W62f2AO2kT { top:0rem;left:23.9375rem;width:4.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA5k8GUxH17pMnRzeG0O7m1VELPvqW4P { top:0rem;left:28.8125rem;width:4.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqvx9O8ATsqRFLoF34UfUs2xgpPk1EMF { top:0rem;left:33.6875rem;width:4.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTErH7rzDomfUTtdaeVLImP6FeO1QBZ { top:0rem;left:38.5625rem;width:4.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUxab1rzB83TJJ8qc1RSxdJETM5f4MKU { top:0rem;left:42.875rem;width:4.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp5Qbm93DTrWScNHZH8UOzqww56amyZd { top:0rem;left:42.875rem;width:4.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK1DBaxzoXE3WsH9izDw3ulGBCaccmT4 { top:0rem;left:42.875rem;width:4.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhFrFHG5MkoFehsqaRObHUyIKaq4FouO { top:6.9375rem;left:25.90625rem;width:4.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeoLnnOtw93BPPFs2uGOkXzCGZ87tlee { top:6.9375rem;left:30.78125rem;width:4.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN3RVn8vXP4C6DLu1fWv1N77EcwQxQzc { top:6.9375rem;left:35.65625rem;width:4.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC { display:block; }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX { display:none; }#WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU { display:none; }#ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma { display:block; }#uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBCL9133DV1ulvFUOXULSdnhmkiL9drB { display:block; }#UBCL9133DV1ulvFUOXULSdnhmkiL9drB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SAOwh7teKxDgUFJhz3nkTX4136dgb4VR { position:relative;z-index:auto;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR.adaptive-delivery-prevent-bg, #SAOwh7teKxDgUFJhz3nkTX4136dgb4VR.lazyload, #SAOwh7teKxDgUFJhz3nkTX4136dgb4VR.lazyloading { background-image: none; }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR > .row .container { background-color: transparent; background-image: none; }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR > .row .container > .video-iframe-container { display: none; }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR > .row > .video-iframe-container { display: none; }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR > .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); }#SAOwh7teKxDgUFJhz3nkTX4136dgb4VR > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nL3aTwiDePXD3DZzalniCnOEHgsskBiX { width:3.75rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuvUxqTR4hC72eqLbz7NGltAxfZn9q0c { top:1.6875rem;left:17.75rem;width:2.25rem;height:2.25rem;z-index:100041;color:#ffffff;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX { position:relative;z-index:auto;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX.adaptive-delivery-prevent-bg, #zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX.lazyload, #zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX.lazyloading { background-image: none; }#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX > .row .container { background-color: transparent; background-image: none; }#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX > .row .container > .video-iframe-container { display: none; }#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX > .row > .video-iframe-container { display: none; }#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX > .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); }#zXmN3rsRuR4zHSckahNyrZ2s6W98JbvX > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OngVmolW2uMyBzC17esAg1LkwWlbVLwi { width:11.5625rem;height:2.5625rem;top:1rem;left:4.21875rem;font-size:1.25rem;font-family:"object sans rb";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n2cP3q62DAhokaUnbRbaitfHR8XHlC8d { display:block; }
 }@media only screen and (max-width: 763px) { #Uky3oOwH6aoWF09oXmk0fOVLQ0qs75Sb { width:0.4375rem;height:0.9375rem;top:13.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3XTWNlxqRn73oJ6yoX9PCQuXhOqryIw { width:0.9375rem;height:0.9375rem;top:13.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFTlrSCHTIWLybHTDfyqVy1DbMyVI2Se { width:0.9375rem;height:0.9375rem;top:13.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r66TcNG37ISFbXLZhfrHpTFba3nLKaLU { width:1.125rem;height:0.8125rem;top:13.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgIVv2s61RnAiX7843ubzC3RFFESmTSn { width:1.125rem;height:1.125rem;top:13.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUwrr0cepPW7SmSPC148rN4KerBUrTMy { width:11.5625rem;height:2.5625rem;top:3.9375rem;left:4.21875rem;font-size:1.25rem;font-family:"object sans rb";font-weight:400;font-style:normal;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #ywlfDU2lyvuasFT5LLVf8b8iPvZRdT9n { display:block; }
 }@media only screen and (max-width: 763px) { #FH9mcU0IBW0qz5WwE3MTGQmacbMUhAPC { top:7.6875rem;left:8.125rem;width:3.75rem;height:0.125rem;z-index:100012;background-color:#ff4533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sr9qJldeU7iAtz5B96nnvWczKIGQ3TPe { width:11.5625rem;height:2.5625rem;top:8.8125rem;left:4.21875rem;font-size:1.25rem;font-family:"object sans rb";font-weight:400;font-style:normal;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #RsTZcqAJs8iyIsOP0k5cGccIFSvGE1M4 { display:block; }
 }@media only screen and (max-width: 763px) { #TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw { position:relative;z-index:auto;display:none; }#TVLJ5FMQCBE18Ibc1RvdT1xg56L2lHTw > .row .container { width:20rem;height:33.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;display:block; }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT.adaptive-delivery-prevent-bg, #uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT.lazyload, #uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT.lazyloading { background-image: none; }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row .container { background-color: transparent; background-image: none; }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row .container > .video-iframe-container { display: none; }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row > .video-iframe-container { display: none; }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .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); }#uu79HolgyI3cEwur2Z1wkoz4CVzE5IzT > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNnxIHVatpp7TdGQmOHrvizG31O0mywi { width:20rem;height:4.7998rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB.adaptive-delivery-prevent-bg, #bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB.lazyload, #bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB.lazyloading { background-image: none; }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row .container { background-color: transparent; background-image: none; }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row .container > .video-iframe-container { display: none; }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row > .video-iframe-container { display: none; }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .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); }#bA9ACbe2dqTyp5Ge7ISq0i6es59wPrvB > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyZrD3C35aRhy60GyOnE6fSF1rbSKDIU { width:20rem;height:1.95rem;top:14.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ym2ce4RP4J89BUSBowDqHWpFZO9BrGGb { width:9.375rem;height:1.9375rem;top:17.75rem;left:0rem;z-index:99969;display:block; }
 }@media only screen and (max-width: 763px) { #apnbHHzXa6F8NA8eCO5PixC5AHquSmD3 { display:block; }
 }@media only screen and (max-width: 763px) { #R3D4kPRrTLQiMPTATyB9STZ5UV1fEeLB { width:20rem;height:25rem;top:132.5229375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOxU8t5d7Q3lBEN9xs9KymiNUeSZ7FFP { width:20rem;height:25rem;top:132.5229375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWvrDz6EMbaFfTaHbxA87KdmJFyyCUBu { width:19.6875rem;height:13.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dseJSa4TuOuzMzpksdWO8uFVBe8Eeqh2 { width:9.375rem;height:1.9375rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO5BSDURGeqV98tbhaxJo9KmuF14MG4w { display:block; }
 }@media only screen and (max-width: 763px) { #yqyc9mLCFgusawNbWLW4PctbmXnrBxaO { width:20rem;height:1.95rem;top:37.1875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IsSEIxoRIxyuEUoLtkMmKOLNoQ8Ilyia { width:20rem;height:13.5rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExbIh84b7ETs7sekZ66JJqyi5AVu1MN8 { top:16.4375rem;left:0rem;width:20rem;height:3.3125rem;z-index:100095;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;display:block; }
 }@media only screen and (max-width: 763px) { #vRPuqgC3s0rkQ4FTalUEIUXZCoysdadE { top:38.6875rem;left:0rem;width:20rem;height:3.3125rem;z-index:100096;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;display:block; }
 }@media only screen and (max-width: 763px) { #WrIHL8k8yZmbclaDcn6Qo1QcFA0K8O1a { width:20rem;height:13.559322033898rem;top:43.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4RiNmJ0NfmK3dlTwVIi9h0mNVZPqexg { width:20rem;height:13.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXsTxfHzJ7Jtw255MQGef1MhNnGrAsT8 { display:none; }#dXsTxfHzJ7Jtw255MQGef1MhNnGrAsT8 > .row .container { width:20rem;height:145.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SHlrmwCOiZeQAEvHpHFWNepnvgQQtGUc { width:9.0625rem;height:13.625rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHAOpPBcnPctE0twxq4Cln8dEu4oAn3y { width:9.0625rem;height:9.0625rem;top:16.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1iwg7X7KNNEpihlcyR1z4axL0zuquD { width:6rem;height:9.0625rem;top:26.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP6fAhOJ2pb4qlaA3h7GdxzlrXC1WnGI { width:4rem;height:6rem;top:36.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKQ2nCVpJnJS3c0oUx9uNDW6irL0PS2c { width:4rem;height:6rem;top:56.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc2hBs5FcgO9a5EAR3KN5LO039flyE4A { width:4rem;height:6rem;top:63.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz2s6GVTiXrU8XyXypRlX7lob47i8Vzl { width:3.9375rem;height:6rem;top:49.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4UyJbXJDkwnoygRAO1xiB9qdi7Xa3qI { width:3.9375rem;height:2.625rem;top:74.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGKUgNBqcf3QEuWtrIqewWy7sLnlvlPu { width:1.6875rem;height:2.625rem;top:71rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAyiN5m1de8Euybr6FLzBaMuKJ9TKVfH { width:4.375rem;height:6.625rem;top:78.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3kD6OX2sV66cbII5nWHGeyuxsbA2JnD { width:6.4375rem;height:9.0625rem;top:86.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUUeSfsOMJVfzgOqO3opSJB3Zl4kAiFh { width:6.4375rem;height:9.0625rem;top:96.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfW6y0WSf9UKWLUhlaioVFfdSK09vF9u { width:6.4375rem;height:9.0625rem;top:107.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTKAitv9CIOeo0yfh71uedzCO04zPMrs { width:6.4375rem;height:9.0625rem;top:117.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsBgI7FUrB8QbZx0pdBa116AwfxkKkGr { width:6.4375rem;height:9.0625rem;top:127.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu.adaptive-delivery-prevent-bg, #TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu.lazyload, #TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu.lazyloading { background-image: none; }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row .container { background-color: transparent; background-image: none; }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row .container > .video-iframe-container { display: none; }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row > .video-iframe-container { display: none; }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .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); }#TQbXITeMmt8z3rKlxlJ1J9h2g2LekReu > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkCa3KpCeA9JWWuHmFa29tl3oh6HWpri { width:20rem;height:1.95rem;top:14.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JcUEM3TgyFzm87a4LOt7ZTiZZXB7GVW5 { width:9.375rem;height:1.9375rem;top:17.75rem;left:0rem;z-index:99969;display:block; }
 }@media only screen and (max-width: 763px) { #nDu85dRfc1yOrBrlxNx2wu3PL8sNP8Lf { display:block; }
 }@media only screen and (max-width: 763px) { #mTwP8ynFVQhqPMaTQvLQ62ruDUeHvaCx { width:20rem;height:13.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdlziXxv4CFBAAGw3zgLRPfxBzmvsSeH { width:20rem;height:25rem;top:132.5229375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dB8tn9z7UBgm6sP8mNofyadnSpwIVUx3 { width:20rem;height:13.5rem;top:125.52604293823rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #loVf54Ewibg896ha6oRc2yvGBt2585wM { width:20rem;height:25rem;top:132.5229375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVyzGuBl7v6rN8pl5cqtfyshXMq6oqQq { width:19.6875rem;height:13.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWFXsJPo76Kb5Qe3REkWiXxQT8VGirpT { width:10rem;height:1.9375rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GedUU294un8PSEUEla9NsHvqgq2Oh6Uq { display:block; }
 }@media only screen and (max-width: 763px) { #WuW8AmRRo9Un7U6fTHhae9I99opIer0b { width:20rem;height:1.95rem;top:37.1875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AXEimEVbicQvGBIO6VHzQOuztKikZJix { width:20rem;height:13.5rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXotyM5ScxJh8KdsT7CLh5vBQpveQl2P { top:16.4375rem;left:0rem;width:20rem;height:3.3125rem;z-index:100097;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;display:block; }
 }@media only screen and (max-width: 763px) { #MO9m37NT6y8AlgH1uNZTmDfpkcuIPP15 { top:38.6875rem;left:0rem;width:20rem;height:3.3125rem;z-index:100098;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;display:block; }
 }@media only screen and (max-width: 763px) { #m3iPlArraO4N9FZGf8TZPGDXLyE6fmpA { display:none; }#m3iPlArraO4N9FZGf8TZPGDXLyE6fmpA > .row .container { width:20rem;height:151.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TKzn7erJJC6LVGZUKsxd0FadU0Op6pFT { width:7.625rem;height:9.5625rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm70nCm8G1OXI1krXCGlVIztnPzXXRSk { width:7.625rem;height:9.5625rem;top:12.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGqt7Ze3MX1XpsEqpFT3B5KKPuDsdRRP { width:7.625rem;height:6.0625rem;top:22.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svFb6uhPJeLn51vtqH9MWTc9Go2bTIEv { width:4.8125rem;height:6.0625rem;top:30.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPcf2vNNAOCnOxSgTETtg7wlrvQLWHPL { width:4.8125rem;height:6.0625rem;top:37.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp4gZeFMz9xqSMG1EPLz7EZQTn62dBFp { width:3rem;height:3.8125rem;top:105.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxGnQhMpUQd4wFw1xKn2qwcZWBxlSlSl { width:3rem;height:3.8125rem;top:110.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvVcfvcJaFtRUgEJs0i5Xu3JaNZUAUyr { width:3rem;height:3.8125rem;top:115.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6heoEHTUaMhLA1P13tiUrHNZtgL7Tpn { width:3rem;height:3.8125rem;top:120.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxZDO2JcQ84LvHTxTDvbw9W62f2AO2kT { width:4.875rem;height:7.375rem;top:44.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA5k8GUxH17pMnRzeG0O7m1VELPvqW4P { width:4.875rem;height:7.375rem;top:53.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqvx9O8ATsqRFLoF34UfUs2xgpPk1EMF { width:4.875rem;height:7.375rem;top:62.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTErH7rzDomfUTtdaeVLImP6FeO1QBZ { width:4.875rem;height:7.375rem;top:70.6875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUxab1rzB83TJJ8qc1RSxdJETM5f4MKU { width:4.875rem;height:7.375rem;top:79.3125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp5Qbm93DTrWScNHZH8UOzqww56amyZd { width:4.875rem;height:7.375rem;top:87.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK1DBaxzoXE3WsH9izDw3ulGBCaccmT4 { width:4.875rem;height:7.375rem;top:96.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhFrFHG5MkoFehsqaRObHUyIKaq4FouO { width:4.875rem;height:7.375rem;top:125.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeoLnnOtw93BPPFs2uGOkXzCGZ87tlee { width:4.875rem;height:7.375rem;top:134.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN3RVn8vXP4C6DLu1fWv1N77EcwQxQzc { width:4.875rem;height:7.375rem;top:142.6875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC.adaptive-delivery-prevent-bg, #Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC.lazyload, #Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC.lazyloading { background-image: none; }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row .container { background-color: transparent; background-image: none; }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row .container > .video-iframe-container { display: none; }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row > .video-iframe-container { display: none; }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .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); }#Vg1tFN7uZOM3rmv6GKe1z9dzkunPyIQC > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b23228bb-81de-4176-886e-d8da499a6225/Biaewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX.adaptive-delivery-prevent-bg, #WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX.lazyload, #WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX.lazyloading { background-image: none; }#WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX > .row .container { background-color: transparent; background-image: none; }#WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX > .row .container > .video-iframe-container { display: none; }#WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX > .row > .video-iframe-container { display: none; }#WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX > .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); }#WAHbhyH9SPknox8VLxtkCRgE7QWoKTnX > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU.adaptive-delivery-prevent-bg, #ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU.lazyload, #ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU.lazyloading { background-image: none; }#ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU > .row .container { background-color: transparent; background-image: none; }#ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU > .row .container > .video-iframe-container { display: none; }#ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU > .row > .video-iframe-container { display: none; }#ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU > .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); }#ZhysaLOZNm9hpgbc32rsz2M3Aw0CbmTU > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma { display:none; }#uSAmG9oIP1MTirXyWVbTLAT6hJoJkgma > .row .container { width:20rem;height:337.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UBCL9133DV1ulvFUOXULSdnhmkiL9drB { display:none; }#UBCL9133DV1ulvFUOXULSdnhmkiL9drB > .row .container { width:20rem;height:130.5rem;position:relative;display:none; } }