.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;top:0rem;left:0rem;position:relative;display:block; }
#TdoZ1yn8hH9IWafN0GpT5z38CliWDnzr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdoZ1yn8hH9IWafN0GpT5z38CliWDnzr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdoZ1yn8hH9IWafN0GpT5z38CliWDnzr > .row > .video-iframe-container { display: none; }#TdoZ1yn8hH9IWafN0GpT5z38CliWDnzr > .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); }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/uc/46c29dfe-41f3-40f2-9b86-2d41a9746aa1/REKRUTACJAJESIEN2022Lilanding.jpg");background-position: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;position:relative;z-index:auto;display:block; }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI.adaptive-delivery-prevent-bg, #ASmkywRGkTDa6EV7Tavatss7AVPlTrSI.lazyload, #ASmkywRGkTDa6EV7Tavatss7AVPlTrSI.lazyloading { background-image: none; }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container { background-color: transparent; background-image: none; }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container > .video-iframe-container { display: none; }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row > .video-iframe-container { display: none; }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .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); }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container { border-width: 0; border-radius: 0; }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row > .video-iframe-container {  }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container { width:60rem;height:42.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UsFleePKEPPKdWauLGa4RQGzE58gMk6W { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:27.1875rem;left:1.5375003814698rem;height:5.4rem;font-style:normal;display:block; }
#yopHVkDV6p9RPRp0wFmlFKdL4EfbfbtT { background-color:#7c4183;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:34.75rem;left:1.5375003814698rem;display:block; }
#uhN6GrTnnef7TltNO1F6UImepVuJ7G3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w5GpnIT4GTTiP9BDkHIdAeZDuct3hgNt { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;height:17.625rem;width:28.75rem;top:40.3125rem;left:30.6875rem;overflow:hidden;display:block; }
#OXVdfVOlo5hlkiKa4KcfyeSdqcSRnitO { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:11.0625rem;top:2.71875rem;left:1.5375003814698rem;overflow:hidden;display:block; }
#EAqZ3omuuwX8dwhHbQTuZDqwsThsqKQW { color:#d0103a;display:block;width:27.25rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:100011;line-height:.9;letter-spacing:0;top:18.9375rem;left:1.5375003814698rem;height:6.75rem;font-style:normal;display:block; }
#Rw6fHGE1XgpfcSzlvv9psdnr47iFCwRn { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.5375003814698rem;height:3.9rem;display:block; }
#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfaf2;background-image:none;position:relative;display:block; }#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container { background-color: transparent; background-image: none; }#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container > .video-iframe-container { display: none; }#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row > .video-iframe-container { display: none; }#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .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); }#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container { border-width: 0; border-radius: 0; }#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row > .video-iframe-container {  }#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:60rem;position:relative;display:block; }#SpRdGIVf0aOSf1mIhDB1yRpcD4OSqlwh { color:#363a36;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6312503814698rem;left:2.46875rem;height:2.1125rem;font-style:normal;display:block; }
#ZJz7EBhGAl4KQ9aW8t43PVP1KMuuUGQK { position:absolute;display:block;z-index:100002;background-color:#d0103a;background-image:url("https://images.assets-landingi.com/cc4BezKc/sekcja2_arrow.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.375rem;top:2rem;left:0rem;display:block; }#ZJz7EBhGAl4KQ9aW8t43PVP1KMuuUGQK.adaptive-delivery-prevent-bg, #ZJz7EBhGAl4KQ9aW8t43PVP1KMuuUGQK.lazyload, #ZJz7EBhGAl4KQ9aW8t43PVP1KMuuUGQK.lazyloading { background-image: none; }
#RT3qWnqyCbHzbLQsz5rKUdH8twUBhTcD { color:#6a6a6a;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.8;letter-spacing:0;top:5.0989580154419rem;left:0rem;height:9rem;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; }
#f32iRIWPB4X2ca1ZRHE4VOygaW4T42n6 { color:#6a6a6a;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.8;letter-spacing:0;top:21.936458587646rem;left:0rem;height:12.05rem;display:block; }#f32iRIWPB4X2ca1ZRHE4VOygaW4T42n6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f32iRIWPB4X2ca1ZRHE4VOygaW4T42n6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Eg6SufU1/Obraz6.png); }
#oeeOea2PoAeTUQrinLuTEX2XTBco2yky { color:#363a36;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:17.625rem;left:2.5rem;height:2.1125rem;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; }
#IInXO3uoXGWop8FaSQJzTAzJ5xOcosnW { position:absolute;display:block;z-index:100005;background-color:#d0103a;background-image:url("https://images.assets-landingi.com/cc4BezKc/sekcja2_arrow.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.375rem;top:18rem;left:0rem;display:block; }#IInXO3uoXGWop8FaSQJzTAzJ5xOcosnW.adaptive-delivery-prevent-bg, #IInXO3uoXGWop8FaSQJzTAzJ5xOcosnW.lazyload, #IInXO3uoXGWop8FaSQJzTAzJ5xOcosnW.lazyloading { background-image: none; }
#P6fOomV6TtHanccds9J7ozcWNu7PMPq7 { position:absolute;display:block;z-index:99999;background-color:#19472e;background-image:url("https://images.assets-landingi.com/labqdETR/sekcja2_foto_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.25rem;width:27.6875rem;top:17.623958587646rem;left:32.3125rem;display:block; }#P6fOomV6TtHanccds9J7ozcWNu7PMPq7.adaptive-delivery-prevent-bg, #P6fOomV6TtHanccds9J7ozcWNu7PMPq7.lazyload, #P6fOomV6TtHanccds9J7ozcWNu7PMPq7.lazyloading { background-image: none; }
#scJb5GBWW2CLLSsPdt2VBoNUO4H3PFGd { position:absolute;display:block;z-index:100007;background-color:#d0103a;background-image:url("https://images.assets-landingi.com/cc4BezKc/sekcja2_arrow.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.375rem;top:19.375rem;left:33.9375rem;display:block; }#scJb5GBWW2CLLSsPdt2VBoNUO4H3PFGd.adaptive-delivery-prevent-bg, #scJb5GBWW2CLLSsPdt2VBoNUO4H3PFGd.lazyload, #scJb5GBWW2CLLSsPdt2VBoNUO4H3PFGd.lazyloading { background-image: none; }
#CSHU1ivv6604JDAuwFIw76JmA3tW2cpQ { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:19.00625038147rem;left:36.625rem;height:2.1125rem;font-style:normal;display:block; }
#v8oJVkczlN4bgxEzI1oIoOinqTcuoXJe { color:#cacaca;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.8;letter-spacing:0;top:21.936458587646rem;left:33.9375rem;height:19rem;display:block; }#v8oJVkczlN4bgxEzI1oIoOinqTcuoXJe li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#v8oJVkczlN4bgxEzI1oIoOinqTcuoXJe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Eg6SufU1/Obraz6.png); }
#quDbUl731xLRszWopfW05BenJsAGdU7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b85e8962-e020-42c4-a2ce-5150d00f2f0d/Zrzutekranu20220823o134614.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#quDbUl731xLRszWopfW05BenJsAGdU7A.adaptive-delivery-prevent-bg, #quDbUl731xLRszWopfW05BenJsAGdU7A.lazyload, #quDbUl731xLRszWopfW05BenJsAGdU7A.lazyloading { background-image: none; }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container { background-color: transparent; background-image: none; }#quDbUl731xLRszWopfW05BenJsAGdU7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container > .video-iframe-container { display: none; }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row > .video-iframe-container { display: none; }#quDbUl731xLRszWopfW05BenJsAGdU7A > .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); }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container { border-width: 0; border-radius: 0; }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row > .video-iframe-container {  }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#XOMpdBIazTOnfhdFzMfa5Gh0X4HlBANQ { color:#f9f7f8;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:2.78125rem;height:3.0875rem;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; }
#w4CHeQKXGz2NaZWoKCt5JvaVtr0tnZND { position:absolute;display:block;z-index:100007;background-color:#e1e1e1;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;height:0.0625rem;width:27.8125rem;top:27.5625rem;left:32.1875rem;display:block; }
#KIvw3FETbFV81OJVs9RA5BywmMns01aZ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;top:29.5rem;left:51.1875rem; }
#KIvw3FETbFV81OJVs9RA5BywmMns01aZ > img { max-width: 100%;max-height:100%; }#i8P6tKEqCQQ9mXr2WDFrNXrU0euKc5hL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100011;top:29.25rem;left:54.4375rem; }
#i8P6tKEqCQQ9mXr2WDFrNXrU0euKc5hL > img { max-width: 100%;max-height:100%; }#Nm1NoxHliR5aDk2sK3vDKHqmXFX3UaOA { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100012;top:29.5rem;left:57.875rem; }
#Nm1NoxHliR5aDk2sK3vDKHqmXFX3UaOA > img { max-width: 100%;max-height:100%; }#d80CG47nr4GqsyTM7pohX0Hz2zdx4eTR { color:#f9f7f8;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.8;letter-spacing:0;top:14.268749237061rem;left:31.65625rem;height:10.8rem;display:block; }
#LQxVgtT6sO9XKIWyvzlVlEmqUQVS0L1v { color:#f9f7f8;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.8;letter-spacing:0;top:13.6875rem;left:1.78125rem;height:12.6rem;display:block; }
#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container { background-color: transparent; background-image: none; }#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container > .video-iframe-container { display: none; }#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row > .video-iframe-container { display: none; }#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .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); }#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container { border-width: 0; border-radius: 0; }#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row > .video-iframe-container {  }#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#ErEKokcJnNJ7md8ka2XHO5OEIEtXS8Tb { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.1437492370606rem;left:10.28125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD { position:relative;display:block; }#gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD { background-color: transparent; background-image: none; }#gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD > .row .container > .video-iframe-container { display: none; }#gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD > .row > .video-iframe-container { display: none; }#gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD > .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); }#gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD { border-width: 0; border-radius: 0; }#gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD > .row .container > .video-iframe-container {  }#gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#PT6GufGKPATDlpG8Ck4kUb6tqegXol4n { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;height:10.1875rem;width:10.1875rem;top:0.96875rem;left:2.40625rem;overflow:hidden;display:block; }
#OsCqfKS8OcMPOQuSkBkJZ1SvrsW3Fnp6 { color:#989898;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:14.97500038147rem;left:1.25rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6EGNLrkHULmTZEqyLxUvlMmruVFSnm3 { color:#363a36;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.4375rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JybJ80EtkHgkuOLxvxmbU18Ip1bTngUd { position:absolute;display:block;z-index:100004;background-color:#ff7e00;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;height:0.125rem;width:2.625rem;top:18.4375rem;left:6.1875rem;display:block; }
#daS4uZAstwXgeJ8gypkT4gOElG7Rh4rK { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.8;letter-spacing:0;top:20.4375rem;left:0.4375rem;height:17.325rem;text-align:center;text-align-last:center;display:block; }
#RuunGiiT0TvIzdfUknsTAseREoTLup5Z { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;height:10.5625rem;width:9.0625rem;top:0.78125rem;left:17.96875rem;overflow:hidden;display:block; }
#pM57Vis5dga4EOJu2G1yUxdf8MAL4kQe { color:#363a36;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:12.4375rem;left:16.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pSI5F9yFqQ3GSSsBVcFvCXgVTu8E8hbL { color:#989898;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:14.97500038147rem;left:16.25rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cLbgH0hTJVXTXVfsDTfh48T1n7w503JO { position:absolute;display:block;z-index:100009;background-color:#ff7e00;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;height:0.125rem;width:2.625rem;top:18.4375rem;left:21.1875rem;display:block; }
#XFGqvEMPhhoq9HsOvynQU8VEiTNeyXxq { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.8;letter-spacing:0;top:20.4375rem;left:15.875rem;height:18.9rem;text-align:center;text-align-last:center;display:block; }
#NRQCPbqPN87GnWXqc1guq8QnUF89GhTt { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;height:12.125rem;width:9.5rem;top:0rem;left:32.75rem;overflow:hidden;display:block; }
#OhPNhJDIsZvFGse7EToUGGMpqRENtK6o { color:#363a36;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:12.4375rem;left:31.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fCaVlfhrrL3rWTwuLET2ga8CikyWBEsv { color:#989898;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:14.97500038147rem;left:31.25rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAbpUGKUna56ZbaV024rwmbti8keW6Vy { position:absolute;display:block;z-index:100014;background-color:#ff7e00;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;height:0.125rem;width:2.625rem;top:18.4375rem;left:36.1875rem;display:block; }
#vmt5DossmJkBPXsqN5OADzaossxavU0J { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.8;letter-spacing:0;top:20.4375rem;left:31rem;height:14.175rem;text-align:center;text-align-last:center;display:block; }
#HIcapxG8OrQNlhgF7kTtNZ8rTPhJd2f6 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;height:11.125rem;width:9.5rem;top:0.5rem;left:47.75rem;overflow:hidden;display:block; }
#HACVTs5NBKX51eOR5Do0tNmRz0oUGnD3 { color:#363a36;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:12.4375rem;left:46.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxPPfQVhSOPbKgtXIdTTi9RVsKp3cNfl { color:#989898;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:14.97500038147rem;left:46.9375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cgnazyGiv4oqUtqCeWPkv8vVq2EKPDvd { position:absolute;display:block;z-index:100019;background-color:#ff7e00;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;height:0.125rem;width:2.625rem;top:18.4375rem;left:51.1875rem;display:block; }
#Q3MF5AzD5fHzBI8lVKPii3Zy7o2Il0Tt { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100020;line-height:1.8;letter-spacing:0;top:20.4375rem;left:45.78125rem;height:17.325rem;text-align:center;text-align-last:center;display:block; }
#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fda4f1c5-f659-49e7-a396-54c83b0614c5/GettyImages_1127976856.crop_2000x1015_0,40.preview.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#yFd4JMVp2Gum6Td93CXOASKT8wCbw989.adaptive-delivery-prevent-bg, #yFd4JMVp2Gum6Td93CXOASKT8wCbw989.lazyload, #yFd4JMVp2Gum6Td93CXOASKT8wCbw989.lazyloading { background-image: none; }#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container { background-color: transparent; background-image: none; }#yFd4JMVp2Gum6Td93CXOASKT8wCbw989::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container > .video-iframe-container { display: none; }#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row > .video-iframe-container { display: none; }#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .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); }#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container { border-width: 0; border-radius: 0; }#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row > .video-iframe-container {  }#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#NXZEa9e21sVVmblaaShLZEBoUtRtOQTf { position:absolute;display:block;z-index:100000;background-color:rgba(253,253,253,0.8);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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:10.75rem;width:22.6875rem;top:9.9375rem;left:1.25rem;display:block; }
#Q83VrbF69glDyaEXiam5atZuk0rvt7O4 { background-color:#d0103a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:8.34375rem;left:6.03125rem;display:block; }
#p3QNe0xH2Dqih2BG8J5lCPxKOXMFz1Wm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W2SOUeUZdtqBF1siZvInKhfvXz4EWKk5 { color:#363a36;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.768749237061rem;left:3.1875rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fn5W57ydGXhHlycdU9HpEPghg1qoSuQM { position:absolute;display:block;z-index:100003;background-color:rgba(253,253,253,0.8);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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:10.75rem;width:22.6875rem;top:9.9375rem;left:32.65625rem;display:block; }
#C2M1SC0u5eTSDEDvvOVKPTNfpxekrTuN { color:#363a36;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:13.768749237061rem;left:33.65625rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hDyffcEUXt5oPpEVGr259SIIO1Rzbpx6 { background-color:#d0103a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:8.34375rem;left:37.4375rem;display:block; }
#SMmzQ4ZSRGkFKkHTJsyhCA2ggKnWlzWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FeKWmIqlUiHqsWLXbSOgzQsbLKol9FqH { position:absolute;display:block;z-index:100006;background-color:rgba(253,253,253,0.8);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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:10.75rem;width:22.6875rem;top:25.1875rem;left:1.25rem;display:block; }
#gu3dC6t1vaCwtnP5z8fMgG3IEnRkR471 { color:#363a36;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:28.246875762939rem;left:2.09375rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqpGlFHzyXFyanVTtRKLpZL1TLgz7pbe { background-color:#d0103a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:23.625rem;left:3.9375rem;display:block; }
#GpBhXSsHzfdS91dCgtFLkCT5eJdm3oDH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DZVAnGKOc2gfHup4hT8hKnQUMonOJDXX { position:absolute;display:block;z-index:100009;background-color:rgba(253,253,253,0.8);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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:10.75rem;width:22.6875rem;top:25.1875rem;left:32.65625rem;display:block; }
#n7F9Tpq2KMC6mF6qTCrfaOzaZX7XNHP6 { color:#363a36;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:28.246875762939rem;left:33.65625rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qZxTh9xcUkTfqDFd02tOLs9sCF9L7Btp { background-color:#d0103a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:23.625rem;left:37.4375rem;display:block; }
#ZPgzB3WaOoH5dBQwMG1Trh5C9KTLW36q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EcywuIBcTSMwzinOHHwZCTo20w2XzTVU { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.875rem;left:16.875rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/brJfLbaK/sekcja8_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW.adaptive-delivery-prevent-bg, #ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW.lazyload, #ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW.lazyloading { background-image: none; }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container { background-color: transparent; background-image: none; }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container > .video-iframe-container { display: none; }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row > .video-iframe-container { display: none; }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .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); }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container { border-width: 0; border-radius: 0; }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row > .video-iframe-container {  }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;position:relative;display:block; }#C0a53MuS2QBnHzeFnq3bbRyXCeSr4QzC { color:#363a36;display:block;width:20.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:5.3625rem;font-style:normal;display:block; }
#BZvccTVOFPgJu1RhhX0WJZm92KMwMCuZ { color:#7b4081;display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:4rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:14.625rem;left:0rem;height:8rem;font-style:normal;display:block; }
#tU3Ssdoz5b66tygqNc6RDUHaAiGwWPLN { position:absolute;display:block;z-index:100002;background-color:#989898;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;height:0.0625rem;width:17.1875rem;top:12.9375rem;left:0rem;display:block; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-form-header {  }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .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(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.0625rem solid #7c4183;border-left:0.0625rem solid #7c4183;border-right:0.0625rem solid #7c4183;border-bottom:0.0625rem solid #7c4183;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:20.4375rem;box-sizing:border-box;height:3.125rem;color:#f9f7f8;font-size:1rem;overflow:hidden;font-family:lato; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-text {padding-top: 0; padding-bottom: 0;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .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:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.0625rem solid #7c4183;border-left:0.0625rem solid #7c4183;border-right:0.0625rem solid #7c4183;border-bottom:0.0625rem solid #7c4183;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:20.4375rem;box-sizing:border-box;height:4.375rem;color:#f9f7f8;font-size:1rem;overflow:hidden;font-family:lato; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .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:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-select {padding-top: 0; padding-bottom: 0;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .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.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-button { 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:#7b4081;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:2.375rem;margin-bottom:0.25rem;margin-left:2.375rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#f2f9ff;width:15.6875rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:lato;font-size:0.875rem; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:lato;font-size:0.875rem; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:lato;font-size:0.875rem; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:lato;font-size:0.875rem; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .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:lato;font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal;line-height:1.6; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .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; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .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; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-container:first-of-type{padding-top:0;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-container:last-of-type{padding-bottom:0;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:4.1499996185303rem;left:33.40625rem; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk {display:block;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:4.1499996185303rem;left:33.40625rem; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #A19b0GT14JgDqvdGMeqaeiFQ0PiUBSv6 { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #zBRuzC9HNcnvQPHPFPoutUgJIytWJ7OO { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #z0fbu8XQ25TxAtDv16UBtgFpDxfae3z7 { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #NZlH6sxEO4sEVW2EAdTkpoSMOMn4Mb7Q { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #xZc7P9h5OgpELUAb9UQXX7Vs0iXfCZNC { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #eSWaQhfpSPvDHuLTPOPDwulHxKhX3Ri5 { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #GwkFpOLmIZyRsa4S0brVnyl8Qe411ME5 { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #C6rosLVmOGRyI0hIfZKN3HxOh44gQcql { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #KMtRRLdMxoVPBNx2NVaHoyow3eCRo5Lz { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #TRRoRNEt5Kl8TnLESHUahS0AQTMET8BB { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #hzKoaFPEemxMPfJ8OmoVkEM4kevqgUE2 { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #LBGAKAssKdJwLBdTeoGEsqP1KbTLecw0 { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #QCZNA7hygL0sdXilV5dscTb5qmuNDftx { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #sewqtwa3fJPl3QnTL6ACQcMS6MqAR0el { position:relative;z-index:2; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #FBiDlQDgfOuDcKCkZNL0E1UgtmsIzmdx { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #wE8vse1g6mGW57M4duTMv9Vn1MD7bwOL { position:relative; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #gOeJlHxLii2IsTLRIXySNNoXVmuEk0pI { position:relative; }
#OhXFDFCTDvrERXAT8MDTlcGtGtcekSEC { position:absolute;display:block;z-index:99998;background-color:#000000;background-image:url("https://images.assets-landingi.com/366HZT0N/sekcja9_bg2.jpg");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:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;height:30.9375rem;width:25.25rem;top:2.75rem;left:32.25rem;display:block; }#OhXFDFCTDvrERXAT8MDTlcGtGtcekSEC.adaptive-delivery-prevent-bg, #OhXFDFCTDvrERXAT8MDTlcGtGtcekSEC.lazyload, #OhXFDFCTDvrERXAT8MDTlcGtGtcekSEC.lazyloading { background-image: none; }
#ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1827;background-image:none;position:relative;display:block; }#ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 > .row .container { background-color: transparent; background-image: none; }#ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 > .row .container > .video-iframe-container { display: none; }#ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 > .row > .video-iframe-container { display: none; }#ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 > .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); }#ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 > .row .container { border-width: 0; border-radius: 0; }#ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 > .row > .video-iframe-container {  }#ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#mcUbH3Vk1cn0yFUyvA459koTQbumAnX9 { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.4125rem;display:block; }
#Ou3ULvbiqiL35axpX7OZ4H1fETh6sz1f { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:0.625rem;left:49.4375rem;display:block; }
#lPAZrNyEg2JzZb0uWs31RUNuST7ulwbu { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:0.625rem;left:56.25rem;display:block; }
#pMuJ1EFMRggm8RGhPNry2X0xaqVB63Zi { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:0.625rem;left:52.5625rem;display:block; }
#ETZd1nOnODRIZu7xSUQM616QCqagG3T3 { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.125rem;left:39.125rem;height:1.625rem;display:block; }
#BehVEhGkVz40Ethq1Jbd88LC0sZmWxia { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.125rem;left:45.75rem;height:1.625rem;display:block; }
#r4IQxqT9HpOBvvp8QT6JTT8nLZn3SCzM { color:#000000;display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:7.125rem;left:53.3125rem;height:1.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ASmkywRGkTDa6EV7Tavatss7AVPlTrSI { display:block; }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsFleePKEPPKdWauLGa4RQGzE58gMk6W { width:21.875rem;height:5.375rem;top:27.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yopHVkDV6p9RPRp0wFmlFKdL4EfbfbtT { width:15rem;height:3.125rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhN6GrTnnef7TltNO1F6UImepVuJ7G3M { display:block; }
 }@media only screen and (max-width: 763px) { #w5GpnIT4GTTiP9BDkHIdAeZDuct3hgNt { width:28.75rem;height:17.625rem;top:40.3125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXVdfVOlo5hlkiKa4KcfyeSdqcSRnitO { top:2.6875rem;left:0rem;width:11.0625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAqZ3omuuwX8dwhHbQTuZDqwsThsqKQW { top:18.9375rem;left:0rem;width:27.25rem;height:6.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw6fHGE1XgpfcSzlvv9psdnr47iFCwRn { top:13.25rem;left:0rem;width:22.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 { display:block; }#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpRdGIVf0aOSf1mIhDB1yRpcD4OSqlwh { width:26.6875rem;height:2.0625rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJz7EBhGAl4KQ9aW8t43PVP1KMuuUGQK { width:1.375rem;height:1.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT3qWnqyCbHzbLQsz5rKUdH8twUBhTcD { width:29.1875rem;height:9rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f32iRIWPB4X2ca1ZRHE4VOygaW4T42n6 { width:29.1875rem;height:12rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }#f32iRIWPB4X2ca1ZRHE4VOygaW4T42n6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Eg6SufU1/Obraz6.png); }
 }@media only screen and (max-width: 763px) { #oeeOea2PoAeTUQrinLuTEX2XTBco2yky { width:27.3125rem;height:2.0625rem;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IInXO3uoXGWop8FaSQJzTAzJ5xOcosnW { width:1.375rem;height:1.375rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6fOomV6TtHanccds9J7ozcWNu7PMPq7 { width:27.6875rem;height:24.25rem;top:17.5625rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scJb5GBWW2CLLSsPdt2VBoNUO4H3PFGd { width:1.375rem;height:1.375rem;top:19.375rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSHU1ivv6604JDAuwFIw76JmA3tW2cpQ { width:16rem;height:2.0625rem;top:19rem;left:30.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8oJVkczlN4bgxEzI1oIoOinqTcuoXJe { width:25.125rem;height:19rem;top:21.875rem;left:22.625rem;font-size:1rem;display:block; }#v8oJVkczlN4bgxEzI1oIoOinqTcuoXJe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Eg6SufU1/Obraz6.png); }
 }@media only screen and (max-width: 763px) { #quDbUl731xLRszWopfW05BenJsAGdU7A { display:block; }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOMpdBIazTOnfhdFzMfa5Gh0X4HlBANQ { width:26.25rem;height:3.0625rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4CHeQKXGz2NaZWoKCt5JvaVtr0tnZND { width:27.8125rem;height:0.0625rem;top:27.5625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIvw3FETbFV81OJVs9RA5BywmMns01aZ { width:2.125rem;height:2.125rem;top:29.5rem;left:45.0625rem;display:block; }
#KIvw3FETbFV81OJVs9RA5BywmMns01aZ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #i8P6tKEqCQQ9mXr2WDFrNXrU0euKc5hL { width:2.5rem;height:2.5rem;top:29.25rem;left:45.25rem;display:block; }
#i8P6tKEqCQQ9mXr2WDFrNXrU0euKc5hL > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Nm1NoxHliR5aDk2sK3vDKHqmXFX3UaOA { width:2.125rem;height:2.125rem;top:29.5rem;left:45.625rem;display:block; }
#Nm1NoxHliR5aDk2sK3vDKHqmXFX3UaOA > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #d80CG47nr4GqsyTM7pohX0Hz2zdx4eTR { width:27.1875rem;height:10.75rem;top:14.25rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQxVgtT6sO9XKIWyvzlVlEmqUQVS0L1v { width:27.1875rem;height:10.75rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh { display:block; }#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErEKokcJnNJ7md8ka2XHO5OEIEtXS8Tb { width:39.4375rem;height:3.0625rem;top:2.125rem;left:4.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD { display:block; }#gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT6GufGKPATDlpG8Ck4kUb6tqegXol4n { width:10.1875rem;height:10.1875rem;top:0.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsCqfKS8OcMPOQuSkBkJZ1SvrsW3Fnp6 { width:12.5rem;height:2.5625rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6EGNLrkHULmTZEqyLxUvlMmruVFSnm3 { width:12.5rem;height:1.625rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JybJ80EtkHgkuOLxvxmbU18Ip1bTngUd { width:2.625rem;height:0.125rem;top:18.4375rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daS4uZAstwXgeJ8gypkT4gOElG7Rh4rK { width:14.125rem;height:17.3125rem;top:20.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuunGiiT0TvIzdfUknsTAseREoTLup5Z { width:9.0625rem;height:10.5625rem;top:0.75rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM57Vis5dga4EOJu2G1yUxdf8MAL4kQe { width:12.5rem;height:1.625rem;top:12.4375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSI5F9yFqQ3GSSsBVcFvCXgVTu8E8hbL { width:12.5rem;height:2.5625rem;top:14.9375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLbgH0hTJVXTXVfsDTfh48T1n7w503JO { width:2.625rem;height:0.125rem;top:18.4375rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFGqvEMPhhoq9HsOvynQU8VEiTNeyXxq { width:13.25rem;height:18.875rem;top:20.4375rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRQCPbqPN87GnWXqc1guq8QnUF89GhTt { width:9.5rem;height:12.125rem;top:0rem;left:25.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhPNhJDIsZvFGse7EToUGGMpqRENtK6o { width:12.5rem;height:1.625rem;top:12.4375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCaVlfhrrL3rWTwuLET2ga8CikyWBEsv { width:12.5rem;height:2.5625rem;top:14.9375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbpUGKUna56ZbaV024rwmbti8keW6Vy { width:2.625rem;height:0.125rem;top:18.4375rem;left:28.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmt5DossmJkBPXsqN5OADzaossxavU0J { width:13rem;height:14.125rem;top:20.4375rem;left:22.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIcapxG8OrQNlhgF7kTtNZ8rTPhJd2f6 { width:9.5rem;height:11.125rem;top:0.5rem;left:37.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HACVTs5NBKX51eOR5Do0tNmRz0oUGnD3 { width:12.5rem;height:1.625rem;top:12.4375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxPPfQVhSOPbKgtXIdTTi9RVsKp3cNfl { width:12.5rem;height:2.5625rem;top:14.9375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgnazyGiv4oqUtqCeWPkv8vVq2EKPDvd { width:2.625rem;height:0.125rem;top:18.4375rem;left:40.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3MF5AzD5fHzBI8lVKPii3Zy7o2Il0Tt { width:13.4375rem;height:17.3125rem;top:20.4375rem;left:34.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFd4JMVp2Gum6Td93CXOASKT8wCbw989 { display:block; }#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXZEa9e21sVVmblaaShLZEBoUtRtOQTf { width:22.6875rem;height:10.75rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q83VrbF69glDyaEXiam5atZuk0rvt7O4 { width:13.125rem;height:3.125rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3QNe0xH2Dqih2BG8J5lCPxKOXMFz1Wm { display:block; }
 }@media only screen and (max-width: 763px) { #W2SOUeUZdtqBF1siZvInKhfvXz4EWKk5 { width:18.8125rem;height:3.0625rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn5W57ydGXhHlycdU9HpEPghg1qoSuQM { width:22.6875rem;height:10.75rem;top:9.9375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2M1SC0u5eTSDEDvvOVKPTNfpxekrTuN { width:20.6875rem;height:3.0625rem;top:13.75rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDyffcEUXt5oPpEVGr259SIIO1Rzbpx6 { width:13.125rem;height:3.125rem;top:8.3125rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMmzQ4ZSRGkFKkHTJsyhCA2ggKnWlzWA { display:block; }
 }@media only screen and (max-width: 763px) { #FeKWmIqlUiHqsWLXbSOgzQsbLKol9FqH { width:22.6875rem;height:10.75rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu3dC6t1vaCwtnP5z8fMgG3IEnRkR471 { width:21rem;height:4.625rem;top:28.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqpGlFHzyXFyanVTtRKLpZL1TLgz7pbe { width:17.3125rem;height:3.125rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpBhXSsHzfdS91dCgtFLkCT5eJdm3oDH { display:block; }
 }@media only screen and (max-width: 763px) { #DZVAnGKOc2gfHup4hT8hKnQUMonOJDXX { width:22.6875rem;height:10.75rem;top:25.1875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7F9Tpq2KMC6mF6qTCrfaOzaZX7XNHP6 { width:20.6875rem;height:4.625rem;top:28.1875rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZxTh9xcUkTfqDFd02tOLs9sCF9L7Btp { width:13.125rem;height:3.125rem;top:23.625rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPgzB3WaOoH5dBQwMG1Trh5C9KTLW36q { display:block; }
 }@media only screen and (max-width: 763px) { #EcywuIBcTSMwzinOHHwZCTo20w2XzTVU { width:26.25rem;height:;top:2.875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW { display:block; }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0a53MuS2QBnHzeFnq3bbRyXCeSr4QzC { width:20.1875rem;height:5.3125rem;top:6.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZvccTVOFPgJu1RhhX0WJZm92KMwMCuZ { width:26.9375rem;height:8rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU3Ssdoz5b66tygqNc6RDUHaAiGwWPLN { width:17.1875rem;height:0.0625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-text {padding-top: 0; padding-bottom: 0;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-select {padding-top: 0; padding-bottom: 0;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-checkbox-label { width:19.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk  { width:20.4375rem;height:auto;top:4.125rem;left:24.8125rem; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk {display:block;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk { width:20.4375rem;height:auto;top:4.125rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #A19b0GT14JgDqvdGMeqaeiFQ0PiUBSv6 {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #zBRuzC9HNcnvQPHPFPoutUgJIytWJ7OO {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #z0fbu8XQ25TxAtDv16UBtgFpDxfae3z7 {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #NZlH6sxEO4sEVW2EAdTkpoSMOMn4Mb7Q {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #xZc7P9h5OgpELUAb9UQXX7Vs0iXfCZNC {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #eSWaQhfpSPvDHuLTPOPDwulHxKhX3Ri5 {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #GwkFpOLmIZyRsa4S0brVnyl8Qe411ME5 {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #C6rosLVmOGRyI0hIfZKN3HxOh44gQcql {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #KMtRRLdMxoVPBNx2NVaHoyow3eCRo5Lz {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #TRRoRNEt5Kl8TnLESHUahS0AQTMET8BB {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #hzKoaFPEemxMPfJ8OmoVkEM4kevqgUE2 {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #LBGAKAssKdJwLBdTeoGEsqP1KbTLecw0 {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #QCZNA7hygL0sdXilV5dscTb5qmuNDftx {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #sewqtwa3fJPl3QnTL6ACQcMS6MqAR0el {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #FBiDlQDgfOuDcKCkZNL0E1UgtmsIzmdx {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #wE8vse1g6mGW57M4duTMv9Vn1MD7bwOL {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #gOeJlHxLii2IsTLRIXySNNoXVmuEk0pI {  }
 }@media only screen and (max-width: 763px) { #OhXFDFCTDvrERXAT8MDTlcGtGtcekSEC { width:25.25rem;height:30.9375rem;top:2.75rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 { display:block; }#ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcUbH3Vk1cn0yFUyvA459koTQbumAnX9 { top:2.25rem;left:0rem;width:46.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou3ULvbiqiL35axpX7OZ4H1fETh6sz1f { top:0.625rem;left:43.3125rem;width:3.8125rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPAZrNyEg2JzZb0uWs31RUNuST7ulwbu { top:0.625rem;left:44rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMuJ1EFMRggm8RGhPNry2X0xaqVB63Zi { top:0.625rem;left:44rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETZd1nOnODRIZu7xSUQM616QCqagG3T3 { top:7.125rem;left:33rem;width:6.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BehVEhGkVz40Ethq1Jbd88LC0sZmWxia { top:7.125rem;left:39.125rem;width:8.625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4IQxqT9HpOBvvp8QT6JTT8nLZn3SCzM { top:7.125rem;left:42rem;width:5.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ASmkywRGkTDa6EV7Tavatss7AVPlTrSI { position:relative;z-index:auto;background-color:#cccccc;background-image:url("https://images.assets-landingi.com/uc/46c29dfe-41f3-40f2-9b86-2d41a9746aa1/REKRUTACJAJESIEN2022Lilanding.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI.adaptive-delivery-prevent-bg, #ASmkywRGkTDa6EV7Tavatss7AVPlTrSI.lazyload, #ASmkywRGkTDa6EV7Tavatss7AVPlTrSI.lazyloading { background-image: none; }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container { background-color: transparent; background-image: none; }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container > .video-iframe-container { display: none; }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row > .video-iframe-container { display: none; }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .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); }#ASmkywRGkTDa6EV7Tavatss7AVPlTrSI > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsFleePKEPPKdWauLGa4RQGzE58gMk6W { width:11.625rem;height:10.125rem;top:21.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yopHVkDV6p9RPRp0wFmlFKdL4EfbfbtT { width:16.8125rem;height:3.5625rem;top:42.875rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhN6GrTnnef7TltNO1F6UImepVuJ7G3M { display:block; }
 }@media only screen and (max-width: 763px) { #w5GpnIT4GTTiP9BDkHIdAeZDuct3hgNt { width:0.625rem;height:0.625rem;top:39.1875rem;left:18.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OXVdfVOlo5hlkiKa4KcfyeSdqcSRnitO { width:11.0625rem;height:4.125rem;top:1.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAqZ3omuuwX8dwhHbQTuZDqwsThsqKQW { width:13.25rem;height:5.6rem;top:15.35000038147rem;left:6.75rem;font-size:2rem;line-height:1.4;text-align:right;text-align-last:right;color:#f9f7f8;display:block; }
 }@media only screen and (max-width: 763px) { #Rw6fHGE1XgpfcSzlvv9psdnr47iFCwRn { width:20rem;height:5.85rem;top:8.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 { display:block; }#PJQ2yr4XliayEvXqegQhyvtimhGRTTn7 > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpRdGIVf0aOSf1mIhDB1yRpcD4OSqlwh { width:15.5rem;height:3.25rem;top:20.1875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJz7EBhGAl4KQ9aW8t43PVP1KMuuUGQK { width:1.375rem;height:1.375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT3qWnqyCbHzbLQsz5rKUdH8twUBhTcD { width:18.25rem;height:12.75rem;top:5.5rem;left:0.875rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #f32iRIWPB4X2ca1ZRHE4VOygaW4T42n6 { width:18.75rem;height:12.40625rem;top:24.4375rem;left:0rem;font-size:0.9375rem;line-height:1.7;display:block; }#f32iRIWPB4X2ca1ZRHE4VOygaW4T42n6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Eg6SufU1/Obraz6.png); }
 }@media only screen and (max-width: 763px) { #oeeOea2PoAeTUQrinLuTEX2XTBco2yky { width:14.8125rem;height:3.25rem;top:0.25rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IInXO3uoXGWop8FaSQJzTAzJ5xOcosnW { width:1.4375rem;height:1.4375rem;top:40.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6fOomV6TtHanccds9J7ozcWNu7PMPq7 { width:20rem;height:26.3125rem;top:39.4375rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #scJb5GBWW2CLLSsPdt2VBoNUO4H3PFGd { width:1.375rem;height:1.3125rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSHU1ivv6604JDAuwFIw76JmA3tW2cpQ { width:14rem;height:1.625rem;top:40.5rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8oJVkczlN4bgxEzI1oIoOinqTcuoXJe { width:18rem;height:21.71875rem;top:43.34375rem;left:1rem;font-size:0.9375rem;line-height:1.7;display:block; }#v8oJVkczlN4bgxEzI1oIoOinqTcuoXJe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Eg6SufU1/Obraz6.png); }
 }@media only screen and (max-width: 763px) { #quDbUl731xLRszWopfW05BenJsAGdU7A { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b85e8962-e020-42c4-a2ce-5150d00f2f0d/Zrzutekranu20220823o134614.crop_915x1182_512,0.preview.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#quDbUl731xLRszWopfW05BenJsAGdU7A.adaptive-delivery-prevent-bg, #quDbUl731xLRszWopfW05BenJsAGdU7A.lazyload, #quDbUl731xLRszWopfW05BenJsAGdU7A.lazyloading { background-image: none; }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container { background-color: transparent; background-image: none; }#quDbUl731xLRszWopfW05BenJsAGdU7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container > .video-iframe-container { display: none; }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row > .video-iframe-container { display: none; }#quDbUl731xLRszWopfW05BenJsAGdU7A > .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); }#quDbUl731xLRszWopfW05BenJsAGdU7A > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOMpdBIazTOnfhdFzMfa5Gh0X4HlBANQ { width:20rem;height:2rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #w4CHeQKXGz2NaZWoKCt5JvaVtr0tnZND { width:20rem;height:0.0625rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIvw3FETbFV81OJVs9RA5BywmMns01aZ { width:2.125rem;height:2.125rem;top:47.8125rem;left:4.25rem;display:block; }
#KIvw3FETbFV81OJVs9RA5BywmMns01aZ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #i8P6tKEqCQQ9mXr2WDFrNXrU0euKc5hL { width:2.4375rem;height:2.4375rem;top:47.5rem;left:8.78125rem;display:block; }
#i8P6tKEqCQQ9mXr2WDFrNXrU0euKc5hL > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Nm1NoxHliR5aDk2sK3vDKHqmXFX3UaOA { width:2.125rem;height:2.125rem;top:47.8125rem;left:13.375rem;display:block; }
#Nm1NoxHliR5aDk2sK3vDKHqmXFX3UaOA > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #d80CG47nr4GqsyTM7pohX0Hz2zdx4eTR { width:20rem;height:12.75rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #LQxVgtT6sO9XKIWyvzlVlEmqUQVS0L1v { width:20rem;height:14.34375rem;top:21.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh { display:block; }#WCg5MfHmthnMlgbRJ3wICiyGT5HwlWzh > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErEKokcJnNJ7md8ka2XHO5OEIEtXS8Tb { width:20rem;height:5.2rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD { display:block; }#gh5qyQkoZEhXcSonv6TZLZ6HJpIZFzkD > .row .container { width:20rem;height:152.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PT6GufGKPATDlpG8Ck4kUb6tqegXol4n { width:10.1875rem;height:10.1875rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsCqfKS8OcMPOQuSkBkJZ1SvrsW3Fnp6 { width:12.5rem;height:2.6rem;top:15.2375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6EGNLrkHULmTZEqyLxUvlMmruVFSnm3 { width:12.5rem;height:1.3rem;top:12.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JybJ80EtkHgkuOLxvxmbU18Ip1bTngUd { width:2.625rem;height:0.125rem;top:19.0875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daS4uZAstwXgeJ8gypkT4gOElG7Rh4rK { width:16.5rem;height:15.9375rem;top:20.52499961853rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RuunGiiT0TvIzdfUknsTAseREoTLup5Z { width:9.0625rem;height:10.5625rem;top:39.24375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM57Vis5dga4EOJu2G1yUxdf8MAL4kQe { width:12.5rem;height:1.3rem;top:51.056251525879rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSI5F9yFqQ3GSSsBVcFvCXgVTu8E8hbL { width:12.5rem;height:2.6rem;top:53.60625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLbgH0hTJVXTXVfsDTfh48T1n7w503JO { width:2.625rem;height:0.125rem;top:56.143749237061rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFGqvEMPhhoq9HsOvynQU8VEiTNeyXxq { width:16rem;height:17.53125rem;top:57.956249237061rem;left:2rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NRQCPbqPN87GnWXqc1guq8QnUF89GhTt { width:9.5rem;height:12.125rem;top:77.768749237062rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhPNhJDIsZvFGse7EToUGGMpqRENtK6o { width:12.5rem;height:1.3rem;top:92.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCaVlfhrrL3rWTwuLET2ga8CikyWBEsv { width:12.5rem;height:2.6rem;top:94.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbpUGKUna56ZbaV024rwmbti8keW6Vy { width:2.625rem;height:0.125rem;top:98.231250762938rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmt5DossmJkBPXsqN5OADzaossxavU0J { width:17rem;height:11.15625rem;top:100.16875076294rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HIcapxG8OrQNlhgF7kTtNZ8rTPhJd2f6 { width:9.5rem;height:11.125rem;top:114.48125076294rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HACVTs5NBKX51eOR5Do0tNmRz0oUGnD3 { width:12.5rem;height:1.3rem;top:127.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxPPfQVhSOPbKgtXIdTTi9RVsKp3cNfl { width:12.5rem;height:2.6rem;top:129.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgnazyGiv4oqUtqCeWPkv8vVq2EKPDvd { width:2.625rem;height:0.125rem;top:132.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3MF5AzD5fHzBI8lVKPii3Zy7o2Il0Tt { width:16.9375rem;height:14.34375rem;top:134.94374847412rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yFd4JMVp2Gum6Td93CXOASKT8wCbw989 { display:block; }#yFd4JMVp2Gum6Td93CXOASKT8wCbw989 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXZEa9e21sVVmblaaShLZEBoUtRtOQTf { width:20rem;height:8.125rem;top:6.3125038146975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q83VrbF69glDyaEXiam5atZuk0rvt7O4 { width:13.125rem;height:2.875rem;top:12.9375rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3QNe0xH2Dqih2BG8J5lCPxKOXMFz1Wm { display:block; }
 }@media only screen and (max-width: 763px) { #W2SOUeUZdtqBF1siZvInKhfvXz4EWKk5 { width:17.375rem;height:2.4rem;top:9.1749992370606rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fn5W57ydGXhHlycdU9HpEPghg1qoSuQM { width:20rem;height:8.125rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2M1SC0u5eTSDEDvvOVKPTNfpxekrTuN { width:16.1875rem;height:2.4rem;top:20.737499237061rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hDyffcEUXt5oPpEVGr259SIIO1Rzbpx6 { width:13.125rem;height:2.875rem;top:24.5625rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMmzQ4ZSRGkFKkHTJsyhCA2ggKnWlzWA { display:block; }
 }@media only screen and (max-width: 763px) { #FeKWmIqlUiHqsWLXbSOgzQsbLKol9FqH { width:20rem;height:8.125rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu3dC6t1vaCwtnP5z8fMgG3IEnRkR471 { width:16.8125rem;height:3.6rem;top:30.4375rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xqpGlFHzyXFyanVTtRKLpZL1TLgz7pbe { width:14.375rem;height:2.875rem;top:35.375rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpBhXSsHzfdS91dCgtFLkCT5eJdm3oDH { display:block; }
 }@media only screen and (max-width: 763px) { #DZVAnGKOc2gfHup4hT8hKnQUMonOJDXX { width:20rem;height:8.125rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7F9Tpq2KMC6mF6qTCrfaOzaZX7XNHP6 { width:16.4375rem;height:3.6rem;top:41.762500762939rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qZxTh9xcUkTfqDFd02tOLs9sCF9L7Btp { width:13.125rem;height:2.875rem;top:46.125rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPgzB3WaOoH5dBQwMG1Trh5C9KTLW36q { display:block; }
 }@media only screen and (max-width: 763px) { #EcywuIBcTSMwzinOHHwZCTo20w2XzTVU { width:17.75rem;height:2rem;top:1.5rem;left:1.125rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW { background-color:#ffffff;background-image:none;display:block; }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container { background-color: transparent; background-image: none; }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container > .video-iframe-container { display: none; }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row > .video-iframe-container { display: none; }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .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); }#ZB4pgEXF0CyyR1Rrk2epX7CCVRmTZcZW > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0a53MuS2QBnHzeFnq3bbRyXCeSr4QzC { width:20rem;height:4.875rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZvccTVOFPgJu1RhhX0WJZm92KMwMCuZ { width:17.9375rem;height:2.5rem;top:7.83749961853rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU3Ssdoz5b66tygqNc6RDUHaAiGwWPLN { width:17.1875rem;height:0.0625rem;top:7.08749961853rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-regular-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-text { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-text {padding-top: 0; padding-bottom: 0;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-textarea { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-select { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-select {padding-top: 0; padding-bottom: 0;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-input-button { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:0.9375rem;overflow:hidden; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-checkbox-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-container:first-of-type{padding-top:0;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .widget-container:last-of-type{padding-bottom:0;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk  { width:15.5rem;height:auto;top:10.33749961853rem;left:1rem; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk {display:block;}#qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk { width:15.5rem;height:auto;top:10.33749961853rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #A19b0GT14JgDqvdGMeqaeiFQ0PiUBSv6 {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #zBRuzC9HNcnvQPHPFPoutUgJIytWJ7OO {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #z0fbu8XQ25TxAtDv16UBtgFpDxfae3z7 {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #NZlH6sxEO4sEVW2EAdTkpoSMOMn4Mb7Q {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #xZc7P9h5OgpELUAb9UQXX7Vs0iXfCZNC {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #eSWaQhfpSPvDHuLTPOPDwulHxKhX3Ri5 {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #GwkFpOLmIZyRsa4S0brVnyl8Qe411ME5 {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #C6rosLVmOGRyI0hIfZKN3HxOh44gQcql {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #KMtRRLdMxoVPBNx2NVaHoyow3eCRo5Lz {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #TRRoRNEt5Kl8TnLESHUahS0AQTMET8BB {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #hzKoaFPEemxMPfJ8OmoVkEM4kevqgUE2 {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #LBGAKAssKdJwLBdTeoGEsqP1KbTLecw0 {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #QCZNA7hygL0sdXilV5dscTb5qmuNDftx {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #sewqtwa3fJPl3QnTL6ACQcMS6MqAR0el {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #FBiDlQDgfOuDcKCkZNL0E1UgtmsIzmdx {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #wE8vse1g6mGW57M4duTMv9Vn1MD7bwOL {  }
 }@media only screen and (max-width: 763px) { #qDdbbxKFXuTSiTtBkK3idOFWMxWpuALk #gOeJlHxLii2IsTLRIXySNNoXVmuEk0pI {  }
 }@media only screen and (max-width: 763px) { #OhXFDFCTDvrERXAT8MDTlcGtGtcekSEC { width:20rem;height:30.875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 { display:block; }#ByLZpdH4GOtV9vetMH4q4XBvk4gMTHs5 > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcUbH3Vk1cn0yFUyvA459koTQbumAnX9 { width:18.9375rem;height:9.1rem;top:1.0072937011719rem;left:0.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ou3ULvbiqiL35axpX7OZ4H1fETh6sz1f { width:3.9375rem;height:3.875rem;top:16.631248474121rem;left:1.6947917938232rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPAZrNyEg2JzZb0uWs31RUNuST7ulwbu { width:3.75rem;height:3.75rem;top:16.662498474121rem;left:7.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMuJ1EFMRggm8RGhPNry2X0xaqVB63Zi { width:3.875rem;height:3.8125rem;top:16.662498474121rem;left:13.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETZd1nOnODRIZu7xSUQM616QCqagG3T3 { width:6.125rem;height:1.38125rem;top:12.349998474121rem;left:0.94479179382325rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BehVEhGkVz40Ethq1Jbd88LC0sZmWxia { width:8.625rem;height:1.38125rem;top:12.349998474121rem;left:11.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4IQxqT9HpOBvvp8QT6JTT8nLZn3SCzM { width:5.75rem;height:1.38125rem;top:14.5rem;left:6.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }