.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,219,227;--color-primary-1:230,135,162;--color-primary-2:204,15,69;--color-primary-3:102,8,35;--color-primary-4:31,2,10;--color-secondary-0:202,202,202;--color-secondary-1:151,151,151;--color-secondary-2:106,106,106;--color-secondary-3:63,63,63;--color-secondary-4:28,28,28;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Be Vietnam PRO MOJE";--paragraphs-font-family:""; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/45871fa6-6d5c-469c-8f81-58c175d56ff0/Projektbeznazwy40.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE.adaptive-delivery-prevent-bg, #E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE.lazyload, #E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE.lazyloading { background-image: none; }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row .container { background-color: transparent; background-image: none; }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row .container > .video-iframe-container { display: none; }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row > .video-iframe-container { display: none; }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .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); }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row .container { border-width: 0; border-radius: 0; }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row .container { font-size:0.875rem;font-family:"be vietnam pro moje";height:53.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#lM6mb4DoVEgerpX75AfGVqvlsoo5QwXo { color:rgba(var(--color-tertiary-0),1);display:block;width:49.0625rem;position:absolute;font-family:"titillium web";font-size:3.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:12.237500190735rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#anItuPRe1yKb3b8bgSyrkxrs6gFO7VI5 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40.5625rem;display:block; }
#oaMqWoyu4qEUSe2LdGM2GukWNRBFtF0m { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.9375rem;display:block; }
#gZi2szuAe4IWHg1cKWD8p9PoGRgGRpLL { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:47.6875rem;display:block; }
#B0LzNro6GUDgfdAhoR5i76h111JOJQJc { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:45.3125rem;display:block; }
#eTSStLzGTiGx0xViZDLWpdivTSFvqdJG { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:8.375rem;left:51.125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKGFW6rv09vDb2GOrscSWqvtq586Tt83 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:27.849999904633rem;left:0rem;height:8.5875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DKGFW6rv09vDb2GOrscSWqvtq586Tt83 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DKGFW6rv09vDb2GOrscSWqvtq586Tt83 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b1544f2f8179dd0af229302e88ada7988c6d346.svg); }
#h1tte2d556k0Werh6Vmaook8nIFlIpOJ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:4.7683715820312E-7rem;left:0rem;overflow:hidden;display:block; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-form-header {  }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;color:#ff004b;width:18.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-text { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#1d1f21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.875rem;box-sizing:border-box;height:2.3125rem;color:#cd0f45;font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;font-weight:400;font-style:normal; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-text {padding-top: 0; padding-bottom: 0;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-textarea { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#1d1f21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.875rem;box-sizing:border-box;height:4.375rem;color:#cd0f45;font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;font-weight:400;font-style:normal; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-select {padding-top: 0; padding-bottom: 0;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:18.4375rem;height:3.125rem;font-family:var(--headlines-font-family);overflow:hidden; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe [class*="-text"]:-moz-placeholder { color:#fefefe;font-family:var(--headlines-font-family);font-size:0.8125rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe [class*="-text"]::-moz-placeholder { color:#fefefe;font-family:var(--headlines-font-family);font-size:0.8125rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe [class*="-text"]:-ms-input-placeholder { color:#fefefe;font-family:var(--headlines-font-family);font-size:0.8125rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe [class*="-text"]::-webkit-input-placeholder { color:#fefefe;font-family:var(--headlines-font-family);font-size:0.8125rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);font-size:0.5625rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.7);vertical-align:top;width:17.8125rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-container:first-of-type{padding-top:0;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-container:last-of-type{padding-bottom:0;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe  { background-color:rgba(6,6,6,0.85);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;position:absolute;top:17.125rem;left:50.75rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.875rem;display:block;vertical-align:top; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe {display:block;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe { background-color:rgba(6,6,6,0.85);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;position:absolute;top:17.125rem;left:50.75rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #snTeden7GlJeIcu6MfLPZkiBt0BLdFUh { position:relative; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #vHADuT2NqPxHzKNHrPfcQlOWTH5mWQgz { position:relative;display:none; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #r9AIhxx3pTFpi2nMQkkHdcWFnoHO9mGw { position:relative; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #XoLoX9z3WPCCQmc82yagFJOw9dit88Il { position:relative; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #b6xni8MwA2wQ5bdtscFCl6z8lVe9yxx2 { position:relative;display:none; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #H85rgt5CCFKhZ7bT6JFeH2Wz4ZtZgSIn { position:relative; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #E3Su4TTTKvfrgMRFe2y08S1X1wtvZbV9 { position:relative; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #CKWqi4g966zxnLleaE6I9tJybDZkstJQ { position:relative;display:none; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #GHQ3pTCASKoTTVt1tN5aPtnaTxUaMAGi { position:relative; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #P2qHS4KFLaB2PA985n9TOsZfPkKbLucT { position:relative; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #UUqPSgNiwgBtlAA7DTuwoaJzUbBcvch0 { position:relative;display:none; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #SbMOAHRIa0DbTTBvhT0TEW36qfNAmm1B { position:relative; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #uJyagIfyWCTatsLXC2uTdrXWD0dQ9zHn { position:relative; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #glssi1g7PP0Ju9RAe3RQKz9G3QonIUIx { position:relative;z-index:2; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #nw4MgN6gP5OIWTACOll64qnmX6LHpUSF { position:relative; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #wDQeRCNT3TZ9pPsIQFFnDCcmpl6QTfKB { position:relative; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #DWSkM9oTByd3wA148UgU9v2lJpPMM9Jh { position:relative; }
#hWA1fhuG9NoEaTksbhKRTBA4GcC6TSi3 { box-sizing:content-box;height:42.9375rem;width:24.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.77);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.74);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.74);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.74);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.74);top:6.375rem;left:49.3125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#B8chsWBRLLEkHnLuoTTlya72htzs1nRA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:14.125rem;left:52.5rem;height:2.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Na5v3EcoQWQDOXIZIyOqXmDklCCxDqCr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15077;opacity:1;top:3.8125rem;left:59.4375rem; }
#tlT0eGUFgT39W8Ryg30sFw2oMFy191DT { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15077;line-height:1.2;letter-spacing:0;top:24.093749523163rem;left:0rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#txgvUBL3eWTPTZMNxL02xkTGVvDkKC6p { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;top:8.5625rem;left:0rem;height:1.425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxTs2RSOalE70JKesylzFiyHQosRCgKJ { box-sizing:content-box;height:10.4375rem;width:12.5rem;position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-tertiary-4),0.75);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.69);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.69);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.69);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.69);top:38.75rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#oL3TPkGf6ot5wdMQosWE6owoBVAnJNig { box-sizing:content-box;height:10.4375rem;width:12.5625rem;position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-tertiary-4),0.75);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.69);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.69);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.69);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.69);top:38.75rem;left:15.4375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#qgu7XaM27kE1tzrWX2vEyD22ElLuN1A6 { box-sizing:content-box;height:10.4375rem;width:12.5625rem;position:absolute;display:block;z-index:15082;background-color:rgba(var(--color-tertiary-4),0.75);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.69);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.69);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.69);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.69);top:38.75rem;left:31.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#STff4rPXtTJDpBtxUntTvWvhoBXr3I10 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15083;line-height:1;letter-spacing:0;top:39.5rem;left:5.4375rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fJivCBwITqyn7dJaESXAoCwmqaAhoWPD { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15084;line-height:1;letter-spacing:0;top:39.5rem;left:20.75rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SrDs58oWSWrI9WnP7BpW32KR7SRRHhHa { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15085;line-height:1;letter-spacing:0;top:39.5rem;left:36.6875rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OMCtghixtSyaxkeZPxSJJ1BhEt2O21gc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15086;line-height:1.4;letter-spacing:0;top:44.4375rem;left:1.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#safcZwRFQGkLULTtnUDpC2pARyEFBQBx { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15087;line-height:1.4;letter-spacing:0;top:44.4375rem;left:32.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zWPFOpJ0muQ8OtyONF3Ov6cT6KOM8WIK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15088;line-height:1.4;letter-spacing:0;top:44.4375rem;left:16.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NFGmx9nnopaLtxqTG8Cq4M44cw7la2RX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:39.9375rem;left:1.125rem; }
#V7S3f7UdnRe70vSGr3PvT2btTWGaCBr0 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:39.8125rem;left:16.5625rem; }
#upPDisl1a47Dry4brMlbFAxWCfKJ60oG { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:39.6875rem;left:32.375rem; }
#SERlH13wTbccpDOIvceb8eFGm4TWyxyD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.4;letter-spacing:0;top:40.3125rem;left:53.0625rem;height:5.8375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SERlH13wTbccpDOIvceb8eFGm4TWyxyD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SERlH13wTbccpDOIvceb8eFGm4TWyxyD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b1544f2f8179dd0af229302e88ada7988c6d346.svg); }
#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/59ac841a-0a6b-4b95-8068-fc8b913a1807/Projektbeznazwy44.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK.adaptive-delivery-prevent-bg, #PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK.lazyload, #PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK.lazyloading { background-image: none; }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row .container { background-color: transparent; background-image: none; }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row .container > .video-iframe-container { display: none; }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row > .video-iframe-container { display: none; }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .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); }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row .container { border-width: 0; border-radius: 0; }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#ElSnaIolp4Q2OLddkMAZUpde1wuyGzpt { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.125rem;display:block; }
#GIOEWbFvEVaDoSAuEm3yaecXNhNJ4ab7 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.5rem;display:block; }
#kSCZTtzxECSGrTOdoSDN3pmOiJr8kAfo { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:8.875rem;display:block; }
#sESaBr7OWa1ywXsVfxp6p7nkoGo0CT3w { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.75rem;display:block; }
#eynVJkSVf58cRZEv0KiW7GVpTuQy6IMU { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:8.6375007629394rem;left:0rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RxBHsFL2h86DSlsMticR7UCPxEXek4ml { color:rgba(var(--color-primary-2),1);display:block;width:46.0625rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:12.60000038147rem;left:0rem;height:8.6625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XMk7LSzthMXID1P2LuEJkdf2IW05w4J9 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15089;line-height:1.2;letter-spacing:0;top:23.237501144409rem;left:0rem;height:2.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kW1F2tSktThkanCRl90WSCMDGvstQqxr { color:rgba(var(--color-tertiary-1),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:35.3125rem;left:0rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfZ52fRvEGTTdpoZI305yWshKIVRJLSE { color:rgba(var(--color-tertiary-1),1);display:block;width:7.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:35.3125rem;left:11.5rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qIy8At2a8VDPFtb8u0n6X6cq8rFGkCem { color:rgba(var(--color-tertiary-1),1);display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:35.3125rem;left:21.1875rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gI7GsT2zioagLGym1iNq2m4IgZWRfeXB { color:rgba(var(--color-tertiary-1),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:35.3125rem;left:30.4375rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q4qucVi0ud6MnTPTP7rDA0L62cJle6BG { color:rgba(var(--color-tertiary-1),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:35.3125rem;left:41.049999237061rem;height:3.675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BpIQ9vT9GP1DUyH8ssWKTEhoLBWokDTz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:30.75rem;left:2.6875rem; }
#yuLmrGaPRoaRoTcxgsWJD3AEvopOHffQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:30.75rem;left:13.4375rem; }
#TZArxL2OSIK4b2K5vPEivSez42vJPxU7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:30.75rem;left:23.28125rem; }
#RNt1AcTWiTiiksOExIobTMPXt3ZcWx7C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:30.75rem;left:32.90625rem; }
#n3XCQqnuXzm5ZIs01RCZvGzSEd27nHeB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:30.75rem;left:43.5625rem; }
#K6OZQNIL3beNMn1b4nhtJLULNJEVTr5z { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-secondary-2),0.78);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.75rem;left:10rem;display:block; }
#MIxdwhHi8kuxUVBUqZLn0yB02d9MAgLD { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-secondary-2),0.78);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.8125rem;left:20rem;display:block; }
#g7SVWdJKira58VscDD1ZJmv9T8S9b4km { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-secondary-2),0.78);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.75rem;left:29.9375rem;display:block; }
#Pw7V4Wkapo7TnJROSNbCFrrUrAaxCVtV { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-secondary-2),0.78);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.75rem;left:39.987499237061rem;display:block; }
#Uqr2eHNZQcfh6ca2R7HOCa5FG2xe7oTb { position:absolute;display:block;z-index:15007;height:2.125rem;width:3.875rem;top:1.0875005722046rem;left:71.125rem;display:block; }
#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.96);background-image:url("https://images.assets-landingi.com/uc/205ece2b-9eb2-4ed6-a99a-33811952908f/Ktreprocesysdzinajbardziejmanualne.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX.adaptive-delivery-prevent-bg, #xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX.lazyload, #xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX.lazyloading { background-image: none; }#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX > .row .container { background-color: transparent; background-image: none; }#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX > .row .container > .video-iframe-container { display: none; }#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX > .row > .video-iframe-container { display: none; }#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX > .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); }#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX > .row .container { border-width: 0; border-radius: 0; }#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX > .row .container { font-size:0.875rem;font-family:"be vietnam pro moje";height:49.75rem;width:75rem;position:relative;display:block; }#Z3EMJO8wTJs3gdk0xs69MiZqZeSidwn0 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0.0625rem solid rgba(157,157,156,0.72);border-left:0.0625rem solid rgba(157,157,156,0.72);border-right:0.0625rem solid rgba(157,157,156,0.72);border-bottom:0.0625rem solid rgba(157,157,156,0.72);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:14.5625rem;width:16.875rem;top:30.375001907349rem;left:0rem;display:block; }
#r9oLk1Am8fKEQKwzkHEevEnHHZ72BwwF { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:31.125001907349rem;left:1.875rem; }
#JKkCM4w3xTTfdRDkf9L44cr1NUOULOrb { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:36.375001907349rem;left:1.875rem;height:5.4rem;font-style:normal;display:block; }
#GZv7nXC9Vuqb8tz8W3CnAhb11l6qStGO { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#FCXi0uLxPXBC8rSHyg3hRZOTMPAHvmuu { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#LeUEMtHyvELzBhFUEidHOcgAc0nEIgb3 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#bMqDo5OXATCciThpf82oViHM6UahHCMg { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#TmBixT6tuH1JrUMRaxOS0CQA84edfSRI { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0.0625rem solid rgba(157,157,156,0.72);border-left:0.0625rem solid rgba(157,157,156,0.72);border-right:0.0625rem solid rgba(157,157,156,0.72);border-bottom:0.0625rem solid rgba(157,157,156,0.72);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:14.75rem;width:16.9375rem;top:30.437501907349rem;left:19.3125rem;display:block; }
#krhBorw8enFu0Owvi5wEiE9BkF0oeqyH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:36.437501907349rem;left:20.8125rem;height:5.4rem;font-style:normal;display:block; }
#NWDP2H6mVqE4i6ZkIg2iMf2zHXQfeZOp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.187501907349rem;left:20.8125rem; }
#TSnybkCWrfWfWpnKlPtqM3oN0fNcAlPe { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0.0625rem solid rgba(157,157,156,0.72);border-left:0.0625rem solid rgba(157,157,156,0.72);border-right:0.0625rem solid rgba(157,157,156,0.72);border-bottom:0.0625rem solid rgba(157,157,156,0.72);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:14.8125rem;width:16.875rem;top:30.375001907349rem;left:38.625rem;display:block; }
#iuScHX6pRIqllsswJfzfxig7d7xOT1LQ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:31.125001907349rem;left:40.4375rem; }
#nmwKbFFUVScLfMWOaeM3ifauPIaNq9kJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:36.375001907349rem;left:40.4375rem;height:7.2rem;font-style:normal;display:block; }
#A3BUolnceAK1T8Zn9KiHxq9NZVXXLvxM { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0.0625rem solid rgba(157,157,156,0.72);border-left:0.0625rem solid rgba(157,157,156,0.72);border-right:0.0625rem solid rgba(157,157,156,0.72);border-bottom:0.0625rem solid rgba(157,157,156,0.72);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:15.0625rem;width:17rem;top:30.375001907349rem;left:58.0625rem;display:block; }
#U6Ave968MPZASUhG1OpGnUNtv61cki0V { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:31.125001907349rem;left:59.875rem; }
#nbfAnaNqBzHPsaGPsEmzqkOSaXuamidC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:36.375001907349rem;left:59.875rem;height:5.4rem;font-style:normal;display:block; }
#w4kScPTxTE2TpMntoSAP3WABVJhbxi01 { color:rgba(var(--color-primary-2),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:9.5999994277956rem;left:0rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kvcsunf8LOMSThW2ptDTVEaDyM4r2SB7 { color:rgba(var(--color-primary-2),1);display:block;width:46.0625rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:13.6875rem;left:0rem;height:5.775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xTsgzRm6Hxdhpgyfk7grFCC0KWZwMiW7 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15091;line-height:1.2;letter-spacing:0;top:21.1875rem;left:0rem;height:3.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZIOGGmoxmrqbZyzRTauELyXAGCbHvKZ { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:16.4375rem;top:4.1999998092651rem;left:48.174999237061rem;overflow:hidden;display:block; }
#guWDTsXiHVQ9lyHgkLGl7MHf4VmLscBi { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:3.3125rem;top:6.25rem;left:58.625rem;overflow:hidden;display:block; }
#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.96);background-image:url("https://images.assets-landingi.com/uc/dd4f656d-84f6-4bf0-a929-8d7e0ebef09b/Ktreprocesysdzinajbardziejmanualne2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz.adaptive-delivery-prevent-bg, #ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz.lazyload, #ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz.lazyloading { background-image: none; }#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz > .row .container { background-color: transparent; background-image: none; }#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz > .row .container > .video-iframe-container { display: none; }#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz > .row > .video-iframe-container { display: none; }#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz > .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); }#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz > .row .container { border-width: 0; border-radius: 0; }#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz > .row .container { font-size:0.875rem;font-family:"be vietnam pro moje";height:50.9375rem;width:75rem;position:relative;display:block; }#TgqC6vvNQMTB0X7L0akhhM0BPKJ6399p { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:33.150006294251rem;left:3.53125rem; }
#fAlE8Qz273ltOlqTLS1JteB7mDgZykTt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:34.343749046326rem;left:9.375rem;height:1.8rem;font-style:normal;display:block; }
#kQ9AOTDh9iATxq8yXxK8pRFcF0dHKT7O { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#hUVBfD6O0IuD7Sb8WMNaEn4xCkUye0GA { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#qtXqGplI31DMuixpBzxToX706QbFU1fy { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#TaM07PdqaefZlfIf5fddK9VfBMlpslTn { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#c2mg8uBHLCLbhz1HIInEcNvSCJf4ZTQA { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:34.34375rem;left:32.9375rem;height:1.8rem;font-style:normal;display:block; }
#cOqltyu9hvCFUx56zum8zayumTwmwzUx { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:33.150000572204rem;left:27.25rem; }
#VmTrCXJo7MKqMkqHC8UplsIudSCUCdoR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:33.150000572204rem;left:51.4375rem; }
#ovPPccT0dt7lcdgolgGJ9t3LwhXCNkvi { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:33.44375038147rem;left:57.1875rem;height:3.6rem;font-style:normal;display:block; }
#plzIcdXGctKzrJ9DCARFGPiL7p4I9IUK { color:rgba(var(--color-primary-2),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:9.6624984741213rem;left:0rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CpXEgc9vMg9ZFE2sfwvo4JHEtEAGs78e { color:rgba(var(--color-primary-2),1);display:block;width:46.0625rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:13.6875rem;left:0rem;height:5.775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aeHEVHrau1gcsny2v63bw9WfH17Pa43x { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15091;line-height:1.2;letter-spacing:0;top:14.774997711182rem;left:38.25rem;height:4.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zo8QL3JISPggJTVP9trCsL9W9uEQPADA { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:75rem;top:20.9375rem;left:0rem;overflow:hidden;display:block; }
#AcUr2zJMKeT807RMFgLBJaa6qTIXFnTn { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:0.25rem;top:23.4375rem;left:24.403125762939rem;display:block; }
#CvR5PuVFTse29MGIi6e5mn9XZI3QRwQM { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:0.25rem;top:23.4375rem;left:48.3125rem;display:block; }
#vVuxWQKfPg16QtivZDbIqQfcbSLfFNsx { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:0.25rem;top:23.4375rem;left:72.925003051756rem;display:block; }
#O9oEKKuxG0yt59nbEvS7RlI0OgnahagO { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:0.25rem;top:23.4375rem;left:2rem;display:block; }
#BDLzSCzi3r4cp0eWbIzCcZm9mwNENm4G { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:0.25rem;top:23.41250038147rem;left:25.875rem;display:block; }
#HuAVQ0oeFgpW9TGUrIG9hTl8Z7lx4tZp { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:0.25rem;top:23.41250038147rem;left:49.875rem;display:block; }
#SJLOFbsWifRv27gx8J2Q2UTfcMSE9gbG { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;top:39.625rem;left:31.4375rem;height:5.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SJLOFbsWifRv27gx8J2Q2UTfcMSE9gbG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SJLOFbsWifRv27gx8J2Q2UTfcMSE9gbG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d672c27a997d4b448e758f26afe8a71753219c8d.svg); }
#XtwoWhyaxcM6usLPZT1IOPLtPyKqTNGq { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:39.625rem;left:7.71875rem;height:5.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XtwoWhyaxcM6usLPZT1IOPLtPyKqTNGq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XtwoWhyaxcM6usLPZT1IOPLtPyKqTNGq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d672c27a997d4b448e758f26afe8a71753219c8d.svg); }
#RwTRZlRgEF6oXTAKIIThDkugowbFtXSV { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:39.625rem;left:55.625rem;height:5.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RwTRZlRgEF6oXTAKIIThDkugowbFtXSV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RwTRZlRgEF6oXTAKIIThDkugowbFtXSV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d672c27a997d4b448e758f26afe8a71753219c8d.svg); }
#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dd4f656d-84f6-4bf0-a929-8d7e0ebef09b/Ktreprocesysdzinajbardziejmanualne2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7.adaptive-delivery-prevent-bg, #LHJEa257HiKhSf2v9aRMMXaqTo064BN7.lazyload, #LHJEa257HiKhSf2v9aRMMXaqTo064BN7.lazyloading { background-image: none; }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row .container { background-color: transparent; background-image: none; }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row .container > .video-iframe-container { display: none; }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row > .video-iframe-container { display: none; }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .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); }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row .container { border-width: 0; border-radius: 0; }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#XrxBTTQJduQLItNawWIydmqIL1vNAh0k { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:53.625rem;top:15.375002861023rem;left:4.1552085876465rem;overflow:hidden;display:block; }
#asq5fqJtoqDbTtpxuZbpIPtLRDxi3bz9 { color:rgba(var(--color-primary-2),1);display:block;width:37.9375rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:5.1874990463257rem;left:18.53125rem;height:5.775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#du4Ekm3daqAIRcKpWHiWD8ot9vaTCiJe { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;top:9.612500190735rem;left:22.875rem;height:2.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJ4q96tVnTnzHa140JJldbzkSJ1fK948 { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:18.3125rem;top:6.875rem;left:53.836456298828rem;overflow:hidden;display:block; }
#AdGlS9sRcBK9aBPQxWow1xTdMBrf6udh { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:3.3125rem;top:9.2374992370606rem;left:65.8125rem;overflow:hidden;display:block; }
#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d8901368-e6e4-4232-a0d4-9a4451c384c3/Ktreprocesysdzinajbardziejmanualne6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO.adaptive-delivery-prevent-bg, #xKRqhuh4l101LAqVTR9nKbM2hVX4yURO.lazyload, #xKRqhuh4l101LAqVTR9nKbM2hVX4yURO.lazyloading { background-image: none; }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row .container { background-color: transparent; background-image: none; }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row .container > .video-iframe-container { display: none; }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row > .video-iframe-container { display: none; }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .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); }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row .container { border-width: 0; border-radius: 0; }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#T5PZlrpX4n5z9OgqF5fCafbR5CF8KaLJ { color:rgba(var(--color-primary-2),1);display:block;width:32.1875rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:10.6875rem;left:0rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uF4lLliZEZNnJWeyBtgFXG22uitzDJyL { 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:flex;z-index:15012;opacity:1;top:6.2375001907349rem;left:0rem; }
#v7OQ97lMtsF9xKZ4Cqgxdws0fJ2Lu14d { 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:flex;z-index:15013;opacity:1;top:20.675000190735rem;left:27.25rem; }
#GETlKGkvxWcadrGNom4ZPacPZJgQ6uyc { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:21.03750038147rem;left:0rem;height:2.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TVAWRVpHx2hDDBAMIHP8t73noaFOq7T1 { color:rgba(var(--color-primary-2),1);display:block;width:27.0625rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:32.662502288818rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B6tgXsKvMgvSayVHqTzfkTlpyZ8yAHQp { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15094;line-height:1.2;letter-spacing:0;top:41.212503433228rem;left:0rem;height:2.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtHq7na9uT6eiRKQ4uzyfq4i20TDxP4y { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.125rem;top:31.000002288818rem;left:27.809504808091rem;overflow:hidden;display:block; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-form-header {  }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;color:#ff004b;width:17.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-text { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#1d1f21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.4375rem;box-sizing:border-box;height:1.75rem;color:#cd0f45;font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;font-weight:400;font-style:normal; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-textarea { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#1d1f21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.4375rem;box-sizing:border-box;height:4.375rem;color:#cd0f45;font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;font-weight:400;font-style:normal; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.0625rem;height:3.125rem;font-family:var(--headlines-font-family);overflow:hidden; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q [class*="-text"]:-moz-placeholder { color:#fefefe;font-family:var(--headlines-font-family);font-size:0.8125rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q [class*="-text"]::-moz-placeholder { color:#fefefe;font-family:var(--headlines-font-family);font-size:0.8125rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q [class*="-text"]:-ms-input-placeholder { color:#fefefe;font-family:var(--headlines-font-family);font-size:0.8125rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q [class*="-text"]::-webkit-input-placeholder { color:#fefefe;font-family:var(--headlines-font-family);font-size:0.8125rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);font-size:0.5625rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.7);vertical-align:top;width:16.375rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-container:first-of-type{padding-top:0;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-container:last-of-type{padding-bottom:0;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q  { background-color:rgba(6,6,6,0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15016;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;position:absolute;top:26.143737792969rem;left:52.393753051757rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.4375rem;display:block;vertical-align:top; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q {display:block;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q { background-color:rgba(6,6,6,0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15016;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;position:absolute;top:26.143737792969rem;left:52.393753051757rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #uTGx6wLczJbJl12saaWbMx6woMcHGvfp { position:relative; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #obx0raNDcGpSScpl5dLbqtoTVUADVxJv { position:relative;display:none; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #iAvTKJ0aOm807c4W2CCken2TzybuoLIQ { position:relative; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #AuQ0f2JzQt3LzXovky3HUZOOUgySUmkS { position:relative; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #X0txzpPfLTq5v4xD4nCpUOBf9SZchDNV { position:relative;display:none; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #sQD1C9ofI6sgeTqCfyrZx5fAUDMAG9Zi { position:relative; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #d3XfbsDwtm1LV4aNmarR1Tkb8DkVtdk8 { position:relative; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #qWoeOzoVXI0SHDW1ga3M2zscBdrxncKX { position:relative;display:none; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #Tk4ZFLyL1LCPTSdEMB6dc2AbpDp82RUf { position:relative; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #LouQWhZH9zodpk9uhvmK0mE3DV2I55nS { position:relative; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #VGkKwm8B2wskgE5pGQdGBgTfwnJRGRKT { position:relative;display:none; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #BBuEZOcTmRHTt15oKn3M3KDsit44NMsF { position:relative; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #rlIycqmiJBLkRhWmUxrZZJixfUsTc01K { position:relative; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #SBraXs8Rlg2RLBpV1rFN2LUJdGMV8Grg { position:relative;z-index:2; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #S4KTy4xZvu38WxxJ27z42cyKKPShvQpJ { position:relative; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #Cor3gLF23v0xELWIAIQ443ehfdCcbItM { position:relative; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #SlB9MpVAi5tJ8s7NrmV4ZUrBlilnqWPf { position:relative; }
#kPhFppmVZq3Vxu5nbSK3DLBPHwXSdFFR { box-sizing:content-box;height:23.5625rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),0.77);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.74);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.74);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.74);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.74);top:21.737503051757rem;left:51.09375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#zXEm7BvhNb3x1eqJkkWQAaP9SRUliqCc { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15077;line-height:1.2;letter-spacing:0;top:23.162502288818rem;left:52.049999237061rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ND5TMLOXCkfT7QWO1ne7rTOE0EtVtc1P { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:25.0625rem;top:0.3750114440918rem;left:46.751041412354rem;overflow:hidden;display:block; }
#yaJfQ7gk3b4TWZ8MrDPUBoksCVwugdCW { color:rgba(var(--color-primary-2),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:1.9875001907349rem;left:0rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/dd4f656d-84f6-4bf0-a929-8d7e0ebef09b/Ktreprocesysdzinajbardziejmanualne2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4.adaptive-delivery-prevent-bg, #Jk2q65otwHanHIZQThqvSdPCd4Lpcia4.lazyload, #Jk2q65otwHanHIZQThqvSdPCd4Lpcia4.lazyloading { background-image: none; }#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 > .row .container { background-color: transparent; background-image: none; }#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 > .row .container > .video-iframe-container { display: none; }#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 > .row > .video-iframe-container { display: none; }#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 > .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); }#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 > .row .container { border-width: 0; border-radius: 0; }#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#ia9QMU0ZecZlixDxLDenq3gTTEL9eJ2a { color:#f3f3f3;display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:53.9375rem;height:3.16875rem;text-align:right;text-align-last:right;display:block; }
#mzaNo9LvHxW1IosnGudxSR7mytdHU4tr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.75rem;top:8.375rem;left:25.1875rem;overflow:hidden;display:block; }
#ke6GH4XpJITB5FgawkvTycUbMWXrmT4N { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:right;text-align-last:right;top:12.1875rem;left:65.625rem;display:block; }
#sJAxP2Q6RPtq0EBcUbWlut8kUp9PclBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWPL7JEiBtbLLZPqpQtKTc9SRxA0NX6R { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.625rem;top:7.5rem;left:37.875rem;overflow:hidden;display:block; }
#ox7BTyZCw1daEO1nunMZSFqxe7GDgzFk { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:9.25rem;left:14.25rem;height:1.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gQ91OTOS5qWbZgOogIq8fF1UU6sTRnRu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:7.5531234741213rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE { display:block; }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lM6mb4DoVEgerpX75AfGVqvlsoo5QwXo { top:12.1875rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #anItuPRe1yKb3b8bgSyrkxrs6gFO7VI5 { width:0.5rem;height:31.25rem;top:0rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaMqWoyu4qEUSe2LdGM2GukWNRBFtF0m { width:0.5rem;height:31.25rem;top:0rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZi2szuAe4IWHg1cKWD8p9PoGRgGRpLL { width:0.5rem;height:31.25rem;top:0rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0LzNro6GUDgfdAhoR5i76h111JOJQJc { width:0.5rem;height:31.25rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTSStLzGTiGx0xViZDLWpdivTSFvqdJG { top:8.375rem;left:27.125rem;width:20.625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGFW6rv09vDb2GOrscSWqvtq586Tt83 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#DKGFW6rv09vDb2GOrscSWqvtq586Tt83 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b1544f2f8179dd0af229302e88ada7988c6d346.svg); }
 }@media only screen and (max-width: 763px) { #h1tte2d556k0Werh6Vmaook8nIFlIpOJ { top:0rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-regular-label { width:18.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-text { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-text {padding-top: 0; padding-bottom: 0;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-textarea { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-select { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-select {padding-top: 0; padding-bottom: 0;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-button { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.1875rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe  { width:18.875rem;height:auto;top:17.125rem;left:26.375rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .radio-container { width:18.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe {display:block;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe { width:18.875rem;height:auto;top:17.125rem;left:26.375rem; }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #snTeden7GlJeIcu6MfLPZkiBt0BLdFUh {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #vHADuT2NqPxHzKNHrPfcQlOWTH5mWQgz { display:block; }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #r9AIhxx3pTFpi2nMQkkHdcWFnoHO9mGw {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #XoLoX9z3WPCCQmc82yagFJOw9dit88Il {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #b6xni8MwA2wQ5bdtscFCl6z8lVe9yxx2 {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #H85rgt5CCFKhZ7bT6JFeH2Wz4ZtZgSIn {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #E3Su4TTTKvfrgMRFe2y08S1X1wtvZbV9 {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #CKWqi4g966zxnLleaE6I9tJybDZkstJQ { display:block; }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #GHQ3pTCASKoTTVt1tN5aPtnaTxUaMAGi {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #P2qHS4KFLaB2PA985n9TOsZfPkKbLucT {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #UUqPSgNiwgBtlAA7DTuwoaJzUbBcvch0 {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #SbMOAHRIa0DbTTBvhT0TEW36qfNAmm1B {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #uJyagIfyWCTatsLXC2uTdrXWD0dQ9zHn {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #glssi1g7PP0Ju9RAe3RQKz9G3QonIUIx {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #nw4MgN6gP5OIWTACOll64qnmX6LHpUSF {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #wDQeRCNT3TZ9pPsIQFFnDCcmpl6QTfKB {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #DWSkM9oTByd3wA148UgU9v2lJpPMM9Jh {  }
 }@media only screen and (max-width: 763px) { #hWA1fhuG9NoEaTksbhKRTBA4GcC6TSi3 { top:6.375rem;left:23.5rem;width:24.125rem;height:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8chsWBRLLEkHnLuoTTlya72htzs1nRA { top:14.125rem;left:29.8125rem;width:17.9375rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na5v3EcoQWQDOXIZIyOqXmDklCCxDqCr { top:3.8125rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlT0eGUFgT39W8Ryg30sFw2oMFy191DT { top:24.0625rem;left:0rem;width:30.4375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txgvUBL3eWTPTZMNxL02xkTGVvDkKC6p { top:8.5625rem;left:0rem;width:37.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxTs2RSOalE70JKesylzFiyHQosRCgKJ { top:38.75rem;left:0rem;width:12.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL3TPkGf6ot5wdMQosWE6owoBVAnJNig { top:38.75rem;left:1.8125rem;width:12.5625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgu7XaM27kE1tzrWX2vEyD22ElLuN1A6 { top:38.75rem;left:17.5625rem;width:12.5625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STff4rPXtTJDpBtxUntTvWvhoBXr3I10 { top:39.5rem;left:0rem;width:7.0625rem;height:3.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJivCBwITqyn7dJaESXAoCwmqaAhoWPD { top:39.5rem;left:7.125rem;width:7.1875rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrDs58oWSWrI9WnP7BpW32KR7SRRHhHa { top:39.5rem;left:23.0625rem;width:6.9375rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMCtghixtSyaxkeZPxSJJ1BhEt2O21gc { top:44.4375rem;left:0rem;width:11.0625rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #safcZwRFQGkLULTtnUDpC2pARyEFBQBx { top:44.4375rem;left:18.8125rem;width:11.0625rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWPFOpJ0muQ8OtyONF3Ov6cT6KOM8WIK { top:44.4375rem;left:3rem;width:10.25rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFGmx9nnopaLtxqTG8Cq4M44cw7la2RX { top:39.9375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7S3f7UdnRe70vSGr3PvT2btTWGaCBr0 { top:39.8125rem;left:2.9375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upPDisl1a47Dry4brMlbFAxWCfKJ60oG { top:39.6875rem;left:18.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SERlH13wTbccpDOIvceb8eFGm4TWyxyD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#SERlH13wTbccpDOIvceb8eFGm4TWyxyD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b1544f2f8179dd0af229302e88ada7988c6d346.svg); }
 }@media only screen and (max-width: 763px) { #PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK { display:block; }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElSnaIolp4Q2OLddkMAZUpde1wuyGzpt { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIOEWbFvEVaDoSAuEm3yaecXNhNJ4ab7 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSCZTtzxECSGrTOdoSDN3pmOiJr8kAfo { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sESaBr7OWa1ywXsVfxp6p7nkoGo0CT3w { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eynVJkSVf58cRZEv0KiW7GVpTuQy6IMU { top:8.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxBHsFL2h86DSlsMticR7UCPxEXek4ml { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMk7LSzthMXID1P2LuEJkdf2IW05w4J9 { top:23.1875rem;left:0rem;width:25.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW1F2tSktThkanCRl90WSCMDGvstQqxr { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfZ52fRvEGTTdpoZI305yWshKIVRJLSE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIy8At2a8VDPFtb8u0n6X6cq8rFGkCem { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI7GsT2zioagLGym1iNq2m4IgZWRfeXB { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4qucVi0ud6MnTPTP7rDA0L62cJle6BG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpIQ9vT9GP1DUyH8ssWKTEhoLBWokDTz { top:30.75rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuLmrGaPRoaRoTcxgsWJD3AEvopOHffQ { top:30.75rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZArxL2OSIK4b2K5vPEivSez42vJPxU7 { top:30.75rem;left:9.65625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNt1AcTWiTiiksOExIobTMPXt3ZcWx7C { top:30.75rem;left:19.28125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3XCQqnuXzm5ZIs01RCZvGzSEd27nHeB { top:30.75rem;left:29.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6OZQNIL3beNMn1b4nhtJLULNJEVTr5z { top:30.75rem;left:0rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIxdwhHi8kuxUVBUqZLn0yB02d9MAgLD { top:30.8125rem;left:6.375rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7SVWdJKira58VscDD1ZJmv9T8S9b4km { top:30.75rem;left:16.3125rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw7V4Wkapo7TnJROSNbCFrrUrAaxCVtV { top:30.75rem;left:26.362499237061rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqr2eHNZQcfh6ca2R7HOCa5FG2xe7oTb { top:1.0625rem;left:43.875rem;width:3.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX { display:block; }#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3EMJO8wTJs3gdk0xs69MiZqZeSidwn0 { width:16.875rem;height:14.5625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9oLk1Am8fKEQKwzkHEevEnHHZ72BwwF { top:31.125rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKkCM4w3xTTfdRDkf9L44cr1NUOULOrb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZv7nXC9Vuqb8tz8W3CnAhb11l6qStGO { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCXi0uLxPXBC8rSHyg3hRZOTMPAHvmuu { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeUEMtHyvELzBhFUEidHOcgAc0nEIgb3 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMqDo5OXATCciThpf82oViHM6UahHCMg { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmBixT6tuH1JrUMRaxOS0CQA84edfSRI { width:16.9375rem;height:14.75rem;top:30.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhBorw8enFu0Owvi5wEiE9BkF0oeqyH { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWDP2H6mVqE4i6ZkIg2iMf2zHXQfeZOp { top:31.1875rem;left:7.1875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnybkCWrfWfWpnKlPtqM3oN0fNcAlPe { width:16.875rem;height:14.8125rem;top:30.375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuScHX6pRIqllsswJfzfxig7d7xOT1LQ { top:31.125rem;left:26.8125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmwKbFFUVScLfMWOaeM3ifauPIaNq9kJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3BUolnceAK1T8Zn9KiHxq9NZVXXLvxM { width:17rem;height:15.0625rem;top:30.375rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Ave968MPZASUhG1OpGnUNtv61cki0V { top:31.125rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbfAnaNqBzHPsaGPsEmzqkOSaXuamidC { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4kScPTxTE2TpMntoSAP3WABVJhbxi01 { top:9.5625rem;left:0rem;width:27.125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvcsunf8LOMSThW2ptDTVEaDyM4r2SB7 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTsgzRm6Hxdhpgyfk7grFCC0KWZwMiW7 { top:21.1875rem;left:0rem;width:36.25rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZIOGGmoxmrqbZyzRTauELyXAGCbHvKZ { top:4.1875rem;left:31.3125rem;width:16.4375rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guWDTsXiHVQ9lyHgkLGl7MHf4VmLscBi { width:3.3125rem;height:0.9375rem;top:6.25rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz { display:block; }#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgqC6vvNQMTB0X7L0akhhM0BPKJ6399p { top:33.125rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAlE8Qz273ltOlqTLS1JteB7mDgZykTt { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ9AOTDh9iATxq8yXxK8pRFcF0dHKT7O { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUVBfD6O0IuD7Sb8WMNaEn4xCkUye0GA { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtXqGplI31DMuixpBzxToX706QbFU1fy { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaM07PdqaefZlfIf5fddK9VfBMlpslTn { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2mg8uBHLCLbhz1HIInEcNvSCJf4ZTQA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOqltyu9hvCFUx56zum8zayumTwmwzUx { top:33.125rem;left:13.625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmTrCXJo7MKqMkqHC8UplsIudSCUCdoR { top:33.125rem;left:37.8125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovPPccT0dt7lcdgolgGJ9t3LwhXCNkvi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plzIcdXGctKzrJ9DCARFGPiL7p4I9IUK { top:9.625rem;left:0rem;width:27.125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpXEgc9vMg9ZFE2sfwvo4JHEtEAGs78e { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeHEVHrau1gcsny2v63bw9WfH17Pa43x { top:14.75rem;left:16.6875rem;width:31.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo8QL3JISPggJTVP9trCsL9W9uEQPADA { top:20.9375rem;left:0rem;width:47.75rem;height:6.7247916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcUr2zJMKeT807RMFgLBJaa6qTIXFnTn { width:0.25rem;height:21.875rem;top:23.4375rem;left:10.778125762939rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvR5PuVFTse29MGIi6e5mn9XZI3QRwQM { width:0.25rem;height:21.875rem;top:23.4375rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVuxWQKfPg16QtivZDbIqQfcbSLfFNsx { width:0.25rem;height:21.875rem;top:23.4375rem;left:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9oEKKuxG0yt59nbEvS7RlI0OgnahagO { width:0.25rem;height:21.875rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDLzSCzi3r4cp0eWbIzCcZm9mwNENm4G { width:0.25rem;height:21.875rem;top:23.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuAVQ0oeFgpW9TGUrIG9hTl8Z7lx4tZp { width:0.25rem;height:21.875rem;top:23.375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJLOFbsWifRv27gx8J2Q2UTfcMSE9gbG { top:39.625rem;left:17.8125rem;width:13rem;height:5.6875rem;font-size:1rem;display:block; }#SJLOFbsWifRv27gx8J2Q2UTfcMSE9gbG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d672c27a997d4b448e758f26afe8a71753219c8d.svg); }
 }@media only screen and (max-width: 763px) { #XtwoWhyaxcM6usLPZT1IOPLtPyKqTNGq { top:39.625rem;left:0rem;width:13rem;height:5.6875rem;font-size:1rem;display:block; }#XtwoWhyaxcM6usLPZT1IOPLtPyKqTNGq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d672c27a997d4b448e758f26afe8a71753219c8d.svg); }
 }@media only screen and (max-width: 763px) { #RwTRZlRgEF6oXTAKIIThDkugowbFtXSV { top:39.625rem;left:32.75rem;width:15rem;height:5.6875rem;font-size:1rem;display:block; }#RwTRZlRgEF6oXTAKIIThDkugowbFtXSV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d672c27a997d4b448e758f26afe8a71753219c8d.svg); }
 }@media only screen and (max-width: 763px) { #LHJEa257HiKhSf2v9aRMMXaqTo064BN7 { display:block; }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrxBTTQJduQLItNawWIydmqIL1vNAh0k { top:15.375rem;left:0rem;width:47.75rem;height:13.356643356643rem;display:block; }
 }@media only screen and (max-width: 763px) { #asq5fqJtoqDbTtpxuZbpIPtLRDxi3bz9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #du4Ekm3daqAIRcKpWHiWD8ot9vaTCiJe { top:9.5625rem;left:9.25rem;width:25.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ4q96tVnTnzHa140JJldbzkSJ1fK948 { top:6.875rem;left:29.4375rem;width:18.3125rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdGlS9sRcBK9aBPQxWow1xTdMBrf6udh { width:3.3125rem;height:0.9375rem;top:9.1875rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKRqhuh4l101LAqVTR9nKbM2hVX4yURO { display:block; }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5PZlrpX4n5z9OgqF5fCafbR5CF8KaLJ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF4lLliZEZNnJWeyBtgFXG22uitzDJyL { top:6.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7OQ97lMtsF9xKZ4Cqgxdws0fJ2Lu14d { top:20.625rem;left:13.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GETlKGkvxWcadrGNom4ZPacPZJgQ6uyc { top:21rem;left:0rem;width:25.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVAWRVpHx2hDDBAMIHP8t73noaFOq7T1 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6tgXsKvMgvSayVHqTzfkTlpyZ8yAHQp { top:41.1875rem;left:0rem;width:18.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtHq7na9uT6eiRKQ4uzyfq4i20TDxP4y { top:31rem;left:14.184504808091rem;width:24.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-button { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.1875rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q  { width:17.4375rem;height:auto;top:26.125rem;left:27.8125rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q {display:block;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q { width:17.4375rem;height:auto;top:26.125rem;left:27.8125rem; }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #uTGx6wLczJbJl12saaWbMx6woMcHGvfp {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #obx0raNDcGpSScpl5dLbqtoTVUADVxJv { display:block; }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #iAvTKJ0aOm807c4W2CCken2TzybuoLIQ {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #AuQ0f2JzQt3LzXovky3HUZOOUgySUmkS {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #X0txzpPfLTq5v4xD4nCpUOBf9SZchDNV {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #sQD1C9ofI6sgeTqCfyrZx5fAUDMAG9Zi {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #d3XfbsDwtm1LV4aNmarR1Tkb8DkVtdk8 {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #qWoeOzoVXI0SHDW1ga3M2zscBdrxncKX { display:block; }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #Tk4ZFLyL1LCPTSdEMB6dc2AbpDp82RUf {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #LouQWhZH9zodpk9uhvmK0mE3DV2I55nS {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #VGkKwm8B2wskgE5pGQdGBgTfwnJRGRKT {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #BBuEZOcTmRHTt15oKn3M3KDsit44NMsF {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #rlIycqmiJBLkRhWmUxrZZJixfUsTc01K {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #SBraXs8Rlg2RLBpV1rFN2LUJdGMV8Grg {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #S4KTy4xZvu38WxxJ27z42cyKKPShvQpJ {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #Cor3gLF23v0xELWIAIQ443ehfdCcbItM {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #SlB9MpVAi5tJ8s7NrmV4ZUrBlilnqWPf {  }
 }@media only screen and (max-width: 763px) { #kPhFppmVZq3Vxu5nbSK3DLBPHwXSdFFR { top:21.6875rem;left:25.125rem;width:22.5rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXEm7BvhNb3x1eqJkkWQAaP9SRUliqCc { top:23.125rem;left:27.125rem;width:20.625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND5TMLOXCkfT7QWO1ne7rTOE0EtVtc1P { top:0.375rem;left:22.6875rem;width:25.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaJfQ7gk3b4TWZ8MrDPUBoksCVwugdCW { top:1.9375rem;left:0rem;width:27.125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 { display:block; }#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ia9QMU0ZecZlixDxLDenq3gTTEL9eJ2a { top:8.3125rem;left:26.6875rem;width:21.0625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzaNo9LvHxW1IosnGudxSR7mytdHU4tr { width:9.75rem;height:3rem;top:8.375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke6GH4XpJITB5FgawkvTycUbMWXrmT4N { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJAxP2Q6RPtq0EBcUbWlut8kUp9PclBl { display:block; }
 }@media only screen and (max-width: 763px) { #LWPL7JEiBtbLLZPqpQtKTc9SRxA0NX6R { top:7.5rem;left:24.25rem;width:4.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox7BTyZCw1daEO1nunMZSFqxe7GDgzFk { top:9.25rem;left:0.625rem;width:25.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ91OTOS5qWbZgOogIq8fF1UU6sTRnRu { top:7.5rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/45871fa6-6d5c-469c-8f81-58c175d56ff0/Projektbeznazwy40.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE.adaptive-delivery-prevent-bg, #E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE.lazyload, #E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE.lazyloading { background-image: none; }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row .container { background-color: transparent; background-image: none; }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row .container > .video-iframe-container { display: none; }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row > .video-iframe-container { display: none; }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .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); }#E1sGNsUbpDz8MqMIl4RyUACNMWDDPquE > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lM6mb4DoVEgerpX75AfGVqvlsoo5QwXo { width:20rem;height:7rem;top:10.83749961853rem;left:0rem;font-size:1.75rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anItuPRe1yKb3b8bgSyrkxrs6gFO7VI5 { width:0.5rem;height:31.25rem;top:28.2125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaMqWoyu4qEUSe2LdGM2GukWNRBFtF0m { width:0.5rem;height:31.25rem;top:60.7125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZi2szuAe4IWHg1cKWD8p9PoGRgGRpLL { width:0.5rem;height:31.25rem;top:125.7125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0LzNro6GUDgfdAhoR5i76h111JOJQJc { width:0.5rem;height:31.25rem;top:93.2125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTSStLzGTiGx0xViZDLWpdivTSFvqdJG { width:17.9375rem;height:3.6rem;top:65.012500762938rem;left:1.03125rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKGFW6rv09vDb2GOrscSWqvtq586Tt83 { width:19.875rem;height:6.625rem;top:20.64999961853rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#DKGFW6rv09vDb2GOrscSWqvtq586Tt83 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b1544f2f8179dd0af229302e88ada7988c6d346.svg); }
 }@media only screen and (max-width: 763px) { #h1tte2d556k0Werh6Vmaook8nIFlIpOJ { width:4.6875rem;height:4.6875rem;top:1.25rem;left:7.625rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:0.875rem;overflow:hidden;font-family:poppins;height:2.625rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-text {padding-top: 0; padding-bottom: 0;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-select {padding-top: 0; padding-bottom: 0;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;font-size:1.1875rem;overflow:hidden;height:2.875rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-container:first-of-type{padding-top:0;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .widget-container:last-of-type{padding-bottom:0;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe  { width:17.5rem;height:18.9375rem;top:72.8875rem;left:0rem; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe {display:block;}#kAniAlBTZyAweqx5H8ogf9EnONdqKJJe { width:17.5rem;height:18.9375rem;top:72.8875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #snTeden7GlJeIcu6MfLPZkiBt0BLdFUh {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #vHADuT2NqPxHzKNHrPfcQlOWTH5mWQgz { display:none; }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #r9AIhxx3pTFpi2nMQkkHdcWFnoHO9mGw {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #XoLoX9z3WPCCQmc82yagFJOw9dit88Il {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #b6xni8MwA2wQ5bdtscFCl6z8lVe9yxx2 { display:none; }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #H85rgt5CCFKhZ7bT6JFeH2Wz4ZtZgSIn {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #E3Su4TTTKvfrgMRFe2y08S1X1wtvZbV9 {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #CKWqi4g966zxnLleaE6I9tJybDZkstJQ { display:none; }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #GHQ3pTCASKoTTVt1tN5aPtnaTxUaMAGi {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #P2qHS4KFLaB2PA985n9TOsZfPkKbLucT {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #UUqPSgNiwgBtlAA7DTuwoaJzUbBcvch0 { display:none; }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #SbMOAHRIa0DbTTBvhT0TEW36qfNAmm1B {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #uJyagIfyWCTatsLXC2uTdrXWD0dQ9zHn {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #glssi1g7PP0Ju9RAe3RQKz9G3QonIUIx {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #nw4MgN6gP5OIWTACOll64qnmX6LHpUSF {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #wDQeRCNT3TZ9pPsIQFFnDCcmpl6QTfKB {  }
 }@media only screen and (max-width: 763px) { #kAniAlBTZyAweqx5H8ogf9EnONdqKJJe #DWSkM9oTByd3wA148UgU9v2lJpPMM9Jh {  }
 }@media only screen and (max-width: 763px) { #hWA1fhuG9NoEaTksbhKRTBA4GcC6TSi3 { width:19.875rem;height:42.9375rem;top:62.1375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8chsWBRLLEkHnLuoTTlya72htzs1nRA { width:17.9375rem;height:2.55rem;top:69.762500762938rem;left:1.03125rem;font-size:1.0625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Na5v3EcoQWQDOXIZIyOqXmDklCCxDqCr { display:flex;width:4.0625rem;height:4.0625rem;top:60.125rem;left:7.96875rem; }
 }@media only screen and (max-width: 763px) { #tlT0eGUFgT39W8Ryg30sFw2oMFy191DT { width:11.375rem;height:1.425rem;top:18.566666603088rem;left:0rem;font-size:1.1875rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #txgvUBL3eWTPTZMNxL02xkTGVvDkKC6p { width:17rem;height:2.4rem;top:7.1875rem;left:1.5rem;font-size:1rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxTs2RSOalE70JKesylzFiyHQosRCgKJ { width:12.5625rem;height:8.5rem;top:28.2125rem;left:3.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oL3TPkGf6ot5wdMQosWE6owoBVAnJNig { width:12.5625rem;height:8.5rem;top:38.5625rem;left:3.6875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #qgu7XaM27kE1tzrWX2vEyD22ElLuN1A6 { width:12.5625rem;height:8.5rem;top:50.35rem;left:3.6875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #STff4rPXtTJDpBtxUntTvWvhoBXr3I10 { width:7.0625rem;height:2rem;top:29.33749961853rem;left:8.6875rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJivCBwITqyn7dJaESXAoCwmqaAhoWPD { width:7.1875rem;height:2rem;top:39.96875rem;left:8.625rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SrDs58oWSWrI9WnP7BpW32KR7SRRHhHa { width:6.9375rem;height:2rem;top:51.60000038147rem;left:8.75rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OMCtghixtSyaxkeZPxSJJ1BhEt2O21gc { width:9.9375rem;height:3.4125rem;top:32.712501525879rem;left:5.03125rem;font-size:0.8125rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #safcZwRFQGkLULTtnUDpC2pARyEFBQBx { width:8.9375rem;height:3.4125rem;top:54.91250038147rem;left:4.9250001907349rem;font-size:0.8125rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zWPFOpJ0muQ8OtyONF3Ov6cT6KOM8WIK { width:8.875rem;height:3.4125rem;top:43.25rem;left:5rem;font-size:0.8125rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NFGmx9nnopaLtxqTG8Cq4M44cw7la2RX { display:flex;width:2.4375rem;height:2.4375rem;top:29.39999961853rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #V7S3f7UdnRe70vSGr3PvT2btTWGaCBr0 { display:flex;width:2.6875rem;height:2.6875rem;top:39.625rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #upPDisl1a47Dry4brMlbFAxWCfKJ60oG { display:flex;width:2.625rem;height:2.625rem;top:51.2875rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #SERlH13wTbccpDOIvceb8eFGm4TWyxyD { width:18.75rem;height:5.8375rem;top:98.074998855594rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#SERlH13wTbccpDOIvceb8eFGm4TWyxyD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0b1544f2f8179dd0af229302e88ada7988c6d346.svg); }
 }@media only screen and (max-width: 763px) { #PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/59ac841a-0a6b-4b95-8068-fc8b913a1807/Projektbeznazwy44.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK.adaptive-delivery-prevent-bg, #PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK.lazyload, #PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK.lazyloading { background-image: none; }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row .container { background-color: transparent; background-image: none; }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row .container > .video-iframe-container { display: none; }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row > .video-iframe-container { display: none; }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .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); }#PZ21wuRJElkUcvH7fMEgbT2p4yu5hTUK > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElSnaIolp4Q2OLddkMAZUpde1wuyGzpt { width:0.5rem;height:11.25rem;top:16.7rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIOEWbFvEVaDoSAuEm3yaecXNhNJ4ab7 { width:0.5rem;height:11.25rem;top:29.2rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSCZTtzxECSGrTOdoSDN3pmOiJr8kAfo { width:0.5rem;height:11.25rem;top:41.7rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sESaBr7OWa1ywXsVfxp6p7nkoGo0CT3w { width:0.5rem;height:11.25rem;top:4.2rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eynVJkSVf58cRZEv0KiW7GVpTuQy6IMU { width:20rem;height:1.7rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxBHsFL2h86DSlsMticR7UCPxEXek4ml { width:20rem;height:13.2rem;top:4.2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMk7LSzthMXID1P2LuEJkdf2IW05w4J9 { width:12.875rem;height:4.8rem;top:18.58749961853rem;left:3.5625rem;font-size:1rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kW1F2tSktThkanCRl90WSCMDGvstQqxr { width:14rem;height:2.8rem;top:29.8125rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfZ52fRvEGTTdpoZI305yWshKIVRJLSE { width:10.5625rem;height:2.8rem;top:39.3125rem;left:4.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIy8At2a8VDPFtb8u0n6X6cq8rFGkCem { width:9.625rem;height:2.8rem;top:48.075002670288rem;left:5.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gI7GsT2zioagLGym1iNq2m4IgZWRfeXB { width:12.25rem;height:2.8rem;top:57.231253623963rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4qucVi0ud6MnTPTP7rDA0L62cJle6BG { width:14.5rem;height:2.8rem;top:65.874997138975rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpIQ9vT9GP1DUyH8ssWKTEhoLBWokDTz { display:flex;width:3.4375rem;height:3.4375rem;top:25.6875rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #yuLmrGaPRoaRoTcxgsWJD3AEvopOHffQ { display:flex;width:3.4375rem;height:3.4375rem;top:34.8125rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #TZArxL2OSIK4b2K5vPEivSez42vJPxU7 { display:flex;width:3.4375rem;height:3.4375rem;top:43.812492370606rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #RNt1AcTWiTiiksOExIobTMPXt3ZcWx7C { display:flex;width:3.4375rem;height:3.4375rem;top:52.812496185302rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #n3XCQqnuXzm5ZIs01RCZvGzSEd27nHeB { display:flex;width:3.4375rem;height:3.4375rem;top:61.5rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #K6OZQNIL3beNMn1b4nhtJLULNJEVTr5z { width:0.0625rem;height:9.375rem;top:60.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIxdwhHi8kuxUVBUqZLn0yB02d9MAgLD { width:0.0625rem;height:9.375rem;top:68.2625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7SVWdJKira58VscDD1ZJmv9T8S9b4km { width:0.0625rem;height:9.375rem;top:84.3375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pw7V4Wkapo7TnJROSNbCFrrUrAaxCVtV { width:0.0625rem;height:9.375rem;top:101.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uqr2eHNZQcfh6ca2R7HOCa5FG2xe7oTb { width:1.6875rem;height:0.9375rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX { display:block; }#xi3z2aE9oifynHKT4ASF5gUk1kDDqmSX > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3EMJO8wTJs3gdk0xs69MiZqZeSidwn0 { width:19.9375rem;height:10.75rem;top:51.2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9oLk1Am8fKEQKwzkHEevEnHHZ72BwwF { display:flex;width:2.125rem;height:2.125rem;top:51.95rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #JKkCM4w3xTTfdRDkf9L44cr1NUOULOrb { width:17.875rem;height:5.4rem;top:54.949999809265rem;left:2rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GZv7nXC9Vuqb8tz8W3CnAhb11l6qStGO { width:0.5rem;height:11.25rem;top:4.2rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCXi0uLxPXBC8rSHyg3hRZOTMPAHvmuu { width:0.5rem;height:11.25rem;top:16.7rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LeUEMtHyvELzBhFUEidHOcgAc0nEIgb3 { width:0.5rem;height:11.25rem;top:29.2rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMqDo5OXATCciThpf82oViHM6UahHCMg { width:0.5rem;height:11.25rem;top:41.7rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmBixT6tuH1JrUMRaxOS0CQA84edfSRI { width:19.9375rem;height:10.75rem;top:63.674999237063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhBorw8enFu0Owvi5wEiE9BkF0oeqyH { width:14.75rem;height:5.4rem;top:67.556249618531rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NWDP2H6mVqE4i6ZkIg2iMf2zHXQfeZOp { display:flex;width:2.25rem;height:2.25rem;top:64.424999237062rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #TSnybkCWrfWfWpnKlPtqM3oN0fNcAlPe { width:19.9375rem;height:10.75rem;top:76.099992752075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuScHX6pRIqllsswJfzfxig7d7xOT1LQ { display:flex;width:2.25rem;height:2.25rem;top:76.975000381469rem;left:1.8125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #nmwKbFFUVScLfMWOaeM3ifauPIaNq9kJ { width:17.6875rem;height:5.4rem;top:80.087501525881rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A3BUolnceAK1T8Zn9KiHxq9NZVXXLvxM { width:19.9375rem;height:10.8125rem;top:88.56249809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Ave968MPZASUhG1OpGnUNtv61cki0V { display:flex;width:2.25rem;height:2.25rem;top:89.81250190735rem;left:1.8125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #nbfAnaNqBzHPsaGPsEmzqkOSaXuamidC { width:14.625rem;height:3.6rem;top:93.062507629394rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w4kScPTxTE2TpMntoSAP3WABVJhbxi01 { width:20rem;height:1.7rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvcsunf8LOMSThW2ptDTVEaDyM4r2SB7 { width:20rem;height:8.8rem;top:4.2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTsgzRm6Hxdhpgyfk7grFCC0KWZwMiW7 { width:20rem;height:7.2rem;top:14.25rem;left:0rem;font-size:1rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZIOGGmoxmrqbZyzRTauELyXAGCbHvKZ { width:19.6875rem;height:27.25rem;top:22.7rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guWDTsXiHVQ9lyHgkLGl7MHf4VmLscBi { width:3.3125rem;height:0.9375rem;top:25.3125rem;left:13.229166984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz { display:block; }#ks6vB8wcShUfh2tVZXtDkfhbGTbkWerz > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgqC6vvNQMTB0X7L0akhhM0BPKJ6399p { display:flex;width:4.1875rem;height:4.1875rem;top:26.812499046326rem;left:7.90625rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #fAlE8Qz273ltOlqTLS1JteB7mDgZykTt { width:17.5rem;height:1.8rem;top:32.25rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQ9AOTDh9iATxq8yXxK8pRFcF0dHKT7O { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUVBfD6O0IuD7Sb8WMNaEn4xCkUye0GA { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtXqGplI31DMuixpBzxToX706QbFU1fy { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaM07PdqaefZlfIf5fddK9VfBMlpslTn { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2mg8uBHLCLbhz1HIInEcNvSCJf4ZTQA { width:13.9375rem;height:1.8rem;top:48.3125rem;left:3rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOqltyu9hvCFUx56zum8zayumTwmwzUx { display:flex;width:4.1875rem;height:4.1875rem;top:42.875rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #VmTrCXJo7MKqMkqHC8UplsIudSCUCdoR { display:flex;width:4.1875rem;height:4.1875rem;top:59.125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #ovPPccT0dt7lcdgolgGJ9t3LwhXCNkvi { width:13.9375rem;height:3.6rem;top:64.5625rem;left:3rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plzIcdXGctKzrJ9DCARFGPiL7p4I9IUK { width:20rem;height:1.7rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CpXEgc9vMg9ZFE2sfwvo4JHEtEAGs78e { width:20rem;height:8.8rem;top:4.2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aeHEVHrau1gcsny2v63bw9WfH17Pa43x { width:20rem;height:7.2rem;top:14.25rem;left:0rem;font-size:1rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zo8QL3JISPggJTVP9trCsL9W9uEQPADA { width:20rem;height:2.81666875rem;top:22.7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcUr2zJMKeT807RMFgLBJaa6qTIXFnTn { width:0.25rem;height:21.875rem;top:63.30416875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvR5PuVFTse29MGIi6e5mn9XZI3QRwQM { width:0.25rem;height:21.875rem;top:125.02916875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVuxWQKfPg16QtivZDbIqQfcbSLfFNsx { width:0.25rem;height:21.875rem;top:188.55416875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9oEKKuxG0yt59nbEvS7RlI0OgnahagO { width:0.25rem;height:21.875rem;top:26.76666875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDLzSCzi3r4cp0eWbIzCcZm9mwNENm4G { width:0.25rem;height:21.875rem;top:86.42916875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuAVQ0oeFgpW9TGUrIG9hTl8Z7lx4tZp { width:0.25rem;height:21.875rem;top:148.15416875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJLOFbsWifRv27gx8J2Q2UTfcMSE9gbG { width:13rem;height:5.7375rem;top:51.375rem;left:3.5rem;font-size:1rem;z-index:15026;text-align:left;text-align-last:left;display:block; }#SJLOFbsWifRv27gx8J2Q2UTfcMSE9gbG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d672c27a997d4b448e758f26afe8a71753219c8d.svg); }
 }@media only screen and (max-width: 763px) { #XtwoWhyaxcM6usLPZT1IOPLtPyKqTNGq { width:13rem;height:5.7375rem;top:35.3125rem;left:3.5rem;font-size:1rem;z-index:15026;text-align:left;text-align-last:left;display:block; }#XtwoWhyaxcM6usLPZT1IOPLtPyKqTNGq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d672c27a997d4b448e758f26afe8a71753219c8d.svg); }
 }@media only screen and (max-width: 763px) { #RwTRZlRgEF6oXTAKIIThDkugowbFtXSV { width:15rem;height:5.7375rem;top:69.4375rem;left:2.5rem;font-size:1rem;z-index:15026;text-align:center;text-align-last:center;display:block; }#RwTRZlRgEF6oXTAKIIThDkugowbFtXSV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d672c27a997d4b448e758f26afe8a71753219c8d.svg); }
 }@media only screen and (max-width: 763px) { #LHJEa257HiKhSf2v9aRMMXaqTo064BN7 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dd4f656d-84f6-4bf0-a929-8d7e0ebef09b/Ktreprocesysdzinajbardziejmanualne2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7.adaptive-delivery-prevent-bg, #LHJEa257HiKhSf2v9aRMMXaqTo064BN7.lazyload, #LHJEa257HiKhSf2v9aRMMXaqTo064BN7.lazyloading { background-image: none; }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row .container { background-color: transparent; background-image: none; }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row .container > .video-iframe-container { display: none; }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row > .video-iframe-container { display: none; }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .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); }#LHJEa257HiKhSf2v9aRMMXaqTo064BN7 > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrxBTTQJduQLItNawWIydmqIL1vNAh0k { width:20rem;height:5.59479375rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asq5fqJtoqDbTtpxuZbpIPtLRDxi3bz9 { width:20rem;height:4.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #du4Ekm3daqAIRcKpWHiWD8ot9vaTCiJe { width:20rem;height:3.6rem;top:6.125rem;left:0rem;font-size:1rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJ4q96tVnTnzHa140JJldbzkSJ1fK948 { width:10.375rem;height:14.375rem;top:11rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdGlS9sRcBK9aBPQxWow1xTdMBrf6udh { width:1.875rem;height:0.375rem;top:12.511459350586rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKRqhuh4l101LAqVTR9nKbM2hVX4yURO { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d8901368-e6e4-4232-a0d4-9a4451c384c3/Ktreprocesysdzinajbardziejmanualne6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO.adaptive-delivery-prevent-bg, #xKRqhuh4l101LAqVTR9nKbM2hVX4yURO.lazyload, #xKRqhuh4l101LAqVTR9nKbM2hVX4yURO.lazyloading { background-image: none; }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row .container { background-color: transparent; background-image: none; }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row .container > .video-iframe-container { display: none; }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row > .video-iframe-container { display: none; }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .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); }#xKRqhuh4l101LAqVTR9nKbM2hVX4yURO > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5PZlrpX4n5z9OgqF5fCafbR5CF8KaLJ { width:20rem;height:14.4375rem;top:8.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uF4lLliZEZNnJWeyBtgFXG22uitzDJyL { display:flex;width:3.125rem;height:3.125rem;top:4.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v7OQ97lMtsF9xKZ4Cqgxdws0fJ2Lu14d { display:flex;width:3.125rem;height:3.125rem;top:22.875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #GETlKGkvxWcadrGNom4ZPacPZJgQ6uyc { width:9.5625rem;height:3.6rem;top:26.887499809265rem;left:10.4375rem;font-size:1rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TVAWRVpHx2hDDBAMIHP8t73noaFOq7T1 { width:20rem;height:8.8rem;top:42.03750038147rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6tgXsKvMgvSayVHqTzfkTlpyZ8yAHQp { width:18.75rem;height:2.4rem;top:52.543767929077rem;left:1.25rem;font-size:1rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtHq7na9uT6eiRKQ4uzyfq4i20TDxP4y { width:18.0625rem;height:10.0625rem;top:30.437500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:0.875rem;overflow:hidden;font-family:poppins;height:2.625rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-input-button { width:17.0625rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;font-size:1.1875rem;overflow:hidden;height:2.875rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-container:first-of-type{padding-top:0;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .widget-container:last-of-type{padding-bottom:0;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q  { width:17.4375rem;height:auto;top:62.0625rem;left:0.0625rem; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q {display:block;}#OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q { width:17.4375rem;height:auto;top:62.0625rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #uTGx6wLczJbJl12saaWbMx6woMcHGvfp {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #obx0raNDcGpSScpl5dLbqtoTVUADVxJv { display:none; }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #iAvTKJ0aOm807c4W2CCken2TzybuoLIQ {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #AuQ0f2JzQt3LzXovky3HUZOOUgySUmkS {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #X0txzpPfLTq5v4xD4nCpUOBf9SZchDNV { display:none; }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #sQD1C9ofI6sgeTqCfyrZx5fAUDMAG9Zi {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #d3XfbsDwtm1LV4aNmarR1Tkb8DkVtdk8 {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #qWoeOzoVXI0SHDW1ga3M2zscBdrxncKX { display:none; }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #Tk4ZFLyL1LCPTSdEMB6dc2AbpDp82RUf {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #LouQWhZH9zodpk9uhvmK0mE3DV2I55nS {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #VGkKwm8B2wskgE5pGQdGBgTfwnJRGRKT { display:none; }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #BBuEZOcTmRHTt15oKn3M3KDsit44NMsF {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #rlIycqmiJBLkRhWmUxrZZJixfUsTc01K {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #SBraXs8Rlg2RLBpV1rFN2LUJdGMV8Grg {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #S4KTy4xZvu38WxxJ27z42cyKKPShvQpJ {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #Cor3gLF23v0xELWIAIQ443ehfdCcbItM {  }
 }@media only screen and (max-width: 763px) { #OSaunDqHI11ZSdhn8Xs71M16LUxcNo0Q #SlB9MpVAi5tJ8s7NrmV4ZUrBlilnqWPf {  }
 }@media only screen and (max-width: 763px) { #kPhFppmVZq3Vxu5nbSK3DLBPHwXSdFFR { width:19.875rem;height:28.75rem;top:57.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXEm7BvhNb3x1eqJkkWQAaP9SRUliqCc { width:20rem;height:3rem;top:59.125rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ND5TMLOXCkfT7QWO1ne7rTOE0EtVtc1P { width:9.375rem;height:10.4375rem;top:23.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaJfQ7gk3b4TWZ8MrDPUBoksCVwugdCW { width:20rem;height:1.7rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 { display:block; }#Jk2q65otwHanHIZQThqvSdPCd4Lpcia4 > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ia9QMU0ZecZlixDxLDenq3gTTEL9eJ2a { width:13.6875rem;height:3.9rem;top:20.762499809265rem;left:3.15625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzaNo9LvHxW1IosnGudxSR7mytdHU4tr { width:8.875rem;height:2.5625rem;top:9.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke6GH4XpJITB5FgawkvTycUbMWXrmT4N { width:9.375rem;height:2.75rem;top:24.612500190735rem;left:4.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJAxP2Q6RPtq0EBcUbWlut8kUp9PclBl { display:block; }
 }@media only screen and (max-width: 763px) { #LWPL7JEiBtbLLZPqpQtKTc9SRxA0NX6R { width:3.9375rem;height:4.0625rem;top:13.700000762939rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox7BTyZCw1daEO1nunMZSFqxe7GDgzFk { width:20rem;height:1.2rem;top:6.375rem;left:0rem;font-size:1rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQ91OTOS5qWbZgOogIq8fF1UU6sTRnRu { width:4.125rem;height:4.125rem;top:0rem;left:7.9375rem;z-index:15092;display:block; }
 }