.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,217,220;--color-primary-1:128,128,138;--color-primary-2:0,1,20;--color-primary-3:0,1,10;--color-primary-4:0,0,3;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container { display: none; }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .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); }#HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000114;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx > .row .container { background-color: transparent; background-image: none; }#HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx > .row .container > .video-iframe-container { display: none; }#HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx > .row > .video-iframe-container { display: none; }#HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx > .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); }#HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx > .row .container { border-width: 0; border-radius: 0; }#HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:60rem;position:relative;display:block; }#O03inTh3A7PW9XALHCT7gZeO60K8D4lW { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000114;border-left:0.125rem solid #000114;border-right:0.125rem solid #000114;border-bottom:0.125rem solid #000114;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000114;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.9375rem;left:48.75rem;display:block; }
#sxvlGCXdpSTmpBuoWJppub00MET1Plxi { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#v6O3GpBFTNqcwPKxbU6p3BIcGGQBvnQy { display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:23.9375rem;height:1.13720625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.3025rem;padding-right:0.269375rem;padding-bottom:0.3025rem;padding-left:0.269375rem;display:block;align-items:center;width:1.616875rem;min-width:1.616875rem;height:1.625625rem;position:relative;font-family:var(--headlines-font-family);font-size:1.21rem;font-weight:700;line-height:26.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.155625rem;height:0.6425rem;position:relative;font-family:"open sans";font-size:0.45375rem;font-weight:400;line-height:10.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.625rem;height:3.061875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.59375rem;left:5.875rem;z-index:15000; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs #rGoOaCZuC4nL3747973R29Px1VB0Tp9F { display:flex;position:relative;top:0rem;left:0rem; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs #LGTLphU0HFu0Td5NTxDiprdpaKbeluIg { width:auto; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs #qKvQ47qNV61UFVEBb7ywqC8PIRkXSPeB {  }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs #vc63LVhPITiJLdNqGi944cEUcz2k8y8d { display:flex;position:relative;top:0rem;left:0rem; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs #OSAHP4gN27kJVDrRn1kL8xG6GTBLDkIr {  }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs #WNmZq74mEzDvG85vxTQ2VLMWP6kyPoTl {  }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs #gBnXR1XvdSa4ATmnDMTgzfQPmvNGLRnR { display:flex;position:relative;top:0rem;left:0rem; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs #AXdyO3VKRErazDwn2cfKU37RLWaBglJ3 {  }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs #HsWglh8KX3ioQpQOqZ3kIK2GkHCUtVQw {  }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs #agTHTnLGESPGP9RqskST4qyBp1EKvh1m { display:flex;position:relative;top:0rem;left:0rem; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs #PK0COwVkvyDnGsuQ2cV89oavH48sUbKn {  }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs #r9VqcdB0sDKFTizToQrwlsOJqs3bh8U7 {  }
#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a074428b-a53a-415f-8923-48dbbbe764ba/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.adaptive-delivery-prevent-bg, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyload, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyloading { background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { background-color: transparent; background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .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); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { border-width: 0; border-radius: 0; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#pi2WsuvVwbPz1tG22m3CPQbisE6BfqTI { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:1.29980625rem;font-style:italic;display:block; }
#J9QNv1LBFExT28HCVxS5yNRp81Zux1dR { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UONJSLH3JFBgWsk3N7Fpqsl1mN7BwhuW { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:9.2621875rem;font-style:italic;display:block; }
#WoCnP1BhCN7EVkZq4Z6xGWLr8OTnv3vD { color:#282830;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.74853515625rem;left:0rem;height:1.625rem;font-style:italic;display:block; }
#RNhCTEzeDe39L5AWnWkJ8ZpwLxgTiheq { color:#ffffff;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.365234375rem;left:0rem;height:11.8125rem;font-style:normal;display:block; }
#oAqxIXhJAwaggOea6ym6c3KX2mVFlm2T { position:absolute;display:block;z-index:15004;height:21.75rem;width:20.625rem;top:10.12353515625rem;left:39.375rem;display:block; }
#z1EBBGDvLHauflAKDWOCq5Ja0QiiWGGm { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1.3935546875rem;left:35.125rem;overflow:hidden;display:block; }
#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 { background-color:#f5f1ec;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0.adaptive-delivery-prevent-bg, #nawFwaPuFDH0SvqTGoysRJWzl20KsKu0.lazyload, #nawFwaPuFDH0SvqTGoysRJWzl20KsKu0.lazyloading { background-image: none; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row .container { background-color: transparent; background-image: none; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row .container > .video-iframe-container { display: none; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row > .video-iframe-container { display: none; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .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); }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row .container { border-width: 0; border-radius: 0; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row .container { font-size:0.875rem;font-family:"open sans";height:29.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#rVZ0eymm3ZafZUOnsEay7fwARbaysQUx { color:#002345;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SC6swSwhAoHccTA4nLMMmyyRaDuQSGpe { color:#002345;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:8.984375rem;left:0rem;height:8.4375rem;font-style:italic;text-align:left;text-align-last:left;overflow:hidden;display:block; }#SC6swSwhAoHccTA4nLMMmyyRaDuQSGpe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SC6swSwhAoHccTA4nLMMmyyRaDuQSGpe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd4ee8da-d4b6-414b-95cd-187f6b531c37/__zloty_sygnet1.png); }
#yceUZbbCc0AApDMVVfTmkmQZWCKZsWpf { background-color:#000114;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000114;border-left:0.125rem solid #000114;border-right:0.125rem solid #000114;border-bottom:0.125rem solid #000114;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.8125rem;left:0rem;display:block; }
#twBHxDLdXDDKQmScy2M3DGqAThkpOEyR { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#KaDFrZrvIPCiWmorXWoI9XUiLAMI19Zq { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:24.375rem;top:5.3125rem;left:35.625rem;overflow:hidden;display:block; }
#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh { background-color:#f5f1ec;background-image:url("https://images.assets-landingi.com/uc/2d13fd72-2f77-4aaa-b4d2-ebd11fd7bbe7/okladka_poziom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh.adaptive-delivery-prevent-bg, #rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh.lazyload, #rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh.lazyloading { background-image: none; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row .container { background-color: transparent; background-image: none; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row .container > .video-iframe-container { display: none; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row > .video-iframe-container { display: none; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .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); }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row .container { border-width: 0; border-radius: 0; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row .container { font-size:0.875rem;font-family:"open sans";height:26.375rem;width:60rem;overflow:visible;position:relative;display:block; }#MuUCmsiRanKWodFJDQH6kSgEIGCWDp5T { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SrITxGSw97Z2ZcRdLFbmiTfXZZUOSU5m { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#U4xq7r555rdUkQeypb133883LWMlHUPb { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:5.486325rem;font-style:normal;display:block; }#U4xq7r555rdUkQeypb133883LWMlHUPb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U4xq7r555rdUkQeypb133883LWMlHUPb li:before{  }
#SRuJS22wP78rBChK2f0cvDArNmUZnHdV { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ngrMziTV9CEg2t7dBEvTSI4s7dzxm31h { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.125rem;left:0rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm { background-color:#f5f1ec;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm.adaptive-delivery-prevent-bg, #BH1NzeQAXbGsCNWybWTH3CSd84yQflRm.lazyload, #BH1NzeQAXbGsCNWybWTH3CSd84yQflRm.lazyloading { background-image: none; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row .container { background-color: transparent; background-image: none; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row .container > .video-iframe-container { display: none; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row > .video-iframe-container { display: none; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .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); }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row .container { border-width: 0; border-radius: 0; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row .container { font-size:0.875rem;font-family:"open sans";height:40.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#wp5KO3TnvdE7pITc3TusZFa8TFAdaLzi { color:#002345;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ifrRuNJNP9C4tyyyMeODFTp9abAILplL { color:#002345;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#KfgIAdCRQ7sB9gIxncsLHVEWunMCTkGy { color:#002345;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16rem;left:0rem;height:5.486325rem;font-style:normal;display:block; }#KfgIAdCRQ7sB9gIxncsLHVEWunMCTkGy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KfgIAdCRQ7sB9gIxncsLHVEWunMCTkGy li:before{  }
#w7S2lhrMVIWRx2w6biMmsCiFy9vo9sfl { color:#002345;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.125rem;left:0rem;height:3.41161875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ueghHnhmmvI9AOmHahvB8TC5VFnsnenS { color:#002345;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.125rem;left:0rem;height:9.09765625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#BTqTTiIukgcUCkHWc7aWvQ5be3ZcZhwc { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:19.0625rem;top:11.125rem;left:32.7958984375rem;overflow:hidden;display:block; }
#cWxiTActFRE4PiDPZz9p6e5U6JVeT9Tt { background-color:#000114;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000114;border-left:0.125rem solid #000114;border-right:0.125rem solid #000114;border-bottom:0.125rem solid #000114;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.0625rem;left:0rem;display:block; }
#gHFCDJB6O4pqViAo7VSnWfJnQEg8UZaE { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000114;background-image:url("https://images.assets-landingi.com/uc/2d13fd72-2f77-4aaa-b4d2-ebd11fd7bbe7/okladka_poziom.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ.adaptive-delivery-prevent-bg, #lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ.lazyload, #lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ.lazyloading { background-image: none; }#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ > .row .container { background-color: transparent; background-image: none; }#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ > .row .container > .video-iframe-container { display: none; }#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ > .row > .video-iframe-container { display: none; }#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ > .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); }#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ > .row .container { border-width: 0; border-radius: 0; }#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#PfZIqXfTWqllzNvnADeEGg25i5TJdf5U { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qBbeyvZHttEWB5zeRwI3HWyhBCG6m2Wa { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:6.9360625rem;font-style:normal;display:block; }#qBbeyvZHttEWB5zeRwI3HWyhBCG6m2Wa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qBbeyvZHttEWB5zeRwI3HWyhBCG6m2Wa li:before{  }
#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF { background-color:#f5f1ec;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF.adaptive-delivery-prevent-bg, #oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF.lazyload, #oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF.lazyloading { background-image: none; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row .container { background-color: transparent; background-image: none; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row .container > .video-iframe-container { display: none; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row > .video-iframe-container { display: none; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .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); }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row .container { border-width: 0; border-radius: 0; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row .container { font-size:0.875rem;font-family:"open sans";height:22.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#ooI0b7p4IKIIRkEX4TEcusN7ChxmoK0w { color:#002345;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:2.51855625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vWbhF1UN0bfGJpsV9NOXTZzm5pz0y3fT { color:#002345;display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:7.96044375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#q7agFC3FviRLzOTOQTpDVu05JllC0xbS { background-color:#000114;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000114;border-left:0.125rem solid #000114;border-right:0.125rem solid #000114;border-bottom:0.125rem solid #000114;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.125rem;left:0rem;display:block; }
#GStiVcEdkfE431gIH7cnSGJw2uXfdIeo { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#qf8TepWsdW2a49b150imvCwDkt8kTk6J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000114;background-image:url("https://images.assets-landingi.com/uc/2d13fd72-2f77-4aaa-b4d2-ebd11fd7bbe7/okladka_poziom.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J.adaptive-delivery-prevent-bg, #qf8TepWsdW2a49b150imvCwDkt8kTk6J.lazyload, #qf8TepWsdW2a49b150imvCwDkt8kTk6J.lazyloading { background-image: none; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { background-color: transparent; background-image: none; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container > .video-iframe-container { display: none; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row > .video-iframe-container { display: none; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .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); }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { border-width: 0; border-radius: 0; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#RcSEwK4UmKzGUWS9M7abRw8I32eUTxo5 { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:1.625rem;font-style:italic;display:block; }
#hbA6rZf1iS1pzkqa10MkApXIMQxyLUB6 { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:10.4375rem;left:0rem;height:10.5rem;font-style:normal;display:block; }
#Ac0PF41iwvazBmkCpzt23MxvN99pKlOp { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:26.625rem;width:17.625rem;top:1.21875rem;left:37.6435546875rem;overflow:hidden;display:block; }
#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/508d23cf-e084-48f0-9686-6bf7e075e613/okladka_poziom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T.adaptive-delivery-prevent-bg, #g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T.lazyload, #g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T.lazyloading { background-image: none; }#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T > .row .container { background-color: transparent; background-image: none; }#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T > .row .container > .video-iframe-container { display: none; }#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T > .row > .video-iframe-container { display: none; }#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T > .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); }#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T > .row .container { border-width: 0; border-radius: 0; }#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#issWqSbgDarP5TfQGgiWfkpQNlkKD2fK { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Oz1wzncpFMvxmKRUQAnoHKBLeCrZmrt4 { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.6875rem;left:4.9375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kA3qffyeuNCpX1437TcrzdpbUnDBQEAd { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000114;border-left:0.0625rem solid #000114;border-right:0.0625rem solid #000114;border-bottom:0.0625rem solid #000114;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000114;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.9375rem;left:22.25rem;display:block; }
#IFxaTBV3QgpNIIMvHh0aW866Tdx304Dc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zIiKq3J8HdNQHyUeF1cJNuQ0W3fTh0c5 { color:#282830;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10rem;left:22.625rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq > .row .container { background-color: transparent; background-image: none; }#QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq > .row .container > .video-iframe-container { display: none; }#QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq > .row > .video-iframe-container { display: none; }#QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq > .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); }#QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq > .row .container { border-width: 0; border-radius: 0; }#QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#ILB2zERdrSDd2PFA2kgQHMopIaQmyfLz { color:#000114;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.09375rem;left:42.8125rem;height:2.2744125rem;text-align:right;text-align-last:right;display:block; }
#qCBvLBeHUDG22cJweEfpXzgurCaiodke { color:#000114;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.09375rem;left:0rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#h6eq9n2SRXmETsB5I3ECWVTKN7ZDhpHD { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7.3125rem;top:2rem;left:26.34375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx { display:block; }#HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O03inTh3A7PW9XALHCT7gZeO60K8D4lW { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxvlGCXdpSTmpBuoWJppub00MET1Plxi { display:block; }
 }@media only screen and (max-width: 763px) { #v6O3GpBFTNqcwPKxbU6p3BIcGGQBvnQy { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #rGoOaCZuC4nL3747973R29Px1VB0Tp9F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #LGTLphU0HFu0Td5NTxDiprdpaKbeluIg {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #qKvQ47qNV61UFVEBb7ywqC8PIRkXSPeB {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #vc63LVhPITiJLdNqGi944cEUcz2k8y8d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #OSAHP4gN27kJVDrRn1kL8xG6GTBLDkIr {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #WNmZq74mEzDvG85vxTQ2VLMWP6kyPoTl {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #gBnXR1XvdSa4ATmnDMTgzfQPmvNGLRnR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #AXdyO3VKRErazDwn2cfKU37RLWaBglJ3 {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #HsWglh8KX3ioQpQOqZ3kIK2GkHCUtVQw {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #agTHTnLGESPGP9RqskST4qyBp1EKvh1m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #PK0COwVkvyDnGsuQ2cV89oavH48sUbKn {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #r9VqcdB0sDKFTizToQrwlsOJqs3bh8U7 {  }
 }@media only screen and (max-width: 763px) { #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pi2WsuvVwbPz1tG22m3CPQbisE6BfqTI { width:12.5rem;height:0;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QNv1LBFExT28HCVxS5yNRp81Zux1dR { width:26.6875rem;height:7.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UONJSLH3JFBgWsk3N7Fpqsl1mN7BwhuW { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCnP1BhCN7EVkZq4Z6xGWLr8OTnv3vD { width:16.75rem;height:1.4375rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNhCTEzeDe39L5AWnWkJ8ZpwLxgTiheq { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAqxIXhJAwaggOea6ym6c3KX2mVFlm2T { top:10.0625rem;left:27.125rem;width:20.625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1EBBGDvLHauflAKDWOCq5Ja0QiiWGGm { top:1.375rem;left:29rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 { background-color:#29d562;background-image:url("https://images.assets-landingi.com/bTDqRAd1/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0.adaptive-delivery-prevent-bg, #nawFwaPuFDH0SvqTGoysRJWzl20KsKu0.lazyload, #nawFwaPuFDH0SvqTGoysRJWzl20KsKu0.lazyloading { background-image: none; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row .container { background-color: transparent; background-image: none; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row .container > .video-iframe-container { display: none; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row > .video-iframe-container { display: none; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .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); }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVZ0eymm3ZafZUOnsEay7fwARbaysQUx { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC6swSwhAoHccTA4nLMMmyyRaDuQSGpe { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#SC6swSwhAoHccTA4nLMMmyyRaDuQSGpe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd4ee8da-d4b6-414b-95cd-187f6b531c37/__zloty_sygnet1.png); }
 }@media only screen and (max-width: 763px) { #yceUZbbCc0AApDMVVfTmkmQZWCKZsWpf { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twBHxDLdXDDKQmScy2M3DGqAThkpOEyR { display:block; }
 }@media only screen and (max-width: 763px) { #KaDFrZrvIPCiWmorXWoI9XUiLAMI19Zq { top:5.3125rem;left:23.375rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh { background-color:#29d562;background-image:url("https://images.assets-landingi.com/bTDqRAd1/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh.adaptive-delivery-prevent-bg, #rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh.lazyload, #rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh.lazyloading { background-image: none; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row .container { background-color: transparent; background-image: none; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row .container > .video-iframe-container { display: none; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row > .video-iframe-container { display: none; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .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); }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuUCmsiRanKWodFJDQH6kSgEIGCWDp5T { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrITxGSw97Z2ZcRdLFbmiTfXZZUOSU5m { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U4xq7r555rdUkQeypb133883LWMlHUPb { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }#U4xq7r555rdUkQeypb133883LWMlHUPb li:before{  }
 }@media only screen and (max-width: 763px) { #SRuJS22wP78rBChK2f0cvDArNmUZnHdV { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngrMziTV9CEg2t7dBEvTSI4s7dzxm31h { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH1NzeQAXbGsCNWybWTH3CSd84yQflRm { background-color:#29d562;background-image:url("https://images.assets-landingi.com/bTDqRAd1/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm.adaptive-delivery-prevent-bg, #BH1NzeQAXbGsCNWybWTH3CSd84yQflRm.lazyload, #BH1NzeQAXbGsCNWybWTH3CSd84yQflRm.lazyloading { background-image: none; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row .container { background-color: transparent; background-image: none; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row .container > .video-iframe-container { display: none; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row > .video-iframe-container { display: none; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .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); }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp5KO3TnvdE7pITc3TusZFa8TFAdaLzi { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifrRuNJNP9C4tyyyMeODFTp9abAILplL { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KfgIAdCRQ7sB9gIxncsLHVEWunMCTkGy { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }#KfgIAdCRQ7sB9gIxncsLHVEWunMCTkGy li:before{  }
 }@media only screen and (max-width: 763px) { #w7S2lhrMVIWRx2w6biMmsCiFy9vo9sfl { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueghHnhmmvI9AOmHahvB8TC5VFnsnenS { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqTTiIukgcUCkHWc7aWvQ5be3ZcZhwc { top:11.125rem;left:26.6708984375rem;width:19.0625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWxiTActFRE4PiDPZz9p6e5U6JVeT9Tt { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHFCDJB6O4pqViAo7VSnWfJnQEg8UZaE { display:block; }
 }@media only screen and (max-width: 763px) { #lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ { display:block; }#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ > .row .container { width:47.75rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfZIqXfTWqllzNvnADeEGg25i5TJdf5U { width:32.75rem;height:0;top:3rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBbeyvZHttEWB5zeRwI3HWyhBCG6m2Wa { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }#qBbeyvZHttEWB5zeRwI3HWyhBCG6m2Wa li:before{  }
 }@media only screen and (max-width: 763px) { #oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF { background-color:#29d562;background-image:url("https://images.assets-landingi.com/bTDqRAd1/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF.adaptive-delivery-prevent-bg, #oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF.lazyload, #oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF.lazyloading { background-image: none; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row .container { background-color: transparent; background-image: none; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row .container > .video-iframe-container { display: none; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row > .video-iframe-container { display: none; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .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); }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooI0b7p4IKIIRkEX4TEcusN7ChxmoK0w { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWbhF1UN0bfGJpsV9NOXTZzm5pz0y3fT { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7agFC3FviRLzOTOQTpDVu05JllC0xbS { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GStiVcEdkfE431gIH7cnSGJw2uXfdIeo { display:block; }
 }@media only screen and (max-width: 763px) { #qf8TepWsdW2a49b150imvCwDkt8kTk6J { display:block; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { width:47.75rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcSEwK4UmKzGUWS9M7abRw8I32eUTxo5 { width:32.75rem;height:0;top:3rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbA6rZf1iS1pzkqa10MkApXIMQxyLUB6 { width:32.8125rem;height:0;top:5.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0PF41iwvazBmkCpzt23MxvN99pKlOp { top:1.1875rem;left:30.125rem;width:17.625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T { display:block; }#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #issWqSbgDarP5TfQGgiWfkpQNlkKD2fK { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz1wzncpFMvxmKRUQAnoHKBLeCrZmrt4 { width:32.8125rem;height:0;top:5.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA3qffyeuNCpX1437TcrzdpbUnDBQEAd { width:17.5rem;height:3.4375rem;top:14.9375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFxaTBV3QgpNIIMvHh0aW866Tdx304Dc { display:block; }
 }@media only screen and (max-width: 763px) { #zIiKq3J8HdNQHyUeF1cJNuQ0W3fTh0c5 { width:16.75rem;height:1.4375rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq { display:block; }#QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILB2zERdrSDd2PFA2kgQHMopIaQmyfLz { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCBvLBeHUDG22cJweEfpXzgurCaiodke { top:2.0625rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6eq9n2SRXmETsB5I3ECWVTKN7ZDhpHD { top:2rem;left:20.21875rem;width:7.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx { position:relative;z-index:auto;display:block; }#HnlWBEq1d3UlU0NTZOLivdMxIBHrgmxx > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O03inTh3A7PW9XALHCT7gZeO60K8D4lW { width:11.25rem;height:2.5rem;top:5.6611328125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxvlGCXdpSTmpBuoWJppub00MET1Plxi { display:block; }
 }@media only screen and (max-width: 763px) { #v6O3GpBFTNqcwPKxbU6p3BIcGGQBvnQy { width:20rem;height:0.9746125rem;top:4.13720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs .widget-text.counter-number { padding-top:0.28375rem;padding-right:0.253125rem;padding-bottom:0.28375rem;padding-left:0.253125rem;width:1.518125rem;min-width:1.518125rem;height:1.52625rem;font-size:1.135625rem;line-height:24.42px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1775rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02375rem;height:0.603125rem;font-size:0.425625rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kNyxQ9fz64xSARhwDHo9DhKr915woeLs { display:flex;width:12.125rem;height:2.874025rem;top:0rem;left:3.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #rGoOaCZuC4nL3747973R29Px1VB0Tp9F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #LGTLphU0HFu0Td5NTxDiprdpaKbeluIg {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #qKvQ47qNV61UFVEBb7ywqC8PIRkXSPeB {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #vc63LVhPITiJLdNqGi944cEUcz2k8y8d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #OSAHP4gN27kJVDrRn1kL8xG6GTBLDkIr {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #WNmZq74mEzDvG85vxTQ2VLMWP6kyPoTl {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #gBnXR1XvdSa4ATmnDMTgzfQPmvNGLRnR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #AXdyO3VKRErazDwn2cfKU37RLWaBglJ3 {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #HsWglh8KX3ioQpQOqZ3kIK2GkHCUtVQw {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #agTHTnLGESPGP9RqskST4qyBp1EKvh1m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #PK0COwVkvyDnGsuQ2cV89oavH48sUbKn {  }
 }@media only screen and (max-width: 763px) { #kNyxQ9fz64xSARhwDHo9DhKr915woeLs #r9VqcdB0sDKFTizToQrwlsOJqs3bh8U7 {  }
 }@media only screen and (max-width: 763px) { #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/a074428b-a53a-415f-8923-48dbbbe764ba/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.adaptive-delivery-prevent-bg, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyload, #VTnQNAiusgatmasrR5ILn2JZyP0XiIXO.lazyloading { background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { background-color: transparent; background-image: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row > .video-iframe-container { display: none; }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .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); }#VTnQNAiusgatmasrR5ILn2JZyP0XiIXO > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pi2WsuvVwbPz1tG22m3CPQbisE6BfqTI { width:12.5rem;height:1.29980625rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QNv1LBFExT28HCVxS5yNRp81Zux1dR { width:16.75rem;height:3.8994125rem;top:3.79980625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UONJSLH3JFBgWsk3N7Fpqsl1mN7BwhuW { width:20rem;height:2.2744125rem;top:8.94873125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCnP1BhCN7EVkZq4Z6xGWLr8OTnv3vD { width:16.75rem;height:1.625rem;top:25.41015625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNhCTEzeDe39L5AWnWkJ8ZpwLxgTiheq { width:20rem;height:12.1875rem;top:12.47265625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAqxIXhJAwaggOea6ym6c3KX2mVFlm2T { width:20rem;height:21.75rem;top:37.28369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1EBBGDvLHauflAKDWOCq5Ja0QiiWGGm { width:7.5625rem;height:7.5625rem;top:28.15869140625rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0.adaptive-delivery-prevent-bg, #nawFwaPuFDH0SvqTGoysRJWzl20KsKu0.lazyload, #nawFwaPuFDH0SvqTGoysRJWzl20KsKu0.lazyloading { background-image: none; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row .container { background-color: transparent; background-image: none; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row .container > .video-iframe-container { display: none; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row > .video-iframe-container { display: none; }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .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); }#nawFwaPuFDH0SvqTGoysRJWzl20KsKu0 > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVZ0eymm3ZafZUOnsEay7fwARbaysQUx { width:17.9375rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC6swSwhAoHccTA4nLMMmyyRaDuQSGpe { width:20rem;height:9.9375rem;top:6.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;display:block; }#SC6swSwhAoHccTA4nLMMmyyRaDuQSGpe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/dd4ee8da-d4b6-414b-95cd-187f6b531c37/__zloty_sygnet1.png); }
 }@media only screen and (max-width: 763px) { #yceUZbbCc0AApDMVVfTmkmQZWCKZsWpf { width:11.25rem;height:2.5rem;top:17.125rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #twBHxDLdXDDKQmScy2M3DGqAThkpOEyR { display:block; }
 }@media only screen and (max-width: 763px) { #KaDFrZrvIPCiWmorXWoI9XUiLAMI19Zq { width:20rem;height:20rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/a074428b-a53a-415f-8923-48dbbbe764ba/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh.adaptive-delivery-prevent-bg, #rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh.lazyload, #rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh.lazyloading { background-image: none; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row .container { background-color: transparent; background-image: none; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row .container > .video-iframe-container { display: none; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row > .video-iframe-container { display: none; }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .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); }#rJS1Ib8aiVERtpJHHAHfznOSrK36TtTh > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuUCmsiRanKWodFJDQH6kSgEIGCWDp5T { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrITxGSw97Z2ZcRdLFbmiTfXZZUOSU5m { width:20rem;height:2.25rem;top:6.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U4xq7r555rdUkQeypb133883LWMlHUPb { width:16.125rem;height:5.1621125rem;top:10.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#U4xq7r555rdUkQeypb133883LWMlHUPb li:before{  }
 }@media only screen and (max-width: 763px) { #SRuJS22wP78rBChK2f0cvDArNmUZnHdV { width:20rem;height:1.05615rem;top:10.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngrMziTV9CEg2t7dBEvTSI4s7dzxm31h { width:20rem;height:3.16845625rem;top:16.5927734375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH1NzeQAXbGsCNWybWTH3CSd84yQflRm { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm.adaptive-delivery-prevent-bg, #BH1NzeQAXbGsCNWybWTH3CSd84yQflRm.lazyload, #BH1NzeQAXbGsCNWybWTH3CSd84yQflRm.lazyloading { background-image: none; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row .container { background-color: transparent; background-image: none; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row .container > .video-iframe-container { display: none; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row > .video-iframe-container { display: none; }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .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); }#BH1NzeQAXbGsCNWybWTH3CSd84yQflRm > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp5KO3TnvdE7pITc3TusZFa8TFAdaLzi { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifrRuNJNP9C4tyyyMeODFTp9abAILplL { width:20rem;height:3.375rem;top:6.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KfgIAdCRQ7sB9gIxncsLHVEWunMCTkGy { width:20rem;height:5.1621125rem;top:15.60546875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#KfgIAdCRQ7sB9gIxncsLHVEWunMCTkGy li:before{  }
 }@media only screen and (max-width: 763px) { #w7S2lhrMVIWRx2w6biMmsCiFy9vo9sfl { width:20rem;height:3.16845625rem;top:11.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueghHnhmmvI9AOmHahvB8TC5VFnsnenS { width:20rem;height:12.5092625rem;top:22.01758125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqTTiIukgcUCkHWc7aWvQ5be3ZcZhwc { width:19.0625rem;height:24.75rem;top:35.77639375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWxiTActFRE4PiDPZz9p6e5U6JVeT9Tt { width:14.9375rem;height:3.1875rem;top:61.7763671875rem;left:2.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gHFCDJB6O4pqViAo7VSnWfJnQEg8UZaE { display:block; }
 }@media only screen and (max-width: 763px) { #lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ { display:block; }#lBIJz8CzqVp3ZdUxT7EEAA8vTXtEZ2vJ > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfZIqXfTWqllzNvnADeEGg25i5TJdf5U { width:20rem;height:1.4624rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBbeyvZHttEWB5zeRwI3HWyhBCG6m2Wa { width:20rem;height:9.2104375rem;top:3.9619125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#qBbeyvZHttEWB5zeRwI3HWyhBCG6m2Wa li:before{  }
 }@media only screen and (max-width: 763px) { #oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF.adaptive-delivery-prevent-bg, #oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF.lazyload, #oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF.lazyloading { background-image: none; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row .container { background-color: transparent; background-image: none; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row .container > .video-iframe-container { display: none; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row > .video-iframe-container { display: none; }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .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); }#oxlbNHWGu3TOoBUvaWforhT2f7ewcDyF > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooI0b7p4IKIIRkEX4TEcusN7ChxmoK0w { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWbhF1UN0bfGJpsV9NOXTZzm5pz0y3fT { width:20rem;height:13.729975rem;top:8.59375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7agFC3FviRLzOTOQTpDVu05JllC0xbS { width:14.9375rem;height:3.1875rem;top:23.57325rem;left:2.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GStiVcEdkfE431gIH7cnSGJw2uXfdIeo { display:block; }
 }@media only screen and (max-width: 763px) { #qf8TepWsdW2a49b150imvCwDkt8kTk6J { display:block; }#qf8TepWsdW2a49b150imvCwDkt8kTk6J > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcSEwK4UmKzGUWS9M7abRw8I32eUTxo5 { width:20rem;height:1.4624rem;top:2.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbA6rZf1iS1pzkqa10MkApXIMQxyLUB6 { width:19.5625rem;height:11.8125rem;top:4.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0PF41iwvazBmkCpzt23MxvN99pKlOp { width:17.625rem;height:26.625rem;top:17.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T { display:block; }#g3XC5FUqnhpcit6UnceRxKE2EFPbDU6T > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #issWqSbgDarP5TfQGgiWfkpQNlkKD2fK { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz1wzncpFMvxmKRUQAnoHKBLeCrZmrt4 { width:20rem;height:5.25rem;top:5.9853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA3qffyeuNCpX1437TcrzdpbUnDBQEAd { width:17.5rem;height:3.4375rem;top:17.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFxaTBV3QgpNIIMvHh0aW866Tdx304Dc { display:block; }
 }@media only screen and (max-width: 763px) { #zIiKq3J8HdNQHyUeF1cJNuQ0W3fTh0c5 { width:16.75rem;height:3.25rem;top:12.875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq { display:block; }#QWsWR2vmqoFN6OTsRwqfnVuDIOBnAvyq > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILB2zERdrSDd2PFA2kgQHMopIaQmyfLz { width:11.3125rem;height:1.949225rem;top:5.9375rem;left:4.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCBvLBeHUDG22cJweEfpXzgurCaiodke { width:18.25rem;height:1.949225rem;top:3.13671875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h6eq9n2SRXmETsB5I3ECWVTKN7ZDhpHD { width:7.3125rem;height:2.4375rem;top:0.69921875rem;left:6.34375rem;display:block; }
 }