.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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#B2n2ymdTOhgK64pN4te127o42F3oZppc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { background-color: transparent; background-image: none; }#B2n2ymdTOhgK64pN4te127o42F3oZppc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container > .video-iframe-container { display: none; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row > .video-iframe-container { display: none; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .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); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { border-width: 0; border-radius: 0; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#BqhOxTxPN55ddBdrHLaRMxkanNMTO9qX { color:#383737;display:block;width:31.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:28.5rem;height:1.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#r5HkyNuewR9ORAk4lDTQSxU0GKHzktH2 { color:#383737;display:block;width:32.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:4.5rem;left:27.75rem;height:1.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p512K37KtKogIKI83A2D0vSmOJNIeyOd { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.9375rem;top:2.40625rem;left:2.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f4c4ed5-e15e-4d96-b4a6-1e7a67f307ed/Projektbeztytuu50.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:0.875rem;font-family:arial;height:48.5rem;width:60rem;overflow:visible;position:relative;display:block; }#lCHMCWWz5Jy7EQNxVaieapIfbZ2pNOyD { color:#f6a117;display:block;width:24.1875rem;position:absolute;font-family:"times new roman";font-size:6rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:2.1875rem;height:7.75rem;font-style:normal;display:block; }
#eeCMu0V61viVveKU11HExp7iXTSnNby1 { color:#383737;display:block;width:44.1875rem;position:absolute;font-family:lato;font-size:3.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:6.1875rem;left:15.8125rem;height:4.5rem;font-style:normal;display:block; }
#vWdFTVFcFRSM9vBEIcA146xoK2VSyDyd { color:#9a9a9a;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:14.15576171875rem;left:2.0625rem;height:25.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8r177r9G5NDgTXym8NwxsaUbIZZTrFi { background-color:#9cc424;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:35.978515625rem;left:46.125rem;display:block; }
#aNn2pErdTqzGXyAiRZuPxq7G2xhV60m7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hCMmTMPg4sUtCIk8UXTmZZaFIITnfniI { background-color:#9cc424;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:41.353515625rem;left:7.34375rem;display:block; }
#laVOnPR9sTGxEfQhzGi7lyGD0T9C48GH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pzrg3zHM9NVHhTs2u0AG8SwKfCFH84Rs { position:absolute;display:block;z-index:100006;border-top:0.1875rem solid #f6a117;border-left:0.1875rem solid #f6a117;border-right:0.1875rem solid #f6a117;border-bottom:0.1875rem solid #f6a117;height:17.9375rem;width:32.0625rem;top:15.21875rem;left:27.5625rem;display:block; }
#Wqun8Qhoi4WIAkSwV0ytXTtQQ6HcqyUt { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:11.9375rem;top:6.625rem;left:2.9375rem;overflow:hidden;display:block; }
#Wyrn49kyulPAk3KfTXr4RfXBc4T3dfX8 { background-color:#9cc424;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:35.978515625rem;left:27.5625rem;display:block; }
#fd0AAmtvfxlBiiBv8P22oav3c4ATlrLr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fwfMHo8U/Group-21.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0.adaptive-delivery-prevent-bg, #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0.lazyload, #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0.lazyloading { background-image: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { background-color: transparent; background-image: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container > .video-iframe-container { display: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row > .video-iframe-container { display: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .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); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { border-width: 0; border-radius: 0; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:60rem;position:relative;display:block; }#LmPkBVgm4U1O2g5RcTF4bJnVG5hJuH7F { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:11.375rem;top:19.6875rem;left:2.25rem;overflow:hidden;display:block; }
#E88BrO8KUx3JCi7e6xT2d86RNJNWTwMy { color:#383737;display:block;width:42.875rem;position:absolute;font-family:lato;font-size:3.9375rem;font-weight:300;z-index:100004;line-height:1;letter-spacing:0;top:11.4375rem;left:17.125rem;height:3.9375rem;font-style:normal;display:block; }
#MuVVB0tzng77FTcDNhAeFCMKu0tx2s61 { color:#f6a117;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:6rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:7.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTZ7th4SAn9ilccRk1I14aE39mDL7rln { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:11.9375rem;top:11.2685546875rem;left:4.5625rem;overflow:hidden;display:block; }
#cOJPErX3Vxh1Ep6mvq7CfFTneHvhiywT { position:absolute;display:block;z-index:100006;background-color:#9cc424;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.21) ;height:10.25rem;width:10.25rem;top:31.75rem;left:9.9375rem;display:block; }
#CkMBo7ZDTo2REuJHF4S5elpgrQJFC5kp { color:#383737;display:block;width:10.3125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:33.828125rem;left:9.90625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWDVpaE9ZBAXMHsBpQ4o2A1V5AvCXKiP { color:#6d6d6d;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:20.28125rem;left:35.6875rem;height:2rem;font-style:normal;display:block; }
#zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { color:#9a9a9a;display:block;width:24.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:23.828125rem;left:35.625rem;height:2.875rem;font-style:normal;display:block; }
#Ecqs6H6M74cZFzTpXbTES9u3kMAvCWIc { box-sizing:content-box;color:#a6d433;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:18.765625rem;left:29.78125rem;display:block; }
#zZtLwIOQ38sCgrs2Li2rfgRcRRs8RFaT { color:#9a9a9a;display:block;width:24.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:37.056640625rem;left:35.625rem;height:4.3125rem;font-style:normal;display:block; }
#xqTJd1qnGt0ynRzAH8ohvazDSx74pwww { color:#6d6d6d;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:33.78125rem;left:35.6875rem;height:2rem;font-style:normal;display:block; }
#I9Hw0PeAvvPEDEeGOvQpPp532kQQCwgg { background-color:#9cc424;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:2.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:28.796875rem;left:39.9375rem;display:block; }
#pMgeg8HXZXLyJUQD8tGpnqgfVhhRAZUC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NGWNov4G4WGkSMBt5yZ70exBfaotUAwd { background-color:#a6d433;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.9375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:43.875rem;left:37.21875rem;display:block; }
#BdnQw6qDP8NHkLoTC4iTSFtXTFUrOTUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GP0RZ5vmF82T44AMT87AgKIoxh6UVSnV { background-color:#a6d433;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.9375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:43.875rem;left:47.34375rem;display:block; }
#E0Mte5MfKugEAQr0u4J24BRDMWUecIg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uKwxk1AWig7Vq2pupMthMUxch4nbCll0 { background-color:#a6d433;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:47.0185546875rem;left:37.21875rem;display:block; }
#ZZmVNpTqZfhSaSxzpmad0auKEguFlyST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GrhRREUKbbiH1ciZKRnTCd2ia7IWOz3P { background-color:#a6d433;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:47.0185546875rem;left:47.34375rem;display:block; }
#kiN2LITvMG8GeoKa6heTRL8EwGvP7eFL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TI5gWnXDOE2qIkshlT8SnilVQt7REWwp { background-color:#a6d433;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.9375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:50.4560546875rem;left:37.21875rem;display:block; }
#zUamlEdEBV1ohpbptpBiAFMf32VrJ9FS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#swy4U6bP2S9MkSUKplKkkxHcgvyZ5I6v { background-color:#a6d433;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.9375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:50.4560546875rem;left:47.34375rem;display:block; }
#K1JDQiIwnv2Lv7fnoThFbpL0EOGMwds8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VPCKxKnkuy3sl2tcRZX3NClGynbDgKOh { background-color:#a6d433;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.9375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:53.7685546875rem;left:42.3125rem;display:block; }
#sVCt6ZmTLGd1xgU2bOvXPDq0Muq0ThTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PAzhuqvQ6VRcFtz6T8EMfGzAUnpT8haV { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3125rem;width:11.5rem;top:19.5625rem;left:16.5rem;overflow:hidden;display:block; }
#aDanG7EoxkrsSH7yTcNbf8TnLEWhVcDP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16rem;width:11.25rem;top:38.875rem;left:2.3125rem;overflow:hidden;display:block; }
#pxWEBXmHgMGrcnxiRoOGT9TAdsBQiEV8 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:11.3125rem;top:38.84375rem;left:16.5rem;overflow:hidden;display:block; }
#RwLOsopyyeQ0g0eJaO5z2S05sJQ6RE3J { box-sizing:content-box;color:#a6d433;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:33.056640625rem;left:30.28125rem;display:block; }
#wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fbf398f4-b971-42b9-8d7e-2034a4b729f8/KopiaProjektbeznazwy6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63.adaptive-delivery-prevent-bg, #wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63.lazyload, #wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63.lazyloading { background-image: none; }#wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63 > .row .container { background-color: transparent; background-image: none; }#wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63 > .row .container > .video-iframe-container { display: none; }#wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63 > .row > .video-iframe-container { display: none; }#wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63 > .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); }#wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63 > .row .container { border-width: 0; border-radius: 0; }#wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63 > .row .container { font-size:0.875rem;font-family:arial;height:75.625rem;width:60rem;position:relative;display:block; }#U3Kp8hTsTMTs6lALEZTMq0fuNuTQfNpn { color:#f6a117;display:block;width:56.1875rem;position:absolute;font-family:"times new roman";font-size:6rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.21875rem;left:1.9375rem;height:7.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQbPrWp6re01k7hWQzsfouqX3QsWskDk { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:11.9375rem;top:9.96875rem;left:20.125rem;overflow:hidden;display:block; }
#omnra0syw5XTc1KKDDnwVQL1ib3oKR4T { color:#383737;display:block;width:25.6875rem;position:absolute;font-family:lato;font-size:3.9375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:9.03125rem;left:32.15625rem;height:5.0625rem;font-style:normal;display:block; }
#Csq0fcbTe6TAQPpci9JPB0LyueqD7G8B { position:absolute;display:block;z-index:100007;border-top:0.1875rem solid #f6a117;border-left:0.1875rem solid #f6a117;border-right:0.1875rem solid #f6a117;border-bottom:0.1875rem solid #f6a117;height:15.6875rem;width:28.75rem;top:15.96875rem;left:0.4375rem;display:block; }
#bixd460mTcw2TwbMAvOMJvTmRZcJRubL { color:#9cc424;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:32.71875rem;left:4.625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IGxRPdH4QqCJRso1IC69tX6AaxKRgSIv { color:#9a9a9a;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:34.71875rem;left:4.59375rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WoqZoWFLT93chcJckidmTTAS0tSC75Rf { position:absolute;display:block;z-index:100008;border-top:0.1875rem solid #f6a117;border-left:0.1875rem solid #f6a117;border-right:0.1875rem solid #f6a117;border-bottom:0.1875rem solid #f6a117;height:15.5625rem;width:28.625rem;top:16.03125rem;left:30.5rem;display:block; }
#G4WR0Tsw6lRHGhJMz13LVrc0I3AHoKTl { color:#9cc424;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:32.71875rem;left:35.5rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUn8mh4JqpzOPMnESGFyA9xUu3hTO7tq { color:#9a9a9a;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:34.71875rem;left:35.46875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bEixqtOcKyXI9DJWvJUnXhKiUfGekLfD { position:absolute;display:block;z-index:100009;border-top:0.1875rem solid #f6a117;border-left:0.1875rem solid #f6a117;border-right:0.1875rem solid #f6a117;border-bottom:0.1875rem solid #f6a117;height:15.625rem;width:28.8125rem;top:38.75rem;left:0.40625rem;display:block; }
#oKWduSD9aofZ49AbW6kc6cFfgmtkvcXU { color:#9cc424;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:56rem;left:5.5rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CyQJRCI2CUPzsTFE48XN5ShxSXvWfF8U { color:#9a9a9a;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:58rem;left:5.46875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N29klTCWSruZXUXxbDN1M3dsTH5Tb1gm { position:absolute;display:block;z-index:100008;border-top:0.1875rem solid #f6a117;border-left:0.1875rem solid #f6a117;border-right:0.1875rem solid #f6a117;border-bottom:0.1875rem solid #f6a117;height:15.5625rem;width:28.5625rem;top:38.78125rem;left:30.53125rem;display:block; }
#btGbC0uTWyWgVyLOtbXTdTaw8uSx0TNQ { color:#9cc424;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:56rem;left:35.5rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlrPL8bGSQvLQ7wIXgduvThseG7T8o0q { color:#9a9a9a;display:block;width:22.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:58rem;left:33.6875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { background-color: transparent; background-image: none; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container > .video-iframe-container { display: none; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row > .video-iframe-container { display: none; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .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); }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { border-width: 0; border-radius: 0; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:60rem;position:relative;display:block; }#KxyVga8MOddMKuuLp4iDT6icUDo0AUz2 { color:#383737;display:block;width:7.1875rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:7.625rem;left:52.46875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmW1QC1iOaCElIWE5gUtXWqDk8WptVTB { position:absolute;display:block;z-index:99999;background-color:#f6a117;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.21) ;height:7.875rem;width:7.875rem;top:4.71875rem;left:52.125rem;display:block; }
#VihceSRcbQ85T4OJQZe5VicxuJdTtVbf { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:16.8125rem;top:29rem;left:41.625rem;overflow:hidden;display:block; }
#ki9yTPHl6r7E1TwbP785Do3VZLIGbBkS { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:11.9375rem;top:10.3466796875rem;left:2.4375rem;overflow:hidden;display:block; }
#kKEVnQvBy7GZitbbdV3vPJhDf0i1nVwu { color:#f6a117;display:block;width:28.75rem;position:absolute;font-family:"times new roman";font-size:7.5625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.44921875rem;left:3.25rem;height:9.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JZ1MbbP0658UpXuJcH7q9qwR6DKKs5tG { color:#383737;display:block;width:18.1875rem;position:absolute;font-family:lato;font-size:3.9375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:9.4091796875rem;left:14.3125rem;height:5.0625rem;font-style:normal;display:block; }
#en5bqF1ZiZEogtyP5RfWAAgf0rLSBItJ { color:#9a9a9a;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:16.3125rem;left:0rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pl3ySQa8KaKuk9M6CIL7IZ4Vl1dS1Ux8 { background-color:#9cc424;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:30.75rem;left:7.3125rem;display:block; }
#d3aqnTPpgRHvhAfwDnXNhiHXhcwZ4Xad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DzahVi1dV90KeMV3dilyt5KinRLvEFrs { color:#9a9a9a;display:block;width:57.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100022;line-height:1.5;letter-spacing:0;top:37.875rem;left:1.03125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SRMZD5wsHyHwtB1Hb77ea4pNgXlhUW1H { color:#9a9a9a;display:block;width:30.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:47.96875rem;left:1.375rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uf1IisJa16WhHTJqTgyrSLfJQ8PB0O0b { background-color:#9cc424;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:48.78125rem;left:36.65625rem;display:block; }
#bEAAnEIb6MRtBVrvyaQP8IpOIrmvVonV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z4T7nMQ7TwQrPCBWh76rV4ch5lJmlN89 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #9cc424;border-left:0.1875rem solid #9cc424;border-right:0.1875rem solid #9cc424;border-bottom:0.1875rem solid #9cc424;height:7.875rem;width:31.25rem;top:46.375rem;left:0.9375rem;display:block; }
#QXXk3Z3gdvCFOZBmPGmKyAbdqL4gguxF { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:21.4375rem;width:21.4375rem;top:9.03125rem;left:35.9375rem;overflow:hidden;display:block; }
#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa9aae17-d75a-4203-80e9-439a6c447f68/Projektbeztytuu56.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8.adaptive-delivery-prevent-bg, #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8.lazyload, #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8.lazyloading { background-image: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { background-color: transparent; background-image: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container > .video-iframe-container { display: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row > .video-iframe-container { display: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .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); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { border-width: 0; border-radius: 0; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:60rem;position:relative;display:block; }#mZPwW838nMDlQlfdnZQF0iSdiNM2m9xE { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:11.9375rem;top:10.623046875rem;left:11.5rem;overflow:hidden;display:block; }
#ModEd6MV2f2gFUJTAabMgOmsqV5ldwVn { color:#383737;display:block;width:25.6875rem;position:absolute;font-family:lato;font-size:3.9375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:9.658203125rem;left:24rem;height:5.0625rem;font-style:normal;display:block; }
#GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR { color:#000000;display:block;width:55.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:15.6875rem;left:2.125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e2rMrLodqvbhErb5QIeSwg6AUATvxEU0 { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:"times new roman";font-size:7.5625rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:2.10595703125rem;left:3.9375rem;height:9.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXbSy5DvMkllrscoidB5K9XpAbgyXyD6 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.0625rem;width:41.375rem;top:20.4375rem;left:9.3125rem;display:block; }
#V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz > .row .container { background-color: transparent; background-image: none; }#V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz > .row .container > .video-iframe-container { display: none; }#V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz > .row > .video-iframe-container { display: none; }#V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz > .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); }#V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz > .row .container { border-width: 0; border-radius: 0; }#V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#M5fUeGnJvGWT1i7OrrReclfdexmBE2hz { color:#383737;display:block;width:31.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:28.5rem;height:1.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EhFw2I4UXvUb7r1rmMqbxNvB53x8rEyg { color:#383737;display:block;width:32.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:4.5rem;left:27.75rem;height:1.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CZNcgkJqNDu4BtLIlv0LNmUo3skwagFs { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.9375rem;top:2.40625rem;left:2.75rem;overflow:hidden;display:block; }
#vtwmaSQLtTF8H8LEy6DwhHSDTkeUKWWW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:1.1875rem;left:28.4375rem;display:block; }
#TwP7Qtp5oIpiRwLZLxxIKg7md8s5QXwG { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:3.6875rem;left:28.34375rem;display:block; }
#WxJQ99WbSHU1hO4xW6B59Lnco9U5tOlv { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:2.6875rem;left:19.25rem;height:1.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iUBPGJNtoXuec9R2ExxTF8p8DO26sF06 { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:4.625rem;left:19.25rem;height:1.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B2n2ymdTOhgK64pN4te127o42F3oZppc { display:block; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqhOxTxPN55ddBdrHLaRMxkanNMTO9qX { width:31.5625rem;height:1.75rem;top:2.5625rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5HkyNuewR9ORAk4lDTQSxU0GKHzktH2 { width:32.25rem;height:1.75rem;top:4.5rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p512K37KtKogIKI83A2D0vSmOJNIeyOd { top:2.375rem;left:0rem;width:10.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCHMCWWz5Jy7EQNxVaieapIfbZ2pNOyD { width:24.1875rem;height:7.75rem;top:0rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeCMu0V61viVveKU11HExp7iXTSnNby1 { width:44.1875rem;height:4.5rem;top:6.1875rem;left:3.5625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWdFTVFcFRSM9vBEIcA146xoK2VSyDyd { width:24.4375rem;height:26.5rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8r177r9G5NDgTXym8NwxsaUbIZZTrFi { width:13.875rem;height:3.4375rem;top:35.9375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNn2pErdTqzGXyAiRZuPxq7G2xhV60m7 { display:block; }
 }@media only screen and (max-width: 763px) { #hCMmTMPg4sUtCIk8UXTmZZaFIITnfniI { width:13.875rem;height:3.4375rem;top:41.3125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laVOnPR9sTGxEfQhzGi7lyGD0T9C48GH { display:block; }
 }@media only screen and (max-width: 763px) { #pzrg3zHM9NVHhTs2u0AG8SwKfCFH84Rs { top:15.1875rem;left:15.3125rem;width:32.0625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqun8Qhoi4WIAkSwV0ytXTtQQ6HcqyUt { width:11.9375rem;height:3.1875rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyrn49kyulPAk3KfTXr4RfXBc4T3dfX8 { width:17.5rem;height:3.4375rem;top:35.9375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd0AAmtvfxlBiiBv8P22oav3c4ATlrLr { display:block; }
 }@media only screen and (max-width: 763px) { #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 { display:block; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmPkBVgm4U1O2g5RcTF4bJnVG5hJuH7F { width:11.375rem;height:16.1875rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E88BrO8KUx3JCi7e6xT2d86RNJNWTwMy { width:42.875rem;height:3.9375rem;top:11.4375rem;left:4.875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuVVB0tzng77FTcDNhAeFCMKu0tx2s61 { width:47.75rem;height:7.75rem;top:4.4375rem;left:0rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTZ7th4SAn9ilccRk1I14aE39mDL7rln { width:11.9375rem;height:3.1875rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOJPErX3Vxh1Ep6mvq7CfFTneHvhiywT { width:10.25rem;height:10.25rem;top:31.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkMBo7ZDTo2REuJHF4S5elpgrQJFC5kp { width:10.3125rem;height:6.0625rem;top:33.8125rem;left:3.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDVpaE9ZBAXMHsBpQ4o2A1V5AvCXKiP { width:24.3125rem;height:2rem;top:20.25rem;left:23.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { width:24.375rem;height:2.875rem;top:23.8125rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecqs6H6M74cZFzTpXbTES9u3kMAvCWIc { width:5.0625rem;height:5.0625rem;top:18.75rem;left:23.65625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtLwIOQ38sCgrs2Li2rfgRcRRs8RFaT { width:24.375rem;height:4.375rem;top:37rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTJd1qnGt0ynRzAH8ohvazDSx74pwww { width:24.3125rem;height:2rem;top:33.75rem;left:23.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Hw0PeAvvPEDEeGOvQpPp532kQQCwgg { width:11.6875rem;height:2.8125rem;top:28.75rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMgeg8HXZXLyJUQD8tGpnqgfVhhRAZUC { display:block; }
 }@media only screen and (max-width: 763px) { #NGWNov4G4WGkSMBt5yZ70exBfaotUAwd { width:8.625rem;height:1.9375rem;top:43.875rem;left:31.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdnQw6qDP8NHkLoTC4iTSFtXTFUrOTUR { display:block; }
 }@media only screen and (max-width: 763px) { #GP0RZ5vmF82T44AMT87AgKIoxh6UVSnV { width:8.625rem;height:1.9375rem;top:43.875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0Mte5MfKugEAQr0u4J24BRDMWUecIg6 { display:block; }
 }@media only screen and (max-width: 763px) { #uKwxk1AWig7Vq2pupMthMUxch4nbCll0 { width:8.625rem;height:1.9375rem;top:47rem;left:31.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZmVNpTqZfhSaSxzpmad0auKEguFlyST { display:block; }
 }@media only screen and (max-width: 763px) { #GrhRREUKbbiH1ciZKRnTCd2ia7IWOz3P { width:8.625rem;height:1.9375rem;top:47rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiN2LITvMG8GeoKa6heTRL8EwGvP7eFL { display:block; }
 }@media only screen and (max-width: 763px) { #TI5gWnXDOE2qIkshlT8SnilVQt7REWwp { width:8.625rem;height:1.9375rem;top:50.4375rem;left:31.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUamlEdEBV1ohpbptpBiAFMf32VrJ9FS { display:block; }
 }@media only screen and (max-width: 763px) { #swy4U6bP2S9MkSUKplKkkxHcgvyZ5I6v { width:8.625rem;height:1.9375rem;top:50.4375rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1JDQiIwnv2Lv7fnoThFbpL0EOGMwds8 { display:block; }
 }@media only screen and (max-width: 763px) { #VPCKxKnkuy3sl2tcRZX3NClGynbDgKOh { width:8.625rem;height:1.9375rem;top:53.75rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVCt6ZmTLGd1xgU2bOvXPDq0Muq0ThTb { display:block; }
 }@media only screen and (max-width: 763px) { #PAzhuqvQ6VRcFtz6T8EMfGzAUnpT8haV { width:11.5rem;height:16.3125rem;top:19.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDanG7EoxkrsSH7yTcNbf8TnLEWhVcDP { width:11.25rem;height:16rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxWEBXmHgMGrcnxiRoOGT9TAdsBQiEV8 { width:11.3125rem;height:16.0625rem;top:38.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwLOsopyyeQ0g0eJaO5z2S05sJQ6RE3J { width:4.0625rem;height:4.0625rem;top:33rem;left:24.15625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63 { display:block; }#wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3Kp8hTsTMTs6lALEZTMq0fuNuTQfNpn { width:47.75rem;height:7.75rem;top:2.1875rem;left:0rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQbPrWp6re01k7hWQzsfouqX3QsWskDk { width:11.9375rem;height:3.1875rem;top:9.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omnra0syw5XTc1KKDDnwVQL1ib3oKR4T { width:25.6875rem;height:5.0625rem;top:9rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csq0fcbTe6TAQPpci9JPB0LyueqD7G8B { top:15.9375rem;left:0rem;width:28.75rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bixd460mTcw2TwbMAvOMJvTmRZcJRubL { width:19rem;height:2rem;top:32.6875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGxRPdH4QqCJRso1IC69tX6AaxKRgSIv { width:19.0625rem;height:2.875rem;top:34.6875rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoqZoWFLT93chcJckidmTTAS0tSC75Rf { top:16rem;left:18.75rem;width:28.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4WR0Tsw6lRHGhJMz13LVrc0I3AHoKTl { width:19rem;height:2rem;top:32.6875rem;left:26.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUn8mh4JqpzOPMnESGFyA9xUu3hTO7tq { width:19.0625rem;height:2.875rem;top:34.6875rem;left:26.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEixqtOcKyXI9DJWvJUnXhKiUfGekLfD { top:38.75rem;left:0rem;width:28.8125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKWduSD9aofZ49AbW6kc6cFfgmtkvcXU { width:19rem;height:2rem;top:56rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyQJRCI2CUPzsTFE48XN5ShxSXvWfF8U { width:19.0625rem;height:2.875rem;top:58rem;left:2.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N29klTCWSruZXUXxbDN1M3dsTH5Tb1gm { top:38.75rem;left:18.8125rem;width:28.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btGbC0uTWyWgVyLOtbXTdTaw8uSx0TNQ { width:19rem;height:2rem;top:56rem;left:26.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlrPL8bGSQvLQ7wIXgduvThseG7T8o0q { width:22.625rem;height:2.875rem;top:58rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u { display:block; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxyVga8MOddMKuuLp4iDT6icUDo0AUz2 { width:7.1875rem;height:2.0625rem;top:7.625rem;left:40.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmW1QC1iOaCElIWE5gUtXWqDk8WptVTB { width:7.875rem;height:7.875rem;top:4.6875rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VihceSRcbQ85T4OJQZe5VicxuJdTtVbf { width:16.8125rem;height:7.875rem;top:29rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki9yTPHl6r7E1TwbP785Do3VZLIGbBkS { width:11.9375rem;height:3.1875rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKEVnQvBy7GZitbbdV3vPJhDf0i1nVwu { width:28.75rem;height:9.8125rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ1MbbP0658UpXuJcH7q9qwR6DKKs5tG { width:18.1875rem;height:5.0625rem;top:9.375rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #en5bqF1ZiZEogtyP5RfWAAgf0rLSBItJ { width:33.625rem;height:11.8125rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl3ySQa8KaKuk9M6CIL7IZ4Vl1dS1Ux8 { width:19rem;height:3.4375rem;top:30.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3aqnTPpgRHvhAfwDnXNhiHXhcwZ4Xad { display:block; }
 }@media only screen and (max-width: 763px) { #DzahVi1dV90KeMV3dilyt5KinRLvEFrs { width:47.75rem;height:6.75rem;top:37.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRMZD5wsHyHwtB1Hb77ea4pNgXlhUW1H { width:30.6875rem;height:5.0625rem;top:47.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf1IisJa16WhHTJqTgyrSLfJQ8PB0O0b { width:20rem;height:3.4375rem;top:48.75rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEAAnEIb6MRtBVrvyaQP8IpOIrmvVonV { display:block; }
 }@media only screen and (max-width: 763px) { #z4T7nMQ7TwQrPCBWh76rV4ch5lJmlN89 { top:46.375rem;left:0rem;width:31.25rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXXk3Z3gdvCFOZBmPGmKyAbdqL4gguxF { top:9rem;left:26.3125rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 { display:block; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZPwW838nMDlQlfdnZQF0iSdiNM2m9xE { width:11.9375rem;height:3.1875rem;top:10.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ModEd6MV2f2gFUJTAabMgOmsqV5ldwVn { width:25.6875rem;height:5.0625rem;top:9.625rem;left:17.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR { width:47.75rem;height:2.875rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2rMrLodqvbhErb5QIeSwg6AUATvxEU0 { width:35.4375rem;height:9.875rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXbSy5DvMkllrscoidB5K9XpAbgyXyD6 { top:20.4375rem;left:3.1875rem;width:41.375rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz { display:block; }#V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5fUeGnJvGWT1i7OrrReclfdexmBE2hz { width:31.5625rem;height:1.75rem;top:2.5625rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhFw2I4UXvUb7r1rmMqbxNvB53x8rEyg { width:32.25rem;height:1.75rem;top:4.5rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZNcgkJqNDu4BtLIlv0LNmUo3skwagFs { top:2.375rem;left:0rem;width:10.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtwmaSQLtTF8H8LEy6DwhHSDTkeUKWWW { top:1.1875rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwP7Qtp5oIpiRwLZLxxIKg7md8s5QXwG { top:3.6875rem;left:22.21875rem;width:3.3125rem;height:3.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxJQ99WbSHU1hO4xW6B59Lnco9U5tOlv { width:8.5625rem;height:1.4375rem;top:2.6875rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUBPGJNtoXuec9R2ExxTF8p8DO26sF06 { width:8.5625rem;height:1.4375rem;top:4.625rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B2n2ymdTOhgK64pN4te127o42F3oZppc { display:block; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqhOxTxPN55ddBdrHLaRMxkanNMTO9qX { width:10.1875rem;height:2.5rem;top:6.25rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5HkyNuewR9ORAk4lDTQSxU0GKHzktH2 { width:11.6875rem;height:2.5rem;top:10.099609375rem;left:4.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p512K37KtKogIKI83A2D0vSmOJNIeyOd { width:10.9375rem;height:3.75rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f4c4ed5-e15e-4d96-b4a6-1e7a67f307ed/Projektbeztytuu50.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCHMCWWz5Jy7EQNxVaieapIfbZ2pNOyD { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeCMu0V61viVveKU11HExp7iXTSnNby1 { width:20rem;height:4.875rem;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWdFTVFcFRSM9vBEIcA146xoK2VSyDyd { width:20rem;height:23.75rem;top:15rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8r177r9G5NDgTXym8NwxsaUbIZZTrFi { width:19.75rem;height:3.25rem;top:65.2041015625rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNn2pErdTqzGXyAiRZuPxq7G2xhV60m7 { display:block; }
 }@media only screen and (max-width: 763px) { #hCMmTMPg4sUtCIk8UXTmZZaFIITnfniI { width:19.625rem;height:3.125rem;top:55.2666015625rem;left:0.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laVOnPR9sTGxEfQhzGi7lyGD0T9C48GH { display:block; }
 }@media only screen and (max-width: 763px) { #pzrg3zHM9NVHhTs2u0AG8SwKfCFH84Rs { height:11.189083820662rem;width:20rem;top:41.51708984375rem;left:-0.1875rem;border-top:0.1875rem solid #fdda00;border-left:0.1875rem solid #fdda00;border-right:0.1875rem solid #fdda00;border-bottom:0.1875rem solid #fdda00;display:block; }
 }@media only screen and (max-width: 763px) { #Wqun8Qhoi4WIAkSwV0ytXTtQQ6HcqyUt { width:11.9375rem;height:3.1875rem;top:5.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyrn49kyulPAk3KfTXr4RfXBc4T3dfX8 { width:19.8125rem;height:3.4375rem;top:60.0791015625rem;left:0.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd0AAmtvfxlBiiBv8P22oav3c4ATlrLr { display:block; }
 }@media only screen and (max-width: 763px) { #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 { display:block; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { width:20rem;height:100.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmPkBVgm4U1O2g5RcTF4bJnVG5hJuH7F { width:8.75rem;height:12.375rem;top:10.40625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E88BrO8KUx3JCi7e6xT2d86RNJNWTwMy { width:20rem;height:1.875rem;top:6.9375rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuVVB0tzng77FTcDNhAeFCMKu0tx2s61 { width:18.25rem;height:2.5625rem;top:1.25rem;left:0.875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTZ7th4SAn9ilccRk1I14aE39mDL7rln { width:8.625rem;height:2.25rem;top:3.849609375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOJPErX3Vxh1Ep6mvq7CfFTneHvhiywT { width:6.875rem;height:6.875rem;top:19.66064453125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkMBo7ZDTo2REuJHF4S5elpgrQJFC5kp { width:6.125rem;height:3.75rem;top:21.08544921875rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDVpaE9ZBAXMHsBpQ4o2A1V5AvCXKiP { width:14.125rem;height:1.25rem;top:43.9375rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { width:14.375rem;height:3.75rem;top:46.037109375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecqs6H6M74cZFzTpXbTES9u3kMAvCWIc { width:5.0625rem;height:5.0625rem;top:38.25rem;left:7.46875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtLwIOQ38sCgrs2Li2rfgRcRRs8RFaT { width:14.4375rem;height:5rem;top:65.86669921875rem;left:2.78125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTJd1qnGt0ynRzAH8ohvazDSx74pwww { width:13.0625rem;height:1.25rem;top:63.50439453125rem;left:2.84375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Hw0PeAvvPEDEeGOvQpPp532kQQCwgg { width:11.6875rem;height:2.8125rem;top:51.74853515625rem;left:4.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMgeg8HXZXLyJUQD8tGpnqgfVhhRAZUC { display:block; }
 }@media only screen and (max-width: 763px) { #NGWNov4G4WGkSMBt5yZ70exBfaotUAwd { width:8.625rem;height:1.9375rem;top:72.87841796875rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdnQw6qDP8NHkLoTC4iTSFtXTFUrOTUR { display:block; }
 }@media only screen and (max-width: 763px) { #GP0RZ5vmF82T44AMT87AgKIoxh6UVSnV { width:8.625rem;height:1.9375rem;top:76.00341796875rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0Mte5MfKugEAQr0u4J24BRDMWUecIg6 { display:block; }
 }@media only screen and (max-width: 763px) { #uKwxk1AWig7Vq2pupMthMUxch4nbCll0 { width:8.625rem;height:1.9375rem;top:79.12841796875rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZmVNpTqZfhSaSxzpmad0auKEguFlyST { display:block; }
 }@media only screen and (max-width: 763px) { #GrhRREUKbbiH1ciZKRnTCd2ia7IWOz3P { width:8.625rem;height:1.9375rem;top:82.00341796875rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiN2LITvMG8GeoKa6heTRL8EwGvP7eFL { display:block; }
 }@media only screen and (max-width: 763px) { #TI5gWnXDOE2qIkshlT8SnilVQt7REWwp { width:8.625rem;height:1.9375rem;top:85.06591796875rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUamlEdEBV1ohpbptpBiAFMf32VrJ9FS { display:block; }
 }@media only screen and (max-width: 763px) { #swy4U6bP2S9MkSUKplKkkxHcgvyZ5I6v { width:8.625rem;height:1.9375rem;top:88.06591796875rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1JDQiIwnv2Lv7fnoThFbpL0EOGMwds8 { display:block; }
 }@media only screen and (max-width: 763px) { #VPCKxKnkuy3sl2tcRZX3NClGynbDgKOh { width:8.625rem;height:1.9375rem;top:90.81591796875rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVCt6ZmTLGd1xgU2bOvXPDq0Muq0ThTb { display:block; }
 }@media only screen and (max-width: 763px) { #PAzhuqvQ6VRcFtz6T8EMfGzAUnpT8haV { width:8.75rem;height:12.4375rem;top:10.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDanG7EoxkrsSH7yTcNbf8TnLEWhVcDP { width:8.75rem;height:12.5rem;top:23.43603515625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxWEBXmHgMGrcnxiRoOGT9TAdsBQiEV8 { width:8.75rem;height:12.4375rem;top:23.46728515625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwLOsopyyeQ0g0eJaO5z2S05sJQ6RE3J { width:4.0625rem;height:4.0625rem;top:57.3154296875rem;left:7.96875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63 { display:block; }#wByc3h0VlTHUE1zTzLP1xMwNqM4E3l63 > .row .container { width:20rem;height:96.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3Kp8hTsTMTs6lALEZTMq0fuNuTQfNpn { width:18.0625rem;height:2.5625rem;top:1.25rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQbPrWp6re01k7hWQzsfouqX3QsWskDk { width:7.4375rem;height:1.9375rem;top:3.849609375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omnra0syw5XTc1KKDDnwVQL1ib3oKR4T { width:10.0625rem;height:2.4375rem;top:3.849609375rem;left:9.9375rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csq0fcbTe6TAQPpci9JPB0LyueqD7G8B { height:10.715873015873rem;width:19.625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bixd460mTcw2TwbMAvOMJvTmRZcJRubL { width:19rem;height:1.25rem;top:20.40283203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGxRPdH4QqCJRso1IC69tX6AaxKRgSIv { width:19.0625rem;height:2.5rem;top:22.39013671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoqZoWFLT93chcJckidmTTAS0tSC75Rf { height:10.715873015873rem;width:19.625rem;top:47.60498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4WR0Tsw6lRHGhJMz13LVrc0I3AHoKTl { width:19rem;height:1.25rem;top:60.10009765625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUn8mh4JqpzOPMnESGFyA9xUu3hTO7tq { width:19.0625rem;height:2.5rem;top:62.33642578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEixqtOcKyXI9DJWvJUnXhKiUfGekLfD { height:10.7158203125rem;width:19.625rem;top:66.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKWduSD9aofZ49AbW6kc6cFfgmtkvcXU { width:19rem;height:1.25rem;top:79.0263671875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyQJRCI2CUPzsTFE48XN5ShxSXvWfF8U { width:19.0625rem;height:2.5rem;top:81.013671875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N29klTCWSruZXUXxbDN1M3dsTH5Tb1gm { height:10.715873015873rem;width:19.625rem;top:27.92724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btGbC0uTWyWgVyLOtbXTdTaw8uSx0TNQ { width:19rem;height:1.25rem;top:40.20556640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlrPL8bGSQvLQ7wIXgduvThseG7T8o0q { width:19.0625rem;height:2.5rem;top:42.44287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u { display:block; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxyVga8MOddMKuuLp4iDT6icUDo0AUz2 { width:10.3125rem;height:0;top:9.974609375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmW1QC1iOaCElIWE5gUtXWqDk8WptVTB { width:8.625rem;height:8.625rem;top:6.880859375rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VihceSRcbQ85T4OJQZe5VicxuJdTtVbf { width:18.375rem;height:8.8125rem;top:41.63720703125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ki9yTPHl6r7E1TwbP785Do3VZLIGbBkS { width:9.375rem;height:2.4375rem;top:3.693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKEVnQvBy7GZitbbdV3vPJhDf0i1nVwu { width:5.9375rem;height:2.5625rem;top:0.53125rem;left:1.71875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ1MbbP0658UpXuJcH7q9qwR6DKKs5tG { width:10.25rem;height:2.4375rem;top:3.693359375rem;left:9.75rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #en5bqF1ZiZEogtyP5RfWAAgf0rLSBItJ { width:20rem;height:15rem;top:29.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl3ySQa8KaKuk9M6CIL7IZ4Vl1dS1Ux8 { width:14.1875rem;height:2.25rem;top:46.15625rem;left:2.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3aqnTPpgRHvhAfwDnXNhiHXhcwZ4Xad { display:block; }
 }@media only screen and (max-width: 763px) { #DzahVi1dV90KeMV3dilyt5KinRLvEFrs { width:20rem;height:15rem;top:50.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRMZD5wsHyHwtB1Hb77ea4pNgXlhUW1H { width:20rem;height:6rem;top:67.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf1IisJa16WhHTJqTgyrSLfJQ8PB0O0b { width:20rem;height:3.4375rem;top:76.46875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEAAnEIb6MRtBVrvyaQP8IpOIrmvVonV { display:block; }
 }@media only screen and (max-width: 763px) { #z4T7nMQ7TwQrPCBWh76rV4ch5lJmlN89 { width:19.625rem;height:7.875rem;top:66.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXXk3Z3gdvCFOZBmPGmKyAbdqL4gguxF { width:20rem;height:20rem;top:7.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa9aae17-d75a-4203-80e9-439a6c447f68/Projektbeztytuu56.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8.adaptive-delivery-prevent-bg, #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8.lazyload, #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8.lazyloading { background-image: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { background-color: transparent; background-image: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container > .video-iframe-container { display: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row > .video-iframe-container { display: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .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); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZPwW838nMDlQlfdnZQF0iSdiNM2m9xE { width:8.625rem;height:2.25rem;top:3.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ModEd6MV2f2gFUJTAabMgOmsqV5ldwVn { width:11rem;height:2.25rem;top:6.0625rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKcb5CSB0hhfhdfcu9bWD4d0U4PKoRgR { width:20rem;height:6.25rem;top:9.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2rMrLodqvbhErb5QIeSwg6AUATvxEU0 { width:10.9375rem;height:2.5625rem;top:1.25rem;left:4.5rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXbSy5DvMkllrscoidB5K9XpAbgyXyD6 { height:11.1474609375rem;width:20rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz { display:block; }#V0fXMeTAS7ZsfKoTtOOGviI2vbOWJTwz > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5fUeGnJvGWT1i7OrrReclfdexmBE2hz { width:10.1875rem;height:2.5rem;top:6.25rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhFw2I4UXvUb7r1rmMqbxNvB53x8rEyg { width:12.75rem;height:2.5rem;top:10.099609375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZNcgkJqNDu4BtLIlv0LNmUo3skwagFs { width:10.9375rem;height:3.75rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtwmaSQLtTF8H8LEy6DwhHSDTkeUKWWW { width:3.125rem;height:3.125rem;top:15.287109375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwP7Qtp5oIpiRwLZLxxIKg7md8s5QXwG { width:3.25rem;height:3.25rem;top:20.662109375rem;left:8.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxJQ99WbSHU1hO4xW6B59Lnco9U5tOlv { width:8.5625rem;height:1.25rem;top:14.037109375rem;left:5.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUBPGJNtoXuec9R2ExxTF8p8DO26sF06 { width:8.5625rem;height:1.25rem;top:19.412109375rem;left:5.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }