.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN > .row .container { background-color: transparent; background-image: none; }#FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN > .row .container > .video-iframe-container { display: none; }#FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN > .row > .video-iframe-container { display: none; }#FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN > .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); }#FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN > .row .container { border-width: 0; border-radius: 0; }#FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN > .row .container { font-size:14px;font-family:arial;height:148px;width:1200px;position:relative;display:block; }#rd0XR2L5bimgSJTJIOaN9axd7fzRflai { color:#ffffff;display:block;width:1151px;position:absolute;font-family:"open sans";font-size:35px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:28.5px;left:56.5px;height:91px;text-align:center;text-align-last:center;display:block; }
#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl { background-color:transparent;background-image:url("https://images.assets-landingi.com/ot93hAL2Tc4/unsplash/john-unwin-ot93hAL2Tc4-photo-1521780171415-783b1cb576e7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl.adaptive-delivery-prevent-bg, #nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl.lazyload, #nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl.lazyloading { background-image: none; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container { background-color: transparent; background-image: none; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.93); }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container > .video-iframe-container { display: none; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.93); }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row > .video-iframe-container { display: none; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .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); }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container { border-width: 0; border-radius: 0; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container { width:1200px;height:860px;font-size:14px;font-family:"open sans";position:relative;display:block; }#eKpq0gbF0l6nKhocwFIVzncVJFdn61He { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #fdc900;border-left:2px solid #fdc900;border-right:2px solid #fdc900;border-bottom:2px solid #fdc900;height:532px;width:539px;top:5px;left:638px;display:block; }
#dutWWdHyV3uNH5zXVsr0dO8ZvlyA5UBV { color:#ffffff;display:block;width:498px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:27.5px;left:660.5px;height:31.1875px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nzGtf6AyoqgtS3IuCLQhz0HxNzxfCJbD { color:#ffffff;display:block;width:509px;position:absolute;font-family:"open sans";font-size:17px;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:78px;left:655px;height:280.938px;font-style:normal;display:block; }#nzGtf6AyoqgtS3IuCLQhz0HxNzxfCJbD li:not(:first-child){ padding-top:12px;padding-right:0;padding-bottom:0;padding-left:0; }#nzGtf6AyoqgtS3IuCLQhz0HxNzxfCJbD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8Wf3NYhT/Projekt_bez_tytu_u_2021_12_09T140620.736.png); }
#VEeBLIFExVOXvtV7hHDXAa2JS5TdeRlM { color:#000000;display:block;width:489px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:211px;left:703px;height:22.0938px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fgxSSlg2upCkrocThsWbH1mgN87NrQBW { color:#000000;display:block;width:485px;position:absolute;font-family:roboto;font-size:17px;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:288.21875px;left:702px;height:22.0938px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XuRcRPnCnL9v9gwwDlpd9ZAfOUfz2BgQ { background-color:#fd4b00;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:353px;height:55px;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:460px;left:733px;display:block; }
#MT08GCvXnh6QLqEufZI6Wg1RP7Tb9nly { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#LHrNwcdEKTTlfD350ksLxCM5qAhoWi66 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:530px;width:530px;top:5px;left:40.5px;overflow:hidden;display:block; }
#qOa1UPSCTQu4H5TGo2XoB7vJIO2VFKc0 { background-color:#fd4b00;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:353px;height:55px;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:445px;left:733px;display:none; }
#e8r5H1mJX6Ui6Gd1JT3LBPT2eiZ28bfQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#A8pGbpCy6srkwQTt8GPQzcG0OL03A57K { color:#ffffff;display:block;width:499px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:376.93054199219px;left:660px;height:62.375px;display:block; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;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; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:12.67px;padding-right:11.24px;padding-bottom:12.67px;padding-left:11.24px;display:block;align-items:center;width:67.44px;min-width:67.44px;height:68.12px;position:relative;font-family:"open sans";font-size:50.69px;font-weight:700;line-height:68.12px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:7.92px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:89.92px;height:26.93px;position:relative;font-family:"open sans";font-size:19.01px;font-weight:400;line-height:26.93px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:424px;height:128.31px;padding-top:15.84px;padding-right:16.06px;padding-bottom:15.84px;padding-left:16.06px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:654px;left:379.5px;z-index:100018; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #PQNNCxk6KsZt279SzvJ3axNTmItcNyvK { display:flex;position:relative;top:0px;left:0px; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #ITEkfZHXz6wNEzyFPIcJwzZryJH66VKv { width:auto; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #BChlKJUocf5zbxZU0VDXkRZ4FWGKckTT {  }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #SvHTKxLAqUPyI5Ap6MwgLFV1SC4D2lCZ { display:flex;position:relative;top:0px;left:0px; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #Dp0n3EVzo4Hi6O6TE76e7iflPSMLNqvT {  }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #dIb8EBx50mWWE3GlvwQ9rDInB65NlUxl {  }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #LUZZruiDqbyEIRq9d2vEb9CbLcL1POyT { display:flex;position:relative;top:0px;left:0px; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #lySAuUQiRyxHb8BOo0xHa4qvIM0NAo6U {  }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #s6y4Z4dkdMiSZciByWnfVfrefV6sWRrm {  }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #c16Xb3iTXwrRKMMkqpl9e23072hBB5CA { display:flex;position:relative;top:0px;left:0px; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #B095iEzRWmwkqgasgRdW7N2Hdyu0CzXr {  }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #Nd2nsaTeqKNPPcC4TJJLGEvP9PfCVO4V {  }
#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row .container { background-color: transparent; background-image: none; }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row .container > .video-iframe-container { display: none; }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row > .video-iframe-container { display: none; }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .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); }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row .container { border-width: 0; border-radius: 0; }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row .container { font-size:14px;font-family:arial;height:75px;width:1200px;position:relative;display:block; }#WOkr246eJNSVeGCKLVbOVC8xOgabwrwT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:10px;left:893px;display:block; }
#WNv8Q4PXi5XsVlBb8UZsikcc1oVuVwAC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN { display:block; }#FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rd0XR2L5bimgSJTJIOaN9axd7fzRflai { width:764px;height:91px;top:28px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl { display:block; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKpq0gbF0l6nKhocwFIVzncVJFdn61He { width:539px;height:532px;top:5px;left:221px;display:block; }
 }@media only screen and (max-width: 763px) { #dutWWdHyV3uNH5zXVsr0dO8ZvlyA5UBV { width:498px;height:31px;top:27px;left:266px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nzGtf6AyoqgtS3IuCLQhz0HxNzxfCJbD { width:509px;height:;top:78px;left:255px;font-size:17px;display:block; }#nzGtf6AyoqgtS3IuCLQhz0HxNzxfCJbD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8Wf3NYhT/Projekt_bez_tytu_u_2021_12_09T140620.736.png); }
 }@media only screen and (max-width: 763px) { #VEeBLIFExVOXvtV7hHDXAa2JS5TdeRlM { width:489px;height:22px;top:211px;left:275px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fgxSSlg2upCkrocThsWbH1mgN87NrQBW { width:485px;height:22px;top:288px;left:279px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XuRcRPnCnL9v9gwwDlpd9ZAfOUfz2BgQ { width:353px;height:55px;top:460px;left:411px;display:block; }
 }@media only screen and (max-width: 763px) { #MT08GCvXnh6QLqEufZI6Wg1RP7Tb9nly { display:block; }
 }@media only screen and (max-width: 763px) { #LHrNwcdEKTTlfD350ksLxCM5qAhoWi66 { width:530px;height:530px;top:5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qOa1UPSCTQu4H5TGo2XoB7vJIO2VFKc0 { width:353px;height:55px;top:445px;left:411px;display:none; }
 }@media only screen and (max-width: 763px) { #e8r5H1mJX6Ui6Gd1JT3LBPT2eiZ28bfQ { display:block; }
 }@media only screen and (max-width: 763px) { #A8pGbpCy6srkwQTt8GPQzcG0OL03A57K { width:499px;height:62px;top:376px;left:265px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC { display:flex;width:288px;height:81px;top:654px;left:148.5px; }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #PQNNCxk6KsZt279SzvJ3axNTmItcNyvK { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #ITEkfZHXz6wNEzyFPIcJwzZryJH66VKv {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #BChlKJUocf5zbxZU0VDXkRZ4FWGKckTT {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #SvHTKxLAqUPyI5Ap6MwgLFV1SC4D2lCZ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #Dp0n3EVzo4Hi6O6TE76e7iflPSMLNqvT {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #dIb8EBx50mWWE3GlvwQ9rDInB65NlUxl {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #LUZZruiDqbyEIRq9d2vEb9CbLcL1POyT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #lySAuUQiRyxHb8BOo0xHa4qvIM0NAo6U {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #s6y4Z4dkdMiSZciByWnfVfrefV6sWRrm {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #c16Xb3iTXwrRKMMkqpl9e23072hBB5CA { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #B095iEzRWmwkqgasgRdW7N2Hdyu0CzXr {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #Nd2nsaTeqKNPPcC4TJJLGEvP9PfCVO4V {  }
 }@media only screen and (max-width: 763px) { #xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 { display:block; }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOkr246eJNSVeGCKLVbOVC8xOgabwrwT { width:280px;height:55px;top:10px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #WNv8Q4PXi5XsVlBb8UZsikcc1oVuVwAC { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN { display:block; }#FkIoIgTk8Otzr0dAzlNtJdiVBWvLlOTN > .row .container { width:320px;height:122px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rd0XR2L5bimgSJTJIOaN9axd7fzRflai { width:320px;height:85.75px;top:29.59722328186px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl { display:block; }#nOkgB184GE7J2vr3QblTgJR8TAWJ5VLl > .row .container { width:320px;height:1359px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKpq0gbF0l6nKhocwFIVzncVJFdn61He { width:316px;height:698px;top:15.083343505859px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dutWWdHyV3uNH5zXVsr0dO8ZvlyA5UBV { width:302px;height:27px;top:27px;left:9.0000004768372px;text-align:center;text-align-last:center;font-size:20px;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #nzGtf6AyoqgtS3IuCLQhz0HxNzxfCJbD { width:313px;height:413.333px;top:78.666687011719px;left:7.0000004768372px;text-align:left;text-align-last:left;font-size:17px;font-family:"open sans";display:block; }#nzGtf6AyoqgtS3IuCLQhz0HxNzxfCJbD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8Wf3NYhT/Projekt_bez_tytu_u_2021_12_09T140620.736.png); }
 }@media only screen and (max-width: 763px) { #VEeBLIFExVOXvtV7hHDXAa2JS5TdeRlM { width:255px;height:23.0833px;top:619.375px;left:32.5px;text-align:left;text-align-last:left;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fgxSSlg2upCkrocThsWbH1mgN87NrQBW { width:277px;height:23.0833px;top:824.83334350586px;left:9px;text-align:left;text-align-last:left;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XuRcRPnCnL9v9gwwDlpd9ZAfOUfz2BgQ { width:304px;height:55px;top:635.83337402344px;left:8.0000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #MT08GCvXnh6QLqEufZI6Wg1RP7Tb9nly { display:block; }
 }@media only screen and (max-width: 763px) { #LHrNwcdEKTTlfD350ksLxCM5qAhoWi66 { width:320px;height:320px;top:728.8125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qOa1UPSCTQu4H5TGo2XoB7vJIO2VFKc0 { width:304px;height:55px;top:1194.0000305176px;left:8.0000004768372px;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #e8r5H1mJX6Ui6Gd1JT3LBPT2eiZ28bfQ { display:block; }
 }@media only screen and (max-width: 763px) { #A8pGbpCy6srkwQTt8GPQzcG0OL03A57K { width:293px;height:103.958px;top:506.41668701172px;left:12.000000476837px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC { display:flex;width:288px;height:81px;top:1068.0000305176px;left:-3.0000001490116px; }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #PQNNCxk6KsZt279SzvJ3axNTmItcNyvK { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #ITEkfZHXz6wNEzyFPIcJwzZryJH66VKv {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #BChlKJUocf5zbxZU0VDXkRZ4FWGKckTT {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #SvHTKxLAqUPyI5Ap6MwgLFV1SC4D2lCZ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #Dp0n3EVzo4Hi6O6TE76e7iflPSMLNqvT {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #dIb8EBx50mWWE3GlvwQ9rDInB65NlUxl {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #LUZZruiDqbyEIRq9d2vEb9CbLcL1POyT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #lySAuUQiRyxHb8BOo0xHa4qvIM0NAo6U {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #s6y4Z4dkdMiSZciByWnfVfrefV6sWRrm {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #c16Xb3iTXwrRKMMkqpl9e23072hBB5CA { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #B095iEzRWmwkqgasgRdW7N2Hdyu0CzXr {  }
 }@media only screen and (max-width: 763px) { #bRrZae5AAv0bOsqSmO0HnHTq8hBNzrJC #Nd2nsaTeqKNPPcC4TJJLGEvP9PfCVO4V {  }
 }@media only screen and (max-width: 763px) { #xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row .container { background-color: transparent; background-image: none; }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row .container > .video-iframe-container { display: none; }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row > .video-iframe-container { display: none; }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .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); }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row .container { border-width: 0; border-radius: 0; }#xKoE7E2Ilu9kwMnZGTgxlIvpMcCpfKT1 > .row .container { width:320px;height:68px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOkr246eJNSVeGCKLVbOVC8xOgabwrwT { width:280px;height:55px;top:0px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WNv8Q4PXi5XsVlBb8UZsikcc1oVuVwAC { display:block; }
 }