.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 .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);
}
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-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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1BrMdAn0/2020_11_VE_rekrutacja_tlo.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:809px;width:1200px;overflow:visible;position:relative;display:block; }#s5f4nUNDIdFLSUJiDX1wOZoPcTwdPrqT { color:#2e3947;display:block;width:508px;position:absolute;font-family:lato;font-size:21px;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:152px;left:0px;height:27px;font-style:normal;display:block; }
#hMNeUNwFCiMZVtCEhBTqAoTEFK5NeaXz { color:#ffffff;display:block;width:508px;position:absolute;font-family:oswald;font-size:55px;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:191px;left:0px;height:220px;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; }
#lwMmkw56q4wG0p4N6BgbFHOhpnm0cVmN { color:#2e3947;display:block;width:508px;position:absolute;font-family:raleway;font-size:19px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:335px;left:0px;height:192px;font-style:normal;display:block; }
#PZOpmoQ5TQTueAJSGheoRkh9NSAV6NMz { color:#ffffff;display:block;width:219px;position:absolute;font-family:lato;font-size:26px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:539px;left:290px;height:66px;font-style:normal;display:block; }
#vvvoSEroHgrNNqCHQGuBHVlfCp9Tf6xD { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/mVK5madk/kk.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:114px;width:114px;top:635px;left:0px;display:block; }
#gyl9JoIwlENxqgIqmGphlbNo1bgObJMi { color:#ffffff;display:block;width:310px;position:absolute;font-family:lato;font-size:13px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:656px;left:132px;height:16px;font-style:normal;display:block; }
#nAbTKCGFO1bgolMn48i42i1820Bpg8cP { color:#ffffff;display:block;width:310px;position:absolute;font-family:lato;font-size:17px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:685px;left:132px;height:22px;font-style:normal;display:block; }
#rUwB4UtFoAkJcuUQJrFv0aFgXCTFV1ZZ { color:#fdda00;display:block;width:316px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:301px;left:641px;height:38px;font-style:normal;display:block; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-form-header {  }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#ffffff;width:313px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:;margin-left:0px;margin-bottom:4px;display:block;width:313px;box-sizing:border-box;height:47px;color:#161616;font-size:13px;overflow:hidden;font-family:raleway;font-weight:700;font-style:normal;box-shadow: 1px 1px 23px rgba(0,0,0,0.21) ; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-textarea { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:313px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:raleway;font-weight:700;font-style:normal;box-shadow: 1px 1px 23px rgba(0,0,0,0.21) ; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:313px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-button { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#53ba00;background-image:none;background-position:top left;background-repeat:repeat;background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:19px;font-weight:bold;color:#f2f9ff;width:313px;height:47px;font-family:raleway;overflow:hidden; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]:-moz-placeholder { color:#505050;font-family:lato;font-size:13px;text-align:center;text-align-last:center; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]::-moz-placeholder { color:#505050;font-family:lato;font-size:13px;text-align:center;text-align-last:center; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]:-ms-input-placeholder { color:#505050;font-family:lato;font-size:13px;text-align:center;text-align-last:center; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]::-webkit-input-placeholder { color:#505050;font-family:lato;font-size:13px;text-align:center;text-align-last:center; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:raleway;font-size:12px;font-weight:300;color:#ffffff;vertical-align:top;width:293px;overflow:hidden;font-style:normal;line-height:1.4; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container { padding-top:5px;padding-left:0;padding-right:0;padding-bottom:5px;width:100%;font-size:0px;height:auto; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container:first-of-type{padding-top:0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container:last-of-type{padding-bottom:0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:313px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;position:absolute;top:363px;left:626px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:313px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T {display:block;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:313px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;position:absolute;top:363px;left:626px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #QZi26l56XWyPiaUcDnA3I6AxXvhAlz7s { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZRTzrAvCH1c5Jf4pAx40BUqFRoa7QiBh { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #INDqgFHyNOLLeFiX1QOC17arZ0VfBiAS { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fW5mvc8kaC8lZU6A7izdxKApTmcmOtEE { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #TZUn24gCahZEQys8OPmonI6oXQZVy3ka { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ASOyJRaF70C0ofcOZ1Ep50cfl93HgTp3 { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #gGn2veIqrH4gAui1UUJAAth6FaBwm67u { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #pAVnF3ENWRQkm0ICumEpDsVy9KE1B2Pb { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #GiPsHFOg2IUMvXEA5VZCDM5vMNskbA1y { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #OlVFSP5Xarmie8UctCWum6HyeJVRpKya { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #mbPXGGIkhP7iTwWGpoGNLNdfWUzLFfCm { position:relative;z-index:2; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #BsufFZF82CdD8T2celZqzriKt6lMkJak { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #mN7iKHhtGeGOySttv3H6zSxxZCTOFPqK { position:relative;display:block;z-index:100000; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fT6IcB7t2xFnXDpGpII2I3hT4uvMDXTs { position:relative;display:block;z-index:100000; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #DgTmc1BT2Zcxt6toQoV6EkOyCviHI0H0 { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #nDSBnv7Z7Kbuowr68t6TedbnRvoCkZJF { position:relative; }
#xmrsbvGxz9IRqFiKatiRGZ3LrcnfNKDu { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:228px;top:15px;left:0px;overflow:hidden;display:block; }
#q1pGWD2VoUpvwPtMVu7hli7Zyddi3oNS { position:absolute;display:block;z-index:99999;background-color:#2e3947;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:507px;width:387px;top:264px;left:610px;display:block; }
#cxoRsIcaXLRHFtwPv63JvbsbbWiAt37o { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:225px;width:361px;top:77px;left:597px;overflow:hidden;display:block; }
#MzulrdZgMFpAfMg8nqQrWMxs5niizm78 { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00ffb3, #3f5cba);background-image: -moz-linear-gradient(90deg, #00ffb3, #3f5cba);background-image: -ms-linear-gradient(90deg, #00ffb3, #3f5cba);background-image: -o-linear-gradient(90deg, #00ffb3, #3f5cba);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffb3', endColorstr='#3f5cba' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffb3', endColorstr='#3f5cba' );";background-image: linear-gradient(90deg, #00ffb3, #3f5cba);border-top:0;border-left:0;border-right:0;border-bottom:0;height:4px;width:316px;top:179px;left:0px;display:block; }
#f2LFwi6EiHTmRaaQR1vXmpT7NxPZ1xQT { position:absolute;display:block;z-index:100000;background-color:#2e3947;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32px;width:218px;top:574px;left:284px;display:block; }
#ZqT3xqCgwVTmUpINTwuPMxyxK5X04qoF { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:342px;width:275px;top:465px;left:925px;overflow:hidden;display:block; }
#JSmCnX5UmaRwTQXr15XUlRlZarnEdcbH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:132px;width:420px;display:none; }
#gTfqXKIwRnmMAoAeF0hQsLIZP1n9hmlX { color:#2e3947;display:block;width:508px;position:absolute;font-family:lato;font-size:21px;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:152px;left:0px;height:27px;font-style:normal;display:none; }
#qrkt1XlUIcZBfvMqPBCueJNPsykKGOyG { color:#000000;display:block;width:200px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:40px;top:270px;left:92px;display:none; }
#ccybMDq1iZQRlLacNTav9L0g8FMl7to8 { color:#000000;display:block;width:200px;position:absolute;font-family:raleway;font-size:19px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:100px;top:1209px;left:60px;display:none; }
#zA6RTK6OrFECP0W32AAnIBCnB1gVnRJt { color:#ffffff;display:block;width:310px;position:absolute;font-family:lato;font-size:13px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:570px;left:959.5px;height:16px;font-style:normal;display:none; }
#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { background-color: transparent; background-image: none; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container > .video-iframe-container { display: none; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row > .video-iframe-container { display: none; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .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); }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { border-width: 0; border-radius: 0; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { font-size:14px;font-family:arial;height:793px;width:1200px;position:relative;display:block; }#E2msXerro4nZoa6mtPJ6Ndptrvtr7K8T { color:#2e3947;display:block;width:1200px;position:absolute;font-family:raleway;font-size:25px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:120px;left:0px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Boq7W1hRrKZw0zu2aLTKW500Ac82FJ2Z { color:#ffc507;display:block;width:1200px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:163px;left:0px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HFM6kgQo3oLh4Fb4C8DnHKt1ByPS2KQ1 { color:#191919;display:block;width:135px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:692px;left:53px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#owNzlmbyC0h54MV54ICo7LKAE1gyHR05 { background-color:#ffc507;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 23px rgba(0,0,0,0.18) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:271px;height:47px;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:376px;left:719px;display:block; }
#HOr2I608vSMJ1J6UIF6TGK11pLaB13B9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#DGprit1bH0qTJtToedmieG7w2Q9497Aq { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/mVK5madk/kk.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:114px;width:114px;top:565.5px;left:53px;display:block; }
#sAug2bqZZBGGHpZOKy4TK58TgI30LqPc { color:#000000;display:block;width:423px;position:absolute;font-family:raleway;font-size:19px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:565.5px;left:632px;height:168px;text-align:left;text-align-last:left;display:block; }
#zopakbLLHiFEGmXnlidN84KEZHwf6ObI { color:#000000;display:block;width:433px;position:absolute;font-family:raleway;font-size:13px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:565.5px;left:199px;height:179px;text-align:left;text-align-last:left;display:block; }#zopakbLLHiFEGmXnlidN84KEZHwf6ObI li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#zopakbLLHiFEGmXnlidN84KEZHwf6ObI li:before{  }
#DzRxeVx4c59plGoh95XlpQgKIdl4VxfW { color:#000000;display:block;width:200px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:20px;top:471px;left:19px;display:none; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;background-color:;background-image:none;margin-top:0;margin-right:8px;margin-bottom:0;margin-left:8px;vertical-align:top; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:12px;padding-bottom:0;padding-right:2px;padding-left:2px;display:block;width:86px;height:58px;position:relative;font-family:"open sans";font-size:54px;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:8px;padding-right:2px;padding-left:2px;display:block;width:auto;height:15px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM { top:339px;left:79px;z-index:100000;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:;background-image:none;display:block;width:;height:154px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #ZUQ4dL8RTwALOJwJKqQC1IEmRXUsMOqv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #bixOThzMTeuzbOvWLer6plWxR66r0y9C { display:block;position:relative;top:0px;left:0px; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #MxBfmrKsVdVcKraGCWwdhoTcrxVHSdt2 { display:block;position:relative;top:0px;left:0px; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #tBJKkCZeskoFtyVm4NXTM03PXP613Ipo { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #GzQfBp4zq1VsdqTr7gZAHfAF2B5528S1 { display:block; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #x7Ms6Pb9a4sXNSi2rShE1W4xSiehTZRw { display:block; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #T9Un7MOCrLNKiHvvOIyg6MDZsiRuq6OQ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #iJ0SXuAdHTkonVqTBebxoLhz52unLTsO { display:block; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #UUcPqLEhd1XHBHOkKb015W8IntZDGkfh { display:block; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #xJp1RldvzKge4rIs5cqvVHDST5caE316 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #pfTVBUVoTiVpxthTnZphLoX8qBanJr8z { display:block; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #XfPyViHqpTqRsUqWm36ZMttmB941L0nb { display:block; }
#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/XVukSby2/tlo_16_9_jpg_vg.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row .container { background-color: transparent; background-image: none; }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row .container > .video-iframe-container { display: none; }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row > .video-iframe-container { display: none; }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .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); }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row .container { border-width: 0; border-radius: 0; }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row .container { font-size:14px;font-family:arial;height:191px;width:1200px;position:relative;display:block; }#JsnuHi9hCSX4LXdPOyql5XNJTulTp6QI { color:#53ba00;display:block;width:696px;position:absolute;font-family:raleway;font-size:35px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:73px;left:146px;height:45px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kyThthpSqnhBl0bWAmwaChfrsGFmtIBy { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:167px;width:83px;top:24px;left:991.71875px;overflow:hidden;display:block; }
#Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7FQCxXLS/fotowoltaika_VE2.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:initial;position:relative;display:block; }#Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ > .row .container { background-color: transparent; background-image: none; }#Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ > .row .container > .video-iframe-container { display: none; }#Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ > .row > .video-iframe-container { display: none; }#Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ > .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); }#Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ > .row .container { border-width: 0; border-radius: 0; }#Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ > .row .container { font-size:14px;font-family:arial;height:185px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5f4nUNDIdFLSUJiDX1wOZoPcTwdPrqT { width:508px;height:27px;top:152px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #hMNeUNwFCiMZVtCEhBTqAoTEFK5NeaXz { width:508px;height:110px;top:191px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #lwMmkw56q4wG0p4N6BgbFHOhpnm0cVmN { width:508px;height:192px;top:335px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #PZOpmoQ5TQTueAJSGheoRkh9NSAV6NMz { width:219px;height:67px;top:539px;left:72px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #vvvoSEroHgrNNqCHQGuBHVlfCp9Tf6xD { width:114px;height:114px;top:635px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gyl9JoIwlENxqgIqmGphlbNo1bgObJMi { width:310px;height:16px;top:656px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nAbTKCGFO1bgolMn48i42i1820Bpg8cP { width:310px;height:22px;top:685px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rUwB4UtFoAkJcuUQJrFv0aFgXCTFV1ZZ { width:316px;height:38px;top:301px;left:423px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-regular-label { width:313px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text { width:313px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-textarea { width:313px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select { width:313px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-button { width:313px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-checkbox-label { width:294px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T  { width:313px;height:auto;top:363px;left:408px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .radio-container { width:313px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T {display:block;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T { width:313px;height:auto;top:363px;left:408px; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #QZi26l56XWyPiaUcDnA3I6AxXvhAlz7s {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZRTzrAvCH1c5Jf4pAx40BUqFRoa7QiBh {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #INDqgFHyNOLLeFiX1QOC17arZ0VfBiAS {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fW5mvc8kaC8lZU6A7izdxKApTmcmOtEE {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #TZUn24gCahZEQys8OPmonI6oXQZVy3ka {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ASOyJRaF70C0ofcOZ1Ep50cfl93HgTp3 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #gGn2veIqrH4gAui1UUJAAth6FaBwm67u {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #pAVnF3ENWRQkm0ICumEpDsVy9KE1B2Pb {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #GiPsHFOg2IUMvXEA5VZCDM5vMNskbA1y {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #OlVFSP5Xarmie8UctCWum6HyeJVRpKya {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #mbPXGGIkhP7iTwWGpoGNLNdfWUzLFfCm {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #BsufFZF82CdD8T2celZqzriKt6lMkJak {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #mN7iKHhtGeGOySttv3H6zSxxZCTOFPqK {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fT6IcB7t2xFnXDpGpII2I3hT4uvMDXTs {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #DgTmc1BT2Zcxt6toQoV6EkOyCviHI0H0 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #nDSBnv7Z7Kbuowr68t6TedbnRvoCkZJF {  }
 }@media only screen and (max-width: 763px) { #xmrsbvGxz9IRqFiKatiRGZ3LrcnfNKDu { top:15px;left:0px;width:228px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #q1pGWD2VoUpvwPtMVu7hli7Zyddi3oNS { top:264px;left:377px;width:387px;height:507px;display:block; }
 }@media only screen and (max-width: 763px) { #cxoRsIcaXLRHFtwPv63JvbsbbWiAt37o { top:77px;left:379px;width:361px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #MzulrdZgMFpAfMg8nqQrWMxs5niizm78 { top:179px;left:0px;width:316px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #f2LFwi6EiHTmRaaQR1vXmpT7NxPZ1xQT { top:574px;left:66px;width:218px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqT3xqCgwVTmUpINTwuPMxyxK5X04qoF { top:465px;left:489px;width:275px;height:342px;display:block; }
 }@media only screen and (max-width: 763px) { #JSmCnX5UmaRwTQXr15XUlRlZarnEdcbH { width:420px;height:132px;display:none; }
 }@media only screen and (max-width: 763px) { #gTfqXKIwRnmMAoAeF0hQsLIZP1n9hmlX { width:508px;height:27px;top:152px;left:0px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #qrkt1XlUIcZBfvMqPBCueJNPsykKGOyG { top:270px;left:0px;width:200px;height:40px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ccybMDq1iZQRlLacNTav9L0g8FMl7to8 { top:1209px;left:0px;width:200px;height:100px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #zA6RTK6OrFECP0W32AAnIBCnB1gVnRJt { width:310px;height:16px;top:580px;left:454px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #hSemP9C084ZQqsOzzTW4niCVAPFgTzlX { display:block; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2msXerro4nZoa6mtPJ6Ndptrvtr7K8T { width:764px;height:32px;top:120px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Boq7W1hRrKZw0zu2aLTKW500Ac82FJ2Z { width:764px;height:52px;top:163px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HFM6kgQo3oLh4Fb4C8DnHKt1ByPS2KQ1 { width:135px;height:26px;top:692px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #owNzlmbyC0h54MV54ICo7LKAE1gyHR05 { width:271px;height:47px;top:376px;left:493px;display:block; }
 }@media only screen and (max-width: 763px) { #HOr2I608vSMJ1J6UIF6TGK11pLaB13B9 { display:block; }
 }@media only screen and (max-width: 763px) { #DGprit1bH0qTJtToedmieG7w2Q9497Aq { width:114px;height:114px;top:565px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sAug2bqZZBGGHpZOKy4TK58TgI30LqPc { top:565px;left:341px;width:423px;height:171px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zopakbLLHiFEGmXnlidN84KEZHwf6ObI { top:565px;left:0px;width:433px;height:183px;font-size:13px;display:block; }#zopakbLLHiFEGmXnlidN84KEZHwf6ObI li:before{  }
 }@media only screen and (max-width: 763px) { #DzRxeVx4c59plGoh95XlpQgKIdl4VxfW { top:471px;left:0px;width:200px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM .widget-container {  }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM .widget-text.counter-number {  }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM .widget-text.counter-label {  }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM { top:339px;left:0px;width:;height:154px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #ZUQ4dL8RTwALOJwJKqQC1IEmRXUsMOqv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #bixOThzMTeuzbOvWLer6plWxR66r0y9C { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #MxBfmrKsVdVcKraGCWwdhoTcrxVHSdt2 { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #tBJKkCZeskoFtyVm4NXTM03PXP613Ipo { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #GzQfBp4zq1VsdqTr7gZAHfAF2B5528S1 {  }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #x7Ms6Pb9a4sXNSi2rShE1W4xSiehTZRw {  }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #T9Un7MOCrLNKiHvvOIyg6MDZsiRuq6OQ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #iJ0SXuAdHTkonVqTBebxoLhz52unLTsO {  }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #UUcPqLEhd1XHBHOkKb015W8IntZDGkfh {  }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #xJp1RldvzKge4rIs5cqvVHDST5caE316 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #pfTVBUVoTiVpxthTnZphLoX8qBanJr8z {  }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #XfPyViHqpTqRsUqWm36ZMttmB941L0nb {  }
 }@media only screen and (max-width: 763px) { #Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG { display:block; }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsnuHi9hCSX4LXdPOyql5XNJTulTp6QI { width:696px;height:45px;top:73px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kyThthpSqnhBl0bWAmwaChfrsGFmtIBy { top:24px;left:681px;width:83px;height:167px;display:block; }
 }@media only screen and (max-width: 763px) { #Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ { display:block; }#Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1BrMdAn0/2020_11_VE_rekrutacja_tlo.jpg");background-position:center left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1880px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5f4nUNDIdFLSUJiDX1wOZoPcTwdPrqT { width:320px;height:19px;top:20px;left:0px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hMNeUNwFCiMZVtCEhBTqAoTEFK5NeaXz { width:320px;height:104px;top:126px;left:0px;text-align:left;text-align-last:left;font-size:33px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lwMmkw56q4wG0p4N6BgbFHOhpnm0cVmN { width:320px;height:264px;top:806.5px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZOpmoQ5TQTueAJSGheoRkh9NSAV6NMz { width:281px;height:66px;top:1091px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvvoSEroHgrNNqCHQGuBHVlfCp9Tf6xD { width:114px;height:114px;top:557px;left:103px;display:none; }
 }@media only screen and (max-width: 763px) { #gyl9JoIwlENxqgIqmGphlbNo1bgObJMi { width:310px;height:16px;top:691px;left:5px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nAbTKCGFO1bgolMn48i42i1820Bpg8cP { width:310px;height:22px;top:727px;left:5px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rUwB4UtFoAkJcuUQJrFv0aFgXCTFV1ZZ { width:320px;height:38px;top:741px;left:0px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;background-color:#13f45e;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;color:#3b3e3c; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-checkbox-label { width:260px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container { padding-top:14px;padding-left:0;padding-right:0;padding-bottom:14px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container:first-of-type{padding-top:0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container:last-of-type{padding-bottom:0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T  { width:280px;height:auto;top:1367.4375px;left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T {display:block;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T { width:280px;height:auto;top:1367.4375px;left:0px; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #QZi26l56XWyPiaUcDnA3I6AxXvhAlz7s {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZRTzrAvCH1c5Jf4pAx40BUqFRoa7QiBh {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #INDqgFHyNOLLeFiX1QOC17arZ0VfBiAS {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fW5mvc8kaC8lZU6A7izdxKApTmcmOtEE {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #TZUn24gCahZEQys8OPmonI6oXQZVy3ka {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ASOyJRaF70C0ofcOZ1Ep50cfl93HgTp3 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #gGn2veIqrH4gAui1UUJAAth6FaBwm67u {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #pAVnF3ENWRQkm0ICumEpDsVy9KE1B2Pb {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #GiPsHFOg2IUMvXEA5VZCDM5vMNskbA1y {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #OlVFSP5Xarmie8UctCWum6HyeJVRpKya {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #mbPXGGIkhP7iTwWGpoGNLNdfWUzLFfCm {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #BsufFZF82CdD8T2celZqzriKt6lMkJak {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #mN7iKHhtGeGOySttv3H6zSxxZCTOFPqK {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fT6IcB7t2xFnXDpGpII2I3hT4uvMDXTs {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #DgTmc1BT2Zcxt6toQoV6EkOyCviHI0H0 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #nDSBnv7Z7Kbuowr68t6TedbnRvoCkZJF {  }
 }@media only screen and (max-width: 763px) { #xmrsbvGxz9IRqFiKatiRGZ3LrcnfNKDu { width:228px;height:70px;top:792px;left:46px;display:none; }
 }@media only screen and (max-width: 763px) { #q1pGWD2VoUpvwPtMVu7hli7Zyddi3oNS { width:320px;height:487px;top:1346.9375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cxoRsIcaXLRHFtwPv63JvbsbbWiAt37o { width:320px;height:199.438px;top:549.046875px;left:0px;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #MzulrdZgMFpAfMg8nqQrWMxs5niizm78 { width:316px;height:4px;top:229px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f2LFwi6EiHTmRaaQR1vXmpT7NxPZ1xQT { width:207px;height:32px;top:1126px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqT3xqCgwVTmUpINTwuPMxyxK5X04qoF { width:206px;height:257px;top:318px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #JSmCnX5UmaRwTQXr15XUlRlZarnEdcbH { top:15px;left:0px;width:210px;height:65px;z-index:100010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gTfqXKIwRnmMAoAeF0hQsLIZP1n9hmlX { width:320px;height:0;top:371px;left:22.5px;text-align:center;text-align-last:center;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #qrkt1XlUIcZBfvMqPBCueJNPsykKGOyG { top:242px;left:0px;width:308px;height:20px;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #ccybMDq1iZQRlLacNTav9L0g8FMl7to8 { top:1200px;left:37.5px;width:245px;height:120px;z-index:100013;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zA6RTK6OrFECP0W32AAnIBCnB1gVnRJt { width:148px;height:0;top:436px;left:42.5px;text-align:center;text-align-last:center;font-size:16px;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #hSemP9C084ZQqsOzzTW4niCVAPFgTzlX { display:block; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { width:320px;height:865px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2msXerro4nZoa6mtPJ6Ndptrvtr7K8T { width:320px;height:23px;top:39px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Boq7W1hRrKZw0zu2aLTKW500Ac82FJ2Z { width:320px;height:96px;top:85px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #HFM6kgQo3oLh4Fb4C8DnHKt1ByPS2KQ1 { width:320px;height:20px;top:323px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #owNzlmbyC0h54MV54ICo7LKAE1gyHR05 { width:271px;height:47px;top:210.5px;left:24.5px;display:block; }
 }@media only screen and (max-width: 763px) { #HOr2I608vSMJ1J6UIF6TGK11pLaB13B9 { display:block; }
 }@media only screen and (max-width: 763px) { #DGprit1bH0qTJtToedmieG7w2Q9497Aq { width:114px;height:114px;top:565px;left:103px;display:none; }
 }@media only screen and (max-width: 763px) { #sAug2bqZZBGGHpZOKy4TK58TgI30LqPc { width:320px;height:160px;top:575px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zopakbLLHiFEGmXnlidN84KEZHwf6ObI { width:320px;height:195px;top:355px;left:0px;font-size:13px;display:block; }#zopakbLLHiFEGmXnlidN84KEZHwf6ObI li:before{  }
 }@media only screen and (max-width: 763px) { #DzRxeVx4c59plGoh95XlpQgKIdl4VxfW { top:279px;left:19px;width:200px;height:20px;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM .widget-container { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background-color:;background-image:none;margin-top:0;margin-right:5px;margin-bottom:0;margin-left:5px;vertical-align:top; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:7px;padding-bottom:0;padding-right:1px;padding-left:1px;display:block;width:58px;height:40px;position:relative;font-size:43px;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-bottom:5px;padding-right:1px;padding-left:1px;display:block;width:auto;height:11px;position:relative;font-size:8px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM { top:776px;left:20px;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:;background-image:none;display:block;width:280px;height:78px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:46px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #ZUQ4dL8RTwALOJwJKqQC1IEmRXUsMOqv { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #bixOThzMTeuzbOvWLer6plWxR66r0y9C { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #MxBfmrKsVdVcKraGCWwdhoTcrxVHSdt2 { display:block;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #tBJKkCZeskoFtyVm4NXTM03PXP613Ipo { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #GzQfBp4zq1VsdqTr7gZAHfAF2B5528S1 {  }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #x7Ms6Pb9a4sXNSi2rShE1W4xSiehTZRw {  }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #T9Un7MOCrLNKiHvvOIyg6MDZsiRuq6OQ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #iJ0SXuAdHTkonVqTBebxoLhz52unLTsO {  }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #UUcPqLEhd1XHBHOkKb015W8IntZDGkfh {  }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #xJp1RldvzKge4rIs5cqvVHDST5caE316 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #pfTVBUVoTiVpxthTnZphLoX8qBanJr8z {  }
 }@media only screen and (max-width: 763px) { #eEJGXAiVk9u29Lmm9THZkClPUhaIV1AM #XfPyViHqpTqRsUqWm36ZMttmB941L0nb {  }
 }@media only screen and (max-width: 763px) { #Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/XVukSby2/tlo_16_9_jpg_vg.jpg");background-position:center left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row .container { background-color: transparent; background-image: none; }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row .container > .video-iframe-container { display: none; }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row > .video-iframe-container { display: none; }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .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); }#Wi8F69FaqQNfICOWSSp7laMT3t1nBuNG > .row .container { width:320px;height:344px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsnuHi9hCSX4LXdPOyql5XNJTulTp6QI { width:320px;height:58px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #kyThthpSqnhBl0bWAmwaChfrsGFmtIBy { width:83px;height:167px;top:177px;left:219px;display:block; }
 }@media only screen and (max-width: 763px) { #Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7FQCxXLS/fotowoltaika_VE2.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:initial;display:none; }#Hh4p3SfPMzV92saWNxp62hJn6VkdAbbZ > .row .container { width:320px;height:185px;position:relative;display:none; } }