.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;
}body { background-color:#e4f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vDjrUi4l/G_o_wne_na_www_3_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h.adaptive-delivery-prevent-bg, #zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h.lazyload, #zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h.lazyloading { background-image: none; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container { background-color: transparent; background-image: none; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container > .video-iframe-container { display: none; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row > .video-iframe-container { display: none; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .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); }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container { border-width: 0; border-radius: 0; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row > .video-iframe-container {  }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#ZSJUMh4T1JlQlsSLcNr4rkGsLhwrG3Gn { color:#0babc1;display:block;width:42.3105625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.62109375rem;left:16.31103515625rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PE2R8iPBzVBfe9HwNtctwW9dfurkflZd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15023;top:3.75rem;left:35.15625rem;overflow:hidden;display:block; }
#VHmHEu3AnnDJhTIpwo4bNiWqTNrWIVcD { color:#0babc1;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.65185546875rem;left:0rem;height:4.46875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UT9MMOvI4TqJMv2w1u3ZVcbsEyguPvum { color:#0babc1;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.9990234375rem;left:18.75rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zESCsruAfhTr0ESRIPLbVpfiTD90ZfvN { position:absolute;display:block;z-index:15024;height:6.3125rem;width:11.25rem;top:2.9677734375rem;left:0.71875rem;display:block; }
#eVrO1ClH69b5bZvi1TL7mTWTi0dfpOSu { position:absolute;display:block;z-index:15025;height:6.75rem;width:12.0625rem;top:2.7490234375rem;left:14.46875rem;display:block; }
#TwfrW0dkzNgE0blwvuFHJ2OJLTPaE6qm { position:absolute;display:block;z-index:15001;background-color:rgba(255,250,251,0.85);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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:25.3125rem;width:63.375rem;top:2.34375rem;left:5.8125rem;display:block; }
#yz6Smio1EpqJqTiDVE69GCfnckd3oAA1 { position:relative;display:none; }#yz6Smio1EpqJqTiDVE69GCfnckd3oAA1 { border-width: 0; border-radius: 0; }#yz6Smio1EpqJqTiDVE69GCfnckd3oAA1 > .row .container > .video-iframe-container {  }#yz6Smio1EpqJqTiDVE69GCfnckd3oAA1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:61.5625rem;width:75rem;position:relative;display:none; }#NEyaCrIC5OuZet2e4I5WcWLUGvZRa8tN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.125rem;width:75rem;top:15.1875rem;left:0rem;display:block; }
#dN5ec4rMehtvDZOyC7mwG33AAcwg5NZA { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6458358764649rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmiKLTgKXdcT7MxnFiowJw6BZ3Quiq6J { position:relative;display:none; }#TmiKLTgKXdcT7MxnFiowJw6BZ3Quiq6J { border-width: 0; border-radius: 0; }#TmiKLTgKXdcT7MxnFiowJw6BZ3Quiq6J > .row .container > .video-iframe-container {  }#TmiKLTgKXdcT7MxnFiowJw6BZ3Quiq6J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:none; }#hrsCATg0k97BSHdPTuvbbLkVD799cHG7 { background-color:#4bae16;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4365234375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.9375rem;left:21.875rem;display:block; }
#yVzJaWUZImTTb8dZ99MwRBItx6zpS4wC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPefpAb13tckD4NAp6PuzWOaDZqdhS87 { background-color:#0babc1;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4359375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.625rem;left:20.625rem;display:none; }
#yaCchh1fwW9ZcNKhe8NmBqi5xQsKB8b2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL { position:relative;display:block; }#gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL { background-color: transparent; background-image: none; }#gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL > .row .container > .video-iframe-container { display: none; }#gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL > .row > .video-iframe-container { display: none; }#gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL > .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); }#gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL { border-width: 0; border-radius: 0; }#gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL > .row .container > .video-iframe-container {  }#gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#oRxO6V1JD4c9agIBAb1gOIvzOF012Z3I { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W1QSQsf5B3PmNtneLSPWKxnRUxw5ybHn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:16.875rem;top:1.0625rem;left:4.0625rem;overflow:hidden;display:block; }
#hrbZ5vo3PJxWC4R93LyhSv3VVV3C2QfB { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:28.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#McXz0Oxbe4K6sZzc3GvlEAiAeoR18oVM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:16.875rem;top:1.0625rem;left:29.0625rem;overflow:hidden;display:block; }
#Z1FiVtewF6ed6GDVAcS9Bw2Z73yctyg4 { color:#027373;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.8125rem;left:53.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iXGxyTZutqZhMCz5aa3hAMQVpwZVdMyp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:16.875rem;top:1.0625rem;left:54.0625rem;overflow:hidden;display:block; }
#evKSyLKpFSCm7Qe30UzC91O3dKNsACPt { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.1875rem;left:3.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dBft3aHFbsAl58SZZEzcBDrV8cfCm99k { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.1875rem;left:28.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oP3U7plIr9RFru4ypUEzMdBgkDWqFT0T { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.1875rem;left:53.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tkS6WFiJmM3V5l7qyttvNKzRhdVUIXTC { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.125rem;left:3.125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dGgqTIDs0TWHs77MBp8XKsTafyBm0AyS { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.125rem;left:28.125001907349rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pgKPOOQNZiXRzmoyaEoenyUQrUKA50wm { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.125rem;left:53.125001907349rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M { position:relative;display:block; }#i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M { background-color: transparent; background-image: none; }#i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M > .row .container > .video-iframe-container { display: none; }#i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M > .row > .video-iframe-container { display: none; }#i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M > .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); }#i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M { border-width: 0; border-radius: 0; }#i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M > .row .container > .video-iframe-container {  }#i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#E8hmvRWwWMuiBG4X62rBWxBLK16hbDf6 { color:#0babc1;display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.80859375rem;left:14.125rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z4FSIvNuF5SUt8N0WsIrQ3GIv7OPIVbb { position:absolute;display:block;z-index:15000;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;height:6.25rem;width:6.25rem;top:9.1875rem;left:27rem;display:block; }
#QoHh0lggMuqKDKsuKwWwKMu24g5LvnDz { position:absolute;display:block;z-index:14998;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;height:6.25rem;width:6.25rem;top:9.1875rem;left:41.9375rem;display:block; }
#cr9N8hcFKFnUQ3OaBkF7fsHedTTLzaHo { position:absolute;display:block;z-index:14999;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;height:6.25rem;width:6.25rem;top:9.1875rem;left:34.375rem;display:block; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0babc1;padding-top:0.7725rem;padding-right:0.69rem;padding-bottom:0.7725rem;padding-left:0.69rem;display:block;align-items:center;width:4.139375rem;min-width:4.139375rem;height:4.15125rem;position:relative;font-family:ubuntu;font-size:3.089375rem;font-weight:400;line-height:66.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc .widget-text.counter-label { background-color:;background-image:none;color:#0babc1;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.51875rem;height:1.64125rem;position:relative;font-family:"open sans";font-size:1.158125rem;font-weight:400;line-height:26.26px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:19.5625rem;height:7.82rem;padding-top:0.965625rem;padding-right:0.985625rem;padding-bottom:0.965625rem;padding-left:0.985625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.5625rem;left:26.57578086853rem;z-index:15005; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc #wggTdQXOllAkEbTkOU1Vhp2hsPw015ul { display:flex;position:relative;top:0rem;left:0rem; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc #FgTlBu7xASW4TTRXQ1uznfE2MewlFCLb { width:auto; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc #RXW7fvZ09bQdGUSiXdKlTBetwXCDi4Us {  }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc #T4BDTZOn1ASnk3iMEeOcXFAm3WMNIo7a { display:flex;position:relative;top:0rem;left:0rem; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc #qJqS2MU4zxTS8vL1ZN7OdZXRcCZHLwsT {  }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc #ZBHkNenEr8RAKAGzxh19cpd1nSuERCDU {  }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc #UboacWURTVevvUbFaZHNILRmCeCsnew7 { display:flex;position:relative;top:0rem;left:0rem; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc #QzPb7BQGWaTRiDyIzQ7gEBwzm38PlyqG {  }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc #KI53MnTdTvelCGup1Cm5ATarAVXRioiV {  }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc #GN4BTZTnNaCM9VuKvKSMPBaufhsIhIDO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc #DtBxGMuwPVWIeD1bJnZhq20ldHndaHOB {  }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc #E50zhl2fQwrmmTEOC8uPLvfRsuBFFZci {  }
#DTaLWgPexWet9JxllnBJVWaOgmIZQXB6 { position:relative;display:none; }#DTaLWgPexWet9JxllnBJVWaOgmIZQXB6 { border-width: 0; border-radius: 0; }#DTaLWgPexWet9JxllnBJVWaOgmIZQXB6 > .row .container > .video-iframe-container {  }#DTaLWgPexWet9JxllnBJVWaOgmIZQXB6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:63.0625rem;width:75rem;position:relative;display:none; }#AITqwiiTGqfxRQWkcFsXQeRNOz1GZeLH { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F9SSF0Jvz2uTRiAkCpxdy7zCTXehyAwR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.125rem;width:75rem;top:20.79167175293rem;left:0rem;display:block; }
#fvHEmXAmDMSXocNNV0OuVRM71a2hcLpW { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9791717529297rem;left:0rem;height:2.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7dbclTh689iyeiJFzDs7lucqTISAM9K { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dmEAqmnd/LO_zapisy_na_kurs_zdje_cie_g_o_wne_2_.png");background-position:top left !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:18.25rem;width:75rem;top:0.0625rem;left:0rem;display:block; }#i7dbclTh689iyeiJFzDs7lucqTISAM9K.adaptive-delivery-prevent-bg, #i7dbclTh689iyeiJFzDs7lucqTISAM9K.lazyload, #i7dbclTh689iyeiJFzDs7lucqTISAM9K.lazyloading { background-image: none; }
#EIeDqzZsGlmTQQMTTH4JlgZ0N2vqVbnC { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5625rem;left:0rem;height:2.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XHSLr7J2wKo1lHCMUslIg6BXo7AhQiTc { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.5625rem;left:0rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nmfbmCHsfbdAW8BHuF5tPdVIiOFhFl1F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f9fb;background-image:none;position:relative;display:none; }#nmfbmCHsfbdAW8BHuF5tPdVIiOFhFl1F > .row .container { border-width: 0; border-radius: 0; }#nmfbmCHsfbdAW8BHuF5tPdVIiOFhFl1F > .row > .video-iframe-container {  }#nmfbmCHsfbdAW8BHuF5tPdVIiOFhFl1F > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:none; }#PR49KvIZMXslNT49FrRscKtVGgZXEsJP { color:#47545a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:9.41667175293rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#PR49KvIZMXslNT49FrRscKtVGgZXEsJP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PR49KvIZMXslNT49FrRscKtVGgZXEsJP li:before{  }
#naxPSpRwG5ZIvBKxBXgTX9UFlk758VpT { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/d8kFAo1n/Oczyszczanie_z_Ajurwed_5_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A.adaptive-delivery-prevent-bg, #eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A.lazyload, #eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A.lazyloading { background-image: none; }#eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A > .row .container { border-width: 0; border-radius: 0; }#eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A > .row > .video-iframe-container {  }#eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:none; }#LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA { position:relative;display:block; }#LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA { background-color: transparent; background-image: none; }#LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA > .row .container > .video-iframe-container { display: none; }#LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA > .row > .video-iframe-container { display: none; }#LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA > .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); }#LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA { border-width: 0; border-radius: 0; }#LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA > .row .container > .video-iframe-container {  }#LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f6f6;background-image:none;position:relative;display:block; }#Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk > .row .container { background-color: transparent; background-image: none; }#Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk > .row .container > .video-iframe-container { display: none; }#Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk > .row > .video-iframe-container { display: none; }#Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk > .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); }#Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk > .row .container { border-width: 0; border-radius: 0; }#Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk > .row > .video-iframe-container {  }#Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#TT888vcJqwIQMBSdpz3tCAS37FPQezKx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.125rem;width:75rem;top:8.707812309265rem;left:0rem;display:block; }
#PFS5L7qBFivQTMXgDJd9F3wcq0lDiDwb { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:0.85000038146975rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uizQm8rqImDAfBxzUMl3xbwdFa7EMHOM { position:absolute;display:block;z-index:15001;background-color:#0babc1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f6f6;background-image:none;position:relative;display:block; }#qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL > .row .container { background-color: transparent; background-image: none; }#qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL > .row .container > .video-iframe-container { display: none; }#qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL > .row > .video-iframe-container { display: none; }#qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL > .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); }#qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL > .row .container { border-width: 0; border-radius: 0; }#qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL > .row > .video-iframe-container {  }#qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#VMsT1SAywWah2FEzKATfs59nXd3WTKXH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/T3a8MCxp/Projekt_bez_tytu_u_50_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#VMsT1SAywWah2FEzKATfs59nXd3WTKXH.adaptive-delivery-prevent-bg, #VMsT1SAywWah2FEzKATfs59nXd3WTKXH.lazyload, #VMsT1SAywWah2FEzKATfs59nXd3WTKXH.lazyloading { background-image: none; }#VMsT1SAywWah2FEzKATfs59nXd3WTKXH > .row .container { border-width: 0; border-radius: 0; }#VMsT1SAywWah2FEzKATfs59nXd3WTKXH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VMsT1SAywWah2FEzKATfs59nXd3WTKXH > .row > .video-iframe-container {  }#VMsT1SAywWah2FEzKATfs59nXd3WTKXH > .row .container { font-size:0.875rem;font-family:ubuntu;height:33.375rem;width:75rem;position:relative;display:none; }#b0B0MW9zRpXMPaAOqLqEqPRHETIcaZJv { background-color:#0babc1;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.436525rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.6875rem;left:21.1875rem;display:block; }
#BZAKBRmZdGLEEyuFHvnSS1WA8dv175Ld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TE4ACqKz9cKhIHhh9u7Z6dLpoDgxpMgq { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:17.4375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bCDUHohqu9iApTzibU9DS6h835MaEXKI { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:4.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c0wUvV5Bk1MsO3xDWbAwMfBBs777xCtT { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/hIwFb7ps/Projekt_bez_tytu_u.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz.adaptive-delivery-prevent-bg, #RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz.lazyload, #RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz.lazyloading { background-image: none; }#RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz > .row .container { border-width: 0; border-radius: 0; }#RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz > .row > .video-iframe-container {  }#RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz > .row .container { font-size:0.875rem;font-family:ubuntu;height:33.375rem;width:75rem;position:relative;display:none; }#owtIzx0IuVX0U7ctnVGtCyqoc4ovcTwr { background-color:#4bae16;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.436525rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.6875rem;left:21.1875rem;display:block; }
#FbGeqt7g3iczErW8SGv4QD4DbOKZzZya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wsTGF5HgXxKMce59XVABJQPblQGDdKtg { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:17.4375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MmHM1Rrt8tTX33J7UQh6cSZtT2xfWuA9 { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VttzNPuZ1GevHsVzyPwDGO013fkPNTZF { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ { position:relative;display:block; }#QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ { background-color: transparent; background-image: none; }#QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ > .row .container > .video-iframe-container { display: none; }#QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ > .row > .video-iframe-container { display: none; }#QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ > .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); }#QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ { border-width: 0; border-radius: 0; }#QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ > .row .container > .video-iframe-container {  }#QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f6f6;background-image:none;position:relative;display:block; }#GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq > .row .container { background-color: transparent; background-image: none; }#GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq > .row .container > .video-iframe-container { display: none; }#GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq > .row > .video-iframe-container { display: none; }#GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq > .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); }#GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq > .row .container { border-width: 0; border-radius: 0; }#GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq > .row > .video-iframe-container {  }#GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;position:relative;display:block; }#TSMv1uCFkalpbqlXeegaN1Vqnc2IgtKA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.125rem;width:75rem;top:8.6875rem;left:0rem;display:block; }
#dBlzreQGDGEZlSkluCFOkTbMwASiyEus { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:0.85000038146975rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zvsu1qIbA8WJKSwBtJgDxX616p1TPphC { position:absolute;display:block;z-index:15000;background-color:#0babc1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f6f6;background-image:none;position:relative;display:block; }#VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK > .row .container { background-color: transparent; background-image: none; }#VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK > .row .container > .video-iframe-container { display: none; }#VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK > .row > .video-iframe-container { display: none; }#VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK > .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); }#VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK > .row .container { border-width: 0; border-radius: 0; }#VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK > .row > .video-iframe-container {  }#VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#sL2iXiuGeTS5ls03iTT6IsN7K10MtMar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f6f6;background-image:none;position:relative;display:block; }#sL2iXiuGeTS5ls03iTT6IsN7K10MtMar > .row .container { background-color: transparent; background-image: none; }#sL2iXiuGeTS5ls03iTT6IsN7K10MtMar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL2iXiuGeTS5ls03iTT6IsN7K10MtMar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL2iXiuGeTS5ls03iTT6IsN7K10MtMar > .row .container > .video-iframe-container { display: none; }#sL2iXiuGeTS5ls03iTT6IsN7K10MtMar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sL2iXiuGeTS5ls03iTT6IsN7K10MtMar > .row > .video-iframe-container { display: none; }#sL2iXiuGeTS5ls03iTT6IsN7K10MtMar > .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); }#sL2iXiuGeTS5ls03iTT6IsN7K10MtMar > .row .container { border-width: 0; border-radius: 0; }#sL2iXiuGeTS5ls03iTT6IsN7K10MtMar > .row > .video-iframe-container {  }#sL2iXiuGeTS5ls03iTT6IsN7K10MtMar > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#vt8eLQnVBZuN425m0qinro5ICMLIMLge { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.125rem;width:75rem;top:8.6875rem;left:0rem;display:block; }
#SSvIIKozaQmRsHPlxpz1KJfR91sCTkiq { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:0.85000038146975rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TEmJdBeAEAKvdfT52aEzm5ec74TX6SNi { position:absolute;display:block;z-index:15001;background-color:#0babc1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f6f6;background-image:none;position:relative;display:block; }#XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb > .row .container { background-color: transparent; background-image: none; }#XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb > .row .container > .video-iframe-container { display: none; }#XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb > .row > .video-iframe-container { display: none; }#XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb > .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); }#XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb > .row .container { border-width: 0; border-radius: 0; }#XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb > .row > .video-iframe-container {  }#XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f6f6;background-image:none;position:relative;display:block; }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row .container { background-color: transparent; background-image: none; }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row .container > .video-iframe-container { display: none; }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row > .video-iframe-container { display: none; }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .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); }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row .container { border-width: 0; border-radius: 0; }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row > .video-iframe-container {  }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#W6UuyTTbEMhQIB2e3W7575wxT1hSvU5b { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.9145898818969rem;left:0rem;height:4.5rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UxpkTTCk2QOyXl7k87tBiGHKHgL4I8zb { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0.125rem solid #027373;border-left:0.125rem solid #027373;border-right:0.125rem solid #027373;border-bottom:0.125rem solid #027373;height:44.125rem;width:75rem;top:7.5rem;left:0rem;display:block; }
#GXBggUz1yc1apLUVwgBr1ozDyxcJ8yAa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:31.25rem;width:23.4375rem;position:absolute;display:block;z-index:15007;top:19.940649986267rem;left:6.375rem;overflow:hidden;display:block; }
#uiTZOWZmHE5wMfTv2p5muvA7ID82g3BC { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.315631866455rem;left:0rem;height:4.5rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdZ8yC37512WhPeIevCw6yAht1RW8Zps { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:24.45556640625rem;left:32.3115234375rem;height:23.2875rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N9xPvpKPJids3PVR0UKXqqykeq1Mb37s { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:23.754167318344rem;left:31.270833969116rem;height:22.95rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ayvQ6bAMoTAfpaqk4BENryS6S2Q8p5Gw { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:21.25rem;top:11.875rem;left:21.0625rem;display:none; }
#PHdFrM3vnsA7vMy7hrn1dyJF1O6oy2e1 { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.444791793823rem;left:0rem;height:4.5rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QTe1texTqWz49qr4TldhOSdzSwJ7PVr3 { position:relative;display:none; }#QTe1texTqWz49qr4TldhOSdzSwJ7PVr3 { border-width: 0; border-radius: 0; }#QTe1texTqWz49qr4TldhOSdzSwJ7PVr3 > .row .container > .video-iframe-container {  }#QTe1texTqWz49qr4TldhOSdzSwJ7PVr3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:none; }#CG3tHXunTwoOh9GTVB8NggHomNgOgPgT { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:34.829288005829rem;left:40.624217987061rem;height:12.95rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#XcV8umNxL0iRHDnG8w3VdX1MbBEquJx0 { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:34.830459117889rem;left:3.1242179870606rem;height:12.95rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#oVlJbEvk22Ayrr7Q4FQ7cRTXcSzeennC { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:9.9995965957644rem;left:37.499996185302rem;height:3.225rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#OMmrAU4I5UEkQMqhZmbvUhV1fFpo6lTN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:7.5913996696475rem;left:6.216796875rem;overflow:hidden;display:block; }
#EkcvXabUuhmqWTean3BQf2RBkSDyVTuX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:7.6206965446475rem;left:43.716793060302rem;overflow:hidden;display:block; }
#IysTozOxKsFo2CSz36RtwEu0AJrRiAqE { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.4046878814698rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#uyCcVmfMx2JHPC88TqWkoonKqD5QiDJT { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:2.4046816825867rem;left:37.499996185302rem;height:3.25rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 { position:relative;display:none; }#Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 { border-width: 0; border-radius: 0; }#Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 > .row .container > .video-iframe-container {  }#Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/SoTk1qD4/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:none; }#Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 > .row .container.adaptive-delivery-prevent-bg, #Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 > .row .container.lazyload, #Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 > .row .container.lazyloading { background-image: none; }#FkUHktBofUHXJcqhFXTMr4P3fRDAuHnM { position:relative;display:none; }#FkUHktBofUHXJcqhFXTMr4P3fRDAuHnM { border-width: 0; border-radius: 0; }#FkUHktBofUHXJcqhFXTMr4P3fRDAuHnM > .row .container > .video-iframe-container {  }#FkUHktBofUHXJcqhFXTMr4P3fRDAuHnM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:none; }#OHIwDFQOQZfArp81JdmSeXLKwzXtvyNP { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:6.87109375rem;left:40.625001907349rem;height:15rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#tWP7Vf8y6PoaT3z3uizMcDgza8nAniMo { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:9.9995965957644rem;left:37.499996185302rem;height:3.225rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#TTxoi1d59AXWU2t7KCPXk80HRqhtJB7i { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.5703125rem;left:37.498697280884rem;height:3.28125rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#P9ndRW39MU8U0cGE4CV3iCJMvJtWN4qx { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:2.6119842529297rem;left:0rem;height:3.28125rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#KsaewEJhaJrSNdAn1aVbKDffqfnkRsCk { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:7.41276550293rem;left:3.125rem;height:12.833333611488rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#ZbgeNsK1VOXT4ouVFJObVBD04osuWnUl { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:7.32942199707rem;left:40.625001907349rem;height:12.833333611488rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#suwWM7ZuLu9wAq5rApfbm9P0Xt294BtT { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:7.41276550293rem;left:3.125rem;height:12.833333611488rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#icOFbzVe4TJd1qVebQVMse4xuePRvf41 { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:7.32942199707rem;left:40.625001907349rem;height:12.833333611488rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#sOwaaCs6Vs4e8ax0PTPzqoGABl1mfWBb { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:7.80859375rem;left:3.125rem;height:13.125rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#k29RvnHJNOg457qfKgyGlcqEhyKJDyIP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/T3a8MCxp/Projekt_bez_tytu_u_50_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#k29RvnHJNOg457qfKgyGlcqEhyKJDyIP.adaptive-delivery-prevent-bg, #k29RvnHJNOg457qfKgyGlcqEhyKJDyIP.lazyload, #k29RvnHJNOg457qfKgyGlcqEhyKJDyIP.lazyloading { background-image: none; }#k29RvnHJNOg457qfKgyGlcqEhyKJDyIP > .row .container { border-width: 0; border-radius: 0; }#k29RvnHJNOg457qfKgyGlcqEhyKJDyIP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#k29RvnHJNOg457qfKgyGlcqEhyKJDyIP > .row > .video-iframe-container {  }#k29RvnHJNOg457qfKgyGlcqEhyKJDyIP > .row .container { font-size:0.875rem;font-family:ubuntu;height:23.3125rem;width:75rem;position:relative;display:none; }#cmmxlqTQCMf4c0hX8rfIGmNvqZGDepme { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:4.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBoLGzTzslW0Tpg1FsLk81xHrrTuSHPe { background-color:#0babc1;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4359375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.625rem;left:20.625rem;display:block; }
#xkR6gelpyQ018zQG8gRmpvORGHokaSlO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UsfVTGNObdOskWznpxG2oIkOuPD35VRR { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8562511205675rem;left:0rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/hIwFb7ps/Projekt_bez_tytu_u.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs.adaptive-delivery-prevent-bg, #uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs.lazyload, #uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs.lazyloading { background-image: none; }#uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs > .row .container { border-width: 0; border-radius: 0; }#uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs > .row > .video-iframe-container {  }#uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs > .row .container { font-size:0.875rem;font-family:ubuntu;height:23.3125rem;width:75rem;position:relative;display:none; }#Ts5xJnHLtmgFgRPW8sgr6zt4qcQcTLeP { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:4.46875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JI9mewx4vJNnnuo8y0uWalMAzqpJOAst { background-color:#4bae16;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4359375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.875000476837rem;left:21.875rem;display:block; }
#CA3HB9qOofnna3FoHUOtrnG2Lc6yUPp0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FasTdRD5QLBJGQV78FnRNTF3A3xJN8Zi { color:#107d84;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8562511205675rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eow3RFkCnn7k92AneC2VgfIsZduH3o7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f6f6;background-image:none;position:relative;display:block; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { background-color: transparent; background-image: none; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container > .video-iframe-container { display: none; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row > .video-iframe-container { display: none; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .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); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { border-width: 0; border-radius: 0; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row > .video-iframe-container {  }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:11.25rem;top:5.625rem;left:31.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h { display:block; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container { width:47.75rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZSJUMh4T1JlQlsSLcNr4rkGsLhwrG3Gn { width:42.25rem;height:2.84375rem;top:10.375rem;left:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PE2R8iPBzVBfe9HwNtctwW9dfurkflZd { width:4.6875rem;height:4.6875rem;top:2.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VHmHEu3AnnDJhTIpwo4bNiWqTNrWIVcD { width:47.75rem;height:2.84375rem;top:6.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UT9MMOvI4TqJMv2w1u3ZVcbsEyguPvum { width:37.5rem;height:2.03125rem;top:15.375rem;left:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zESCsruAfhTr0ESRIPLbVpfiTD90ZfvN { width:11.25rem;height:6.3125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eVrO1ClH69b5bZvi1TL7mTWTi0dfpOSu { width:12.0625rem;height:6.75rem;top:1.7080078125rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwfrW0dkzNgE0blwvuFHJ2OJLTPaE6qm { width:46.25rem;height:17.25rem;top:2.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yz6Smio1EpqJqTiDVE69GCfnckd3oAA1 { display:none; }#yz6Smio1EpqJqTiDVE69GCfnckd3oAA1 > .row .container { width:47.75rem;height:37.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #NEyaCrIC5OuZet2e4I5WcWLUGvZRa8tN { width:43.75rem;height:24.5625rem;top:9.7708339691163rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dN5ec4rMehtvDZOyC7mwG33AAcwg5NZA { width:47.75rem;height:2.8125rem;top:2.7291679382324rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TmiKLTgKXdcT7MxnFiowJw6BZ3Quiq6J { display:none; }#TmiKLTgKXdcT7MxnFiowJw6BZ3Quiq6J > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hrsCATg0k97BSHdPTuvbbLkVD799cHG7 { width:31.25rem;height:3.375rem;top:1.1875rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVzJaWUZImTTb8dZ99MwRBItx6zpS4wC { display:block; }
 }@media only screen and (max-width: 1199px) { #GPefpAb13tckD4NAp6PuzWOaDZqdhS87 { width:31.25rem;height:3.375rem;top:12.72917175293rem;left:8.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yaCchh1fwW9ZcNKhe8NmBqi5xQsKB8b2 { display:block; }
 }@media only screen and (max-width: 1199px) { #gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL { display:block; }#gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL > .row .container { width:47.75rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oRxO6V1JD4c9agIBAb1gOIvzOF012Z3I { width:11.5625rem;height:1.3rem;top:9.8125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W1QSQsf5B3PmNtneLSPWKxnRUxw5ybHn { width:10rem;height:6.5625rem;top:2.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hrbZ5vo3PJxWC4R93LyhSv3VVV3C2QfB { width:11.5625rem;height:1.3rem;top:9.75rem;left:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #McXz0Oxbe4K6sZzc3GvlEAiAeoR18oVM { width:10rem;height:6.5625rem;top:2.5rem;left:19rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z1FiVtewF6ed6GDVAcS9Bw2Z73yctyg4 { width:11.5625rem;height:1.3rem;top:9.75rem;left:33.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXGxyTZutqZhMCz5aa3hAMQVpwZVdMyp { width:10rem;height:6.5625rem;top:2.5rem;left:34.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #evKSyLKpFSCm7Qe30UzC91O3dKNsACPt { width:11.5625rem;height:1.3rem;top:16.1875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dBft3aHFbsAl58SZZEzcBDrV8cfCm99k { width:11.5625rem;height:1.3rem;top:16.1875rem;left:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oP3U7plIr9RFru4ypUEzMdBgkDWqFT0T { width:11.5625rem;height:1.3rem;top:16.1875rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tkS6WFiJmM3V5l7qyttvNKzRhdVUIXTC { width:11.5625rem;height:2.6125rem;top:12.250000381843rem;left:2.1765624284744rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGgqTIDs0TWHs77MBp8XKsTafyBm0AyS { width:11.5625rem;height:2.6125rem;top:12.250000381843rem;left:18.093750357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgKPOOQNZiXRzmoyaEoenyUQrUKA50wm { width:11.5625rem;height:2.6125rem;top:12.250000381843rem;left:34.010156989098rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M { display:block; }#i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M > .row .container { width:47.75rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E8hmvRWwWMuiBG4X62rBWxBLK16hbDf6 { width:42.25rem;height:2.84375rem;top:1.7078123092651rem;left:2.7500001192093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z4FSIvNuF5SUt8N0WsIrQ3GIv7OPIVbb { width:6.25rem;height:6.25rem;top:6.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QoHh0lggMuqKDKsuKwWwKMu24g5LvnDz { width:6.25rem;height:6.25rem;top:6.375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cr9N8hcFKFnUQ3OaBkF7fsHedTTLzaHo { width:6.25rem;height:6.25rem;top:6.375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc .widget-text.counter-number { padding-top:0.74875rem;padding-right:0.6625rem;padding-bottom:0.74875rem;padding-left:0.6625rem;width:3.974375rem;min-width:3.974375rem;height:4.024375rem;font-size:2.995625rem;line-height:64.39px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.468125rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.3rem;height:1.59125rem;font-size:1.123125rem;line-height:25.46px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc { display:flex;width:18.875rem;height:7.58125rem;top:5.4187500001863rem;left:12.162499785423rem;padding-top:1.44625rem;padding-right:1.4925rem;padding-bottom:1.44625rem;padding-left:1.4925rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #wggTdQXOllAkEbTkOU1Vhp2hsPw015ul { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #FgTlBu7xASW4TTRXQ1uznfE2MewlFCLb {  }
 }@media only screen and (max-width: 1199px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #RXW7fvZ09bQdGUSiXdKlTBetwXCDi4Us {  }
 }@media only screen and (max-width: 1199px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #T4BDTZOn1ASnk3iMEeOcXFAm3WMNIo7a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #qJqS2MU4zxTS8vL1ZN7OdZXRcCZHLwsT {  }
 }@media only screen and (max-width: 1199px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #ZBHkNenEr8RAKAGzxh19cpd1nSuERCDU {  }
 }@media only screen and (max-width: 1199px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #UboacWURTVevvUbFaZHNILRmCeCsnew7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #QzPb7BQGWaTRiDyIzQ7gEBwzm38PlyqG {  }
 }@media only screen and (max-width: 1199px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #KI53MnTdTvelCGup1Cm5ATarAVXRioiV {  }
 }@media only screen and (max-width: 1199px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #GN4BTZTnNaCM9VuKvKSMPBaufhsIhIDO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #DtBxGMuwPVWIeD1bJnZhq20ldHndaHOB {  }
 }@media only screen and (max-width: 1199px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #E50zhl2fQwrmmTEOC8uPLvfRsuBFFZci {  }
 }@media only screen and (max-width: 1199px) { #DTaLWgPexWet9JxllnBJVWaOgmIZQXB6 { display:none; }#DTaLWgPexWet9JxllnBJVWaOgmIZQXB6 > .row .container { width:47.75rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #AITqwiiTGqfxRQWkcFsXQeRNOz1GZeLH { width:47.75rem;height:1.9852941036224rem;top:4.6862030029297rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F9SSF0Jvz2uTRiAkCpxdy7zCTXehyAwR { width:43.75rem;height:24.5625rem;top:14.291667938233rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fvHEmXAmDMSXocNNV0OuVRM71a2hcLpW { width:47.75rem;height:1.9852941036224rem;top:2.7278709411621rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i7dbclTh689iyeiJFzDs7lucqTISAM9K { width:47.75rem;height:11.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EIeDqzZsGlmTQQMTTH4JlgZ0N2vqVbnC { width:47.75rem;height:1.6176470518112rem;top:7.6666679382325rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XHSLr7J2wKo1lHCMUslIg6BXo7AhQiTc { width:47.75rem;height:1.5833333730698rem;top:7.6666679382325rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nmfbmCHsfbdAW8BHuF5tPdVIiOFhFl1F { display:none; }#nmfbmCHsfbdAW8BHuF5tPdVIiOFhFl1F > .row .container { width:47.75rem;height:48.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #PR49KvIZMXslNT49FrRscKtVGgZXEsJP { width:43.75rem;height:42.8125rem;top:5.5208320617676rem;left:2rem;font-size:1.125rem;display:block; }#PR49KvIZMXslNT49FrRscKtVGgZXEsJP li:before{  }
 }@media only screen and (max-width: 1199px) { #naxPSpRwG5ZIvBKxBXgTX9UFlk758VpT { width:47.75rem;height:2rem;top:2.5833320617676rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A { background-color:#effafa;background-image:url("https://images.assets-landingi.com/d8kFAo1n/Oczyszczanie_z_Ajurwed_5_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A.adaptive-delivery-prevent-bg, #eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A.lazyload, #eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A.lazyloading { background-image: none; }#eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A > .row .container { width:47.75rem;height:12.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA { display:block; }#LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk { display:block; }#Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk > .row .container { width:47.75rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TT888vcJqwIQMBSdpz3tCAS37FPQezKx { width:43.75rem;height:24.5625rem;top:6.6453008651731rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFS5L7qBFivQTMXgDJd9F3wcq0lDiDwb { width:47.75rem;height:2.03125rem;top:0.87498855590819rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uizQm8rqImDAfBxzUMl3xbwdFa7EMHOM { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL { display:block; }#qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VMsT1SAywWah2FEzKATfs59nXd3WTKXH { background-color:transparent;background-image:url("https://images.assets-landingi.com/T3a8MCxp/Projekt_bez_tytu_u_50_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VMsT1SAywWah2FEzKATfs59nXd3WTKXH.adaptive-delivery-prevent-bg, #VMsT1SAywWah2FEzKATfs59nXd3WTKXH.lazyload, #VMsT1SAywWah2FEzKATfs59nXd3WTKXH.lazyloading { background-image: none; }#VMsT1SAywWah2FEzKATfs59nXd3WTKXH > .row .container { width:47.75rem;height:26.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #b0B0MW9zRpXMPaAOqLqEqPRHETIcaZJv { width:31.25rem;height:3.375rem;top:18.500003814698rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BZAKBRmZdGLEEyuFHvnSS1WA8dv175Ld { display:block; }
 }@media only screen and (max-width: 1199px) { #TE4ACqKz9cKhIHhh9u7Z6dLpoDgxpMgq { width:47.75rem;height:4rem;top:11.958339691162rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bCDUHohqu9iApTzibU9DS6h835MaEXKI { width:47.75rem;height:2.8125rem;top:7.1041679382325rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c0wUvV5Bk1MsO3xDWbAwMfBBs777xCtT { width:47.75rem;height:2rem;top:2.6041679382324rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz { background-color:transparent;background-image:url("https://images.assets-landingi.com/hIwFb7ps/Projekt_bez_tytu_u.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz.adaptive-delivery-prevent-bg, #RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz.lazyload, #RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz.lazyloading { background-image: none; }#RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz > .row .container { width:47.75rem;height:26.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #owtIzx0IuVX0U7ctnVGtCyqoc4ovcTwr { width:31.25rem;height:3.375rem;top:18.500003814698rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FbGeqt7g3iczErW8SGv4QD4DbOKZzZya { display:block; }
 }@media only screen and (max-width: 1199px) { #wsTGF5HgXxKMce59XVABJQPblQGDdKtg { width:47.75rem;height:4rem;top:11.958339691162rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmHM1Rrt8tTX33J7UQh6cSZtT2xfWuA9 { width:47.75rem;height:2.8rem;top:7.1041679382325rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VttzNPuZ1GevHsVzyPwDGO013fkPNTZF { width:47.75rem;height:2rem;top:2.6041679382324rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ { display:block; }#QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq { display:block; }#GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TSMv1uCFkalpbqlXeegaN1Vqnc2IgtKA { width:43.75rem;height:24.5625rem;top:6.625rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dBlzreQGDGEZlSkluCFOkTbMwASiyEus { width:47.75rem;height:2.03125rem;top:0.87499809265137rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zvsu1qIbA8WJKSwBtJgDxX616p1TPphC { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK { display:block; }#VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sL2iXiuGeTS5ls03iTT6IsN7K10MtMar { display:block; }#sL2iXiuGeTS5ls03iTT6IsN7K10MtMar > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vt8eLQnVBZuN425m0qinro5ICMLIMLge { width:43.75rem;height:24.5625rem;top:6.625rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SSvIIKozaQmRsHPlxpz1KJfR91sCTkiq { width:47.75rem;height:2.03125rem;top:0.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEmJdBeAEAKvdfT52aEzm5ec74TX6SNi { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb { display:block; }#XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 { display:block; }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row .container { width:47.75rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W6UuyTTbEMhQIB2e3W7575wxT1hSvU5b { width:31.2491875rem;height:2.34375rem;top:3.7734365463257rem;left:6.9011715054513rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UxpkTTCk2QOyXl7k87tBiGHKHgL4I8zb { width:44rem;height:35rem;top:1.8621082305908rem;left:1.7671874165535rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GXBggUz1yc1apLUVwgBr1ozDyxcJ8yAa { width:17.6875rem;height:23.5625rem;top:10.772656440735rem;left:3.2132812738419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uiTZOWZmHE5wMfTv2p5muvA7ID82g3BC { width:31.25rem;height:2.34375rem;top:6.7359380722044rem;left:6.8988278508188rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MdZ8yC37512WhPeIevCw6yAht1RW8Zps { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #N9xPvpKPJids3PVR0UKXqqykeq1Mb37s { width:22.749625rem;height:35.7rem;top:11.561717987061rem;left:22.304295361042rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ayvQ6bAMoTAfpaqk4BENryS6S2Q8p5Gw { top:11.928906440735rem;left:21.079687476158rem;width:25rem;height:21.25rem;z-index:15011;font-size:1.0625rem;font-weight:300;font-style:normal;font-family:ubuntu;line-height:2;text-align:center;text-align-last:center;color:#47545a;display:block; }
 }@media only screen and (max-width: 1199px) { #PHdFrM3vnsA7vMy7hrn1dyJF1O6oy2e1 { width:31.2491875rem;height:2.775rem;top:3.7734365463257rem;left:6.9011715054513rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QTe1texTqWz49qr4TldhOSdzSwJ7PVr3 { display:none; }#QTe1texTqWz49qr4TldhOSdzSwJ7PVr3 > .row .container { width:47.75rem;height:34.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CG3tHXunTwoOh9GTVB8NggHomNgOgPgT { width:21.1875rem;height:12.5rem;top:18.72526550293rem;left:26.220052719116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XcV8umNxL0iRHDnG8w3VdX1MbBEquJx0 { width:22.125rem;height:12.5rem;top:18.80859375rem;left:0.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVlJbEvk22Ayrr7Q4FQ7cRTXcSzeennC { width:19.6241875rem;height:2.325rem;top:7.6687507629394rem;left:26.123436748981rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OMmrAU4I5UEkQMqhZmbvUhV1fFpo6lTN { width:10.9375rem;height:10.9375rem;top:6.350257873535rem;left:5.6848959922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EkcvXabUuhmqWTean3BQf2RBkSDyVTuX { width:10.9375rem;height:10.9375rem;top:6.350257873535rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IysTozOxKsFo2CSz36RtwEu0AJrRiAqE { width:19.622396469116rem;height:2.3125rem;top:2.5625rem;left:1.3424479961395rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uyCcVmfMx2JHPC88TqWkoonKqD5QiDJT { width:21.872396469116rem;height:2.3125rem;top:2.6471328735351rem;left:25.877605438233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 { display:none; }#Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 > .row .container { width:47.75rem;height:19.125rem;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/SoTk1qD4/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 > .row .container.adaptive-delivery-prevent-bg, #Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 > .row .container.lazyload, #Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 1199px) { #FkUHktBofUHXJcqhFXTMr4P3fRDAuHnM { display:none; }#FkUHktBofUHXJcqhFXTMr4P3fRDAuHnM > .row .container { width:47.75rem;height:19.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OHIwDFQOQZfArp81JdmSeXLKwzXtvyNP { width:22.125rem;height:0;top:4.9544372558594rem;left:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tWP7Vf8y6PoaT3z3uizMcDgza8nAniMo { width:19.6241875rem;height:2.325rem;top:7.6687507629394rem;left:26.123436748981rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TTxoi1d59AXWU2t7KCPXk80HRqhtJB7i { width:19.622396469116rem;height:2.3rem;top:1.6666717529297rem;left:26.001302719116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P9ndRW39MU8U0cGE4CV3iCJMvJtWN4qx { width:21.872396469116rem;height:2.3rem;top:1.7083435058594rem;left:2.0638022422791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KsaewEJhaJrSNdAn1aVbKDffqfnkRsCk { width:22.125rem;height:12.4rem;top:4.6002655029297rem;left:24.71875rem;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #ZbgeNsK1VOXT4ouVFJObVBD04osuWnUl { width:21.1875rem;height:12.4rem;top:4.6419372558594rem;left:2.75rem;font-size:1.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #suwWM7ZuLu9wAq5rApfbm9P0Xt294BtT { width:22.125rem;height:0;top:4.9544372558594rem;left:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #icOFbzVe4TJd1qVebQVMse4xuePRvf41 { width:21.1875rem;height:0;top:4.9127655029297rem;left:25.21875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sOwaaCs6Vs4e8ax0PTPzqoGABl1mfWBb { width:21.1875rem;height:0;top:4.9127655029297rem;left:25.21875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #k29RvnHJNOg457qfKgyGlcqEhyKJDyIP { background-color:transparent;background-image:url("https://images.assets-landingi.com/T3a8MCxp/Projekt_bez_tytu_u_50_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#k29RvnHJNOg457qfKgyGlcqEhyKJDyIP.adaptive-delivery-prevent-bg, #k29RvnHJNOg457qfKgyGlcqEhyKJDyIP.lazyload, #k29RvnHJNOg457qfKgyGlcqEhyKJDyIP.lazyloading { background-image: none; }#k29RvnHJNOg457qfKgyGlcqEhyKJDyIP > .row .container { width:47.75rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #cmmxlqTQCMf4c0hX8rfIGmNvqZGDepme { width:47.75rem;height:2.8125rem;top:7.1041679382325rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iBoLGzTzslW0Tpg1FsLk81xHrrTuSHPe { width:31.25rem;height:3.375rem;top:12.72917175293rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xkR6gelpyQ018zQG8gRmpvORGHokaSlO { display:block; }
 }@media only screen and (max-width: 1199px) { #UsfVTGNObdOskWznpxG2oIkOuPD35VRR { width:47.75rem;height:4rem;top:2.3854217529297rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs { background-color:transparent;background-image:url("https://images.assets-landingi.com/hIwFb7ps/Projekt_bez_tytu_u.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs.adaptive-delivery-prevent-bg, #uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs.lazyload, #uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs.lazyloading { background-image: none; }#uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs > .row .container { width:47.75rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Ts5xJnHLtmgFgRPW8sgr6zt4qcQcTLeP { width:47.75rem;height:2.8rem;top:2.7289066314698rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JI9mewx4vJNnnuo8y0uWalMAzqpJOAst { width:31.25rem;height:3.375rem;top:12.72917175293rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CA3HB9qOofnna3FoHUOtrnG2Lc6yUPp0 { display:block; }
 }@media only screen and (max-width: 1199px) { #FasTdRD5QLBJGQV78FnRNTF3A3xJN8Zi { width:47.75rem;height:4rem;top:6.66640663147rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eow3RFkCnn7k92AneC2VgfIsZduH3o7T { display:block; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { width:7.5rem;height:3rem;top:6.5937328338625rem;left:20.125001132488rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h { display:block; }#zcgPC6aZpEyZNbZQdTkgDfJN2GUKKg9h > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSJUMh4T1JlQlsSLcNr4rkGsLhwrG3Gn { width:17.5rem;height:2.03125rem;top:9.375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE2R8iPBzVBfe9HwNtctwW9dfurkflZd { width:3.125rem;height:3.125rem;top:1.25rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHmHEu3AnnDJhTIpwo4bNiWqTNrWIVcD { width:18.125rem;height:4.0625rem;top:4.4375rem;left:0.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT9MMOvI4TqJMv2w1u3ZVcbsEyguPvum { width:18.125rem;height:4.0625rem;top:12.852865219116rem;left:0.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zESCsruAfhTr0ESRIPLbVpfiTD90ZfvN { width:11.25rem;height:6.3125rem;top:0rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVrO1ClH69b5bZvi1TL7mTWTi0dfpOSu { width:12.0625rem;height:6.75rem;top:6.1648440361023rem;left:7.9375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwfrW0dkzNgE0blwvuFHJ2OJLTPaE6qm { width:20rem;height:20.75rem;top:0rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #yz6Smio1EpqJqTiDVE69GCfnckd3oAA1 { display:none; }#yz6Smio1EpqJqTiDVE69GCfnckd3oAA1 > .row .container { width:20rem;height:21rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NEyaCrIC5OuZet2e4I5WcWLUGvZRa8tN { height:9.6875rem;width:17.375rem;top:8.4166679382325rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN5ec4rMehtvDZOyC7mwG33AAcwg5NZA { width:20rem;height:3.625rem;top:2.6458339691162rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmiKLTgKXdcT7MxnFiowJw6BZ3Quiq6J { display:none; }#TmiKLTgKXdcT7MxnFiowJw6BZ3Quiq6J > .row .container { width:20rem;height:5.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hrsCATg0k97BSHdPTuvbbLkVD799cHG7 { width:19rem;height:3.375rem;top:2.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVzJaWUZImTTb8dZ99MwRBItx6zpS4wC { display:block; }
 }@media only screen and (max-width: 763px) { #GPefpAb13tckD4NAp6PuzWOaDZqdhS87 { width:19rem;height:3.375rem;top:0.6875rem;left:0.5rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #yaCchh1fwW9ZcNKhe8NmBqi5xQsKB8b2 { display:block; }
 }@media only screen and (max-width: 763px) { #gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL { display:block; }#gtUVvFtcXWQgswy7h1oJw2cfQFRcPCQL > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRxO6V1JD4c9agIBAb1gOIvzOF012Z3I { width:18.75rem;height:1.3rem;top:14.0625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1QSQsf5B3PmNtneLSPWKxnRUxw5ybHn { width:17.375rem;height:11.4375rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrbZ5vo3PJxWC4R93LyhSv3VVV3C2QfB { width:18.75rem;height:1.3rem;top:37.5rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McXz0Oxbe4K6sZzc3GvlEAiAeoR18oVM { width:17.375rem;height:11.4375rem;top:24.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1FiVtewF6ed6GDVAcS9Bw2Z73yctyg4 { width:18.75rem;height:1.3rem;top:60.5625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXGxyTZutqZhMCz5aa3hAMQVpwZVdMyp { width:17.375rem;height:11.4375rem;top:48rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evKSyLKpFSCm7Qe30UzC91O3dKNsACPt { width:18.75rem;height:1.4625rem;top:19.999985694885rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBft3aHFbsAl58SZZEzcBDrV8cfCm99k { width:18.75rem;height:1.625rem;top:43.874218940735rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oP3U7plIr9RFru4ypUEzMdBgkDWqFT0T { width:18.75rem;height:1.4625rem;top:67.375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkS6WFiJmM3V5l7qyttvNKzRhdVUIXTC { width:18.75rem;height:2.9rem;top:16.261734962463rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGgqTIDs0TWHs77MBp8XKsTafyBm0AyS { width:18.75rem;height:3.25rem;top:39.89999961853rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgKPOOQNZiXRzmoyaEoenyUQrUKA50wm { width:18.75rem;height:2.9rem;top:63.3125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M { display:block; }#i0TmCMuh8l8GyCVOQkCNDEl3HLOxTa7M > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8hmvRWwWMuiBG4X62rBWxBLK16hbDf6 { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4FSIvNuF5SUt8N0WsIrQ3GIv7OPIVbb { width:6.25rem;height:6.25rem;top:12.625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoHh0lggMuqKDKsuKwWwKMu24g5LvnDz { width:6.25rem;height:6.25rem;top:27.625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cr9N8hcFKFnUQ3OaBkF7fsHedTTLzaHo { width:6.25rem;height:6.25rem;top:20.125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#T3AM6oX26i9kslf6JekHn6GutQFWccPc { display:flex;width:13.5rem;height:5.0625rem;top:6.6875001909213rem;left:1.7562500238419rem; }
 }@media only screen and (max-width: 763px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #wggTdQXOllAkEbTkOU1Vhp2hsPw015ul { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #FgTlBu7xASW4TTRXQ1uznfE2MewlFCLb {  }
 }@media only screen and (max-width: 763px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #RXW7fvZ09bQdGUSiXdKlTBetwXCDi4Us {  }
 }@media only screen and (max-width: 763px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #T4BDTZOn1ASnk3iMEeOcXFAm3WMNIo7a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #qJqS2MU4zxTS8vL1ZN7OdZXRcCZHLwsT {  }
 }@media only screen and (max-width: 763px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #ZBHkNenEr8RAKAGzxh19cpd1nSuERCDU {  }
 }@media only screen and (max-width: 763px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #UboacWURTVevvUbFaZHNILRmCeCsnew7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #QzPb7BQGWaTRiDyIzQ7gEBwzm38PlyqG {  }
 }@media only screen and (max-width: 763px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #KI53MnTdTvelCGup1Cm5ATarAVXRioiV {  }
 }@media only screen and (max-width: 763px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #GN4BTZTnNaCM9VuKvKSMPBaufhsIhIDO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #DtBxGMuwPVWIeD1bJnZhq20ldHndaHOB {  }
 }@media only screen and (max-width: 763px) { #T3AM6oX26i9kslf6JekHn6GutQFWccPc #E50zhl2fQwrmmTEOC8uPLvfRsuBFFZci {  }
 }@media only screen and (max-width: 763px) { #DTaLWgPexWet9JxllnBJVWaOgmIZQXB6 { display:none; }#DTaLWgPexWet9JxllnBJVWaOgmIZQXB6 > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AITqwiiTGqfxRQWkcFsXQeRNOz1GZeLH { width:17.5rem;height:3.2352941036224rem;top:2.9791717529297rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9SSF0Jvz2uTRiAkCpxdy7zCTXehyAwR { height:11.1875rem;width:20rem;top:13.083335876465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvHEmXAmDMSXocNNV0OuVRM71a2hcLpW { width:20rem;height:1.6176470518112rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7dbclTh689iyeiJFzDs7lucqTISAM9K { width:20rem;height:11.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIeDqzZsGlmTQQMTTH4JlgZ0N2vqVbnC { width:20rem;height:0;top:20.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHSLr7J2wKo1lHCMUslIg6BXo7AhQiTc { width:17.5rem;height:2.7941174507141rem;top:7.3125076293944rem;left:1.25rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #nmfbmCHsfbdAW8BHuF5tPdVIiOFhFl1F { display:none; }#nmfbmCHsfbdAW8BHuF5tPdVIiOFhFl1F > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PR49KvIZMXslNT49FrRscKtVGgZXEsJP { width:20rem;height:40.208332061768rem;top:5.6666667461395rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }#PR49KvIZMXslNT49FrRscKtVGgZXEsJP li:before{  }
 }@media only screen and (max-width: 763px) { #naxPSpRwG5ZIvBKxBXgTX9UFlk758VpT { width:20rem;height:3.1666667461395rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A { background-color:#effafa;background-image:url("https://images.assets-landingi.com/d8kFAo1n/Oczyszczanie_z_Ajurwed_5_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A.adaptive-delivery-prevent-bg, #eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A.lazyload, #eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A.lazyloading { background-image: none; }#eLiE65QP8N9o1XXhTPGNwJvnHmk4du4A > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA { display:block; }#LAVOXlMLi95uQuO62sZpGsdvm8qzVdlA > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk { display:block; }#Svo5kR8wDEnLUqtqaakHPUMmHb18Mmnk > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT888vcJqwIQMBSdpz3tCAS37FPQezKx { height:11.1875rem;width:20rem;top:5.4367184638977rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFS5L7qBFivQTMXgDJd9F3wcq0lDiDwb { width:20rem;height:1.625rem;top:0.76249599456787rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uizQm8rqImDAfBxzUMl3xbwdFa7EMHOM { width:20rem;height:3.125rem;top:5.7220458984375E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL { display:block; }#qwhnB1iSdq07u2oemCVlmLLPVEc5nhgL > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMsT1SAywWah2FEzKATfs59nXd3WTKXH { display:none; }#VMsT1SAywWah2FEzKATfs59nXd3WTKXH > .row .container { width:20rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b0B0MW9zRpXMPaAOqLqEqPRHETIcaZJv { width:19rem;height:3.375rem;top:14.486328125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZAKBRmZdGLEEyuFHvnSS1WA8dv175Ld { display:block; }
 }@media only screen and (max-width: 763px) { #TE4ACqKz9cKhIHhh9u7Z6dLpoDgxpMgq { width:20rem;height:4.3125rem;top:8.9242200851437rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCDUHohqu9iApTzibU9DS6h835MaEXKI { width:20rem;height:1.8125rem;top:5.7625007629394rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0wUvV5Bk1MsO3xDWbAwMfBBs777xCtT { width:20rem;height:1.4375rem;top:3.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz { display:none; }#RH6DtkI2Ezu5uLgKRhwLxWEWdwpHkBuz > .row .container { width:20rem;height:21.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #owtIzx0IuVX0U7ctnVGtCyqoc4ovcTwr { width:19rem;height:3.375rem;top:16.485937595367rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbGeqt7g3iczErW8SGv4QD4DbOKZzZya { display:block; }
 }@media only screen and (max-width: 763px) { #wsTGF5HgXxKMce59XVABJQPblQGDdKtg { width:17.125rem;height:5.8rem;top:8.8609375953675rem;left:1.4375001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmHM1Rrt8tTX33J7UQh6cSZtT2xfWuA9 { width:20rem;height:1.85rem;top:5.7625007629394rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VttzNPuZ1GevHsVzyPwDGO013fkPNTZF { width:20rem;height:1.45rem;top:3.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ { display:block; }#QVKvc6DaizycHGBnnr6a4rxHw9o1rgLZ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq { display:block; }#GdZHpuG8DBZTgxBBTeMtOztRGtdCqLOq > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSMv1uCFkalpbqlXeegaN1Vqnc2IgtKA { height:11.1875rem;width:20rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBlzreQGDGEZlSkluCFOkTbMwASiyEus { width:20rem;height:1.625rem;top:0.76249980926512rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvsu1qIbA8WJKSwBtJgDxX616p1TPphC { width:20rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK { display:block; }#VqTgwRoM0zSSOA7gmbGDHeT6hQ2UL1eK > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sL2iXiuGeTS5ls03iTT6IsN7K10MtMar { display:block; }#sL2iXiuGeTS5ls03iTT6IsN7K10MtMar > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt8eLQnVBZuN425m0qinro5ICMLIMLge { height:11.1875rem;width:20rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSvIIKozaQmRsHPlxpz1KJfR91sCTkiq { width:20rem;height:1.625rem;top:0.76250076293944rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmJdBeAEAKvdfT52aEzm5ec74TX6SNi { width:20rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb { display:block; }#XFOLTMDwa8GQVKCSM38XhUCBGlazBVwb > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 { background-color:#f5fbfd;background-image:none;display:block; }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row .container { background-color: transparent; background-image: none; }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row .container > .video-iframe-container { display: none; }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row > .video-iframe-container { display: none; }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .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); }#F0lQOvg5WAd0yGAovryyBpNxeEq27Sn3 > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6UuyTTbEMhQIB2e3W7575wxT1hSvU5b { width:20rem;height:0;top:4.1947937011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxpkTTCk2QOyXl7k87tBiGHKHgL4I8zb { width:18.125rem;height:48rem;top:1.3113288879394rem;left:0.93632808327675rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXBggUz1yc1apLUVwgBr1ozDyxcJ8yAa { width:13.5625rem;height:18.125rem;top:11.185156106949rem;left:3.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiTZOWZmHE5wMfTv2p5muvA7ID82g3BC { width:19.9991875rem;height:0;top:9.1160144805906rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdZ8yC37512WhPeIevCw6yAht1RW8Zps { width:18.125rem;height:0;top:32.875779151916rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #N9xPvpKPJids3PVR0UKXqqykeq1Mb37s { width:18.1234375rem;height:24.8625rem;top:31.185938119888rem;left:0.93828129768369rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #ayvQ6bAMoTAfpaqk4BENryS6S2Q8p5Gw { width:19.9991875rem;height:0;top:64.593353271488rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHdFrM3vnsA7vMy7hrn1dyJF1O6oy2e1 { width:18.125rem;height:7.5rem;top:2.6471405029297rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15008;color:#0d94a6;font-family:ubuntu;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QTe1texTqWz49qr4TldhOSdzSwJ7PVr3 { display:none; }#QTe1texTqWz49qr4TldhOSdzSwJ7PVr3 > .row .container { width:20rem;height:56.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CG3tHXunTwoOh9GTVB8NggHomNgOgPgT { width:19.998697280884rem;height:12rem;top:43.059906005859rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #XcV8umNxL0iRHDnG8w3VdX1MbBEquJx0 { width:19.998697280884rem;height:12rem;top:14.56120300293rem;left:0.0013021230697632rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #oVlJbEvk22Ayrr7Q4FQ7cRTXcSzeennC { width:19.997396469116rem;height:2.0625rem;top:1.3619842529297rem;left:0.0013021230697632rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0babc1;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #OMmrAU4I5UEkQMqhZmbvUhV1fFpo6lTN { width:9.375rem;height:9.375rem;top:4.26953125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkcvXabUuhmqWTean3BQf2RBkSDyVTuX { width:9.375rem;height:9.375rem;top:32.332038879394rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IysTozOxKsFo2CSz36RtwEu0AJrRiAqE { width:19.9991875rem;height:0;top:8.9355549812319rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #uyCcVmfMx2JHPC88TqWkoonKqD5QiDJT { width:19.998697280884rem;height:2.0625rem;top:29.3515625rem;left:0.0013021230697632rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0babc1;display:block; }
 }@media only screen and (max-width: 763px) { #Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 { display:none; }#Bf5QxCfT4VREdLk1eQSoPZRXpnn1LnN3 > .row .container { width:20rem;height:8.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FkUHktBofUHXJcqhFXTMr4P3fRDAuHnM { display:none; }#FkUHktBofUHXJcqhFXTMr4P3fRDAuHnM > .row .container { width:20rem;height:35.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OHIwDFQOQZfArp81JdmSeXLKwzXtvyNP { width:17.5rem;height:0;top:4.33203125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #tWP7Vf8y6PoaT3z3uizMcDgza8nAniMo { width:19.997396469116rem;height:2.05rem;top:18.26042175293rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0babc1;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TTxoi1d59AXWU2t7KCPXk80HRqhtJB7i { width:19.9991875rem;height:0;top:8.9355549812319rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #P9ndRW39MU8U0cGE4CV3iCJMvJtWN4qx { width:19.998697280884rem;height:2.05rem;top:1.4765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0babc1;display:block; }
 }@media only screen and (max-width: 763px) { #KsaewEJhaJrSNdAn1aVbKDffqfnkRsCk { width:20rem;height:auto;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #ZbgeNsK1VOXT4ouVFJObVBD04osuWnUl { width:20rem;height:auto;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #suwWM7ZuLu9wAq5rApfbm9P0Xt294BtT { width:18.125rem;height:13.5rem;top:20.302093505859rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #icOFbzVe4TJd1qVebQVMse4xuePRvf41 { width:18.125rem;height:13.5rem;top:3.5182342529297rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #sOwaaCs6Vs4e8ax0PTPzqoGABl1mfWBb { width:18.125rem;height:0;top:22.89323425293rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #k29RvnHJNOg457qfKgyGlcqEhyKJDyIP { display:none; }#k29RvnHJNOg457qfKgyGlcqEhyKJDyIP > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cmmxlqTQCMf4c0hX8rfIGmNvqZGDepme { width:20rem;height:1.8125rem;top:4.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBoLGzTzslW0Tpg1FsLk81xHrrTuSHPe { width:19rem;height:3.375rem;top:16.770843505859rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkR6gelpyQ018zQG8gRmpvORGHokaSlO { display:block; }
 }@media only screen and (max-width: 763px) { #UsfVTGNObdOskWznpxG2oIkOuPD35VRR { width:20rem;height:5.4375rem;top:7.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs { display:none; }#uLDvKsUr4LGauO7WrfkseFhuVHCOQdAs > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ts5xJnHLtmgFgRPW8sgr6zt4qcQcTLeP { width:20rem;height:1.85rem;top:4.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI9mewx4vJNnnuo8y0uWalMAzqpJOAst { width:19rem;height:3.375rem;top:16.770843505859rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA3HB9qOofnna3FoHUOtrnG2Lc6yUPp0 { display:block; }
 }@media only screen and (max-width: 763px) { #FasTdRD5QLBJGQV78FnRNTF3A3xJN8Zi { width:20rem;height:5.55rem;top:7.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eow3RFkCnn7k92AneC2VgfIsZduH3o7T { display:block; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { width:5.625rem;height:2.25rem;top:2.6354370117188rem;left:7.15625rem;display:block; }
 }