.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:28.8125rem;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:5.25rem;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:16.25rem;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:23.75rem;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:21.25rem;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:15rem;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:15.625rem;left:28.125rem;display:block; }
#JztUyoeAbGXnJyTtvgu0KAfcvRbaD7nA { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:17.9375rem;top: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:26.3125rem;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:26.3125rem;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:22.5rem;width:18.375rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0553c;background-image:none;position:relative;display:block; }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row .container { background-color: transparent; background-image: none; }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row .container > .video-iframe-container { display: none; }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row > .video-iframe-container { display: none; }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .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); }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row .container { border-width: 0; border-radius: 0; }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row > .video-iframe-container {  }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row .container { font-size:0.875rem;font-family:rubik;height:28.75rem;width:75rem;position:relative;display:block; }#uX1QRmqW6kqEWbpTlIhCyonI2JPQXT0u { 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; }
#oxoDfowCc419hmfvKFZrA2eXhZygOnKJ { 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; }
#NXpcBh8u3Wy6fmpwZKdLk3R4keBQH8Mg { 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; }
#B39chvoM2GwVQmgwb3eK1FPM4zFvc2oB { 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; }
#WQwI9Zs2MQxPfXaNy5QMNb1rhT6mT0nK { 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; }
#r7Cyc6zi5acc7NZToQMbdQhakAbaz73T { 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; }
#DThNA7MOpt8tT2tNDBOwXUczOrhxogpl { 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; }
#pNDibrypqTk2vyQGc4nANqRX7JK12FuS { 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; }
#hAtzXEUrDMHFqAEK0UiJZHQSd5L5MyLk { 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; }
#lIe9eHPgWuZUz05JAy8MvKTU5Gtyk9Mf { 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; }
#nW1SfnxfXqWJTUDlESnEDOoZWCv664wD { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:31.6875rem;top:2.5rem;left:43.3125rem;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/SZDg0UsI/skuteczna_iniekcja_krystaliczna_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:26.25rem;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:9.5625rem;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:11.15625rem;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:20.875rem;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:20.875rem;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:22.1875rem;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:37.5rem;overflow:hidden;display:block; }
#UCeS2vaId6vPZLXf3zhzT4m1eW0inhfz { 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:34.4375rem;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:115rem;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/Bae4Uahq/skuteczna_iniekcja_krystaliczna_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:11.25rem;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:8.75rem;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.2;letter-spacing:0;top:34.9375rem;left:52.5rem;height:1.875rem;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.4375rem;left:52.5rem;height:33.46875rem;font-style:normal;display:block; }
#ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { position:absolute;display:block;z-index:99999;background-color:#2d2d37;background-image:url("https://images.assets-landingi.com/Vga30sfJ/skuteczna_iniekcja_krystaliczna_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:41.25rem;width:25rem;top:32.5rem;left:50rem;display:block; }#ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.adaptive-delivery-prevent-bg, #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.lazyload, #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.lazyloading { background-image: none; }
#etZ0lML99k4XWDJRcZU7TatRA6M3cI6W { color:#000000;display:block;width:17.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:34.5rem;top:216.25rem;left:1.25rem;display:none; }
#Ra8gcoAAJfLDUqone1WM8a8nApqdRA9K { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:12.5rem;top:11.25rem;left:56.25rem;overflow:hidden;display:block; }
#xzZwTVI9CO8Z78Vnd32Mc9RSxmUGts7p { color:#2d2d37;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:1.1875rem;left:25rem;height:5.625rem;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:9rem;left:0rem;overflow:hidden;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:20.25rem;left:0rem;overflow:hidden;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:34rem;left:0rem;overflow:hidden;display:block; }
#UJEqT96pVo0A5EWlF3VoyqoZi8LaqleX { position:absolute;display:block;z-index:100071;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.8125rem;top:46.5rem;left:0rem;overflow:hidden;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:60.25rem;left:0rem;overflow:hidden;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:89rem;left:0rem;overflow:hidden;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:102.75rem;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; }
#uCk2Rh6DQUWZB3lOXQ94iVDTTRzFTNuA { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:71.5rem;left:0rem;overflow:hidden;display:block; }
#wXS42peDZpv8VNO36l9NpoRmzTpu61Ru { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100019;line-height:1.5;letter-spacing:0;top:22.5rem;left:2.5rem;height:9.5625rem;font-style:normal;display:block; }
#EpJohEbAkwqXEsZbu3dOMTU3qpTtCKJr { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:36.25rem;left:2.5rem;height:7.96875rem;font-style:normal;display:block; }
#cimlSuheUgqVdSxk3w5unoC9N3K4tnJ6 { 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:48.75rem;left:2.5rem;height:9.5625rem;font-style:normal;display:block; }
#uZtKyZyFeGb9XST4vBVPeIm2mfNv0M1m { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100022;line-height:1.5;letter-spacing:0;top:62.5rem;left:2.5rem;height:6.375rem;font-style:normal;display:block; }
#TCINBTB5hKey3nnN3undysSHU5nzhZGR { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100023;line-height:1.5;letter-spacing:0;top:73.75rem;left:2.5rem;height:12.75rem;font-style:normal;display:block; }
#Mih9iaTov3UWTzTllXFbELq9DaB0ascD { 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:91.25rem;left:2.5rem;height:9.5625rem;font-style:normal;display:block; }
#vEaeFm5Qgms0ev8txUdhPt7Oq3qKdCb1 { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100025;line-height:1.5;letter-spacing:0;top:105rem;left:2.5rem;height:7.96875rem;font-style:normal;display:block; }
#TiphkXngEw87XWbJcH9MAm4BKMX0ARDr { color:#000000;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100107;line-height:1.5;letter-spacing:0;top:99.3125rem;left:50rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#okx4tXQBXefrXmgGaC9WIdBk7VkDy46A { color:#000000;display:block;width:11.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100111;line-height:1.5;letter-spacing:0;top:97.125rem;left:63.75rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lzTvAPTQ7SCM1OwVPCd8XqOc77WRdsi6 { position:absolute;display:block;z-index:100109;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:11.25rem;top:84.9375rem;left:63.75rem;overflow:hidden;display:block; }
#XoyUgPNOZZiup4wnsW2Xu6qlD9O1EuTO { position:absolute;display:block;z-index:100108;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:11.25rem;top:84.9375rem;left:50rem;overflow:hidden;display:block; }
#I92wfaoao8U3GiaS6bBoXVFXgzzAq1HD { color:#000000;display:block;width:11.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100110;line-height:1.5;letter-spacing:0;top:97.125rem;left:50rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7ayRnQKPbWqCkdN0zShBXMvqFJKBpWg { position:absolute;display:block;z-index:100106;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:8.75rem;top:74.9375rem;left:50rem;overflow:hidden;display:block; }
#glsE8a95yEsr8K0Qp1THVPL225LZzTSk { color:#2d2d37;display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100063;line-height:1.2;letter-spacing:0;top:76.5rem;left:60rem;height:5.625rem;font-style:normal;display:block; }
#mFL9W4FlniADgk8fw7FMs493HegTx5ze { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100020;line-height:1.2;letter-spacing:0;top:33.75rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#NuzbA6w75aQ5bQKZQnbqufPrzEt2KEqv { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100021;line-height:1.2;letter-spacing:0;top:88.75rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#uUsNxz9HeRuyVhpX26yMI6hceOhzER66 { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100020;line-height:1.2;letter-spacing:0;top:20rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#TsI0XCuO9aWOQdGEC7fCZnRVqlFGOmET { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100021;line-height:1.2;letter-spacing:0;top:46.25rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#RLqomVMaqz1OlTBPvh94BZTH4bxo3Fax { 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:102.5rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#QvOD9APpaSvHEMqidtaLgZu7vZ9TXNMl { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100021;line-height:1.2;letter-spacing:0;top:71.25rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#KFK5ymr9Vdn6VB4CNKcdFDJa89zcm6cv { 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:60rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#HJU8USLzmGvidO14grCyQ8cWNucM7u5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/yTsWyU7b/skuteczna_iniekcja_krystaliczna_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:5.25rem;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:16.25rem;left:8.875rem;width:15rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrGV5GpF9T2OKrNuya9itOuKT0TUmAcr { top:23.75rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVSzidbERLm7mowreG43DeLRnkawiOVr { top:21.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBbyQ4RtRvKzBmMnVb8JkNIUgpLWO4OE { top:15rem;left:5.125rem;width:18.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEii0FKeaSHtmVutUxXUuLvzNEhzpwE { top:15.625rem;left:20.125rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JztUyoeAbGXnJyTtvgu0KAfcvRbaD7nA { top: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:26.3125rem;left:21.375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7q1iyTimhD1UO9cKJ8d0cPiQGGeMvTV { top:26.3125rem;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:18.375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn { display:block; }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uX1QRmqW6kqEWbpTlIhCyonI2JPQXT0u { top:7.5rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxoDfowCc419hmfvKFZrA2eXhZygOnKJ { top:20rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXpcBh8u3Wy6fmpwZKdLk3R4keBQH8Mg { top:13.75rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B39chvoM2GwVQmgwb3eK1FPM4zFvc2oB { top:9.375rem;left:0rem;width:22.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQwI9Zs2MQxPfXaNy5QMNb1rhT6mT0nK { top:15.625rem;left:0rem;width:22.5rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7Cyc6zi5acc7NZToQMbdQhakAbaz73T { top:21.875rem;left:0rem;width:22.5rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DThNA7MOpt8tT2tNDBOwXUczOrhxogpl { top:8.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNDibrypqTk2vyQGc4nANqRX7JK12FuS { top:14.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAtzXEUrDMHFqAEK0UiJZHQSd5L5MyLk { top:3.75rem;left:0rem;width:25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIe9eHPgWuZUz05JAy8MvKTU5Gtyk9Mf { top:20.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW1SfnxfXqWJTUDlESnEDOoZWCv664wD { top:2.5rem;left:0.0625rem;width:31.6875rem;height:23.75rem;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:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml2XTK5JVu9sTU34Zi9KDz43OAdcJSgc { top:10rem;left:9.25rem;width:22.5rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZq50ABdnSZsByL7I0Hq4mRSLdock8TO { top:10rem;left:25.125rem;width:22.5rem;height:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTPoycrggNngFIlBf0C2p5LyavaurVcL { top:20.875rem;left:0rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipBQB0DPpylxSN7vnx1A0hDH07cSEfa7 { top:20.875rem;left:9.25rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvssuMtV6PwcQXnHtGn2pJv5a5bOmGfh { top:22.1875rem;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:23.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCeS2vaId6vPZLXf3zhzT4m1eW0inhfz { top:6.25rem;left:20.75rem;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:11.25rem;left:0rem;width:45rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyu0TG69a4Rat6gnVrskINnIeTV6GcJS { top:8.75rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { top:34.9375rem;left:27.625rem;width:20rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozs5PnGXeaROsexxDb1mHwEUEmr4WRNw { top:37.4375rem;left:27.625rem;width:20rem;height:33.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { top:32.5rem;left:22.625rem;width:25rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #etZ0lML99k4XWDJRcZU7TatRA6M3cI6W { top:216.25rem;left:0rem;width:17.5rem;height:34.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ra8gcoAAJfLDUqone1WM8a8nApqdRA9K { top:11.25rem;left:33.4375rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzZwTVI9CO8Z78Vnd32Mc9RSxmUGts7p { top:1.1875rem;left:6.75rem;width:25rem;height:5.625rem;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:9rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzEsem0vwzvzuqUPyBvTaOl8rsOPTrIk { top:20.25rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgOaJA76LgvRxtiD8BrhrE2etdwXs9hD { top:34rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJEqT96pVo0A5EWlF3VoyqoZi8LaqleX { top:46.5rem;left:0rem;width:1.8125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK7EEOwfUIhI2WWOt2tqnxMcaor4bEiG { top:60.25rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzoG9ySp4Ad6osh6o10GTGkaxEo8KNPg { top:89rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdXC8i3l2sFHpop5EZ7Qr0DK1TuIPfiF { top:102.75rem;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) { #uCk2Rh6DQUWZB3lOXQ94iVDTTRzFTNuA { top:71.5rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXS42peDZpv8VNO36l9NpoRmzTpu61Ru { top:22.5rem;left:0rem;width:45rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpJohEbAkwqXEsZbu3dOMTU3qpTtCKJr { top:36.25rem;left:0rem;width:45rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cimlSuheUgqVdSxk3w5unoC9N3K4tnJ6 { top:48.75rem;left:0rem;width:45rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZtKyZyFeGb9XST4vBVPeIm2mfNv0M1m { top:62.5rem;left:0rem;width:45rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCINBTB5hKey3nnN3undysSHU5nzhZGR { top:73.75rem;left:0rem;width:45rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mih9iaTov3UWTzTllXFbELq9DaB0ascD { top:91.25rem;left:0rem;width:45rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEaeFm5Qgms0ev8txUdhPt7Oq3qKdCb1 { top:105rem;left:0rem;width:45rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiphkXngEw87XWbJcH9MAm4BKMX0ARDr { top:99.3125rem;left:22.625rem;width:25rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okx4tXQBXefrXmgGaC9WIdBk7VkDy46A { top:97.125rem;left:36.375rem;width:11.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzTvAPTQ7SCM1OwVPCd8XqOc77WRdsi6 { top:84.9375rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoyUgPNOZZiup4wnsW2Xu6qlD9O1EuTO { top:84.9375rem;left:31.75rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I92wfaoao8U3GiaS6bBoXVFXgzzAq1HD { top:97.125rem;left:31.75rem;width:11.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7ayRnQKPbWqCkdN0zShBXMvqFJKBpWg { top:74.9375rem;left:31.75rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #glsE8a95yEsr8K0Qp1THVPL225LZzTSk { top:76.5rem;left:32.625rem;width:15rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFL9W4FlniADgk8fw7FMs493HegTx5ze { top:33.75rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuzbA6w75aQ5bQKZQnbqufPrzEt2KEqv { top:88.75rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUsNxz9HeRuyVhpX26yMI6hceOhzER66 { top:20rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsI0XCuO9aWOQdGEC7fCZnRVqlFGOmET { top:46.25rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLqomVMaqz1OlTBPvh94BZTH4bxo3Fax { top:102.5rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvOD9APpaSvHEMqidtaLgZu7vZ9TXNMl { top:71.25rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFK5ymr9Vdn6VB4CNKcdFDJa89zcm6cv { top:60rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;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:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHnCNvJlTUBo4iBF1aNZW3IhpSQMrogG { width:20rem;height:5.625rem;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:18.25rem;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:25rem;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:22.5rem;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:17.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEii0FKeaSHtmVutUxXUuLvzNEhzpwE { width:3.75rem;height:3.75rem;top:17.5rem;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) { #JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn { background-color:#f0553c;background-image:none;display:block; }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row .container { background-color: transparent; background-image: none; }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row .container > .video-iframe-container { display: none; }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row > .video-iframe-container { display: none; }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .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); }#JAIfTT5T3KTRGtKXt2TPPoIVAcyA1Ndn > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uX1QRmqW6kqEWbpTlIhCyonI2JPQXT0u { width:20rem;height:1.5rem;top:10rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxoDfowCc419hmfvKFZrA2eXhZygOnKJ { width:20rem;height:1.5rem;top:30rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXpcBh8u3Wy6fmpwZKdLk3R4keBQH8Mg { width:20rem;height:1.5rem;top:20rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B39chvoM2GwVQmgwb3eK1FPM4zFvc2oB { width:20rem;height:3rem;top:12rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQwI9Zs2MQxPfXaNy5QMNb1rhT6mT0nK { width:20rem;height:3.1875rem;top:21.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7Cyc6zi5acc7NZToQMbdQhakAbaz73T { width:20rem;height:3.1875rem;top:31.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DThNA7MOpt8tT2tNDBOwXUczOrhxogpl { width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNDibrypqTk2vyQGc4nANqRX7JK12FuS { width:3.125rem;height:3.125rem;top:16.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAtzXEUrDMHFqAEK0UiJZHQSd5L5MyLk { 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) { #lIe9eHPgWuZUz05JAy8MvKTU5Gtyk9Mf { width:3.125rem;height:3.125rem;top:26.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW1SfnxfXqWJTUDlESnEDOoZWCv664wD { width:19.875rem;height:14.9375rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT { display:block; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arTFZQkSTzRNHIafW9zKPLEP999rIk3W { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0H60SOctHcwCeOyJt1y3V2JqEPC5KCQ { width:20rem;height:9rem;top:10rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ml2XTK5JVu9sTU34Zi9KDz43OAdcJSgc { width:20rem;height:10.5rem;top:27.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZq50ABdnSZsByL7I0Hq4mRSLdock8TO { width:20rem;height:10.5rem;top:46.25rem;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:19.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipBQB0DPpylxSN7vnx1A0hDH07cSEfa7 { width:20rem;height:1.59375rem;top:38.4375rem;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:57.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:42.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxTns2PBNkmORgnq0CuTrTTbo4vqqc0o { width:3.125rem;height:3.125rem;top:23.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCeS2vaId6vPZLXf3zhzT4m1eW0inhfz { width:3.125rem;height:3.125rem;top:23.75rem;left:6.9375rem;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:278.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTguMtoiEATtHJIsFU6qXBdNDban5od9 { width:20rem;height:21.25rem;top:190rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5LbHidSEKBqwGxmmCkwp7XRPOPhND7h { width:17.5rem;height:3rem;top:206.25rem;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:196.25rem;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:202.5rem;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:10.5rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vyu0TG69a4Rat6gnVrskINnIeTV6GcJS { width:20rem;height:3.75rem;top:8.6875rem;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:213.75rem;left:1.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ozs5PnGXeaROsexxDb1mHwEUEmr4WRNw { width:20rem;height:0;top:248.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { width:20rem;height:40rem;top:212.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etZ0lML99k4XWDJRcZU7TatRA6M3cI6W { top:216.25rem;left:1.25rem;width:17.5rem;height:34.5rem;z-index:100062;font-size:1rem;line-height:1.5;color:#e6e6eb;font-weight:300;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(45,45,55,0.15);display:block; }
 }@media only screen and (max-width: 763px) { #Ra8gcoAAJfLDUqone1WM8a8nApqdRA9K { width:12.5rem;height:2.5625rem;top:192.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzZwTVI9CO8Z78Vnd32Mc9RSxmUGts7p { width:20rem;height:5.625rem;top:1.1875rem;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:201.8125rem;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) { #wzEsem0vwzvzuqUPyBvTaOl8rsOPTrIk { width:1.875rem;height:1.4375rem;top:280.1176875rem;left:9.0625rem;display:none; }
 }@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) { #UJEqT96pVo0A5EWlF3VoyqoZi8LaqleX { width:1.875rem;height:1.4375rem;top:312.2426875rem;left:9.0625rem;display:none; }
 }@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) { #DzoG9ySp4Ad6osh6o10GTGkaxEo8KNPg { width:1.875rem;height:1.4375rem;top:392.9926875rem;left:9.0625rem;display:none; }
 }@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) { #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) { #uCk2Rh6DQUWZB3lOXQ94iVDTTRzFTNuA { width:1.875rem;height:1.4375rem;top:71.5rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXS42peDZpv8VNO36l9NpoRmzTpu61Ru { width:20rem;height:18rem;top:30.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EpJohEbAkwqXEsZbu3dOMTU3qpTtCKJr { width:20rem;height:16.5rem;top:53.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cimlSuheUgqVdSxk3w5unoC9N3K4tnJ6 { width:20rem;height:18rem;top:74.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uZtKyZyFeGb9XST4vBVPeIm2mfNv0M1m { width:20rem;height:10.5rem;top:99.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TCINBTB5hKey3nnN3undysSHU5nzhZGR { width:20rem;height:25.5rem;top:117rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mih9iaTov3UWTzTllXFbELq9DaB0ascD { width:20rem;height:19.5rem;top:147.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vEaeFm5Qgms0ev8txUdhPt7Oq3qKdCb1 { width:20rem;height:16.5rem;top:172.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TiphkXngEw87XWbJcH9MAm4BKMX0ARDr { width:20rem;height:4.78125rem;top:272.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okx4tXQBXefrXmgGaC9WIdBk7VkDy46A { width:9.9375rem;height:1.59375rem;top:270.625rem;left:10.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzTvAPTQ7SCM1OwVPCd8XqOc77WRdsi6 { width:10rem;height:10rem;top:260rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoyUgPNOZZiup4wnsW2Xu6qlD9O1EuTO { width:10rem;height:10rem;top:260rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I92wfaoao8U3GiaS6bBoXVFXgzzAq1HD { width:9.9375rem;height:1.59375rem;top:270.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7ayRnQKPbWqCkdN0zShBXMvqFJKBpWg { width:5rem;height:5rem;top:253.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glsE8a95yEsr8K0Qp1THVPL225LZzTSk { width:13.75rem;height:4.5rem;top:254rem;left:6.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mFL9W4FlniADgk8fw7FMs493HegTx5ze { width:20rem;height:1.875rem;top:51.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NuzbA6w75aQ5bQKZQnbqufPrzEt2KEqv { width:20rem;height:1.875rem;top:145rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uUsNxz9HeRuyVhpX26yMI6hceOhzER66 { width:20rem;height:3.75rem;top:26.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TsI0XCuO9aWOQdGEC7fCZnRVqlFGOmET { width:20rem;height:1.875rem;top:72.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RLqomVMaqz1OlTBPvh94BZTH4bxo3Fax { width:20rem;height:1.875rem;top:170rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QvOD9APpaSvHEMqidtaLgZu7vZ9TXNMl { width:20rem;height:3.75rem;top:112.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KFK5ymr9Vdn6VB4CNKcdFDJa89zcm6cv { width:20rem;height:3.75rem;top:95rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HJU8USLzmGvidO14grCyQ8cWNucM7u5T { background-color:transparent;background-image:url("https://images.assets-landingi.com/E5gjq9Ec/skuteczne_zwalczanie_szkodnikow_drewna_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; }
 }