.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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/free-images/Objects/-absolutely_free_photos-original_photos-luxury-loving-room-5184x3456_81475.jpg");background-position: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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row > .video-iframe-container {  }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container { font-size:0.875rem;font-family:rubik;height:27.5rem;width:75rem;position:relative;display:block; }#xHnCNvJlTUBo4iBF1aNZW3IhpSQMrogG { color:#2d2d37;display:block;width:57.5rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:8.75rem;left:8.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzTDTmdmpdayT0R9UHuTuce2sSZ2H9pu { color:#f0553c;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:6.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:13.75rem;left:31.875rem;height:2.625rem;font-style:normal;display:block; }
#rrGV5GpF9T2OKrNuya9itOuKT0TUmAcr { color:#f0553c;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:21.25rem;left:8.75rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVSzidbERLm7mowreG43DeLRnkawiOVr { color:#2d2d37;display:block;width:57.5rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:18.75rem;left:8.75rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBbyQ4RtRvKzBmMnVb8JkNIUgpLWO4OE { position:absolute;display:block;z-index:100001;background-color:#f0553c;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:12.5rem;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:13.125rem;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:3.4375rem;left:10rem;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:14.625rem;left:15rem;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:25rem;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:25rem;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; }
#ISGsJqULPnJTTrGC6RpTUorWGbFmFhVx { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:17.4375rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#mIdWDAxTean4eThPaukxykZLXTg1ynLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0553c;background-image:none;position:relative;display:block; }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row .container { background-color: transparent; background-image: none; }#mIdWDAxTean4eThPaukxykZLXTg1ynLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row .container > .video-iframe-container { display: none; }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row > .video-iframe-container { display: none; }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .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); }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row .container { border-width: 0; border-radius: 0; }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row > .video-iframe-container {  }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row .container { font-size:0.875rem;font-family:rubik;height:28.75rem;width:75rem;position:relative;display:block; }#JJhTQxf397sGrETbAJwEmKTTqaQXWxRH { color:#2d2d37;display:block;width:22.5rem;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; }
#Znc70OB0pf5c7H3KXSSD8SqGda7dW3SN { color:#2d2d37;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:20rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iqL2gngcp65XRswb4ak6g4RuqiX3ZtGL { color:#2d2d37;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:13.75rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XeTRD4Gb0XloaJTmKp2cMZJJ2SotbdTt { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;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; }
#s9BDzqEeQqXnVSs7gQPmeynsvwR4GZWu { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100021;line-height:1.5;letter-spacing:0;top:15.625rem;left:5rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AnXKKMH67b7aougJLrbcQwzfALQDQmgT { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100022;line-height:1.5;letter-spacing:0;top:21.875rem;left:5rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQSyPVAUlrKlWgbwdMftWlkr3lDHN9oo { 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.125rem;left:0rem;overflow:hidden;display:block; }
#zPg847AFAWazXoZE2pUVGy3Pdch7cVEL { 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:14.375rem;left:0rem;overflow:hidden;display:block; }
#a9ngiM3OapRyysJOE58MPuV2rlGabWxs { 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:3.75rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r1NP0TQ4nWkD63zL9hUBhr5uTxTPQEHI { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:42.375rem;top:2.5rem;left:32.625rem;display:block; }
#pnPmdAmDkq39FBJNUc6fvneELw8Jc1Xk { 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:20.625rem;left:0rem;overflow:hidden;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/z2t4YeJ5/skuteczne_zwalczanie_kornikow_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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row > .video-iframe-container {  }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { font-size:0.875rem;font-family:rubik;height:23.75rem;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:9.5625rem;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:9.5625rem;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:20rem;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:20rem;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:20rem;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:#f0553c;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:#f0553c;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 > .video-iframe-container {  }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container { font-size:0.875rem;font-family:rubik;height:137.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/PzWv0IeQ/skuteczne_zwalczanie_kornikow_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:51rem;font-style:normal;display:block; }
#ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { position:absolute;display:block;z-index:99999;background-color:#2d2d37;background-image:url("https://images.assets-landingi.com/kmM6QJCo/skuteczne_zwalczanie_kornikow_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:58.75rem;width:25rem;top:32.5rem;left:50rem;display:block; }#ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.adaptive-delivery-prevent-bg, #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.lazyload, #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.lazyloading { background-image: 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:#f0553c;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:#f0553c;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:38.75rem;left:2.5rem;height:4.78125rem;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:36.25rem;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:36.5rem;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:47.5rem;left:2.5rem;height:4.78125rem;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:45rem;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:45.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:56.25rem;left:2.5rem;height:6.375rem;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:53.75rem;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:54rem;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:67.5rem;left:2.5rem;height:6.375rem;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:65rem;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:65.25rem;left:0rem;overflow:hidden;display:block; }
#oJabhLeJLtrUDLfLoFKxTTLPGxwZRi5k { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100033;line-height:1.5;letter-spacing:0;top:77.5rem;left:2.5rem;height:4.78125rem;font-style:normal;display:block; }
#R1Xasq5BfgT2C5rQ34yEQIWI8dHs6pzm { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100034;line-height:1.2;letter-spacing:0;top:75rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#OKBTkoDZdwZmTE2iy0OVGms9Daa8aJnR { position:absolute;display:block;z-index:100077;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:75.25rem;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:86.25rem;left:2.5rem;height:6.375rem;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:83.75rem;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:84rem;left:0rem;overflow:hidden;display:block; }
#o0rwBVvnvDPGVFiI9QHlgLpBHiCCRLhQ { position:absolute;display:block;z-index:100081;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; }
#Ebp51HonBP2P25STA6nmnbSWmqZ81nhH { 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:96.25rem;left:2.5rem;height:4.78125rem;font-style:normal;display:block; }
#P6lG9kKvLLJRgoE3sUdPoCLCeu2uqZvm { 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:93.75rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#DzoG9ySp4Ad6osh6o10GTGkaxEo8KNPg { 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:94rem;left:0rem;overflow:hidden;display:block; }
#LL3cuLDhG3vlEgnw4uPqkumBcpC4KeCt { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100042;line-height:1.5;letter-spacing:0;top:105rem;left:2.5rem;height:9.5625rem;font-style:normal;display:block; }
#LQFBm6Vm0cC7M93CeRRi7M8iolq3T6Dz { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100043;line-height:1.2;letter-spacing:0;top:102.5rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#ep9nooAL2Mnfl8zRikaFzPCafoyEdMJz { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:102.75rem;left:0rem;overflow:hidden;display:block; }
#IV2oMEir27iXorwPRqevSlT0LB0DiM4X { 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:118.75rem;left:2.5rem;height:6.375rem;font-style:normal;display:block; }
#FhFRorL8pg6aIEB3LHSRiQkScTOQvApg { 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:116.25rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#RdXC8i3l2sFHpop5EZ7Qr0DK1TuIPfiF { 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:116.5rem;left:0rem;overflow:hidden;display:block; }
#RTXiiQ9HMWnIb6Zifxfsz2GCwOTOQEJ1 { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100048;line-height:1.5;letter-spacing:0;top:128.75rem;left:2.5rem;height:6.375rem;font-style:normal;display:block; }
#bXyLNJb3C1E89z30wvDeLSIrbGeuoLTT { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100049;line-height:1.2;letter-spacing:0;top:126.25rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#pxgWfNzqTuksTvtW7fSriRuiv456Cmrv { position:absolute;display:block;z-index:100092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:126.5rem;left:0rem;overflow:hidden;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; }
#pbEGbmcBEeOJXtADPAo6oWf6axNpAcnc { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:10rem;top:93.75rem;left:57.5rem;overflow:hidden;display:block; }
#SdJiErDlXXLpbdUP7KthfLbpe1D8mE18 { color:#e6e6eb;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100094;line-height:1.5;letter-spacing:0;top:105rem;left:52.5rem;height:12.75rem;font-style:normal;display:block; }
#F6qm1Ut6KESPMUdnEsvqHx9ydTWzaK6r { color:#e6e6eb;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100095;line-height:1.2;letter-spacing:0;top:102.5rem;left:52.5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Io3CsyEyHXaxeLQaNFShBoFoOgBnPllO { position:absolute;display:block;z-index:99998;background-color:#f0553c;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:26.25rem;width:25rem;top:92.5rem;left:50rem;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/2btc70JT/skuteczne_zwalczanie_kornikow_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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row > .video-iframe-container {  }#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:#f0553c;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:#f0553c;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 > .video-iframe-container {  }#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:#f0553c;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:#f0553c;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:#f0553c;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 > .video-iframe-container {  }#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:8.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzTDTmdmpdayT0R9UHuTuce2sSZ2H9pu { top:6.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVhIFzUAgKCbLWxc5bP6avHNFeJ87OAQ { top:13.75rem;left:8.875rem;width:15rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrGV5GpF9T2OKrNuya9itOuKT0TUmAcr { top:21.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVSzidbERLm7mowreG43DeLRnkawiOVr { top:18.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBbyQ4RtRvKzBmMnVb8JkNIUgpLWO4OE { top:12.5rem;left:5.125rem;width:18.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEii0FKeaSHtmVutUxXUuLvzNEhzpwE { top:13.125rem;left:20.125rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JztUyoeAbGXnJyTtvgu0KAfcvRbaD7nA { top:3.4375rem;left:3.1875rem;width:17.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADF6SGmQEbgtneNMipAoM5FD2IptOS95 { top:14.625rem;left:8.1875rem;width:12.3125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvIy8S2ATCAX3lGCtKIWoovJctZ7sAo { top:25rem;left:21.375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7q1iyTimhD1UO9cKJ8d0cPiQGGeMvTV { top:25rem;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) { #ISGsJqULPnJTTrGC6RpTUorWGbFmFhVx { top:6.25rem;left:0rem;width:17.4375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIdWDAxTean4eThPaukxykZLXTg1ynLz { display:block; }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJhTQxf397sGrETbAJwEmKTTqaQXWxRH { top:7.5rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znc70OB0pf5c7H3KXSSD8SqGda7dW3SN { top:20rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqL2gngcp65XRswb4ak6g4RuqiX3ZtGL { top:13.75rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTRD4Gb0XloaJTmKp2cMZJJ2SotbdTt { top:9.375rem;left:0rem;width:22.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9BDzqEeQqXnVSs7gQPmeynsvwR4GZWu { top:15.625rem;left:0rem;width:22.5rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnXKKMH67b7aougJLrbcQwzfALQDQmgT { top:21.875rem;left:0rem;width:22.5rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQSyPVAUlrKlWgbwdMftWlkr3lDHN9oo { top:8.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPg847AFAWazXoZE2pUVGy3Pdch7cVEL { top:14.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ngiM3OapRyysJOE58MPuV2rlGabWxs { top:3.75rem;left:0rem;width:25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1NP0TQ4nWkD63zL9hUBhr5uTxTPQEHI { top:2.5rem;left:0rem;width:42.375rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnPmdAmDkq39FBJNUc6fvneELw8Jc1Xk { top:20.625rem;left:0rem;width:3.125rem;height:3.125rem;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.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml2XTK5JVu9sTU34Zi9KDz43OAdcJSgc { top:10rem;left:9.25rem;width:22.5rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZq50ABdnSZsByL7I0Hq4mRSLdock8TO { top:10rem;left:25.125rem;width:22.5rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTPoycrggNngFIlBf0C2p5LyavaurVcL { top:20rem;left:0rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipBQB0DPpylxSN7vnx1A0hDH07cSEfa7 { top:20rem;left:9.25rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvssuMtV6PwcQXnHtGn2pJv5a5bOmGfh { top:20rem;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.375rem;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:51rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { top:32.5rem;left:22.625rem;width:25rem;height:58.75rem;display:block; }
 }@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:38.75rem;left:0rem;width:45rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOeL8KO4zK35BfN181uWS6cL44CnFaxE { top:36.25rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzEsem0vwzvzuqUPyBvTaOl8rsOPTrIk { top:36.5rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ev6gf5xW52FKa83BqQfhfmoiRsoWOK { top:47.5rem;left:0rem;width:45rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZRH52cklbTdaM9gl9LF5sM52xaWFexF { top:45rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgOaJA76LgvRxtiD8BrhrE2etdwXs9hD { top:45.25rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J23mpu98WMvzUxrW00asIyAiiNQyphEV { top:56.25rem;left:0rem;width:45rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq2hXUoGMlDgR02E1A2oNPimHzeXERQi { top:53.75rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJEqT96pVo0A5EWlF3VoyqoZi8LaqleX { top:54rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTTMUmQqpBectDTHm9cQtAaW4d4yZCi { top:67.5rem;left:0rem;width:45rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVQeTPgVV1U92adZIiBw3UxbuL1PxUVo { top:65rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK7EEOwfUIhI2WWOt2tqnxMcaor4bEiG { top:65.25rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJabhLeJLtrUDLfLoFKxTTLPGxwZRi5k { top:77.5rem;left:0rem;width:45rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Xasq5BfgT2C5rQ34yEQIWI8dHs6pzm { top:75rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKBTkoDZdwZmTE2iy0OVGms9Daa8aJnR { top:75.25rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu0wnsQpTWVD7hTtMKQfphsofM2bULc4 { top:86.25rem;left:0rem;width:45rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlDnfsymGsvJk3p3qoQJtq7paBrOMPOF { top:83.75rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTgBW0O0TTWMiCb9VkXA3d3LeVfHguFT { top:84rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0rwBVvnvDPGVFiI9QHlgLpBHiCCRLhQ { top:8.75rem;left:0rem;width:45rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebp51HonBP2P25STA6nmnbSWmqZ81nhH { top:96.25rem;left:0rem;width:45rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6lG9kKvLLJRgoE3sUdPoCLCeu2uqZvm { top:93.75rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzoG9ySp4Ad6osh6o10GTGkaxEo8KNPg { top:94rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL3cuLDhG3vlEgnw4uPqkumBcpC4KeCt { top:105rem;left:0rem;width:45rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQFBm6Vm0cC7M93CeRRi7M8iolq3T6Dz { top:102.5rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep9nooAL2Mnfl8zRikaFzPCafoyEdMJz { top:102.75rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV2oMEir27iXorwPRqevSlT0LB0DiM4X { top:118.75rem;left:0rem;width:45rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhFRorL8pg6aIEB3LHSRiQkScTOQvApg { top:116.25rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdXC8i3l2sFHpop5EZ7Qr0DK1TuIPfiF { top:116.5rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTXiiQ9HMWnIb6Zifxfsz2GCwOTOQEJ1 { top:128.75rem;left:0rem;width:45rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXyLNJb3C1E89z30wvDeLSIrbGeuoLTT { top:126.25rem;left:0rem;width:45rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxgWfNzqTuksTvtW7fSriRuiv456Cmrv { top:126.5rem;left:0rem;width:1.875rem;height:1.4375rem;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) { #pbEGbmcBEeOJXtADPAo6oWf6axNpAcnc { top:93.75rem;left:34.6875rem;width:10rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdJiErDlXXLpbdUP7KthfLbpe1D8mE18 { top:105rem;left:27.625rem;width:20rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6qm1Ut6KESPMUdnEsvqHx9ydTWzaK6r { top:102.5rem;left:27.625rem;width:20rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io3CsyEyHXaxeLQaNFShBoFoOgBnPllO { top:92.5rem;left:22.625rem;width:25rem;height:26.25rem;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:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHnCNvJlTUBo4iBF1aNZW3IhpSQMrogG { width:20rem;height:3.75rem;top:11.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:6.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:17rem;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:23.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVSzidbERLm7mowreG43DeLRnkawiOVr { width:20rem;height:1.875rem;top:21.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBbyQ4RtRvKzBmMnVb8JkNIUgpLWO4OE { width:17.5rem;height:3.75rem;top:16.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEii0FKeaSHtmVutUxXUuLvzNEhzpwE { width:3.75rem;height:3.75rem;top:16.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;display:block; }
 }@media only screen and (max-width: 763px) { #ISGsJqULPnJTTrGC6RpTUorWGbFmFhVx { width:17.4375rem;height:21.25rem;top:37.5rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIdWDAxTean4eThPaukxykZLXTg1ynLz { background-color:#f0553c;background-image:none;display:block; }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row .container { background-color: transparent; background-image: none; }#mIdWDAxTean4eThPaukxykZLXTg1ynLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row .container > .video-iframe-container { display: none; }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row > .video-iframe-container { display: none; }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .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); }#mIdWDAxTean4eThPaukxykZLXTg1ynLz > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJhTQxf397sGrETbAJwEmKTTqaQXWxRH { width:20rem;height:3rem;top:10rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Znc70OB0pf5c7H3KXSSD8SqGda7dW3SN { width:20rem;height:1.5rem;top:31.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqL2gngcp65XRswb4ak6g4RuqiX3ZtGL { width:20rem;height:1.5rem;top:21.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeTRD4Gb0XloaJTmKp2cMZJJ2SotbdTt { width:20rem;height:3rem;top:13.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9BDzqEeQqXnVSs7gQPmeynsvwR4GZWu { width:20rem;height:3.1875rem;top:23.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnXKKMH67b7aougJLrbcQwzfALQDQmgT { width:20rem;height:3.1875rem;top:33.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQSyPVAUlrKlWgbwdMftWlkr3lDHN9oo { width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPg847AFAWazXoZE2pUVGy3Pdch7cVEL { width:3.125rem;height:3.125rem;top:17.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ngiM3OapRyysJOE58MPuV2rlGabWxs { 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) { #r1NP0TQ4nWkD63zL9hUBhr5uTxTPQEHI { height:11.209rem;width:20rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnPmdAmDkq39FBJNUc6fvneELw8Jc1Xk { width:3.125rem;height:3.125rem;top:27.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT { display:block; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { width:20rem;height:55rem;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:7.5rem;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:10.5rem;top:25rem;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:42.5rem;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.59375rem;top:18.40625rem;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.59375rem;top:35.90625rem;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.59375rem;top:52.1875rem;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:38.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxTns2PBNkmORgnq0CuTrTTbo4vqqc0o { width:3.125rem;height:3.125rem;top:21.25rem;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:302.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTguMtoiEATtHJIsFU6qXBdNDban5od9 { width:20rem;height:21.25rem;top:193.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5LbHidSEKBqwGxmmCkwp7XRPOPhND7h { width:17.5rem;height:3rem;top:210rem;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:200rem;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.3994125rem;top:206.25rem;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:12rem;top:17.5rem;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:1.875rem;top:15rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { width:17.5rem;height:1.875rem;top:217.5rem;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:17.5rem;height:51.09375rem;top:220rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { width:20rem;height:56.25rem;top:216.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra8gcoAAJfLDUqone1WM8a8nApqdRA9K { width:12.5rem;height:2.5625rem;top:196.25rem;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:205.5625rem;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:7.5rem;top:33.75rem;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:1.875rem;top:31.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;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:10.5rem;top:45rem;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:42.5rem;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:58.75rem;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:56.25rem;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:13.5rem;top:77.5rem;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: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) { #oJabhLeJLtrUDLfLoFKxTTLPGxwZRi5k { width:20rem;height:10.5rem;top:95rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R1Xasq5BfgT2C5rQ34yEQIWI8dHs6pzm { width:20rem;height:1.875rem;top:92.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OKBTkoDZdwZmTE2iy0OVGms9Daa8aJnR { width:1.875rem;height:1.4375rem;top:356.3676875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cu0wnsQpTWVD7hTtMKQfphsofM2bULc4 { width:20rem;height:12rem;top:109.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IlDnfsymGsvJk3p3qoQJtq7paBrOMPOF { width:20rem;height:1.875rem;top:106.75rem;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) { #o0rwBVvnvDPGVFiI9QHlgLpBHiCCRLhQ { width:20rem;height:7.25rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebp51HonBP2P25STA6nmnbSWmqZ81nhH { width:20rem;height:10.5rem;top:125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P6lG9kKvLLJRgoE3sUdPoCLCeu2uqZvm { width:20rem;height:1.875rem;top:122.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DzoG9ySp4Ad6osh6o10GTGkaxEo8KNPg { width:1.875rem;height:1.4375rem;top:392.9926875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LL3cuLDhG3vlEgnw4uPqkumBcpC4KeCt { width:20rem;height:18rem;top:138.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LQFBm6Vm0cC7M93CeRRi7M8iolq3T6Dz { width:20rem;height:1.875rem;top:136.4375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ep9nooAL2Mnfl8zRikaFzPCafoyEdMJz { width:1.875rem;height:1.4375rem;top:412.0551875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IV2oMEir27iXorwPRqevSlT0LB0DiM4X { width:20rem;height:13.5rem;top:160.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FhFRorL8pg6aIEB3LHSRiQkScTOQvApg { width:20rem;height:1.875rem;top:158.1875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RdXC8i3l2sFHpop5EZ7Qr0DK1TuIPfiF { width:1.875rem;height:1.4375rem;top:437.1176875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTXiiQ9HMWnIb6Zifxfsz2GCwOTOQEJ1 { width:20rem;height:13.5rem;top:179.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bXyLNJb3C1E89z30wvDeLSIrbGeuoLTT { width:18.75rem;height:3.44921875rem;top:175.6875rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pxgWfNzqTuksTvtW7fSriRuiv456Cmrv { width:1.875rem;height:1.4375rem;top:457.6801875rem;left:9.0625rem;display:none; }
 }@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) { #pbEGbmcBEeOJXtADPAo6oWf6axNpAcnc { width:10rem;height:7.25rem;top:275rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdJiErDlXXLpbdUP7KthfLbpe1D8mE18 { width:17.5rem;height:13.5rem;top:286.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F6qm1Ut6KESPMUdnEsvqHx9ydTWzaK6r { width:20rem;height:1.5rem;top:283.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Io3CsyEyHXaxeLQaNFShBoFoOgBnPllO { width:20rem;height:27.5rem;top:273.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJU8USLzmGvidO14grCyQ8cWNucM7u5T { background-color:transparent;background-image:url("https://images.assets-landingi.com/2btc70JT/skuteczne_zwalczanie_kornikow_zadzwon_teraz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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 { 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.5625rem;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; }
 }