.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); }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5L6WY8wZ/skuteczne_zwalczanie_pluskiew.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ.adaptive-delivery-prevent-bg, #pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ.lazyload, #pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ.lazyloading { background-image: none; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container { background-color: transparent; background-image: none; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230,230,235,0.9); }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container > .video-iframe-container { display: none; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230,230,235,0.9); }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row > .video-iframe-container { display: none; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .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); }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container { border-width: 0; border-radius: 0; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container { font-size:0.875rem;font-family:rubik;height:25rem;width:75rem;position:relative;display:block; }#xHnCNvJlTUBo4iBF1aNZW3IhpSQMrogG { color:#2d2d37;display:block;width:73.75rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:6.25rem;left:1.25rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzTDTmdmpdayT0R9UHuTuce2sSZ2H9pu { color:#7db4e1;display:block;width:57.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:16.25rem;left:8.75rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uVhIFzUAgKCbLWxc5bP6avHNFeJ87OAQ { color:#e6e6eb;display:block;width:15rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100010;line-height:1.2;letter-spacing:0;top:11.25rem;left:31.875rem;height:2.625rem;font-style:normal;display:block; }
#rrGV5GpF9T2OKrNuya9itOuKT0TUmAcr { color:#7db4e1;display:block;width:57.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:19.375rem;left:8.75rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBbyQ4RtRvKzBmMnVb8JkNIUgpLWO4OE { position:absolute;display:block;z-index:100001;background-color:#7db4e1;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:5rem;width:18.75rem;top:10rem;left:28.125rem;display:block; }
#TKEii0FKeaSHtmVutUxXUuLvzNEhzpwE { box-sizing:content-box;color:#e6e6eb;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:100014;top:10.625rem;left:28.125rem;display:block; }
#JztUyoeAbGXnJyTtvgu0KAfcvRbaD7nA { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:17.9375rem;top:2.5rem;left:7.5rem;overflow:hidden;display:block; }
#ADF6SGmQEbgtneNMipAoM5FD2IptOS95 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:12.3125rem;top:10rem;left:13.75rem;overflow:hidden;display:block; }
#EvvIy8S2ATCAX3lGCtKIWoovJctZ7sAo { box-sizing:content-box;color:#e6e6eb;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:22.5rem;left:36.25rem;display:block; }
#W7q1iyTimhD1UO9cKJ8d0cPiQGGeMvTV { position:absolute;display:block;z-index:100000;background-color:#2d2d37;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:22.5rem;left:36.25rem;display:block; }
#dObhqE3aMBnJO4CbK5wAdnXIE5H4ZFyK { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:12rem;top:2.5rem;left:31.5rem;overflow:hidden;display:block; }
#Fm56CGfr4IQvtgMIryuKaPDlpUDgfdT3 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:14.125rem;top:3.75rem;left:-1.5625rem;overflow:hidden;display:block; }
#zZwyBtpWyOu01JVbGI8MxhCbeRv2PuBP { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:15rem;top:10.8125rem;left:60rem;overflow:hidden;display:block; }
#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7db4e1;background-image:none;position:relative;display:block; }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row .container { background-color: transparent; background-image: none; }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row .container > .video-iframe-container { display: none; }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row > .video-iframe-container { display: none; }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .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); }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row .container { border-width: 0; border-radius: 0; }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row .container { font-size:0.875rem;font-family:rubik;height:31.25rem;width:75rem;position:relative;display:block; }#OpCLF8kd6OXzkiTs32CDPtFbgJx9ywI5 { color:#2d2d37;display:block;width:20.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:7.5rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qz3cUFbVLQxn2v4HTnesdHywWbu7ucGC { color:#2d2d37;display:block;width:20.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:22.5rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gMpRwbpG4fO4iDIqV9Bwc2p2kzP4olDl { color:#2d2d37;display:block;width:20.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:15rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CkBxezZTCnxRwGz2naVr1iSTOfvm7OCL { color:#e6e6eb;display:block;width:21.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100020;line-height:1.5;letter-spacing:0;top:9.375rem;left:5rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rz4HmwPUA5Uw9faSAIbySq9emq8BT4Us { color:#e6e6eb;display:block;width:21.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100021;line-height:1.5;letter-spacing:0;top:16.875rem;left:5rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mc6EqW4GLF1lfmoECDXrsM7EeqJzsRtc { color:#e6e6eb;display:block;width:21.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100022;line-height:1.5;letter-spacing:0;top:24.375rem;left:5rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G2nkaQZ64pWcqNPfBqbdP6JS0sQ0pkwy { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#aBKNlTlcHgUJOIQU4EizXWkPWGfctsFp { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:15.9375rem;left:0rem;overflow:hidden;display:block; }
#qWTnkKZQaBXL7ws0lxJQuH7xHeUrd72C { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:23.4375rem;left:0rem;overflow:hidden;display:block; }
#AA1a5BcTFiABblGomOuGOzExr2J4fQKU { color:#e6e6eb;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:2.5rem;left:24.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5oqCkRxizxmzSe7KcflnkIGQSSTuhUp { position:absolute;display:block;z-index:100024;background-color:#e6e6eb;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:0.125rem;width:12.5rem;top:3.375rem;left:12.5rem;display:block; }
#CtrgM9rno0g4XPtI3Ioo4PghMn5c8rgr { position:absolute;display:block;z-index:100025;background-color:#e6e6eb;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:0.125rem;width:12.5rem;top:3.375rem;left:49.9375rem;display:block; }
#xANzNCyCpTUK6JxeaUgtg1txD7D03lTF { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40.1875rem;top:6.25rem;left:34.8125rem;display:block; }
#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/YlaXc99C/skuteczne_zwalczanie_pluskiew_referencje.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT.adaptive-delivery-prevent-bg, #iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT.lazyload, #iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT.lazyloading { background-image: none; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { background-color: transparent; background-image: none; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,55,0.9); }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container > .video-iframe-container { display: none; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,55,0.9); }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row > .video-iframe-container { display: none; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .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); }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { border-width: 0; border-radius: 0; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { font-size:0.875rem;font-family:rubik;height:22.5rem;width:75rem;position:relative;display:block; }#arTFZQkSTzRNHIafW9zKPLEP999rIk3W { color:#e6e6eb;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:2.5rem;left:25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x0H60SOctHcwCeOyJt1y3V2JqEPC5KCQ { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:10rem;left:1.25rem;height:7.96875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ml2XTK5JVu9sTU34Zi9KDz43OAdcJSgc { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:10rem;left:26.25rem;height:7.96875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#BZq50ABdnSZsByL7I0Hq4mRSLdock8TO { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:10rem;left:51.25rem;height:7.96875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dTPoycrggNngFIlBf0C2p5LyavaurVcL { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100016;line-height:1.5;letter-spacing:0;top:18.75rem;left:1.25rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipBQB0DPpylxSN7vnx1A0hDH07cSEfa7 { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100017;line-height:1.5;letter-spacing:0;top:18.75rem;left:26.25rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SvssuMtV6PwcQXnHtGn2pJv5a5bOmGfh { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100018;line-height:1.5;letter-spacing:0;top:18.75rem;left:51.25rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zw3zNB92BvSP7BXQfOCOXhTWwAkqZAv4 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:6.25rem;left:10.9375rem;overflow:hidden;display:block; }
#dCEhfHXXXPRETKRl4hbTw0DV5NTwk7mQ { position:absolute;display:block;z-index:100021;background-color:#7db4e1;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:0.125rem;width:12.5rem;top:3.375rem;left:12.5625rem;display:block; }
#yEOCwliJW3oD62Id4OplRsRc1T5q3MRk { position:absolute;display:block;z-index:100022;background-color:#7db4e1;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:0.125rem;width:12.5rem;top:3.375rem;left:50rem;display:block; }
#WP7wnc8vkgEn1VK0lHsPs9lqkEFAC1Gk { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:6.25rem;left:60.9375rem;overflow:hidden;display:block; }
#sxTns2PBNkmORgnq0CuTrTTbo4vqqc0o { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:6.25rem;left:35.9375rem;overflow:hidden;display:block; }
#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6eb;background-image:none;position:relative;display:block; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container { background-color: transparent; background-image: none; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container > .video-iframe-container { display: none; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row > .video-iframe-container { display: none; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .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); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container { border-width: 0; border-radius: 0; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container { font-size:0.875rem;font-family:rubik;height:152.5rem;width:75rem;position:relative;display:block; }#aTguMtoiEATtHJIsFU6qXBdNDban5od9 { position:absolute;display:block;z-index:100000;background-color:#f0553c;background-image:url("https://images.assets-landingi.com/h38C6Fea/skuteczne_zwalczanie_pluskiew_kontakt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:25rem;top:8.75rem;left:50rem;display:block; }#aTguMtoiEATtHJIsFU6qXBdNDban5od9.adaptive-delivery-prevent-bg, #aTguMtoiEATtHJIsFU6qXBdNDban5od9.lazyload, #aTguMtoiEATtHJIsFU6qXBdNDban5od9.lazyloading { background-image: none; }
#p5LbHidSEKBqwGxmmCkwp7XRPOPhND7h { color:#e6e6eb;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:26.25rem;left:52.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ity5tOF2Nqy2ycxqnCITMPeCWawmJrTP { color:#e6e6eb;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:15rem;left:52.5rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jy6Ae4aTCr1V23SehpGNCDV2GRMVKAWu { color:#e6e6eb;display:block;width:15rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100017;line-height:1.2;letter-spacing:0;top:21.25rem;left:56.875rem;height:2.625rem;font-style:normal;display:block; }
#bc70VMxuVRKWrHGIRziN9BC55KHLqVR0 { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100018;line-height:1.5;letter-spacing:0;top:28.75rem;left:2.5rem;height:6.375rem;font-style:normal;display:block; }
#Vyu0TG69a4Rat6gnVrskINnIeTV6GcJS { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100019;line-height:1.2;letter-spacing:0;top:26.25rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { color:#e6e6eb;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:35rem;left:52.5rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ozs5PnGXeaROsexxDb1mHwEUEmr4WRNw { color:#e6e6eb;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:37.5rem;left:52.5rem;height:19.125rem;font-style:normal;display:block; }
#ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { position:absolute;display:block;z-index:99999;background-color:#2d2d37;background-image:url("https://images.assets-landingi.com/UPgPzabQ/skuteczne_zwalczanie_pluskiew_teren_dzialania.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:25rem;top:32.5rem;left:50rem;display:block; }#ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.adaptive-delivery-prevent-bg, #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.lazyload, #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.lazyloading { background-image: none; }
#QCWqtGo4rGZw4f7M1VMvEWywOT4zByzS { color:#e6e6eb;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100060;line-height:1.5;letter-spacing:0;top:52.0625rem;left:52.5rem;height:3.1875rem;font-style:normal;display:block; }
#etZ0lML99k4XWDJRcZU7TatRA6M3cI6W { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:13.5rem;top:248.75rem;left:1.25rem;display:none; }
#Ra8gcoAAJfLDUqone1WM8a8nApqdRA9K { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:12.5rem;top:11.25rem;left:56.25rem;overflow:hidden;display:block; }
#xzZwTVI9CO8Z78Vnd32Mc9RSxmUGts7p { color:#2d2d37;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:2.5rem;left:24.9375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbXJ1NgI9TUkNOG9PN30lmU1WGpNsG8L { position:absolute;display:block;z-index:100030;background-color:#7db4e1;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:0.125rem;width:12.5rem;top:4.3125rem;left:12.5625rem;display:block; }
#RU07FkJsDaw6rxx91PT54KsKQAQiHckM { position:absolute;display:block;z-index:100031;background-color:#7db4e1;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:0.125rem;width:12.5rem;top:4.3125rem;left:50rem;display:block; }
#P1t18qMhAI1f04IytM2gMgFItwwyPmPM { box-sizing:content-box;color:#e6e6eb;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:100015;top:20.625rem;left:53.125rem;display:block; }
#CTIV1H9viPbKJ9BEz24F4P8yCHEPUAVG { position:absolute;display:block;z-index:100062;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:26.5rem;left:0rem;overflow:hidden;display:block; }
#cps1L2xkp9DnIR6zBCpLDT5e9z9R7DSC { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100021;line-height:1.5;letter-spacing:0;top:40rem;left:2.5rem;height:6.375rem;font-style:normal;display:block; }
#IOeL8KO4zK35BfN181uWS6cL44CnFaxE { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100022;line-height:1.2;letter-spacing:0;top:37.5rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#wzEsem0vwzvzuqUPyBvTaOl8rsOPTrIk { position:absolute;display:block;z-index:100065;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:37.75rem;left:0rem;overflow:hidden;display:block; }
#P8ev6gf5xW52FKa83BqQfhfmoiRsoWOK { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100024;line-height:1.5;letter-spacing:0;top:102.5rem;left:2.5rem;height:6.375rem;font-style:normal;display:block; }
#UZRH52cklbTdaM9gl9LF5sM52xaWFexF { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100025;line-height:1.2;letter-spacing:0;top:100rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#HgOaJA76LgvRxtiD8BrhrE2etdwXs9hD { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:100.25rem;left:0rem;overflow:hidden;display:block; }
#J23mpu98WMvzUxrW00asIyAiiNQyphEV { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100027;line-height:1.5;letter-spacing:0;top:62.1875rem;left:2.5rem;height:7.96875rem;font-style:normal;display:block; }
#Kq2hXUoGMlDgR02E1A2oNPimHzeXERQi { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100028;line-height:1.2;letter-spacing:0;top:60rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#UJEqT96pVo0A5EWlF3VoyqoZi8LaqleX { position:absolute;display:block;z-index:100071;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:60.25rem;left:0rem;overflow:hidden;display:block; }
#wuTTMUmQqpBectDTHm9cQtAaW4d4yZCi { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100030;line-height:1.5;letter-spacing:0;top:113.4375rem;left:2.5rem;height:7.96875rem;font-style:normal;display:block; }
#HVQeTPgVV1U92adZIiBw3UxbuL1PxUVo { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100031;line-height:1.2;letter-spacing:0;top:111.25rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#VK7EEOwfUIhI2WWOt2tqnxMcaor4bEiG { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:111.5rem;left:0rem;overflow:hidden;display:block; }
#Cu0wnsQpTWVD7hTtMKQfphsofM2bULc4 { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100036;line-height:1.5;letter-spacing:0;top:88.4375rem;left:2.5rem;height:9.5625rem;font-style:normal;display:block; }
#IlDnfsymGsvJk3p3qoQJtq7paBrOMPOF { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100037;line-height:1.2;letter-spacing:0;top:86.25rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#aTgBW0O0TTWMiCb9VkXA3d3LeVfHguFT { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:86.5rem;left:0rem;overflow:hidden;display:block; }
#bF8E5Jfxx1xa3lwLEEQFMpT2igJhLVZ6 { color:#e6e6eb;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:60rem;left:52.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCI1FGS1BNHW0RTgr8DV5Cd8T8hKvqC9 { color:#e6e6eb;display:block;width:21.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100060;line-height:1.5;letter-spacing:0;top:55rem;left:52.5rem;height:3.1875rem;font-style:normal;display:none; }
#uOZZJoMsIXh7FmXGJnqievor701eAMEk { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100039;line-height:1.5;letter-spacing:0;top:126.25rem;left:2.5rem;height:6.375rem;font-style:normal;display:block; }
#t7kq9DyPg3C0OUyDrR5XLTyeuWTHnTb4 { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100040;line-height:1.2;letter-spacing:0;top:123.75rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#uCk2Rh6DQUWZB3lOXQ94iVDTTRzFTNuA { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:124rem;left:0rem;overflow:hidden;display:block; }
#kxsdpHyX4bBDA703ri0xD0PJRbewS7Q4 { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:57.5rem;left:50rem;overflow:hidden;display:block; }
#tHm0WqvOz0UgBIqigIAiyreMtb5x7izU { color:#ffffff;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.2;letter-spacing:0;top:77rem;left:52.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDd55HlOROT26RwErT3lUEDQM6TNqOSN { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:12.9375rem;top:65rem;left:56.0625rem;overflow:hidden;display:block; }
#MTKLMiWauZC9WTwRSavu9VkEFccXVeaX { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100024;line-height:1.5;letter-spacing:0;top:51.25rem;left:2.5rem;height:6.375rem;font-style:normal;display:block; }
#kpwa1H9H82CKV9tMid51wlSxg4IULp1x { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100025;line-height:1.2;letter-spacing:0;top:48.75rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#zsqVOlJaHitrnAdRhgGDVkllfrS6rQRK { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:49rem;left:0rem;overflow:hidden;display:block; }
#G2IZm1FV89Fzc7OXkR8fEbiUQ2vH3JJI { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100027;line-height:1.5;letter-spacing:0;top:77.5rem;left:2.5rem;height:6.375rem;font-style:normal;display:block; }
#T36yuXcBMwrXEMDtJ7GGTLTDpXJFUzye { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100028;line-height:1.4;letter-spacing:0;top:72.5rem;left:2.5rem;height:4.375rem;font-style:normal;display:block; }
#XLW9N850nQGZx7oOxyRAWRMDIn7aPCZH { position:absolute;display:block;z-index:100071;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:72.75rem;left:0rem;overflow:hidden;display:block; }
#cOTSV0UM3KqJVRo1JkH0TQMfGDFCdUde { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100045;line-height:1.5;letter-spacing:0;top:137.1875rem;left:2.5rem;height:7.96875rem;font-style:normal;display:block; }
#XI1g2MSAJ1ATalQv4ztX1spb7XgLnRlF { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100046;line-height:1.2;letter-spacing:0;top:135rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#dPVxmXxLBoFB45Bdx71WCJ7uk28Dmnvo { position:absolute;display:block;z-index:100089;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:135.25rem;left:0rem;overflow:hidden;display:block; }
#ptzoIeiROUeaneVzsGAzQf8Zfodw6eVH { color:#000000;display:block;width:44.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:100090;line-height:1.5;letter-spacing:0;top:147.5rem;left:3.125rem;height:2.8125rem;font-style:normal;display:block; }
#gBenFTJ5bGazyNJieaJ49inGRZdg3kEp { position:absolute;display:block;z-index:100091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:45rem;top:8.75rem;left:2.5rem;overflow:hidden;display:block; }
#pADWU4Pi097wwbE6q5CzTizrfOqiyCcS { color:#000000;display:block;width:1.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:100092;line-height:1.3;letter-spacing:0;top:147.625rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:block; }
#HJU8USLzmGvidO14grCyQ8cWNucM7u5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bDXfAqxT/skuteczne_zwalczanie_pluskiew_zadzwon_teraz.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T.adaptive-delivery-prevent-bg, #HJU8USLzmGvidO14grCyQ8cWNucM7u5T.lazyload, #HJU8USLzmGvidO14grCyQ8cWNucM7u5T.lazyloading { background-image: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container { background-color: transparent; background-image: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,55,0.9); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container > .video-iframe-container { display: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,55,0.9); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row > .video-iframe-container { display: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .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); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container { border-width: 0; border-radius: 0; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container { font-size:0.875rem;font-family:rubik;height:22.5rem;width:75rem;position:relative;display:block; }#mxCNR1aokStkoCax3XVI7AT8ffO9zpSt { color:#e6e6eb;display:block;width:57.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:8.75rem;left:8.75rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CtCvEWwRHTE490H0hUX3ciqklRdxImby { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:12.0625rem;top:2.5rem;left:31.25rem;overflow:hidden;display:block; }
#N9DNy8426rTXE0rzxTS3sgC2XbQKkktQ { color:#7db4e1;display:block;width:57.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:6.25rem;left:8.75rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDbXxfSnsvCClQcDPuedKdKsnOvJNl8u { position:absolute;display:block;z-index:100004;background-color:#7db4e1;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:5rem;width:16.25rem;top:14.9375rem;left:29.375rem;display:block; }
#xv71pvaEQRqVE9ZoWnIkUylTChsQXUyf { color:#e6e6eb;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:16.3125rem;left:32.5rem;height:2.25rem;font-style:normal;display:block; }
#Pnm0ghhigEteQpxvhSl20ZxcKkQrtKH0 { box-sizing:content-box;color:#e6e6eb;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:15.875rem;left:29.375rem;display:block; }
#zMuGd1OMxlFT4p9J2TVmGu6istU36iEe { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:12.5rem;left:0rem;display:none; }
#nrWbqkNCq0o8OnniT8fVhp2kLKfRgBzk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:23.75rem;left:12.625rem;display:none; }
#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6eb;background-image:none;position:relative;display:block; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container { background-color: transparent; background-image: none; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container > .video-iframe-container { display: none; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row > .video-iframe-container { display: none; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .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); }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container { border-width: 0; border-radius: 0; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container { font-size:0.875rem;font-family:rubik;height:21.25rem;width:75rem;position:relative;display:block; }#gSViCduc1JdUcVAk8kKQbq3cWWETZKTJ { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1875rem;width:8.125rem;top:6.21875rem;left:33.4375rem;overflow:hidden;display:block; }
#fa8arRctNA6m8y3wrGJpwK9B2bVh0l7Z { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:0;width:0;top:0rem;left:25rem;display:block; }
#TXPn1yMrXAaW0HMvrnQSS6ceD8J5v2hz { color:#2d2d37;display:block;width:16.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100030;line-height:1.5;letter-spacing:0;top:7.6875rem;left:46.25rem;height:9.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nA8aGuP2blOW5QkdIGQ9cCa6AWVtS5sw { color:#2d2d37;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:2.5rem;left:24.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3q1STs1RmXbNIO6WiGORE7ITcVycLyJ { position:absolute;display:block;z-index:100027;background-color:#7db4e1;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:0.125rem;width:12.5rem;top:3.375rem;left:12.5rem;display:block; }
#UhTdWfVaMtPiATHQuycKi4tRHOc8fGPu { position:absolute;display:block;z-index:100028;background-color:#7db4e1;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:0.125rem;width:12.5rem;top:3.375rem;left:49.9375rem;display:block; }
#kT59B0EMxuzcLAMtu8m36ABCke009sZG { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:16.25rem;top:10.8125rem;left:12.5rem;overflow:hidden;display:block; }
#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7db4e1;background-image:none;position:relative;display:block; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container { background-color: transparent; background-image: none; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container > .video-iframe-container { display: none; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row > .video-iframe-container { display: none; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .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); }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container { border-width: 0; border-radius: 0; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container { font-size:0.875rem;font-family:rubik;height:3.75rem;width:75rem;position:relative;display:block; }#Ode7pOtnQc6bsMiOcEdWFGJeabc31Sts { color:#e6e6eb;display:block;width:57.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:1.03125rem;left:8.75rem;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) { #pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ { display:block; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHnCNvJlTUBo4iBF1aNZW3IhpSQMrogG { top:6.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzTDTmdmpdayT0R9UHuTuce2sSZ2H9pu { top:16.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVhIFzUAgKCbLWxc5bP6avHNFeJ87OAQ { top:11.25rem;left:8.875rem;width:15rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrGV5GpF9T2OKrNuya9itOuKT0TUmAcr { top:19.375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBbyQ4RtRvKzBmMnVb8JkNIUgpLWO4OE { top:10rem;left:5.125rem;width:18.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEii0FKeaSHtmVutUxXUuLvzNEhzpwE { top:10.625rem;left:20.125rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JztUyoeAbGXnJyTtvgu0KAfcvRbaD7nA { top:2.5rem;left:0.6875rem;width:17.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADF6SGmQEbgtneNMipAoM5FD2IptOS95 { top:10rem;left:6.9375rem;width:12.3125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvIy8S2ATCAX3lGCtKIWoovJctZ7sAo { top:22.5rem;left:21.375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7q1iyTimhD1UO9cKJ8d0cPiQGGeMvTV { top:22.5rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dObhqE3aMBnJO4CbK5wAdnXIE5H4ZFyK { top:2.5rem;left:11.875rem;width:12rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm56CGfr4IQvtgMIryuKaPDlpUDgfdT3 { top:3.75rem;left:0rem;width:14.125rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZwyBtpWyOu01JVbGI8MxhCbeRv2PuBP { top:10.8125rem;left:32.75rem;width:15rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyigV06cTTzGMq2bh8DOGRDfILzD9dpl { display:block; }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpCLF8kd6OXzkiTs32CDPtFbgJx9ywI5 { top:7.5rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz3cUFbVLQxn2v4HTnesdHywWbu7ucGC { top:22.5rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMpRwbpG4fO4iDIqV9Bwc2p2kzP4olDl { top:15rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkBxezZTCnxRwGz2naVr1iSTOfvm7OCL { top:9.375rem;left:0rem;width:21.25rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz4HmwPUA5Uw9faSAIbySq9emq8BT4Us { top:16.875rem;left:0rem;width:21.25rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc6EqW4GLF1lfmoECDXrsM7EeqJzsRtc { top:24.375rem;left:0rem;width:21.25rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2nkaQZ64pWcqNPfBqbdP6JS0sQ0pkwy { top:8.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBKNlTlcHgUJOIQU4EizXWkPWGfctsFp { top:15.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWTnkKZQaBXL7ws0lxJQuH7xHeUrd72C { top:23.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA1a5BcTFiABblGomOuGOzExr2J4fQKU { top:2.5rem;left:15.875rem;width:0;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5oqCkRxizxmzSe7KcflnkIGQSSTuhUp { top:3.375rem;left:3.375rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #CtrgM9rno0g4XPtI3Ioo4PghMn5c8rgr { top:3.375rem;left:19.25rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xANzNCyCpTUK6JxeaUgtg1txD7D03lTF { top:6.25rem;left:0rem;width:40.1875rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT { display:block; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arTFZQkSTzRNHIafW9zKPLEP999rIk3W { top:2.5rem;left:6.75rem;width:25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0H60SOctHcwCeOyJt1y3V2JqEPC5KCQ { top:10rem;left:0rem;width:22.5rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml2XTK5JVu9sTU34Zi9KDz43OAdcJSgc { top:10rem;left:9.25rem;width:22.5rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZq50ABdnSZsByL7I0Hq4mRSLdock8TO { top:10rem;left:25.125rem;width:22.5rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTPoycrggNngFIlBf0C2p5LyavaurVcL { top:18.75rem;left:0rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipBQB0DPpylxSN7vnx1A0hDH07cSEfa7 { top:18.75rem;left:9.25rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvssuMtV6PwcQXnHtGn2pJv5a5bOmGfh { top:18.75rem;left:25.125rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3zNB92BvSP7BXQfOCOXhTWwAkqZAv4 { top:6.25rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCEhfHXXXPRETKRl4hbTw0DV5NTwk7mQ { top:3.375rem;left:3.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEOCwliJW3oD62Id4OplRsRc1T5q3MRk { top:3.375rem;left:31.75rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP7wnc8vkgEn1VK0lHsPs9lqkEFAC1Gk { top:6.25rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxTns2PBNkmORgnq0CuTrTTbo4vqqc0o { top:6.25rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo { display:block; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTguMtoiEATtHJIsFU6qXBdNDban5od9 { top:8.75rem;left:22.625rem;width:25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5LbHidSEKBqwGxmmCkwp7XRPOPhND7h { top:26.25rem;left:27.625rem;width:20rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ity5tOF2Nqy2ycxqnCITMPeCWawmJrTP { top:15rem;left:27.625rem;width:20rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy6Ae4aTCr1V23SehpGNCDV2GRMVKAWu { top:21.25rem;left:32.625rem;width:15rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc70VMxuVRKWrHGIRziN9BC55KHLqVR0 { top:28.75rem;left:0rem;width:45rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyu0TG69a4Rat6gnVrskINnIeTV6GcJS { top:26.25rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { top:35rem;left:27.625rem;width:20rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozs5PnGXeaROsexxDb1mHwEUEmr4WRNw { top:37.5rem;left:27.625rem;width:20rem;height:19.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { top:32.5rem;left:22.625rem;width:25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCWqtGo4rGZw4f7M1VMvEWywOT4zByzS { top:52.0625rem;left:27.625rem;width:20rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etZ0lML99k4XWDJRcZU7TatRA6M3cI6W { top:248.75rem;left:0rem;width:17.8125rem;height:13.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ra8gcoAAJfLDUqone1WM8a8nApqdRA9K { top:11.25rem;left:33.4375rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzZwTVI9CO8Z78Vnd32Mc9RSxmUGts7p { top:2.5rem;left:0rem;width:25rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbXJ1NgI9TUkNOG9PN30lmU1WGpNsG8L { top:4.3125rem;left:8rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU07FkJsDaw6rxx91PT54KsKQAQiHckM { top:4.3125rem;left:31.75rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1t18qMhAI1f04IytM2gMgFItwwyPmPM { top:20.625rem;left:31.75rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTIV1H9viPbKJ9BEz24F4P8yCHEPUAVG { top:26.5rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cps1L2xkp9DnIR6zBCpLDT5e9z9R7DSC { top:40rem;left:0rem;width:45rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOeL8KO4zK35BfN181uWS6cL44CnFaxE { top:37.5rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzEsem0vwzvzuqUPyBvTaOl8rsOPTrIk { top:37.75rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ev6gf5xW52FKa83BqQfhfmoiRsoWOK { top:102.5rem;left:0rem;width:45rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZRH52cklbTdaM9gl9LF5sM52xaWFexF { top:100rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgOaJA76LgvRxtiD8BrhrE2etdwXs9hD { top:100.25rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J23mpu98WMvzUxrW00asIyAiiNQyphEV { top:62.1875rem;left:0rem;width:45rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq2hXUoGMlDgR02E1A2oNPimHzeXERQi { top:60rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJEqT96pVo0A5EWlF3VoyqoZi8LaqleX { top:60.25rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTTMUmQqpBectDTHm9cQtAaW4d4yZCi { top:113.4375rem;left:0rem;width:45rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVQeTPgVV1U92adZIiBw3UxbuL1PxUVo { top:111.25rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK7EEOwfUIhI2WWOt2tqnxMcaor4bEiG { top:111.5rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu0wnsQpTWVD7hTtMKQfphsofM2bULc4 { top:88.4375rem;left:0rem;width:45rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlDnfsymGsvJk3p3qoQJtq7paBrOMPOF { top:86.25rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTgBW0O0TTWMiCb9VkXA3d3LeVfHguFT { top:86.5rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF8E5Jfxx1xa3lwLEEQFMpT2igJhLVZ6 { top:60rem;left:27.625rem;width:20rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCI1FGS1BNHW0RTgr8DV5Cd8T8hKvqC9 { top:55rem;left:26.375rem;width:21.25rem;height:3.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOZZJoMsIXh7FmXGJnqievor701eAMEk { top:126.25rem;left:0rem;width:45rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7kq9DyPg3C0OUyDrR5XLTyeuWTHnTb4 { top:123.75rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCk2Rh6DQUWZB3lOXQ94iVDTTRzFTNuA { top:124rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxsdpHyX4bBDA703ri0xD0PJRbewS7Q4 { top:57.5rem;left:22.625rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHm0WqvOz0UgBIqigIAiyreMtb5x7izU { top:77rem;left:27.625rem;width:20rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDd55HlOROT26RwErT3lUEDQM6TNqOSN { top:65rem;left:33.25rem;width:12.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKLMiWauZC9WTwRSavu9VkEFccXVeaX { top:51.25rem;left:0rem;width:45rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpwa1H9H82CKV9tMid51wlSxg4IULp1x { top:48.75rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsqVOlJaHitrnAdRhgGDVkllfrS6rQRK { top:49rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2IZm1FV89Fzc7OXkR8fEbiUQ2vH3JJI { top:77.5rem;left:0rem;width:45rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T36yuXcBMwrXEMDtJ7GGTLTDpXJFUzye { top:72.5rem;left:0rem;width:45rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLW9N850nQGZx7oOxyRAWRMDIn7aPCZH { top:72.75rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOTSV0UM3KqJVRo1JkH0TQMfGDFCdUde { top:137.1875rem;left:0rem;width:45rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI1g2MSAJ1ATalQv4ztX1spb7XgLnRlF { top:135rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPVxmXxLBoFB45Bdx71WCJ7uk28Dmnvo { top:135.25rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptzoIeiROUeaneVzsGAzQf8Zfodw6eVH { top:147.5rem;left:0rem;width:44.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBenFTJ5bGazyNJieaJ49inGRZdg3kEp { top:8.75rem;left:0rem;width:45rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADWU4Pi097wwbE6q5CzTizrfOqiyCcS { top:147.625rem;left:0rem;width:1.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJU8USLzmGvidO14grCyQ8cWNucM7u5T { display:block; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxCNR1aokStkoCax3XVI7AT8ffO9zpSt { top:8.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtCvEWwRHTE490H0hUX3ciqklRdxImby { top:2.5rem;left:11.8125rem;width:12.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9DNy8426rTXE0rzxTS3sgC2XbQKkktQ { top:6.25rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbXxfSnsvCClQcDPuedKdKsnOvJNl8u { top:14.9375rem;left:7.625rem;width:16.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv71pvaEQRqVE9ZoWnIkUylTChsQXUyf { top:16.3125rem;left:11.375rem;width:12.5rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnm0ghhigEteQpxvhSl20ZxcKkQrtKH0 { top:15.875rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMuGd1OMxlFT4p9J2TVmGu6istU36iEe { top:12.5rem;left:0rem;width:20rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrWbqkNCq0o8OnniT8fVhp2kLKfRgBzk { top:23.75rem;left:5.84375rem;width:12.5rem;height:3.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQlzM0EvAepL4enpGn0kNzTNZgi9szTW { display:block; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSViCduc1JdUcVAk8kKQbq3cWWETZKTJ { top:6.1875rem;left:19.8125rem;width:8.125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa8arRctNA6m8y3wrGJpwK9B2bVh0l7Z { top:0rem;left:11.375rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TXPn1yMrXAaW0HMvrnQSS6ceD8J5v2hz { top:7.6875rem;left:31.5rem;width:16.25rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA8aGuP2blOW5QkdIGQ9cCa6AWVtS5sw { top:2.5rem;left:11.3125rem;width:0;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3q1STs1RmXbNIO6WiGORE7ITcVycLyJ { top:3.375rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UhTdWfVaMtPiATHQuycKi4tRHOc8fGPu { top:3.375rem;left:36.3125rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #kT59B0EMxuzcLAMtu8m36ABCke009sZG { top:10.8125rem;left:0rem;width:16.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu { display:block; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ode7pOtnQc6bsMiOcEdWFGJeabc31Sts { top:1rem;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) { #pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ { display:block; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHnCNvJlTUBo4iBF1aNZW3IhpSQMrogG { width:20rem;height:3.75rem;top:6.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzTDTmdmpdayT0R9UHuTuce2sSZ2H9pu { width:20rem;height:4.5rem;top:16.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVhIFzUAgKCbLWxc5bP6avHNFeJ87OAQ { width:13.75rem;height:2.25rem;top:12rem;left:5.0625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rrGV5GpF9T2OKrNuya9itOuKT0TUmAcr { width:20rem;height:3rem;top:22rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBbyQ4RtRvKzBmMnVb8JkNIUgpLWO4OE { width:17.5rem;height:3.75rem;top:11.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEii0FKeaSHtmVutUxXUuLvzNEhzpwE { width:3.75rem;height:3.75rem;top:11.25rem;left:1.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JztUyoeAbGXnJyTtvgu0KAfcvRbaD7nA { width:17.9375rem;height:2.8125rem;top:30.5rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADF6SGmQEbgtneNMipAoM5FD2IptOS95 { width:12.3125rem;height:5.375rem;top:41.25rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvvIy8S2ATCAX3lGCtKIWoovJctZ7sAo { width:2.5rem;height:2.5rem;top:50rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7q1iyTimhD1UO9cKJ8d0cPiQGGeMvTV { width:2.5rem;height:2.5rem;top:50rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dObhqE3aMBnJO4CbK5wAdnXIE5H4ZFyK { width:12.1875rem;height:2.5rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fm56CGfr4IQvtgMIryuKaPDlpUDgfdT3 { width:14.125rem;height:21.25rem;top:28rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZwyBtpWyOu01JVbGI8MxhCbeRv2PuBP { width:15rem;height:10.4375rem;top:26.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyigV06cTTzGMq2bh8DOGRDfILzD9dpl { background-color:#7db4e1;background-image:none;display:block; }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row .container { background-color: transparent; background-image: none; }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row .container > .video-iframe-container { display: none; }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row > .video-iframe-container { display: none; }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .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); }#qyigV06cTTzGMq2bh8DOGRDfILzD9dpl > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpCLF8kd6OXzkiTs32CDPtFbgJx9ywI5 { width:20rem;height:1.5rem;top:10rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qz3cUFbVLQxn2v4HTnesdHywWbu7ucGC { width:20rem;height:1.5rem;top:30rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gMpRwbpG4fO4iDIqV9Bwc2p2kzP4olDl { width:20rem;height:1.5rem;top:20rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkBxezZTCnxRwGz2naVr1iSTOfvm7OCL { width:20rem;height:3rem;top:12rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rz4HmwPUA5Uw9faSAIbySq9emq8BT4Us { width:20rem;height:3.125rem;top:21.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mc6EqW4GLF1lfmoECDXrsM7EeqJzsRtc { width:20rem;height:4.6875rem;top:31.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2nkaQZ64pWcqNPfBqbdP6JS0sQ0pkwy { width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBKNlTlcHgUJOIQU4EizXWkPWGfctsFp { width:3.125rem;height:3.125rem;top:16.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWTnkKZQaBXL7ws0lxJQuH7xHeUrd72C { width:3.125rem;height:3.125rem;top:26.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA1a5BcTFiABblGomOuGOzExr2J4fQKU { width:17.5rem;height:3.75rem;top:1.25rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5oqCkRxizxmzSe7KcflnkIGQSSTuhUp { width:0;height:0;top:13.5rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtrgM9rno0g4XPtI3Ioo4PghMn5c8rgr { width:0;height:0;top:34.03125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #xANzNCyCpTUK6JxeaUgtg1txD7D03lTF { height:11.1875rem;width:20rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT { display:block; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arTFZQkSTzRNHIafW9zKPLEP999rIk3W { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0H60SOctHcwCeOyJt1y3V2JqEPC5KCQ { width:20rem;height:9rem;top:10rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ml2XTK5JVu9sTU34Zi9KDz43OAdcJSgc { width:20rem;height:9rem;top:27.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZq50ABdnSZsByL7I0Hq4mRSLdock8TO { width:20rem;height:9rem;top:45rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTPoycrggNngFIlBf0C2p5LyavaurVcL { width:20rem;height:1.5625rem;top:19.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipBQB0DPpylxSN7vnx1A0hDH07cSEfa7 { width:20rem;height:1.5625rem;top:37.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SvssuMtV6PwcQXnHtGn2pJv5a5bOmGfh { width:20rem;height:1.5625rem;top:54.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3zNB92BvSP7BXQfOCOXhTWwAkqZAv4 { width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCEhfHXXXPRETKRl4hbTw0DV5NTwk7mQ { width:12.5rem;height:0.125rem;top:38rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEOCwliJW3oD62Id4OplRsRc1T5q3MRk { width:12.5rem;height:0.125rem;top:50.96875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WP7wnc8vkgEn1VK0lHsPs9lqkEFAC1Gk { width:3.125rem;height:3.125rem;top:41.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxTns2PBNkmORgnq0CuTrTTbo4vqqc0o { width:3.125rem;height:3.125rem;top:23.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo { background-color:#e6e6eb;background-image:none;display:block; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container { background-color: transparent; background-image: none; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container > .video-iframe-container { display: none; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row > .video-iframe-container { display: none; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .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); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container { width:20rem;height:290rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTguMtoiEATtHJIsFU6qXBdNDban5od9 { width:20rem;height:21.25rem;top:222.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5LbHidSEKBqwGxmmCkwp7XRPOPhND7h { width:17.5rem;height:3rem;top:238.75rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ity5tOF2Nqy2ycxqnCITMPeCWawmJrTP { width:17.5rem;height:4.5rem;top:228.75rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jy6Ae4aTCr1V23SehpGNCDV2GRMVKAWu { width:15rem;height:2.375rem;top:235rem;left:5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bc70VMxuVRKWrHGIRziN9BC55KHLqVR0 { width:20rem;height:13.5rem;top:19rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vyu0TG69a4Rat6gnVrskINnIeTV6GcJS { width:20rem;height:3.75rem;top:15rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { width:17.5rem;height:1.875rem;top:246.25rem;left:1.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ozs5PnGXeaROsexxDb1mHwEUEmr4WRNw { width:20rem;height:0;top:248.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { width:20rem;height:22.5rem;top:245rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCWqtGo4rGZw4f7M1VMvEWywOT4zByzS { width:17.5rem;height:3.125rem;top:263.125rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #etZ0lML99k4XWDJRcZU7TatRA6M3cI6W { top:248.75rem;left:1.25rem;width:17.8125rem;height:13.5rem;z-index:100062;font-size:1rem;line-height:1.5;color:#e6e6eb;font-weight:300;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(45,45,55,0.15);display:block; }
 }@media only screen and (max-width: 763px) { #Ra8gcoAAJfLDUqone1WM8a8nApqdRA9K { width:12.5rem;height:2.5625rem;top:225rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzZwTVI9CO8Z78Vnd32Mc9RSxmUGts7p { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbXJ1NgI9TUkNOG9PN30lmU1WGpNsG8L { width:12.5rem;height:0.125rem;top:258.75rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RU07FkJsDaw6rxx91PT54KsKQAQiHckM { width:12.5rem;height:0.125rem;top:531.4926875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1t18qMhAI1f04IytM2gMgFItwwyPmPM { width:3.75rem;height:3.75rem;top:234.3125rem;left:1.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTIV1H9viPbKJ9BEz24F4P8yCHEPUAVG { width:1.875rem;height:1.4375rem;top:277.4301875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cps1L2xkp9DnIR6zBCpLDT5e9z9R7DSC { width:20rem;height:12rem;top:39.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IOeL8KO4zK35BfN181uWS6cL44CnFaxE { width:20rem;height:3.75rem;top:35rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wzEsem0vwzvzuqUPyBvTaOl8rsOPTrIk { width:1.875rem;height:1.4375rem;top:280.1176875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8ev6gf5xW52FKa83BqQfhfmoiRsoWOK { width:20rem;height:12rem;top:144.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UZRH52cklbTdaM9gl9LF5sM52xaWFexF { width:20rem;height:1.875rem;top:141.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HgOaJA76LgvRxtiD8BrhrE2etdwXs9hD { width:1.875rem;height:1.4375rem;top:294.6801875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J23mpu98WMvzUxrW00asIyAiiNQyphEV { width:20rem;height:15rem;top:74.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kq2hXUoGMlDgR02E1A2oNPimHzeXERQi { width:20rem;height:1.875rem;top:71.875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UJEqT96pVo0A5EWlF3VoyqoZi8LaqleX { width:1.875rem;height:1.4375rem;top:312.2426875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuTTMUmQqpBectDTHm9cQtAaW4d4yZCi { width:20rem;height:15rem;top:161.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HVQeTPgVV1U92adZIiBw3UxbuL1PxUVo { width:20rem;height:1.875rem;top:158.75rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VK7EEOwfUIhI2WWOt2tqnxMcaor4bEiG { width:1.875rem;height:1.4375rem;top:334.3051875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cu0wnsQpTWVD7hTtMKQfphsofM2bULc4 { width:20rem;height:19.5rem;top:119.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IlDnfsymGsvJk3p3qoQJtq7paBrOMPOF { width:20rem;height:3.75rem;top:115rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTgBW0O0TTWMiCb9VkXA3d3LeVfHguFT { width:1.875rem;height:1.4375rem;top:373.9301875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bF8E5Jfxx1xa3lwLEEQFMpT2igJhLVZ6 { width:17.5rem;height:4.5rem;top:270rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UCI1FGS1BNHW0RTgr8DV5Cd8T8hKvqC9 { width:17.1875rem;height:2rem;top:269.6875rem;left:4.53125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:100062;display:none; }
 }@media only screen and (max-width: 763px) { #uOZZJoMsIXh7FmXGJnqievor701eAMEk { width:20rem;height:13.5rem;top:182.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #t7kq9DyPg3C0OUyDrR5XLTyeuWTHnTb4 { width:20rem;height:3.75rem;top:178.75rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uCk2Rh6DQUWZB3lOXQ94iVDTTRzFTNuA { width:1.875rem;height:1.4375rem;top:124rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxsdpHyX4bBDA703ri0xD0PJRbewS7Q4 { width:20rem;height:20rem;top:268.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHm0WqvOz0UgBIqigIAiyreMtb5x7izU { width:17.5rem;height:3rem;top:284.5rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDd55HlOROT26RwErT3lUEDQM6TNqOSN { width:11.375rem;height:8.75rem;top:274.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKLMiWauZC9WTwRSavu9VkEFccXVeaX { width:20rem;height:12rem;top:58rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kpwa1H9H82CKV9tMid51wlSxg4IULp1x { width:20rem;height:3.75rem;top:53.75rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zsqVOlJaHitrnAdRhgGDVkllfrS6rQRK { width:1.875rem;height:1.4375rem;top:49rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2IZm1FV89Fzc7OXkR8fEbiUQ2vH3JJI { width:20rem;height:12rem;top:100.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T36yuXcBMwrXEMDtJ7GGTLTDpXJFUzye { width:19.6875rem;height:9.375rem;top:91.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XLW9N850nQGZx7oOxyRAWRMDIn7aPCZH { width:1.875rem;height:1.4375rem;top:72.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cOTSV0UM3KqJVRo1JkH0TQMfGDFCdUde { width:20rem;height:15rem;top:201rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XI1g2MSAJ1ATalQv4ztX1spb7XgLnRlF { width:20rem;height:1.875rem;top:198.75rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dPVxmXxLBoFB45Bdx71WCJ7uk28Dmnvo { width:1.875rem;height:1.4375rem;top:135.25rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptzoIeiROUeaneVzsGAzQf8Zfodw6eVH { width:19.375rem;height:4.125rem;top:217.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBenFTJ5bGazyNJieaJ49inGRZdg3kEp { width:20rem;height:7.3046875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADWU4Pi097wwbE6q5CzTizrfOqiyCcS { width:1.25rem;height:1.25rem;top:217.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJU8USLzmGvidO14grCyQ8cWNucM7u5T { background-color:transparent;background-image:url("https://images.assets-landingi.com/bDXfAqxT/skuteczne_zwalczanie_pluskiew_zadzwon_teraz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T.adaptive-delivery-prevent-bg, #HJU8USLzmGvidO14grCyQ8cWNucM7u5T.lazyload, #HJU8USLzmGvidO14grCyQ8cWNucM7u5T.lazyloading { background-image: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container { background-color: transparent; background-image: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,55,0.9); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container > .video-iframe-container { display: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,55,0.9); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row > .video-iframe-container { display: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .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); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container { border-width: 0; border-radius: 0; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxCNR1aokStkoCax3XVI7AT8ffO9zpSt { width:20rem;height:0;top:20rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CtCvEWwRHTE490H0hUX3ciqklRdxImby { width:12.5rem;height:2.5625rem;top:2.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9DNy8426rTXE0rzxTS3sgC2XbQKkktQ { width:20rem;height:4.5rem;top:6.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TDbXxfSnsvCClQcDPuedKdKsnOvJNl8u { width:17.5rem;height:3.75rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv71pvaEQRqVE9ZoWnIkUylTChsQXUyf { width:13.75rem;height:2.25rem;top:23.25rem;left:5rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pnm0ghhigEteQpxvhSl20ZxcKkQrtKH0 { width:3.75rem;height:3.75rem;top:22.5rem;left:1.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMuGd1OMxlFT4p9J2TVmGu6istU36iEe { top:12.5rem;left:0rem;width:20rem;height:3rem;z-index:100018;font-weight:700;font-style:normal;color:#e6e6eb;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrWbqkNCq0o8OnniT8fVhp2kLKfRgBzk { top:16.25rem;left:0rem;width:20rem;height:4.5rem;z-index:100019;color:#e6e6eb;font-size:1.25rem;line-height:1.2;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQlzM0EvAepL4enpGn0kNzTNZgi9szTW { display:block; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSViCduc1JdUcVAk8kKQbq3cWWETZKTJ { width:8.125rem;height:12.1875rem;top:6.1875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fa8arRctNA6m8y3wrGJpwK9B2bVh0l7Z { width:0;height:0;top:1.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXPn1yMrXAaW0HMvrnQSS6ceD8J5v2hz { width:17.5rem;height:9.375rem;top:10rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nA8aGuP2blOW5QkdIGQ9cCa6AWVtS5sw { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3q1STs1RmXbNIO6WiGORE7ITcVycLyJ { width:0;height:0;top:3.375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhTdWfVaMtPiATHQuycKi4tRHOc8fGPu { width:0;height:0;top:3.375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #kT59B0EMxuzcLAMtu8m36ABCke009sZG { width:12.1875rem;height:2.5rem;top:6.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu { display:block; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ode7pOtnQc6bsMiOcEdWFGJeabc31Sts { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }