.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:218,218,222;--color-primary-1:130,133,146;--color-primary-2:5,10,36;--color-primary-3:3,5,18;--color-primary-4:1,2,5;--color-secondary-0:255,250,230;--color-secondary-1:255,239,172;--color-secondary-2:255,222,89;--color-secondary-3:128,111,45;--color-secondary-4:38,33,13;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Josefin Sans";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container { display: none; }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .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); }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9ee6325-64a2-41bb-8526-b446851f4269/Projektbeznazwy11.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !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;display:block; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG.adaptive-delivery-prevent-bg, #JntsanSqXOeOqDKAKdgnESD7aTb2SCTG.lazyload, #JntsanSqXOeOqDKAKdgnESD7aTb2SCTG.lazyloading { background-image: none; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container { background-color: transparent; background-image: none; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container > .video-iframe-container { display: none; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row > .video-iframe-container { display: none; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .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); }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container { border-width: 0; border-radius: 0; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container { width:60rem;height:35.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#txhge1OJHO635LgDJwIKeN0RB5UHm5St { color:rgba(var(--color-primary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.8125rem;left:0rem;height:9.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MnbZ1ESB5dZDoXymxnnTSrvsbS4UBESn { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:14.375rem;left:1.25rem;height:1.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q4ZdaSqvd2q5BUdHqFFd4ceVl7us7sXw { position:absolute;display:block;z-index:15008;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.625rem;width:25.625rem;top:5.25rem;left:31.5625rem;overflow:hidden;display:block; }
#UuyLq2Qm6wIdf9qW6TZLDEgkZNScd7Tq { box-sizing:content-box;height:2.3125rem;width:29.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-form-header {  }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.75rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-text { 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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:23.75rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-text {padding-top: 0; padding-bottom: 0;}#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-textarea { 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.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:23.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:23.75rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-select {padding-top: 0; padding-bottom: 0;}#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-checkbox { width:1rem;height:1rem;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; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;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;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.75rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none;line-height:1.1; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .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(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.5625rem;overflow:hidden;font-style:normal;float:none; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .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; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-container:first-of-type{padding-top:0;}#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-container:last-of-type{padding-bottom:0;}#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:17.5rem;left:2.5rem; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.75rem;display:block;vertical-align:top; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.3125rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI {display:block;}#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:17.5rem;left:2.5rem; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #k2FPv1QrOcGMJDRvxgtZGeBnfnS4VUBc { position:relative; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #F5T7s9hUMO8nhHg7xuyxwboTebracJ8V { position:relative;display:none; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #sfGlT9gf6NlfdrAsNPqcJTKDfypqoHvT { position:relative; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #RRuoQB7HmfexHX8K8db8dXDW8cDhB0dC { position:relative; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #xSqNxSMX49G90MH8pUgcH4I8mw4km7Sr { position:relative;display:none; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #EhNWOQRkQMUZudrOUqFadBb8akV5u4Ec { position:relative; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #Dykw2rTBmR2T3g58PzFJA4yKhDcx0KlR { position:relative;display:block;z-index:15000; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #fnibx1Rw8AzRleW3Nr41uIGTTF3oPRn4 { position:relative;display:block;z-index:15000; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #BGvGtDJTIzcMpqc8Q2N51tiU7oyiFxof { position:relative; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #nHLmoS7LBmD5v47cpiNT1v4UTPzttLtB { position:relative; }
#EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty > .row .container { background-color: transparent; background-image: none; }#EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty > .row .container > .video-iframe-container { display: none; }#EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty > .row > .video-iframe-container { display: none; }#EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty > .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); }#EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty > .row .container { border-width: 0; border-radius: 0; }#EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#Jq2OqyIyOSJTNmgePc8LJGerrTnZU0MC { color:rgba(var(--color-primary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.25rem;left:10.9375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { background-color: transparent; background-image: none; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container > .video-iframe-container { display: none; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row > .video-iframe-container { display: none; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .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); }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { border-width: 0; border-radius: 0; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#CEyqLi6Hs1SlBLdxHpdOxbyFSH5mflTy { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:8.9375rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JNaQEN1H687JvxXEHHQwzun28uOT9iuT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ui2EWXuk7RdQGw8wAb65Nwz5ySrJ5gmf { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.5rem;left:20rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OCHVsrTdA2MfxLqkkOhZE9Za70qVsROC { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:8.75rem;left:20rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EdzOk1LAoNcTkbyI7EUTUrG2LO9hLPKG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.75rem;left:41.25rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F74llR1eEXOwAROTGLlVZO3XNlf0S78K { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:8.75rem;left:41.25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iDD6517ZyTZBoFLtx0CifaWuypoJZ9TM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.75rem;left:7.5rem; }
#iMOxP9COHPm2Uf3KrdBcvQvlpXPxKUqf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.1875rem;left:27.5rem; }
#lzbpKcyQqpp2TEnTLikyMeTo7CkngOuE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.1875rem;left:48.75rem; }
#sTpqHoyckKgtK4gFSfi8NPQMKKMc5VfZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.125rem;left:20.625rem;display:block; }
#hzvzQRJDJnGMXrUk2lTEQlGddXFGnPxF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f > .row .container { background-color: transparent; background-image: none; }#HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f > .row .container > .video-iframe-container { display: none; }#HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f > .row > .video-iframe-container { display: none; }#HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f > .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); }#HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f > .row .container { border-width: 0; border-radius: 0; }#HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:block; }#OsqEEZeO5csShGofQJWAVvhWDgr75yFh { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5rem;left:0rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TI08IWvGd4zkd9cGqtKz6LAyrekyfxMK { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I1lRdN5InEWhEBKFle6sgWLwgzX0SDmL { position:absolute;display:block;z-index:15004;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:20.5rem;width:13.625rem;top:1.8125rem;left:37.5rem;overflow:hidden;display:block; }
#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.75);background-image:url("https://images.assets-landingi.com/uc/ef52284c-d1a5-4838-8fa5-7e329be55e9a/Projektbeznazwy12.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; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC.adaptive-delivery-prevent-bg, #VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC.lazyload, #VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC.lazyloading { background-image: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container { background-color: transparent; background-image: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container > .video-iframe-container { display: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row > .video-iframe-container { display: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .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); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container { border-width: 0; border-radius: 0; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#AqxLnNAFaTETGfJu545tM0w4usIQTf3H { position:absolute;display:block;z-index:15004;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:9.3125rem;width:17.5625rem;top:3.8125rem;left:1.25rem;overflow:hidden;display:block; }
#uLUP3yTlJR0zn42BXSFlaaic3BxlPiog { position:absolute;display:block;z-index:15005;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:13rem;width:17.5625rem;top:15rem;left:13.75rem;overflow:hidden;display:block; }
#kK12ZFcipEX6BHkJ3st0L6Dz37S8cuZQ { 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.3125rem;width:17.5625rem;top:3.4375rem;left:27.5rem;overflow:hidden;display:block; }
#WJzZMhA9rfNFo5gIsNBp7EKbq5lPQmzi { position:absolute;display:block;z-index:15007;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.8125rem;width:17.5625rem;top:15rem;left:41.25rem;overflow:hidden;display:block; }
#mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq > .row .container { background-color: transparent; background-image: none; }#mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq > .row .container > .video-iframe-container { display: none; }#mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq > .row > .video-iframe-container { display: none; }#mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq > .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); }#mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq > .row .container { border-width: 0; border-radius: 0; }#mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#rPcRTOzQ0AmzzuONU9Z4TaCqP2tghfO8 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9375rem;left:1.25rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IQQacXrrhEFv45wenxRlfgFIpqt34hLX { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.0625rem;left:1.25rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NDgdCRav84AiyfpOtva2B7mVXHabt2JA { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.6875rem;left:1.25rem;height:1.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w6Qt4e5RMdl5m8uOEeSMRWAUpQnPWNEQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:3.6875rem;left:32.5rem;height:1.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dSkqP1G5LaTxiKDxTy8itcNJX78HNuwx { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:6.0625rem;left:32.5rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DDXmvOIcC6JxHzduUHhavaQMJAA6To29 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.9375rem;left:32.5rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tvae24VJJ9aCnNyfON1p4KaSTF0QEIHL { box-sizing:content-box;height:6.5rem;width:44.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.4375rem;left:7.75rem;display:block; }
#Khcztu6VEbOKJ8aG3t1LGqO7UZ4gROza { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:23.875rem;left:21.25rem;height:1.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oGTnlg2n32ZWKXskIKzhNxtfFVLcXxpM { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:26.1875rem;left:10rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#atynC9zymZHArD9PoZPTqCG6J24iflFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container { background-color: transparent; background-image: none; }#atynC9zymZHArD9PoZPTqCG6J24iflFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container > .video-iframe-container { display: none; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row > .video-iframe-container { display: none; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .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); }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container { border-width: 0; border-radius: 0; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#B5TT9f6ao6egpPv9wQlItzge3tJOmJOq { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.5rem;left:15rem;height:3.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U2qQxLTdsBiEHbdz9foV7ClURXtxVlwP { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:10.5rem;left:20.5625rem;display:block; }
#bGKGLrEgq8974WHoTsqX316TfwWTqT5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AKxmPcG2mkXgTphhvJUUwKEKPkB0Oq9I { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:6.25rem;left:12.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#niTkXWo0oKulzQ8r3FlzeEXalhFqxyx9 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15rem;left:12.9375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JntsanSqXOeOqDKAKdgnESD7aTb2SCTG { display:block; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txhge1OJHO635LgDJwIKeN0RB5UHm5St { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MnbZ1ESB5dZDoXymxnnTSrvsbS4UBESn { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #q4ZdaSqvd2q5BUdHqFFd4ceVl7us7sXw { top:5.25rem;left:22.125rem;width:25.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuyLq2Qm6wIdf9qW6TZLDEgkZNScd7Tq { top:13.75rem;left:0rem;width:29.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-regular-label { width:23.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-text { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-text {padding-top: 0; padding-bottom: 0;}#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-textarea { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-select { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-select {padding-top: 0; padding-bottom: 0;}#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-button { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-checkbox-label { width:22.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI  { width:23.75rem;height:auto;top:17.5rem;left:0rem; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .radio-container { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI {display:block;}#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI { width:23.75rem;height:auto;top:17.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #k2FPv1QrOcGMJDRvxgtZGeBnfnS4VUBc {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #F5T7s9hUMO8nhHg7xuyxwboTebracJ8V {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #sfGlT9gf6NlfdrAsNPqcJTKDfypqoHvT {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #RRuoQB7HmfexHX8K8db8dXDW8cDhB0dC {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #xSqNxSMX49G90MH8pUgcH4I8mw4km7Sr {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #EhNWOQRkQMUZudrOUqFadBb8akV5u4Ec {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #Dykw2rTBmR2T3g58PzFJA4yKhDcx0KlR {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #fnibx1Rw8AzRleW3Nr41uIGTTF3oPRn4 {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #BGvGtDJTIzcMpqc8Q2N51tiU7oyiFxof {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #nHLmoS7LBmD5v47cpiNT1v4UTPzttLtB {  }
 }@media only screen and (max-width: 763px) { #EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty { display:block; }#EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jq2OqyIyOSJTNmgePc8LJGerrTnZU0MC { width:19.0625rem;height:0;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH { display:block; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEyqLi6Hs1SlBLdxHpdOxbyFSH5mflTy { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNaQEN1H687JvxXEHHQwzun28uOT9iuT { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui2EWXuk7RdQGw8wAb65Nwz5ySrJ5gmf { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCHVsrTdA2MfxLqkkOhZE9Za70qVsROC { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdzOk1LAoNcTkbyI7EUTUrG2LO9hLPKG { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F74llR1eEXOwAROTGLlVZO3XNlf0S78K { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDD6517ZyTZBoFLtx0CifaWuypoJZ9TM { top:3.75rem;left:1.375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMOxP9COHPm2Uf3KrdBcvQvlpXPxKUqf { top:3.1875rem;left:21.375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzbpKcyQqpp2TEnTLikyMeTo7CkngOuE { top:3.1875rem;left:42.625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTpqHoyckKgtK4gFSfi8NPQMKKMc5VfZ { width:18.75rem;height:3.25rem;top:20.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzvzQRJDJnGMXrUk2lTEQlGddXFGnPxF { display:block; }
 }@media only screen and (max-width: 763px) { #HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f { display:block; }#HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsqEEZeO5csShGofQJWAVvhWDgr75yFh { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI08IWvGd4zkd9cGqtKz6LAyrekyfxMK { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1lRdN5InEWhEBKFle6sgWLwgzX0SDmL { top:1.8125rem;left:28.3125rem;width:13.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC { display:block; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqxLnNAFaTETGfJu545tM0w4usIQTf3H { top:3.8125rem;left:0rem;width:17.5625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLUP3yTlJR0zn42BXSFlaaic3BxlPiog { top:15rem;left:7.625rem;width:17.5625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK12ZFcipEX6BHkJ3st0L6Dz37S8cuZQ { top:3.4375rem;left:21.375rem;width:17.5625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJzZMhA9rfNFo5gIsNBp7EKbq5lPQmzi { top:15rem;left:30.1875rem;width:17.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq { display:block; }#mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPcRTOzQ0AmzzuONU9Z4TaCqP2tghfO8 { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQQacXrrhEFv45wenxRlfgFIpqt34hLX { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDgdCRav84AiyfpOtva2B7mVXHabt2JA { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Qt4e5RMdl5m8uOEeSMRWAUpQnPWNEQ { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSkqP1G5LaTxiKDxTy8itcNJX78HNuwx { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDXmvOIcC6JxHzduUHhavaQMJAA6To29 { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvae24VJJ9aCnNyfON1p4KaSTF0QEIHL { top:22.4375rem;left:0rem;width:44.8125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khcztu6VEbOKJ8aG3t1LGqO7UZ4gROza { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGTnlg2n32ZWKXskIKzhNxtfFVLcXxpM { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atynC9zymZHArD9PoZPTqCG6J24iflFw { display:block; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TT9f6ao6egpPv9wQlItzge3tJOmJOq { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U2qQxLTdsBiEHbdz9foV7ClURXtxVlwP { width:18.75rem;height:3.25rem;top:10.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGKGLrEgq8974WHoTsqX316TfwWTqT5z { display:block; }
 }@media only screen and (max-width: 763px) { #AKxmPcG2mkXgTphhvJUUwKEKPkB0Oq9I { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niTkXWo0oKulzQ8r3FlzeEXalhFqxyx9 { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container { display: none; }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #JntsanSqXOeOqDKAKdgnESD7aTb2SCTG { display:block; }#JntsanSqXOeOqDKAKdgnESD7aTb2SCTG > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txhge1OJHO635LgDJwIKeN0RB5UHm5St { width:15rem;height:5.0625rem;top:1.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnbZ1ESB5dZDoXymxnnTSrvsbS4UBESn { width:20rem;height:0.9375rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ZdaSqvd2q5BUdHqFFd4ceVl7us7sXw { width:20rem;height:20rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuyLq2Qm6wIdf9qW6TZLDEgkZNScd7Tq { width:20rem;height:1.9375rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-text {padding-top: 0; padding-bottom: 0;}#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-select {padding-top: 0; padding-bottom: 0;}#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI  { width:17.5rem;height:auto;top:8.75rem;left:0rem; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI {display:block;}#pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI { width:17.5rem;height:auto;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #k2FPv1QrOcGMJDRvxgtZGeBnfnS4VUBc {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #F5T7s9hUMO8nhHg7xuyxwboTebracJ8V {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #sfGlT9gf6NlfdrAsNPqcJTKDfypqoHvT {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #RRuoQB7HmfexHX8K8db8dXDW8cDhB0dC {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #xSqNxSMX49G90MH8pUgcH4I8mw4km7Sr {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #EhNWOQRkQMUZudrOUqFadBb8akV5u4Ec {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #Dykw2rTBmR2T3g58PzFJA4yKhDcx0KlR {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #fnibx1Rw8AzRleW3Nr41uIGTTF3oPRn4 {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #BGvGtDJTIzcMpqc8Q2N51tiU7oyiFxof {  }
 }@media only screen and (max-width: 763px) { #pyfiJSOCy7JpgmsaS8TEfM2kvoMhtlpI #nHLmoS7LBmD5v47cpiNT1v4UTPzttLtB {  }
 }@media only screen and (max-width: 763px) { #EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty { display:block; }#EazuDP3qQQT9bN8cITOOpUMMPZ1lBDty > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jq2OqyIyOSJTNmgePc8LJGerrTnZU0MC { width:17.6875rem;height:6.875rem;top:1.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH { display:block; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEyqLi6Hs1SlBLdxHpdOxbyFSH5mflTy { width:18.75rem;height:1.875rem;top:6.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNaQEN1H687JvxXEHHQwzun28uOT9iuT { width:18.75rem;height:3.75rem;top:9.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui2EWXuk7RdQGw8wAb65Nwz5ySrJ5gmf { width:18.75rem;height:2.8125rem;top:22.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCHVsrTdA2MfxLqkkOhZE9Za70qVsROC { width:18.75rem;height:1.875rem;top:19.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdzOk1LAoNcTkbyI7EUTUrG2LO9hLPKG { width:18.75rem;height:2.8125rem;top:33.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F74llR1eEXOwAROTGLlVZO3XNlf0S78K { width:18.75rem;height:1.875rem;top:30.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDD6517ZyTZBoFLtx0CifaWuypoJZ9TM { display:flex;width:4.3125rem;height:4.3125rem;top:1.25rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #iMOxP9COHPm2Uf3KrdBcvQvlpXPxKUqf { display:flex;width:4.3125rem;height:4.3125rem;top:14.5625rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #lzbpKcyQqpp2TEnTLikyMeTo7CkngOuE { display:flex;width:4.3125rem;height:4.3125rem;top:25.8125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #sTpqHoyckKgtK4gFSfi8NPQMKKMc5VfZ { width:15.9375rem;height:2.8125rem;top:37.0625rem;left:2.5rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzvzQRJDJnGMXrUk2lTEQlGddXFGnPxF { display:block; }
 }@media only screen and (max-width: 763px) { #HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f { display:block; }#HmCvh7FKQ3QvqlJlIMiNZH5UKDqL883f > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsqEEZeO5csShGofQJWAVvhWDgr75yFh { width:20rem;height:1.875rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI08IWvGd4zkd9cGqtKz6LAyrekyfxMK { width:20rem;height:15rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1lRdN5InEWhEBKFle6sgWLwgzX0SDmL { width:13.625rem;height:20.5rem;top:20.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ef52284c-d1a5-4838-8fa5-7e329be55e9a/Projektbeznazwy12.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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;display:block; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC.adaptive-delivery-prevent-bg, #VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC.lazyload, #VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC.lazyloading { background-image: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container { background-color: transparent; background-image: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container > .video-iframe-container { display: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row > .video-iframe-container { display: none; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .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); }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container { border-width: 0; border-radius: 0; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VRZNoM8g9nmyJZfzPEdL7sfe9HSeqDDC > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqxLnNAFaTETGfJu545tM0w4usIQTf3H { width:17.5625rem;height:9.3125rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLUP3yTlJR0zn42BXSFlaaic3BxlPiog { width:17.5625rem;height:13rem;top:23.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK12ZFcipEX6BHkJ3st0L6Dz37S8cuZQ { width:17.5625rem;height:10.3125rem;top:11.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJzZMhA9rfNFo5gIsNBp7EKbq5lPQmzi { width:17.5625rem;height:13.8125rem;top:37.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq { display:block; }#mtQp6ZOzzyNvxZaNohGzBOlbuMgc1Tsq > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPcRTOzQ0AmzzuONU9Z4TaCqP2tghfO8 { width:20rem;height:7.5rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQQacXrrhEFv45wenxRlfgFIpqt34hLX { width:20rem;height:1.875rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDgdCRav84AiyfpOtva2B7mVXHabt2JA { width:18rem;height:0.8125rem;top:1.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Qt4e5RMdl5m8uOEeSMRWAUpQnPWNEQ { width:18rem;height:0.8125rem;top:15.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSkqP1G5LaTxiKDxTy8itcNJX78HNuwx { width:20rem;height:1.875rem;top:17.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDXmvOIcC6JxHzduUHhavaQMJAA6To29 { width:20rem;height:10.3125rem;top:20.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvae24VJJ9aCnNyfON1p4KaSTF0QEIHL { width:20rem;height:6.5rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khcztu6VEbOKJ8aG3t1LGqO7UZ4gROza { width:18rem;height:0.9375rem;top:32.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGTnlg2n32ZWKXskIKzhNxtfFVLcXxpM { width:20rem;height:1.875rem;top:34.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #atynC9zymZHArD9PoZPTqCG6J24iflFw { display:block; }#atynC9zymZHArD9PoZPTqCG6J24iflFw > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TT9f6ao6egpPv9wQlItzge3tJOmJOq { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2qQxLTdsBiEHbdz9foV7ClURXtxVlwP { width:18.75rem;height:2.5rem;top:7.5625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGKGLrEgq8974WHoTsqX316TfwWTqT5z { display:block; }
 }@media only screen and (max-width: 763px) { #AKxmPcG2mkXgTphhvJUUwKEKPkB0Oq9I { width:20rem;height:2.8125rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niTkXWo0oKulzQ8r3FlzeEXalhFqxyx9 { width:20rem;height:4.6875rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }