.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#JL1K4tbbUi0ePSUOGMag5T5y2157vesU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container { display: none; }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .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); }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c { border-top:0.625rem solid #ffaf19;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bBYf5lbF/najlepsze_odgrzybianie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c.adaptive-delivery-prevent-bg, #AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c.lazyload, #AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c.lazyloading { background-image: none; }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row .container { background-color: transparent; background-image: none; }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row .container > .video-iframe-container { display: none; }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row > .video-iframe-container { display: none; }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .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); }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row .container { border-width: 0; border-radius: 0; }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#zI4ttnfclVBzDGCSiLD54TpVkrMIE8eq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:23.125rem;left:33.75rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FQGsoclFKXHMAXEcLFbrUFyc09AQxwqz { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(30,30,30,0.75);top:20.625rem;left:0rem;height:3.28125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpLpMsFxTScorTVd5K1TxsWP1Z0ORx0t { color:#1e1e1e;display:block;width:27.5rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:20.625rem;left:47.5rem;height:3.28125rem;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:right;text-align-last:right;display:block; }
#BVXBfZZbeJRbhPH0RbWToUQmUo02SZGJ { position:absolute;display:block;z-index:99999;background-color:#ffaf19;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:17.5rem;top:21.875rem;left:28.75rem;display:block; }
#vLgEVrl1k1qSKyRw1HALvTqMgxbSvWuT { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:22.6875rem;left:30rem;display:block; }
#CKQksOg4OtvAeqN75kU2m3oTBSZBm0Nh { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(30,30,30,0.75);top:24.375rem;left:0rem;height:2.8125rem;font-style:normal;display:block; }
#ycS1TtCQaERpRTriEHcCkA3q4HLN0Ry4 { color:#1e1e1e;display:block;width:27.5rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:24.375rem;left:47.5rem;height:2.8125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xqaMJ9TtxKLh8ZzFOqDvFLdqqIJCBDT4 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:12.3125rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#ww1o8Csfq5LOvlu8U2rdgu0QJHh3TTse { color:#1e1e1e;display:block;width:10rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:2.1875rem;left:47.5rem;height:1.875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bIHeqysibncTxcQCHbsmNaVF2JmP1ze8 { color:#1e1e1e;display:block;width:5rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:2.1875rem;left:58.75rem;height:1.875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VbDpUDSFxeyDlvzgwQde71fBasM5FqqH { color:#1e1e1e;display:block;width:10rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:2.1875rem;left:65rem;height:1.875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kvI063n6EDQSTXPyowkp8vfPRyXX3XEx { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:8.25rem;top:17.3125rem;left:20.5rem;overflow:hidden;display:block; }
#zaSbZ2MzLVTprfmRQ35suZ7qKyKqDWbt { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:8.25rem;top:28.125rem;left:46.25rem;overflow:hidden;display:block; }
#TvkhUbdtJtfyqb28sU5s1rU4QprQSPyM { color:#1e1e1e;display:block;width:6.25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:2.1875rem;left:40rem;height:1.875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TguEqCH6TTugIuoeFp4R8EMupM31uiN2 { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:42.1875rem;left:36.5625rem;display:block; }
#ySgxoN36r3vLhI0QGZXhMB8Mm9VXDfll { position:absolute;display:block;z-index:100011;background-color:#ffaf19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:41.875rem;left:36.25rem;display:block; }
#mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.95);background-image:url("https://images.assets-landingi.com/yfed6yeb/najlepsze_odgrzybianie_pattern.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN.adaptive-delivery-prevent-bg, #mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN.lazyload, #mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN.lazyloading { background-image: none; }#mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN > .row .container { background-color: transparent; background-image: none; }#mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN > .row .container > .video-iframe-container { display: none; }#mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN > .row > .video-iframe-container { display: none; }#mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN > .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); }#mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN > .row .container { border-width: 0; border-radius: 0; }#mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#frT9KKhnygo2hAlcevOBs8IKbTIlWu72 { position:absolute;display:block;z-index:100062;background-color:transparent;background-image:none;border-top:0.125rem solid #ffaf19;border-left:0.125rem solid #ffaf19;border-right:0.125rem solid #ffaf19;border-bottom:0.125rem solid #ffaf19;height:13.75rem;width:22.5rem;top:10rem;left:0rem;display:block; }
#Zhapn9nerC0iQeVOyT3WXDhJZWEL8iIz { color:#1e1e1e;display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:100063;line-height:1.5;letter-spacing:0;top:16.25rem;left:2.5rem;height:5.0625rem;font-style:normal;display:block; }
#uwMm9EgTKSGikZJyqcCMlRVfk4ZLTzp0 { color:#1e1e1e;display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:100073;line-height:1.5;letter-spacing:0;top:16.25rem;left:28.75rem;height:5.0625rem;font-style:normal;display:block; }
#sDkWq53VkDMgUVUmK2DdwFPHqIFetRaM { position:absolute;display:block;z-index:100072;background-color:transparent;background-image:none;border-top:0.125rem solid #ffaf19;border-left:0.125rem solid #ffaf19;border-right:0.125rem solid #ffaf19;border-bottom:0.125rem solid #ffaf19;height:13.75rem;width:22.5rem;top:10rem;left:26.25rem;display:block; }
#TsxQo49J9lAxTsIgE7O6lXCa1AMvdoUk { color:#1e1e1e;display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.5;letter-spacing:0;top:13.75rem;left:2.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OgwmXhMXXDannUg8KdVtz4PEsoMPdtJC { color:#1e1e1e;display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100076;line-height:1.5;letter-spacing:0;top:13.75rem;left:28.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwDrbkRbAchtSxmiDvvrmJI9DygcaeF0 { position:absolute;display:block;z-index:100076;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yfed6yeb/najlepsze_odgrzybianie_pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:7.5rem;left:8.75rem;display:block; }#CwDrbkRbAchtSxmiDvvrmJI9DygcaeF0.adaptive-delivery-prevent-bg, #CwDrbkRbAchtSxmiDvvrmJI9DygcaeF0.lazyload, #CwDrbkRbAchtSxmiDvvrmJI9DygcaeF0.lazyloading { background-image: none; }
#zRJIHmEAVlwtHWoCPuyG48wWlAM6RNzc { position:absolute;display:block;z-index:100086;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yfed6yeb/najlepsze_odgrzybianie_pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:7.5rem;left:35rem;display:block; }#zRJIHmEAVlwtHWoCPuyG48wWlAM6RNzc.adaptive-delivery-prevent-bg, #zRJIHmEAVlwtHWoCPuyG48wWlAM6RNzc.lazyload, #zRJIHmEAVlwtHWoCPuyG48wWlAM6RNzc.lazyloading { background-image: none; }
#kg9Uf04XAWTmA2P8qnaXSVBqG40ZzTwp { color:#1e1e1e;display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:100078;line-height:1.5;letter-spacing:0;top:16.25rem;left:55rem;height:3.375rem;font-style:normal;display:block; }
#lKAxc2rbs7zAINWD516id9HdqEIMB34T { position:absolute;display:block;z-index:100091;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yfed6yeb/najlepsze_odgrzybianie_pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:7.5rem;left:61.25rem;display:block; }#lKAxc2rbs7zAINWD516id9HdqEIMB34T.adaptive-delivery-prevent-bg, #lKAxc2rbs7zAINWD516id9HdqEIMB34T.lazyload, #lKAxc2rbs7zAINWD516id9HdqEIMB34T.lazyloading { background-image: none; }
#bAND2MFc707mTWkcG4qKEzmvxeJsIM7F { position:absolute;display:block;z-index:100061;background-color:transparent;background-image:none;border-top:0.125rem solid #ffaf19;border-left:0.125rem solid #ffaf19;border-right:0.125rem solid #ffaf19;border-bottom:0.125rem solid #ffaf19;height:13.75rem;width:22.5rem;top:10rem;left:52.375rem;display:block; }
#GnXLUyfqFaR2AaRVZ1rZe5uQhvS3TcWZ { color:#1e1e1e;display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100082;line-height:1.5;letter-spacing:0;top:13.75rem;left:55rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ALTGunNeTTe3oolIbfNhEkSpQB7R4RGl { color:#1e1e1e;display:block;width:21.25rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:100060;line-height:1.5;letter-spacing:0;top:3.75rem;left:3.75rem;height:2.8125rem;font-style:normal;display:block; }
#T5TqvTMi0BkPs2A2WNp8BzEGtmgmEn0x { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100061;line-height:1.5;letter-spacing:0;top:4.21875rem;left:50rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fS2t3nE2lr6WoeqiHzH5o3CxghhQwafT { position:absolute;display:block;z-index:100092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:8.4375rem;left:9.8125rem;overflow:hidden;display:block; }
#FgSABTFL0GrMiQSrdxT94vJBWNLXLitN { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:8.75rem;left:36.25rem;overflow:hidden;display:block; }
#CZardva7rimv7pOzwQcNKCzEfg60UbXq { position:absolute;display:block;z-index:100094;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:8.4375rem;left:62.1875rem;overflow:hidden;display:block; }
#s6uhX3i9oqWezmTdm0GdeXQQ8wo9QMsH { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:3.59375rem;left:0rem;overflow:hidden;display:block; }
#PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffaf19;background-image:url("https://images.assets-landingi.com/4Vcgxuba/najlepsze_odgrzybianie_pattern_2.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J.adaptive-delivery-prevent-bg, #PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J.lazyload, #PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J.lazyloading { background-image: none; }#PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J > .row .container { background-color: transparent; background-image: none; }#PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J > .row .container > .video-iframe-container { display: none; }#PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J > .row > .video-iframe-container { display: none; }#PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J > .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); }#PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J > .row .container { border-width: 0; border-radius: 0; }#PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#GpqefxfnqbfNKFt1Zu4FePFTdNOVBGZN { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:11.25rem;left:2.5rem;height:6.75rem;font-style:normal;display:block; }
#cSEul7BpNDD7q5IfWtNXJTfOKMDU7APo { position:absolute;display:block;z-index:100016;background-color:#ffaf19;background-image:url("https://images.assets-landingi.com/4Vcgxuba/najlepsze_odgrzybianie_pattern_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:21.25rem;left:8.75rem;display:block; }#cSEul7BpNDD7q5IfWtNXJTfOKMDU7APo.adaptive-delivery-prevent-bg, #cSEul7BpNDD7q5IfWtNXJTfOKMDU7APo.lazyload, #cSEul7BpNDD7q5IfWtNXJTfOKMDU7APo.lazyloading { background-image: none; }
#heGiTVS0BAKwUHC9vFPfQGNpQc2orJ1m { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:18.75rem;left:10rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#swcXyqNcatF7tUBWurTE5aPzCFCrUA2k { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:11.25rem;left:28.75rem;height:6.75rem;font-style:normal;display:block; }
#TxRG29kyXoMuoT930X4K9CK4Q1VEDNWS { position:absolute;display:block;z-index:100026;background-color:#ffaf19;background-image:url("https://images.assets-landingi.com/4Vcgxuba/najlepsze_odgrzybianie_pattern_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:21.25rem;left:35rem;display:block; }#TxRG29kyXoMuoT930X4K9CK4Q1VEDNWS.adaptive-delivery-prevent-bg, #TxRG29kyXoMuoT930X4K9CK4Q1VEDNWS.lazyload, #TxRG29kyXoMuoT930X4K9CK4Q1VEDNWS.lazyloading { background-image: none; }
#GTplVllssmdenURAwfITbAJZElhfJrdT { position:absolute;display:block;z-index:100031;background-color:#ffaf19;background-image:url("https://images.assets-landingi.com/4Vcgxuba/najlepsze_odgrzybianie_pattern_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:21.25rem;left:61.25rem;display:block; }#GTplVllssmdenURAwfITbAJZElhfJrdT.adaptive-delivery-prevent-bg, #GTplVllssmdenURAwfITbAJZElhfJrdT.lazyload, #GTplVllssmdenURAwfITbAJZElhfJrdT.lazyloading { background-image: none; }
#G8eT2V1xHTeiiOzVcqEqvxAT9rvUcLnZ { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:15rem;width:22.5rem;top:8.75rem;left:52.375rem;display:block; }
#yIMIE7cySt0kNIG2rSCkBSAm8Hv7BJHH { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:15rem;width:22.5rem;top:8.75rem;left:26.25rem;display:block; }
#c3wwluhCDHz3mDra8dfPyKiTJ8EJMO6G { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:18.75rem;left:2.5rem;display:block; }
#p1JLpyMwXAi9X13JWg6p1W4TVXaaPTXF { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:18.75rem;left:3.75rem;display:block; }
#kNXqZaAuydbK84Ka3rMDe3dE7VS5k1RP { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:18.75rem;left:5rem;display:block; }
#HnfU1aAUm8oOK4NKJCeCv3EuVCTNH2G1 { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:18.75rem;left:6.25rem;display:block; }
#FVzP6NwRVdzflwOT7m7QCcfM2i85P7RH { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:18.75rem;left:7.5rem;display:block; }
#PwE1MgbmfgSO3yJbQTXHNxcG8a6KJET1 { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;height:15rem;width:22.5rem;top:8.75rem;left:0rem;display:block; }
#rIF4yVwXfzo6orRPbUhhLmFm0TinhhTq { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:18.75rem;left:30rem;display:block; }
#XfrD0LUdre7m9QEMeTwSd5zVOwS3Rulf { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:18.75rem;left:28.75rem;display:block; }
#WZNpbSpgx7AbuGBgdN1ww2TKCK3BS4nv { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:18.75rem;left:31.25rem;display:block; }
#kTUrTG4Zx5n6BxpKiqEmJng3kTmQhXnl { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:18.75rem;left:32.5rem;display:block; }
#AkcInvAkLoInRHviPINHOqNQGTr0mx15 { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:18.75rem;left:33.75rem;display:block; }
#MNh5Ik7NdyhgU0ZCnIgHvdWkmWoQoEvz { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100016;line-height:1;letter-spacing:0;top:18.75rem;left:36.25rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WhTRMDbJ7m9Svok6VziEvnphynavvbcA { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100052;top:18.75rem;left:56.25rem;display:block; }
#ZHF9GKRRqXvMVo8T64wvDx5o4hsMuDzr { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:18.75rem;left:55rem;display:block; }
#zKRKzB484GuCBsmA1CqWMhT3DQAmiMIw { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:18.75rem;left:57.5rem;display:block; }
#P2lrorXJTtLOOwivcWbgZebwpVXJv0e6 { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100054;top:18.75rem;left:58.75rem;display:block; }
#QmDITbxQDPR1Jrd5w8BrgD9MqAkaaiez { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:18.75rem;left:60rem;display:block; }
#F6yVGnmigyDyRKConG2oB2q7qkyIRRqL { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100022;line-height:1;letter-spacing:0;top:18.75rem;left:62.5rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iKC8rbJHw1iOXEm4LkmXtO720VAuU7DL { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:100057;line-height:1.5;letter-spacing:0;top:3.75rem;left:3.75rem;height:2.8125rem;font-style:normal;display:block; }
#SgXRQZIlUTP9a1vHavl9qer0KvBUvw4k { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.5;letter-spacing:0;top:4.21875rem;left:50rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#voM1u5swr7XDZLpNv7SLlSZZcGZlLTvA { position:absolute;display:block;z-index:100059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:22.1875rem;left:9.6875rem;overflow:hidden;display:block; }
#DVRoS6APDIUk0vTLNH2hTfATtMNuRCcm { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:3.59375rem;left:0rem;overflow:hidden;display:block; }
#KRI7tQgArqAFNCGxlGHVTx6ZOhmot4iT { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:22.1875rem;left:62.1875rem;overflow:hidden;display:block; }
#y6uK3l2IrNTNr6Vn1mEJ3ZNLzqFeTeky { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:22.1875rem;left:35.9375rem;overflow:hidden;display:block; }
#wm46oqO2Po78kAziaGcKT7tLCRxS22s2 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:11.25rem;left:55rem;height:6.75rem;font-style:normal;display:block; }
#xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yfed6yeb/najlepsze_odgrzybianie_pattern.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK.adaptive-delivery-prevent-bg, #xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK.lazyload, #xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK.lazyloading { background-image: none; }#xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK > .row .container { background-color: transparent; background-image: none; }#xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK > .row .container > .video-iframe-container { display: none; }#xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK > .row > .video-iframe-container { display: none; }#xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK > .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); }#xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK > .row .container { border-width: 0; border-radius: 0; }#xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK > .row .container { font-size:0.875rem;font-family:arial;height:75rem;width:75rem;position:relative;display:block; }#FILWInRX5TZKLhJHBTTMfOahVNfnipCW { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MvZ8gndKx56N2GhskByrq0oIwpPWa81I { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:3.75rem;left:43.75rem;height:5.625rem;font-style:normal;display:block; }
#TxRkIEn8crOSdXRP3O1BPB7DFiTrR3vm { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:11.25rem;left:43.75rem;height:5.625rem;font-style:normal;display:block; }
#TcV6ZA1qfkUowGUnEuy8AxLcAd4OzQBv { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:37.5rem;top:25rem;left:37.5rem;overflow:hidden;display:block; }
#gq28EqBk92T329mTQpUCcBRTTaJDXSZM { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:37.5rem;top:50rem;left:0rem;overflow:hidden;display:block; }
#KJy6HgkfRe0RleuR8bEiuxg3HDTHbF7b { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:36.25rem;left:6.25rem;height:7.5rem;font-style:normal;display:block; }
#auN0QWxS9x3AV6LkU3cqTvC72AtpalW9 { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:58.75rem;left:43.75rem;height:7.5rem;font-style:normal;display:block; }
#XWxOC1ut9x8ooo9yKuxThazCiE6yZT2P { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:28.75rem;left:6.25rem;height:5.625rem;font-style:normal;display:block; }
#oiCBkS4HDU0OzP1PRO4EvHvcDha9knyu { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:53.75rem;left:43.75rem;height:2.8125rem;font-style:normal;display:block; }
#GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffaf19;background-image:url("https://images.assets-landingi.com/4Vcgxuba/najlepsze_odgrzybianie_pattern_2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV.adaptive-delivery-prevent-bg, #GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV.lazyload, #GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV.lazyloading { background-image: none; }#GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV > .row .container { background-color: transparent; background-image: none; }#GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV > .row .container > .video-iframe-container { display: none; }#GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV > .row > .video-iframe-container { display: none; }#GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV > .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); }#GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV > .row .container { border-width: 0; border-radius: 0; }#GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:8.75rem;left:6.25rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IPBVhv8d6l9FvRuRNe177sQVs5gNbHkL { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:100060;line-height:1.5;letter-spacing:0;top:3.75rem;left:3.75rem;height:2.8125rem;font-style:normal;display:block; }
#Qe9rmRKKSGC2BpIf75dEd9AOtzGBcqHE { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100061;line-height:1.5;letter-spacing:0;top:4.21875rem;left:50rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dTCWzfaJ6KfqCvmwpCAn8a2xCkK0T3NQ { position:absolute;display:block;z-index:100062;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:3.90625rem;left:0rem;overflow:hidden;display:block; }
#tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yfed6yeb/najlepsze_odgrzybianie_pattern.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m.adaptive-delivery-prevent-bg, #tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m.lazyload, #tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m.lazyloading { background-image: none; }#tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m > .row .container { background-color: transparent; background-image: none; }#tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m > .row .container > .video-iframe-container { display: none; }#tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m > .row > .video-iframe-container { display: none; }#tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m > .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); }#tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m > .row .container { border-width: 0; border-radius: 0; }#tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#LWnTun5FTiNvcTTfdBMSnCClnmqSUc3h { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:12.5rem;top:3.75rem;left:6.25rem;overflow:hidden;display:block; }
#sJuet6BTSyf5208vG1nDnatTyNcRBt5N { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:7.0625rem;left:43.75rem;height:11.8125rem;font-style:normal;display:block; }
#cZUEq6BmJ0ol5rO3TyPFu7rnHdhwFHFQ { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:3.75rem;left:43.75rem;height:1.875rem;font-style:normal;display:block; }
#ZH2XASqTpeTmP2Pt1KFRPM6IuvfgZn7e { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:13.75rem;left:6.25rem;height:5.625rem;font-style:normal;display:block; }
#GPmQKdTN4QfHXsy5oiSzr6Evxs9LiGi9 { color:#1e1e1e;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:8.75rem;left:8.75rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hsTHTU4QoeMKCNwDQHnrf4NrJlIa7ted { box-sizing:content-box;color:#1e1e1e;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:8.28125rem;left:5rem;display:block; }
#cAaq0M8gBivgrsmbUs40n0FwQRGElrnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yfed6yeb/najlepsze_odgrzybianie_pattern.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#cAaq0M8gBivgrsmbUs40n0FwQRGElrnE.adaptive-delivery-prevent-bg, #cAaq0M8gBivgrsmbUs40n0FwQRGElrnE.lazyload, #cAaq0M8gBivgrsmbUs40n0FwQRGElrnE.lazyloading { background-image: none; }#cAaq0M8gBivgrsmbUs40n0FwQRGElrnE > .row .container { background-color: transparent; background-image: none; }#cAaq0M8gBivgrsmbUs40n0FwQRGElrnE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cAaq0M8gBivgrsmbUs40n0FwQRGElrnE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cAaq0M8gBivgrsmbUs40n0FwQRGElrnE > .row .container > .video-iframe-container { display: none; }#cAaq0M8gBivgrsmbUs40n0FwQRGElrnE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cAaq0M8gBivgrsmbUs40n0FwQRGElrnE > .row > .video-iframe-container { display: none; }#cAaq0M8gBivgrsmbUs40n0FwQRGElrnE > .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); }#cAaq0M8gBivgrsmbUs40n0FwQRGElrnE > .row .container { border-width: 0; border-radius: 0; }#cAaq0M8gBivgrsmbUs40n0FwQRGElrnE > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#c0xJs3plvDQut7FDTBRG62J8xAV0ebr9 { color:#1e1e1e;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c { display:block; }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zI4ttnfclVBzDGCSiLD54TpVkrMIE8eq { top:23.125rem;left:11.375rem;width:12.5rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQGsoclFKXHMAXEcLFbrUFyc09AQxwqz { top:20.625rem;left:0rem;width:27.5rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpLpMsFxTScorTVd5K1TxsWP1Z0ORx0t { top:20.625rem;left:20.25rem;width:27.5rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVXBfZZbeJRbhPH0RbWToUQmUo02SZGJ { top:21.875rem;left:6.375rem;width:17.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLgEVrl1k1qSKyRw1HALvTqMgxbSvWuT { top:22.6875rem;left:20.125rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKQksOg4OtvAeqN75kU2m3oTBSZBm0Nh { top:24.375rem;left:0rem;width:27.5rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycS1TtCQaERpRTriEHcCkA3q4HLN0Ry4 { top:24.375rem;left:20.25rem;width:27.5rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqaMJ9TtxKLh8ZzFOqDvFLdqqIJCBDT4 { top:1.875rem;left:0rem;width:12.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww1o8Csfq5LOvlu8U2rdgu0QJHh3TTse { top:2.1875rem;left:27.0625rem;width:10rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIHeqysibncTxcQCHbsmNaVF2JmP1ze8 { top:2.1875rem;left:38.3125rem;width:5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbDpUDSFxeyDlvzgwQde71fBasM5FqqH { top:2.1875rem;left:37.75rem;width:10rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvI063n6EDQSTXPyowkp8vfPRyXX3XEx { top:17.3125rem;left:13.6875rem;width:8.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaSbZ2MzLVTprfmRQ35suZ7qKyKqDWbt { top:28.125rem;left:25.8125rem;width:8.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvkhUbdtJtfyqb28sU5s1rU4QprQSPyM { top:2.1875rem;left:23.875rem;width:6.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TguEqCH6TTugIuoeFp4R8EMupM31uiN2 { top:42.1875rem;left:22rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySgxoN36r3vLhI0QGZXhMB8Mm9VXDfll { top:41.875rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN { display:block; }#mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frT9KKhnygo2hAlcevOBs8IKbTIlWu72 { top:10rem;left:0rem;width:22.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhapn9nerC0iQeVOyT3WXDhJZWEL8iIz { top:16.25rem;left:0rem;width:17.5rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwMm9EgTKSGikZJyqcCMlRVfk4ZLTzp0 { top:16.25rem;left:14.25rem;width:17.5rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDkWq53VkDMgUVUmK2DdwFPHqIFetRaM { top:10rem;left:9rem;width:22.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsxQo49J9lAxTsIgE7O6lXCa1AMvdoUk { top:13.75rem;left:0rem;width:17.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgwmXhMXXDannUg8KdVtz4PEsoMPdtJC { top:13.75rem;left:14.25rem;width:17.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwDrbkRbAchtSxmiDvvrmJI9DygcaeF0 { top:7.5rem;left:4.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRJIHmEAVlwtHWoCPuyG48wWlAM6RNzc { top:7.5rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg9Uf04XAWTmA2P8qnaXSVBqG40ZzTwp { top:16.25rem;left:30.125rem;width:17.5rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKAxc2rbs7zAINWD516id9HdqEIMB34T { top:7.5rem;left:38.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAND2MFc707mTWkcG4qKEzmvxeJsIM7F { top:10rem;left:24.875rem;width:22.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnXLUyfqFaR2AaRVZ1rZe5uQhvS3TcWZ { top:13.75rem;left:30.125rem;width:17.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALTGunNeTTe3oolIbfNhEkSpQB7R4RGl { top:3.75rem;left:0rem;width:21.25rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TqvTMi0BkPs2A2WNp8BzEGtmgmEn0x { top:4.1875rem;left:22.625rem;width:25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS2t3nE2lr6WoeqiHzH5o3CxghhQwafT { top:8.4375rem;left:5.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgSABTFL0GrMiQSrdxT94vJBWNLXLitN { top:8.75rem;left:22.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZardva7rimv7pOzwQcNKCzEfg60UbXq { top:8.4375rem;left:39.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6uhX3i9oqWezmTdm0GdeXQQ8wo9QMsH { top:3.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J { display:block; }#PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpqefxfnqbfNKFt1Zu4FePFTdNOVBGZN { top:11.25rem;left:0rem;width:17.5rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSEul7BpNDD7q5IfWtNXJTfOKMDU7APo { top:21.25rem;left:4.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #heGiTVS0BAKwUHC9vFPfQGNpQc2orJ1m { top:18.75rem;left:5.4375rem;width:10rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swcXyqNcatF7tUBWurTE5aPzCFCrUA2k { top:11.25rem;left:14.25rem;width:17.5rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxRG29kyXoMuoT930X4K9CK4Q1VEDNWS { top:21.25rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTplVllssmdenURAwfITbAJZElhfJrdT { top:21.25rem;left:38.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8eT2V1xHTeiiOzVcqEqvxAT9rvUcLnZ { top:8.75rem;left:24.875rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIMIE7cySt0kNIG2rSCkBSAm8Hv7BJHH { top:8.75rem;left:9rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3wwluhCDHz3mDra8dfPyKiTJ8EJMO6G { top:18.75rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1JLpyMwXAi9X13JWg6p1W4TVXaaPTXF { top:18.75rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNXqZaAuydbK84Ka3rMDe3dE7VS5k1RP { top:18.75rem;left:0.4375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnfU1aAUm8oOK4NKJCeCv3EuVCTNH2G1 { top:18.75rem;left:1.6875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVzP6NwRVdzflwOT7m7QCcfM2i85P7RH { top:18.75rem;left:2.9375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwE1MgbmfgSO3yJbQTXHNxcG8a6KJET1 { top:8.75rem;left:0rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIF4yVwXfzo6orRPbUhhLmFm0TinhhTq { top:18.75rem;left:16.3125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfrD0LUdre7m9QEMeTwSd5zVOwS3Rulf { top:18.75rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZNpbSpgx7AbuGBgdN1ww2TKCK3BS4nv { top:18.75rem;left:17.5625rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTUrTG4Zx5n6BxpKiqEmJng3kTmQhXnl { top:18.75rem;left:18.8125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkcInvAkLoInRHviPINHOqNQGTr0mx15 { top:18.75rem;left:20.0625rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNh5Ik7NdyhgU0ZCnIgHvdWkmWoQoEvz { top:18.75rem;left:21.75rem;width:10rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhTRMDbJ7m9Svok6VziEvnphynavvbcA { top:18.75rem;left:33.4375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHF9GKRRqXvMVo8T64wvDx5o4hsMuDzr { top:18.75rem;left:32.1875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKRKzB484GuCBsmA1CqWMhT3DQAmiMIw { top:18.75rem;left:34.6875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2lrorXJTtLOOwivcWbgZebwpVXJv0e6 { top:18.75rem;left:35.9375rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmDITbxQDPR1Jrd5w8BrgD9MqAkaaiez { top:18.75rem;left:37.1875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6yVGnmigyDyRKConG2oB2q7qkyIRRqL { top:18.75rem;left:37.625rem;width:10rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKC8rbJHw1iOXEm4LkmXtO720VAuU7DL { top:3.75rem;left:0rem;width:21.25rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgXRQZIlUTP9a1vHavl9qer0KvBUvw4k { top:4.1875rem;left:22.625rem;width:25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #voM1u5swr7XDZLpNv7SLlSZZcGZlLTvA { top:22.1875rem;left:5.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVRoS6APDIUk0vTLNH2hTfATtMNuRCcm { top:3.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRI7tQgArqAFNCGxlGHVTx6ZOhmot4iT { top:22.1875rem;left:39.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6uK3l2IrNTNr6Vn1mEJ3ZNLzqFeTeky { top:22.1875rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm46oqO2Po78kAziaGcKT7tLCRxS22s2 { top:11.25rem;left:30.125rem;width:17.5rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK { display:block; }#xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FILWInRX5TZKLhJHBTTMfOahVNfnipCW { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvZ8gndKx56N2GhskByrq0oIwpPWa81I { top:3.75rem;left:22.75rem;width:25rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxRkIEn8crOSdXRP3O1BPB7DFiTrR3vm { top:11.25rem;left:22.75rem;width:25rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcV6ZA1qfkUowGUnEuy8AxLcAd4OzQBv { top:25rem;left:10.25rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq28EqBk92T329mTQpUCcBRTTaJDXSZM { top:50rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJy6HgkfRe0RleuR8bEiuxg3HDTHbF7b { top:36.25rem;left:0rem;width:25rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #auN0QWxS9x3AV6LkU3cqTvC72AtpalW9 { top:58.75rem;left:22.75rem;width:25rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWxOC1ut9x8ooo9yKuxThazCiE6yZT2P { top:28.75rem;left:0rem;width:25rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiCBkS4HDU0OzP1PRO4EvHvcDha9knyu { top:53.75rem;left:22.75rem;width:25rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV { display:block; }#GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { top:8.75rem;left:0rem;width:25rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPBVhv8d6l9FvRuRNe177sQVs5gNbHkL { top:3.75rem;left:0rem;width:21.25rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe9rmRKKSGC2BpIf75dEd9AOtzGBcqHE { top:4.1875rem;left:22.625rem;width:25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTCWzfaJ6KfqCvmwpCAn8a2xCkK0T3NQ { top:3.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m { display:block; }#tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWnTun5FTiNvcTTfdBMSnCClnmqSUc3h { top:3.75rem;left:0rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJuet6BTSyf5208vG1nDnatTyNcRBt5N { top:7.0625rem;left:22.75rem;width:25rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZUEq6BmJ0ol5rO3TyPFu7rnHdhwFHFQ { top:3.75rem;left:22.75rem;width:25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH2XASqTpeTmP2Pt1KFRPM6IuvfgZn7e { top:13.75rem;left:0rem;width:25rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPmQKdTN4QfHXsy5oiSzr6Evxs9LiGi9 { top:8.75rem;left:1.9375rem;width:12.5rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTHTU4QoeMKCNwDQHnrf4NrJlIa7ted { top:8.3125rem;left:0rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAaq0M8gBivgrsmbUs40n0FwQRGElrnE { display:block; }#cAaq0M8gBivgrsmbUs40n0FwQRGElrnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0xJs3plvDQut7FDTBRG62J8xAV0ebr9 { top:1.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c { background-color:transparent;background-image:url("https://images.assets-landingi.com/2Aza3nCa/najlepsze_odgrzybianie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c.adaptive-delivery-prevent-bg, #AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c.lazyload, #AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c.lazyloading { background-image: none; }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row .container { background-color: transparent; background-image: none; }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,30,30,0.15); }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row .container > .video-iframe-container { display: none; }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,30,30,0.15); }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row > .video-iframe-container { display: none; }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .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); }#AXHUPKqBIIKgFqTlTIONhUM1OS7FMr1c > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zI4ttnfclVBzDGCSiLD54TpVkrMIE8eq { width:12.5rem;height:2.8125rem;top:15.625rem;left:5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQGsoclFKXHMAXEcLFbrUFyc09AQxwqz { width:20rem;height:2.8125rem;top:6.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(30,30,30,0.75);display:block; }
 }@media only screen and (max-width: 763px) { #JpLpMsFxTScorTVd5K1TxsWP1Z0ORx0t { width:20rem;height:2.8125rem;top:21.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(30,30,30,0.75);display:block; }
 }@media only screen and (max-width: 763px) { #BVXBfZZbeJRbhPH0RbWToUQmUo02SZGJ { width:15rem;height:5rem;top:14.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLgEVrl1k1qSKyRw1HALvTqMgxbSvWuT { width:3.75rem;height:3.75rem;top:15.1875rem;left:2.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKQksOg4OtvAeqN75kU2m3oTBSZBm0Nh { width:20rem;height:2.3125rem;top:9.53125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(30,30,30,0.75);display:block; }
 }@media only screen and (max-width: 763px) { #ycS1TtCQaERpRTriEHcCkA3q4HLN0Ry4 { width:20rem;height:2.3125rem;top:24.53125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(30,30,30,0.75);display:block; }
 }@media only screen and (max-width: 763px) { #xqaMJ9TtxKLh8ZzFOqDvFLdqqIJCBDT4 { width:12.3125rem;height:2.5rem;top:1.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww1o8Csfq5LOvlu8U2rdgu0QJHh3TTse { width:8.75rem;height:0;top:26.8125rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bIHeqysibncTxcQCHbsmNaVF2JmP1ze8 { width:12.5rem;height:0;top:29.75rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VbDpUDSFxeyDlvzgwQde71fBasM5FqqH { width:8.75rem;height:0;top:32.6875rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kvI063n6EDQSTXPyowkp8vfPRyXX3XEx { width:8.25rem;height:3.3125rem;top:18.75rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaSbZ2MzLVTprfmRQ35suZ7qKyKqDWbt { width:8.25rem;height:3.3125rem;top:22.5rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvkhUbdtJtfyqb28sU5s1rU4QprQSPyM { width:5rem;height:0;top:5rem;left:7.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TguEqCH6TTugIuoeFp4R8EMupM31uiN2 { width:1.875rem;height:1.875rem;top:28.28125rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySgxoN36r3vLhI0QGZXhMB8Mm9VXDfll { width:2.5rem;height:2.5rem;top:27.96875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN { display:block; }#mAyChTAAT0Au0U8lk5Tikw6VG9blTMoN > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frT9KKhnygo2hAlcevOBs8IKbTIlWu72 { width:19.75rem;height:13.75rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhapn9nerC0iQeVOyT3WXDhJZWEL8iIz { width:17.5rem;height:5.0625rem;top:15rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uwMm9EgTKSGikZJyqcCMlRVfk4ZLTzp0 { width:17.5rem;height:5.0625rem;top:32.5rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sDkWq53VkDMgUVUmK2DdwFPHqIFetRaM { width:19.75rem;height:13.75rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsxQo49J9lAxTsIgE7O6lXCa1AMvdoUk { width:17.5rem;height:1.875rem;top:12.5rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OgwmXhMXXDannUg8KdVtz4PEsoMPdtJC { width:17.5rem;height:1.875rem;top:30rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CwDrbkRbAchtSxmiDvvrmJI9DygcaeF0 { width:5rem;height:5rem;top:6.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRJIHmEAVlwtHWoCPuyG48wWlAM6RNzc { width:5rem;height:5rem;top:23.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg9Uf04XAWTmA2P8qnaXSVBqG40ZzTwp { width:17.5rem;height:5.0625rem;top:50rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lKAxc2rbs7zAINWD516id9HdqEIMB34T { width:5rem;height:5rem;top:41.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAND2MFc707mTWkcG4qKEzmvxeJsIM7F { width:19.75rem;height:13.75rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnXLUyfqFaR2AaRVZ1rZe5uQhvS3TcWZ { width:17.5rem;height:1.875rem;top:47.5rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ALTGunNeTTe3oolIbfNhEkSpQB7R4RGl { width:16.25rem;height:2.8125rem;top:2.5rem;left:3.75rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T5TqvTMi0BkPs2A2WNp8BzEGtmgmEn0x { width:20rem;height:0;top:8.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fS2t3nE2lr6WoeqiHzH5o3CxghhQwafT { width:3.125rem;height:3.125rem;top:7.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgSABTFL0GrMiQSrdxT94vJBWNLXLitN { width:2.5rem;height:2.5rem;top:25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZardva7rimv7pOzwQcNKCzEfg60UbXq { width:3.125rem;height:3.125rem;top:42.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6uhX3i9oqWezmTdm0GdeXQQ8wo9QMsH { width:2.5rem;height:2.5rem;top:2.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J { display:block; }#PDNMa7AkDFzuQmxmCwUrhnWl8m8yak3J > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpqefxfnqbfNKFt1Zu4FePFTdNOVBGZN { width:17.5rem;height:6.75rem;top:10rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cSEul7BpNDD7q5IfWtNXJTfOKMDU7APo { width:5rem;height:5rem;top:20rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #heGiTVS0BAKwUHC9vFPfQGNpQc2orJ1m { width:10rem;height:1.25rem;top:17.5rem;left:9rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #swcXyqNcatF7tUBWurTE5aPzCFCrUA2k { width:17.5rem;height:6.75rem;top:28.75rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TxRG29kyXoMuoT930X4K9CK4Q1VEDNWS { width:5rem;height:5rem;top:38.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTplVllssmdenURAwfITbAJZElhfJrdT { width:5rem;height:5rem;top:57.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8eT2V1xHTeiiOzVcqEqvxAT9rvUcLnZ { width:19.75rem;height:15rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIMIE7cySt0kNIG2rSCkBSAm8Hv7BJHH { width:19.75rem;height:15rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3wwluhCDHz3mDra8dfPyKiTJ8EJMO6G { width:1.25rem;height:1.25rem;top:17.5rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1JLpyMwXAi9X13JWg6p1W4TVXaaPTXF { width:1.25rem;height:1.25rem;top:17.5rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNXqZaAuydbK84Ka3rMDe3dE7VS5k1RP { width:1.25rem;height:1.25rem;top:17.5rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnfU1aAUm8oOK4NKJCeCv3EuVCTNH2G1 { width:1.25rem;height:1.25rem;top:17.5rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVzP6NwRVdzflwOT7m7QCcfM2i85P7RH { width:1.25rem;height:1.25rem;top:17.5rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwE1MgbmfgSO3yJbQTXHNxcG8a6KJET1 { width:19.75rem;height:15rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIF4yVwXfzo6orRPbUhhLmFm0TinhhTq { width:1.25rem;height:1.25rem;top:36.25rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfrD0LUdre7m9QEMeTwSd5zVOwS3Rulf { width:1.25rem;height:1.25rem;top:36.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZNpbSpgx7AbuGBgdN1ww2TKCK3BS4nv { width:1.25rem;height:1.25rem;top:36.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTUrTG4Zx5n6BxpKiqEmJng3kTmQhXnl { width:1.25rem;height:1.25rem;top:36.25rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkcInvAkLoInRHviPINHOqNQGTr0mx15 { width:1.25rem;height:1.25rem;top:36.25rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNh5Ik7NdyhgU0ZCnIgHvdWkmWoQoEvz { width:10rem;height:1.25rem;top:36.25rem;left:8.75rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WhTRMDbJ7m9Svok6VziEvnphynavvbcA { width:1.25rem;height:1.25rem;top:55rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHF9GKRRqXvMVo8T64wvDx5o4hsMuDzr { width:1.25rem;height:1.25rem;top:55rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKRKzB484GuCBsmA1CqWMhT3DQAmiMIw { width:1.25rem;height:1.25rem;top:55rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2lrorXJTtLOOwivcWbgZebwpVXJv0e6 { width:1.25rem;height:1.25rem;top:55rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmDITbxQDPR1Jrd5w8BrgD9MqAkaaiez { width:1.25rem;height:1.25rem;top:55rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6yVGnmigyDyRKConG2oB2q7qkyIRRqL { width:10rem;height:1.25rem;top:55rem;left:8.75rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iKC8rbJHw1iOXEm4LkmXtO720VAuU7DL { width:16.25rem;height:2.8125rem;top:2.5rem;left:3.75rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SgXRQZIlUTP9a1vHavl9qer0KvBUvw4k { width:20rem;height:0;top:8.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #voM1u5swr7XDZLpNv7SLlSZZcGZlLTvA { width:3.125rem;height:3.125rem;top:20.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVRoS6APDIUk0vTLNH2hTfATtMNuRCcm { width:2.5rem;height:2.5rem;top:2.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRI7tQgArqAFNCGxlGHVTx6ZOhmot4iT { width:3.125rem;height:3.125rem;top:58.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6uK3l2IrNTNr6Vn1mEJ3ZNLzqFeTeky { width:3.125rem;height:3.125rem;top:39.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm46oqO2Po78kAziaGcKT7tLCRxS22s2 { width:17.5rem;height:6.75rem;top:47.5rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK { display:block; }#xGgiL8ZUwraLQQGlW72zWOCwOUoMT4KK > .row .container { width:20rem;height:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FILWInRX5TZKLhJHBTTMfOahVNfnipCW { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvZ8gndKx56N2GhskByrq0oIwpPWa81I { width:20rem;height:5.625rem;top:48.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TxRkIEn8crOSdXRP3O1BPB7DFiTrR3vm { width:20rem;height:7.5rem;top:55rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcV6ZA1qfkUowGUnEuy8AxLcAd4OzQBv { width:20rem;height:13.3333125rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq28EqBk92T329mTQpUCcBRTTaJDXSZM { width:20rem;height:13.3333125rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJy6HgkfRe0RleuR8bEiuxg3HDTHbF7b { width:20rem;height:9.375rem;top:21.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #auN0QWxS9x3AV6LkU3cqTvC72AtpalW9 { width:20rem;height:9.375rem;top:83.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XWxOC1ut9x8ooo9yKuxThazCiE6yZT2P { width:20rem;height:5.625rem;top:15rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oiCBkS4HDU0OzP1PRO4EvHvcDha9knyu { width:20rem;height:2.8125rem;top:80rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV { display:block; }#GTLvco9AcUPpc3MKi2ToLaIQfVkhWiaV > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { width:20rem;height:2.8125rem;top:6.25rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IPBVhv8d6l9FvRuRNe177sQVs5gNbHkL { width:16.25rem;height:2.8125rem;top:2.5rem;left:3.75rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qe9rmRKKSGC2BpIf75dEd9AOtzGBcqHE { width:20rem;height:0;top:8.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dTCWzfaJ6KfqCvmwpCAn8a2xCkK0T3NQ { width:2.5rem;height:2.5rem;top:2.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m { display:block; }#tODVyblHTX0tSFpkIFTKTQPT3Kp3XF1m > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWnTun5FTiNvcTTfdBMSnCClnmqSUc3h { width:12.5rem;height:2.5rem;top:2.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJuet6BTSyf5208vG1nDnatTyNcRBt5N { width:20rem;height:11.8125rem;top:22.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cZUEq6BmJ0ol5rO3TyPFu7rnHdhwFHFQ { width:20rem;height:1.875rem;top:20rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZH2XASqTpeTmP2Pt1KFRPM6IuvfgZn7e { width:20rem;height:7.5rem;top:10rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GPmQKdTN4QfHXsy5oiSzr6Evxs9LiGi9 { width:12.5rem;height:2.8125rem;top:6.25rem;left:5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsTHTU4QoeMKCNwDQHnrf4NrJlIa7ted { width:3.75rem;height:3.75rem;top:5.78125rem;left:2.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAaq0M8gBivgrsmbUs40n0FwQRGElrnE { display:block; }#cAaq0M8gBivgrsmbUs40n0FwQRGElrnE > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0xJs3plvDQut7FDTBRG62J8xAV0ebr9 { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }