.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container { background-color: transparent; background-image: none; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container > .video-iframe-container { display: none; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row > .video-iframe-container { display: none; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .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); }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container { border-width: 0; border-radius: 0; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row > .video-iframe-container {  }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container { font-size:14px;font-family:arial;height:112px;width:1200px;position:relative;display:block; }#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;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; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eec303;background-image:none;color:#ffffff;padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;display:block;align-items:center;width:42px;min-width:42px;height:43px;position:relative;font-family:"open sans";font-size:32px;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;font-style:normal; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-text.counter-label { background-color:;background-image:none;color:#676767;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56px;height:17px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:288px;height:81px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11px;left:574px;z-index:15008; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #bhJPMztsou1gPKvTuJ6CkHtkXspsmtTc { display:flex;position:relative;top:0px;left:0px; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #cIrkqldE6eGtsZPnkm9bXmGZ3qLGmzRc { width:auto; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #XBzJqNBH3r7FomMf4OTv9W2kVvWrI5R3 {  }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #lmws0uZoTNTKanpzhPudV5gceP7Cbo2F { display:flex;position:relative;top:0px;left:0px; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #y4zST2FWvmbuuevZ0TQdgZo4Fbkl0nT3 {  }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #kEWIm6aZ6oMfEDewoTkIV7RC7GmKAfNq {  }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #OWl9p6FX9LTA58s0LCVqB65ibwDKAABT { display:flex;position:relative;top:0px;left:0px; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #Fz7JuiBVLcIMRJ2c7AfQEmZzzG0DHduK {  }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #z6FREkls1iGXxRM3lUcTi42W5VxAgfcT {  }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #gI83c0XTWcuFUeL2STIvdck6AvhdNiEI { display:flex;position:relative;top:0px;left:0px; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #TL9PNW4oTTPKkfSWimv25kIMLWTbwnxP {  }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #JW6oCl9zarTxpCSZBu2pH5P4T0xFiHvI {  }
#pS4CDTUGzxeVhWMwUIqvJnLxqgiPRr2M { color:#676767;display:block;width:567px;position:absolute;font-family:poppins;font-size:35px;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:35px;left:156px;height:52.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd99242f-049b-4b10-a1c3-e3710f73f3c6/Beznazwy1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:578px;width:1200px;overflow:visible;position:relative;display:block; }#Oat1IEJbquyKQ5ZE5kKiuIdl3VPu8zSR { color:#ffffff;display:block;width:685px;position:absolute;font-family:poppins;font-size:34px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:107px;left:258px;height:88.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QbxcH5qhyJADklFpZAOS2IxvpSFgTtHO { color:#ffffff;display:block;width:532px;position:absolute;font-family:poppins;font-size:25px;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:63px;left:334px;height:35px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6v7umaTQXiEtZmU7ion22mi8Ciw4shp { z-index:15001;top:246.5px;left:487.00003051758px;background-color:#eec303;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:29px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:226px;height:69px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HMJbe7NEpSHduDAHFbfulmkaMcWspgmT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xasTrxcH744TpkdMnTHDWIcFZHqfiPGb { color:#ffffff;display:block;width:346px;position:absolute;font-family:poppins;font-size:23px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:332px;left:441.50003051758px;height:55.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8TIDAu7DInTTGC2h4mM5U6IyOQ0r6iS { color:#ffffff;display:block;width:532px;position:absolute;font-family:poppins;font-size:25px;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:146.36250305176px;left:518px;height:34.4px;font-style:normal;text-align:right;text-align-last:right;display:none; }
#J1zk5ykUGPkZRlrsJHZKkGq0HXTuZxW1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54px;width:116px;top:448px;left:542.00003051758px;overflow:hidden;display:block; }
#o5a5OhTbV9uK4MzdqdRO2W8u8bXshAa9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:142px;top:19.5px;left:529.00003051758px;overflow:hidden;display:none; }
#iSexa6RkpR26iIP13sXAPqxtqe779S1c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { background-color: transparent; background-image: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container > .video-iframe-container { display: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row > .video-iframe-container { display: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .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); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { border-width: 0; border-radius: 0; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row > .video-iframe-container {  }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { font-size:14px;font-family:arial;height:668px;width:1200px;position:relative;display:block; }#dyS2lyGPmQA9z7zDE0cbN5iV6stMuqZB { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(301deg, #0290ff, #05eafc);background-image: -moz-linear-gradient(301deg, #0290ff, #05eafc);background-image: -ms-linear-gradient(301deg, #0290ff, #05eafc);background-image: -o-linear-gradient(301deg, #0290ff, #05eafc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0290ff', endColorstr='#05eafc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0290ff', endColorstr='#05eafc' );";background-image: linear-gradient(301deg, #0290ff, #05eafc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10px;width:600px;top:382px;left:300px;display:block; }
#KznOnB99WT2Oa4iZnWckv8qplk0ouN9S { color:#676767;display:block;width:516px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:50.962524414062px;left:155px;height:256px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fTOtklCOpKaUGpNSaRVXp8iQkwlyRSNb { color:#676767;display:block;width:910px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:428.00001525879px;left:145px;height:86.7px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WsnJPWkOX1rAmeTCvM0cUTIVdEcUlv8W { z-index:15002;top:550.98751831055px;left:459.00003051758px;background-color:#eec303;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:21px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:282px;height:69px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Bw5soMlH6U8ZF1e8VTQQLwE9IgS7sWuG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eBVuNu5IpXqtvBmBnrlZx28erq9LBudf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:386px;width:386px;top:10.800003051758px;left:683.80001831055px;overflow:hidden;display:block; }
#GDWzUMpLaJKUBoqOnDztn6LssdT329AC { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(301deg, #0290ff, #05eafc);background-image: -moz-linear-gradient(301deg, #0290ff, #05eafc);background-image: -ms-linear-gradient(301deg, #0290ff, #05eafc);background-image: -o-linear-gradient(301deg, #0290ff, #05eafc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0290ff', endColorstr='#05eafc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0290ff', endColorstr='#05eafc' );";background-image: linear-gradient(301deg, #0290ff, #05eafc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10px;width:600px;top:382px;left:300px;display:none; }
#fM0XUFTUodACbh0OGoBOb8bm7qUvsf3d { color:#676767;display:block;width:910px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:428.00001525879px;left:145px;height:86.7px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#v1wXuQQktF9JSWNz0oucoJz596o1ipC0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#QOl4GX8oHS9n99k9fXttimW64DKufqo1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container { background-color: transparent; background-image: none; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container > .video-iframe-container { display: none; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row > .video-iframe-container { display: none; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .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); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container { border-width: 0; border-radius: 0; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row > .video-iframe-container {  }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container { font-size:14px;font-family:arial;height:76px;width:1200px;position:relative;display:block; }#S3oQVskCyOO9wS1yiCTQCmQUbsmTvTJb { color:#0290ff;display:block;width:795px;position:absolute;font-family:poppins;font-size:25px;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:26.75px;left:202.5px;height:22.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container { background-color: transparent; background-image: none; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container > .video-iframe-container { display: none; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row > .video-iframe-container { display: none; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .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); }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container { border-width: 0; border-radius: 0; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row > .video-iframe-container {  }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container { font-size:14px;font-family:arial;height:305px;width:1200px;position:relative;display:block; }#thmHhdgCbE273bhvLsUcJXCBL8I5UxXD { color:#676767;display:block;width:985px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:13.087501525879px;left:107.5px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#thmHhdgCbE273bhvLsUcJXCBL8I5UxXD li:not(:first-child){ padding-top:16px;padding-right:0;padding-bottom:0;padding-left:0; }#thmHhdgCbE273bhvLsUcJXCBL8I5UxXD li:before{  }
#LfmL4QVfzgDidiwfIOThIaccqZeGxKom { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000b23;background-image:url("https://images.assets-landingi.com/uc/bc7003e7-ecdb-41e9-a08d-53f8a8268161/Obraz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom.adaptive-delivery-prevent-bg, #LfmL4QVfzgDidiwfIOThIaccqZeGxKom.lazyload, #LfmL4QVfzgDidiwfIOThIaccqZeGxKom.lazyloading { background-image: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container { background-color: transparent; background-image: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container > .video-iframe-container { display: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row > .video-iframe-container { display: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .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); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container { border-width: 0; border-radius: 0; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row > .video-iframe-container {  }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container { font-size:14px;font-family:arial;height:325px;width:1200px;position:relative;display:block; }#iTaez2DOTuFBP72PDqsTc2UACrDcItux { color:#ffffff;display:block;width:833px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:246.00003051758px;left:183px;height:27.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCchWxoRIF2N4Fg20fXvHTHo6ipPikAP { z-index:15002;top:97px;left:729.00003051758px;background-color:#eec303;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:21px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:222px;height:81px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kRMORQ1Bmqso7Iu1mfSkmbF6PiQ2gFHT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#s5boOGmnia4RHHRvB4Ufo6ogwFCccOh2 { color:#ffffff;display:block;width:203px;position:absolute;font-family:poppins;font-size:19px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:142px;left:218.5px;height:60.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQ8FnkCDWmVWxQgD509GAWEXgSbpDZeS { box-sizing:content-box;color:#ffffff;font-size:58px;font-weight:400;line-height:1;height:84px;width:84px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:58px;left:278px;display:block; }
#FQv2PlfJdChLbzb26SZFBhdEtW9mczcc { box-sizing:content-box;color:#ffffff;font-size:58px;font-weight:400;line-height:1;height:84px;width:84px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:64px;left:483px;display:block; }
#NtrmuJtxwlp0b0rptRlu2DQ8qmVXMSW1 { color:#ffffff;display:block;width:230px;position:absolute;font-family:poppins;font-size:19px;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:142px;left:410.00003051758px;height:30.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { background-color: transparent; background-image: none; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container > .video-iframe-container { display: none; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row > .video-iframe-container { display: none; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .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); }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { border-width: 0; border-radius: 0; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row > .video-iframe-container {  }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { font-size:14px;font-family:arial;height:23px;width:1200px;position:relative;display:block; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container { background-color: transparent; background-image: none; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container > .video-iframe-container { display: none; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row > .video-iframe-container { display: none; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .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); }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container { border-width: 0; border-radius: 0; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row > .video-iframe-container {  }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container { font-size:14px;font-family:arial;height:1038px;width:1200px;position:relative;display:block; }#XVfUowRv3bCK9WgErmcIadHu1pVvIXeD { color:#0290ff;display:block;width:548px;position:absolute;font-family:poppins;font-size:31px;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:44px;left:326px;height:27.9px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQUdyIzXWBkQ4sg2GJvEpTFiaiLpfzHZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:27px;border-top-right-radius:27px;border-bottom-left-radius:27px;border-bottom-right-radius:27px;height:373px;width:252px;top:139px;left:775px;overflow:hidden;display:block; }
#CP4dZmqHrJwJvhNRqMzliRbBGAwF8lc2 { color:#676767;display:block;width:578px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:190.3125px;left:153px;height:307.2px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#B5yE2RKPwseO5E3pT5iHfUNOGkR9aTbM { color:#0290ff;display:block;width:521.997px;position:absolute;font-family:poppins;font-size:25px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:139px;left:153px;height:32.5px;font-style:normal;display:block; }
#TfWf6PfbiHL9VeUxKps59PVG6HwV1qtT { color:#676767;display:block;width:578px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:651.39999389648px;left:469.00003051758px;height:153.6px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#A0xcVQaGdrCZ39d8lLH1SqeXuEkOn6XA { color:#0290ff;display:block;width:521.997px;position:absolute;font-family:poppins;font-size:25px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:588px;left:469px;height:32.5px;font-style:normal;display:block; }
#SnKCgCPZM0r1kUZsKNWHJC7p6lgXXKG4 { color:#0290ff;display:block;width:572px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:620.48753356934px;left:472.00003051758px;height:19.5px;font-style:normal;display:block; }
#LMiCbAaBJ1VqssP74L56ICa4LNiI7NqR { position:absolute;display:block;z-index:15010;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:27px;border-top-right-radius:27px;border-bottom-left-radius:27px;border-bottom-right-radius:27px;height:373px;width:252px;top:588px;left:153px;overflow:hidden;display:block; }
#XPyRT72BTyul1CHNOPKxmUOmBRs7P8Pn { color:#0290ff;display:block;width:521.987px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:171.48751068115px;left:153px;height:19.5px;font-style:normal;display:block; }
#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:url("https://images.assets-landingi.com/uc/bc7003e7-ecdb-41e9-a08d-53f8a8268161/Obraz1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ.adaptive-delivery-prevent-bg, #XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ.lazyload, #XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ.lazyloading { background-image: none; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container { background-color: transparent; background-image: none; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container > .video-iframe-container { display: none; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row > .video-iframe-container { display: none; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .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); }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container { border-width: 0; border-radius: 0; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row > .video-iframe-container {  }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container { font-size:14px;font-family:arial;height:188px;width:1200px;position:relative;display:block; }#BKwG7dIt2Ni1qZymftTiHk9DrT0k2TNI { z-index:15003;top:55px;left:427.50003051758px;background-color:#eec303;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:21px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:345px;height:78px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fIL3mGbnkG1KzyCUfPo8pX23MmWzoQdD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container { background-color: transparent; background-image: none; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container > .video-iframe-container { display: none; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row > .video-iframe-container { display: none; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .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); }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container { border-width: 0; border-radius: 0; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row > .video-iframe-container {  }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#PIK5E15nnlUHvvBU7Pk5te5V2OE4FZJb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:142px;top:19.5px;left:529.00003051758px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH { display:block; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW { display:flex;width:288px;height:81px;top:31px;left:228px; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #bhJPMztsou1gPKvTuJ6CkHtkXspsmtTc { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #cIrkqldE6eGtsZPnkm9bXmGZ3qLGmzRc {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #XBzJqNBH3r7FomMf4OTv9W2kVvWrI5R3 {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #lmws0uZoTNTKanpzhPudV5gceP7Cbo2F { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #y4zST2FWvmbuuevZ0TQdgZo4Fbkl0nT3 {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #kEWIm6aZ6oMfEDewoTkIV7RC7GmKAfNq {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #OWl9p6FX9LTA58s0LCVqB65ibwDKAABT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #Fz7JuiBVLcIMRJ2c7AfQEmZzzG0DHduK {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #z6FREkls1iGXxRM3lUcTi42W5VxAgfcT {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #gI83c0XTWcuFUeL2STIvdck6AvhdNiEI { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #TL9PNW4oTTPKkfSWimv25kIMLWTbwnxP {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #JW6oCl9zarTxpCSZBu2pH5P4T0xFiHvI {  }
 }@media only screen and (max-width: 763px) { #pS4CDTUGzxeVhWMwUIqvJnLxqgiPRr2M { width:567px;height:52px;top:35px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oat1IEJbquyKQ5ZE5kKiuIdl3VPu8zSR { width:685px;height:88px;top:107px;left:40px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #QbxcH5qhyJADklFpZAOS2IxvpSFgTtHO { width:532px;height:35px;top:63px;left:116px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #s6v7umaTQXiEtZmU7ion22mi8Ciw4shp { top:246px;left:269.00003051758px;width:226px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #HMJbe7NEpSHduDAHFbfulmkaMcWspgmT { display:block; }
 }@media only screen and (max-width: 763px) { #xasTrxcH744TpkdMnTHDWIcFZHqfiPGb { width:346px;height:55px;top:332px;left:223.50003051758px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #k8TIDAu7DInTTGC2h4mM5U6IyOQ0r6iS { width:158px;height:21px;top:46px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #J1zk5ykUGPkZRlrsJHZKkGq0HXTuZxW1 { top:448px;left:324.00003051758px;width:116px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #o5a5OhTbV9uK4MzdqdRO2W8u8bXshAa9 { top:19px;left:311.00003051758px;width:142px;height:51px;display:none; }
 }@media only screen and (max-width: 763px) { #iSexa6RkpR26iIP13sXAPqxtqe779S1c { display:block; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyS2lyGPmQA9z7zDE0cbN5iV6stMuqZB { top:382px;left:82px;width:600px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #KznOnB99WT2Oa4iZnWckv8qplk0ouN9S { width:516px;height:307px;top:50px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fTOtklCOpKaUGpNSaRVXp8iQkwlyRSNb { width:764px;height:86px;top:428px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WsnJPWkOX1rAmeTCvM0cUTIVdEcUlv8W { top:550px;left:241.00003051758px;width:282px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #Bw5soMlH6U8ZF1e8VTQQLwE9IgS7sWuG { display:block; }
 }@media only screen and (max-width: 763px) { #eBVuNu5IpXqtvBmBnrlZx28erq9LBudf { top:10px;left:378px;width:386px;height:386px;display:block; }
 }@media only screen and (max-width: 763px) { #GDWzUMpLaJKUBoqOnDztn6LssdT329AC { top:382px;left:82px;width:600px;height:10px;display:none; }
 }@media only screen and (max-width: 763px) { #fM0XUFTUodACbh0OGoBOb8bm7qUvsf3d { width:764px;height:86px;top:428px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #v1wXuQQktF9JSWNz0oucoJz596o1ipC0 { display:none; }
 }@media only screen and (max-width: 763px) { #QOl4GX8oHS9n99k9fXttimW64DKufqo1 { display:block; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3oQVskCyOO9wS1yiCTQCmQUbsmTvTJb { width:764px;height:22px;top:26px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 { display:block; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thmHhdgCbE273bhvLsUcJXCBL8I5UxXD { width:764px;height:258px;top:13px;left:0px;font-size:12px;display:block; }#thmHhdgCbE273bhvLsUcJXCBL8I5UxXD li:before{  }
 }@media only screen and (max-width: 763px) { #LfmL4QVfzgDidiwfIOThIaccqZeGxKom { display:block; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTaez2DOTuFBP72PDqsTc2UACrDcItux { width:764px;height:26px;top:246px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DCchWxoRIF2N4Fg20fXvHTHo6ipPikAP { top:97px;left:499px;width:222px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #kRMORQ1Bmqso7Iu1mfSkmbF6PiQ2gFHT { display:block; }
 }@media only screen and (max-width: 763px) { #s5boOGmnia4RHHRvB4Ufo6ogwFCccOh2 { width:203px;height:60px;top:142px;left:0.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8FnkCDWmVWxQgD509GAWEXgSbpDZeS { top:58px;left:60px;width:84px;height:84px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #FQv2PlfJdChLbzb26SZFBhdEtW9mczcc { top:64px;left:265px;width:84px;height:84px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #NtrmuJtxwlp0b0rptRlu2DQ8qmVXMSW1 { width:230px;height:30px;top:142px;left:192.00003051758px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 { display:block; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 { display:block; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVfUowRv3bCK9WgErmcIadHu1pVvIXeD { width:548px;height:27px;top:44px;left:108px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #yQUdyIzXWBkQ4sg2GJvEpTFiaiLpfzHZ { top:139px;left:491px;width:252px;height:373px;display:block; }
 }@media only screen and (max-width: 763px) { #CP4dZmqHrJwJvhNRqMzliRbBGAwF8lc2 { top:190px;left:0px;width:578px;height:345px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #B5yE2RKPwseO5E3pT5iHfUNOGkR9aTbM { top:139px;left:0px;width:521px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TfWf6PfbiHL9VeUxKps59PVG6HwV1qtT { top:651px;left:186px;width:578px;height:192px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A0xcVQaGdrCZ39d8lLH1SqeXuEkOn6XA { top:588px;left:243px;width:521px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #SnKCgCPZM0r1kUZsKNWHJC7p6lgXXKG4 { top:620px;left:192px;width:572px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #LMiCbAaBJ1VqssP74L56ICa4LNiI7NqR { top:588px;left:0px;width:252px;height:373px;display:block; }
 }@media only screen and (max-width: 763px) { #XPyRT72BTyul1CHNOPKxmUOmBRs7P8Pn { top:171px;left:0px;width:521px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ { display:block; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKwG7dIt2Ni1qZymftTiHk9DrT0k2TNI { top:55px;left:209.50003051758px;width:345px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #fIL3mGbnkG1KzyCUfPo8pX23MmWzoQdD { display:block; }
 }@media only screen and (max-width: 763px) { #wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu { display:block; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIK5E15nnlUHvvBU7Pk5te5V2OE4FZJb { top:19px;left:311.00003051758px;width:142px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH { display:block; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW .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; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-text.counter-number { padding-top:4.6px;padding-right:4.18px;padding-bottom:4.6px;padding-left:4.18px;width:25.04px;min-width:25.04px;height:24.69px;font-size:18.38px;line-height:24.69px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:2.87px;margin-right:0;margin-bottom:0;margin-left:0;width:33.39px;height:9.76px;font-size:6.89px;line-height:9.76px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW { display:flex;width:198px;height:46.52px;top:53.765625px;left:59.515625px;padding-top:5.74px;padding-right:5.96px;padding-bottom:5.74px;padding-left:5.96px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #bhJPMztsou1gPKvTuJ6CkHtkXspsmtTc { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #cIrkqldE6eGtsZPnkm9bXmGZ3qLGmzRc {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #XBzJqNBH3r7FomMf4OTv9W2kVvWrI5R3 {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #lmws0uZoTNTKanpzhPudV5gceP7Cbo2F { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #y4zST2FWvmbuuevZ0TQdgZo4Fbkl0nT3 {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #kEWIm6aZ6oMfEDewoTkIV7RC7GmKAfNq {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #OWl9p6FX9LTA58s0LCVqB65ibwDKAABT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #Fz7JuiBVLcIMRJ2c7AfQEmZzzG0DHduK {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #z6FREkls1iGXxRM3lUcTi42W5VxAgfcT {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #gI83c0XTWcuFUeL2STIvdck6AvhdNiEI { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #TL9PNW4oTTPKkfSWimv25kIMLWTbwnxP {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #JW6oCl9zarTxpCSZBu2pH5P4T0xFiHvI {  }
 }@media only screen and (max-width: 763px) { #pS4CDTUGzxeVhWMwUIqvJnLxqgiPRr2M { width:159px;height:26.6px;top:18px;left:80.5px;text-align:center;text-align-last:center;font-size:19px;line-height:1.4;color:#676767;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/74e17126-b6b0-4179-ad66-bb639c22fa14/Beznazwy3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:436px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oat1IEJbquyKQ5ZE5kKiuIdl3VPu8zSR { width:294px;height:53.2px;top:69px;left:13px;text-align:center;text-align-last:center;font-size:19px;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QbxcH5qhyJADklFpZAOS2IxvpSFgTtHO { width:158px;height:0;top:32.400001525879px;left:150.00000572205px;text-align:right;text-align-last:right;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #s6v7umaTQXiEtZmU7ion22mi8Ciw4shp { top:161px;left:74px;width:171px;height:56px;font-size:18px;background-color:#eec303;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HMJbe7NEpSHduDAHFbfulmkaMcWspgmT { display:block; }
 }@media only screen and (max-width: 763px) { #xasTrxcH744TpkdMnTHDWIcFZHqfiPGb { width:182px;height:50.4px;top:235px;left:69px;text-align:center;text-align-last:center;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k8TIDAu7DInTTGC2h4mM5U6IyOQ0r6iS { width:158px;height:21px;top:39px;left:81px;text-align:center;text-align-last:center;font-size:15px;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J1zk5ykUGPkZRlrsJHZKkGq0HXTuZxW1 { width:85px;height:39px;top:380.00001144409px;left:117.50000572205px;display:none; }
 }@media only screen and (max-width: 763px) { #o5a5OhTbV9uK4MzdqdRO2W8u8bXshAa9 { width:106px;height:38px;top:384px;left:106.99999809265px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #iSexa6RkpR26iIP13sXAPqxtqe779S1c { display:block; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { width:320px;height:1181px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyS2lyGPmQA9z7zDE0cbN5iV6stMuqZB { width:12px;height:240px;top:214px;left:308px;display:none; }
 }@media only screen and (max-width: 763px) { #KznOnB99WT2Oa4iZnWckv8qplk0ouN9S { width:278px;height:425.6px;top:329px;left:21.000001907349px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fTOtklCOpKaUGpNSaRVXp8iQkwlyRSNb { width:270px;height:0;top:816.60000610352px;left:25.000001907349px;text-align:center;text-align-last:center;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #WsnJPWkOX1rAmeTCvM0cUTIVdEcUlv8W { top:1096px;left:64px;width:192px;height:49px;font-size:14px;background-color:#eec303;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Bw5soMlH6U8ZF1e8VTQQLwE9IgS7sWuG { display:block; }
 }@media only screen and (max-width: 763px) { #eBVuNu5IpXqtvBmBnrlZx28erq9LBudf { width:320px;height:320px;top:7.62939453125E-6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GDWzUMpLaJKUBoqOnDztn6LssdT329AC { width:12px;height:240px;top:842px;left:264.39999961853px;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #fM0XUFTUodACbh0OGoBOb8bm7qUvsf3d { width:270px;height:214.2px;top:855px;left:25px;text-align:center;text-align-last:center;font-size:14px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #v1wXuQQktF9JSWNz0oucoJz596o1ipC0 { top:812.78753662109px;left:59.999998092651px;width:200px;height:7px;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(93deg, #05eafc, #0290ff);background-image: -moz-linear-gradient(93deg, #05eafc, #0290ff);background-image: -ms-linear-gradient(93deg, #05eafc, #0290ff);background-image: -o-linear-gradient(93deg, #05eafc, #0290ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#05eafc', endColorstr='#0290ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#05eafc', endColorstr='#0290ff' );";background-image: linear-gradient(93deg, #05eafc, #0290ff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QOl4GX8oHS9n99k9fXttimW64DKufqo1 { background-color:#ffffff;background-image:none;display:block; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container { background-color: transparent; background-image: none; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container > .video-iframe-container { display: none; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row > .video-iframe-container { display: none; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .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); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3oQVskCyOO9wS1yiCTQCmQUbsmTvTJb { width:305px;height:46.8px;top:11.600006103516px;left:7.5px;text-align:center;text-align-last:center;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 { display:block; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container { width:320px;height:359px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thmHhdgCbE273bhvLsUcJXCBL8I5UxXD { width:271px;height:317.6px;top:15.499984741211px;left:24.500001907349px;text-align:center;text-align-last:center;font-size:12px;line-height:1.7;display:block; }#thmHhdgCbE273bhvLsUcJXCBL8I5UxXD li:before{  }
 }@media only screen and (max-width: 763px) { #LfmL4QVfzgDidiwfIOThIaccqZeGxKom { background-color:#000b23;background-image:url("https://images.assets-landingi.com/uc/bc7003e7-ecdb-41e9-a08d-53f8a8268161/Obraz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom.adaptive-delivery-prevent-bg, #LfmL4QVfzgDidiwfIOThIaccqZeGxKom.lazyload, #LfmL4QVfzgDidiwfIOThIaccqZeGxKom.lazyloading { background-image: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container { background-color: transparent; background-image: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container > .video-iframe-container { display: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row > .video-iframe-container { display: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .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); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container { width:320px;height:428px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTaez2DOTuFBP72PDqsTc2UACrDcItux { width:290px;height:48px;top:356px;left:15px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DCchWxoRIF2N4Fg20fXvHTHo6ipPikAP { top:269px;left:54px;width:212px;height:61px;font-size:17px;background-color:#eec303;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kRMORQ1Bmqso7Iu1mfSkmbF6PiQ2gFHT { display:block; }
 }@media only screen and (max-width: 763px) { #s5boOGmnia4RHHRvB4Ufo6ogwFCccOh2 { width:169px;height:48px;top:91px;left:75px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8FnkCDWmVWxQgD509GAWEXgSbpDZeS { width:67px;height:67px;top:25px;left:127px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #FQv2PlfJdChLbzb26SZFBhdEtW9mczcc { width:67px;height:67px;top:156px;left:127px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #NtrmuJtxwlp0b0rptRlu2DQ8qmVXMSW1 { width:230px;height:24px;top:223px;left:45px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 { display:block; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { width:320px;height:5px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 { display:block; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container { width:320px;height:1519.1750488281px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVfUowRv3bCK9WgErmcIadHu1pVvIXeD { width:246px;height:50px;top:17.953125px;left:37px;text-align:center;text-align-last:center;font-size:25px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yQUdyIzXWBkQ4sg2GJvEpTFiaiLpfzHZ { width:221px;height:328px;top:94.515625px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #CP4dZmqHrJwJvhNRqMzliRbBGAwF8lc2 { width:285px;height:360px;top:491.51249694824px;left:17.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #B5yE2RKPwseO5E3pT5iHfUNOGkR9aTbM { width:320px;height:32.5px;top:441.515625px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfWf6PfbiHL9VeUxKps59PVG6HwV1qtT { width:275px;height:216px;top:1303.1874084473px;left:22.500001907349px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #A0xcVQaGdrCZ39d8lLH1SqeXuEkOn6XA { width:320px;height:32.5px;top:1241.0000305176px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SnKCgCPZM0r1kUZsKNWHJC7p6lgXXKG4 { width:314px;height:18.2px;top:1274.0000305176px;left:3px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMiCbAaBJ1VqssP74L56ICa4LNiI7NqR { width:221px;height:328px;top:890.01252746582px;left:48.699998855591px;display:block; }
 }@media only screen and (max-width: 763px) { #XPyRT72BTyul1CHNOPKxmUOmBRs7P8Pn { width:320px;height:19.5px;top:472.01261138916px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ { display:block; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKwG7dIt2Ni1qZymftTiHk9DrT0k2TNI { top:27px;left:40.500001907349px;width:239px;height:46px;font-size:15px;background-color:#eec303;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fIL3mGbnkG1KzyCUfPo8pX23MmWzoQdD { display:block; }
 }@media only screen and (max-width: 763px) { #wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu { display:block; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIK5E15nnlUHvvBU7Pk5te5V2OE4FZJb { width:106px;height:38px;top:21px;left:106.99999809265px;display:block; }
 }