.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40b38f5c-c841-4643-b58a-568b6837bf11/Projektbeznazwy4.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:#4b4b4a;display:block;width:43.375rem;position:absolute;font-family:exo;font-size:4.9375rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:12.062173843384rem;left:0rem;height:9.874675rem;font-style:normal;display:block; }
#RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { color:#3c3c3c;display:block;width:31.1246875rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:27.205402374267rem;left:0rem;height:6.2955625rem;font-style:normal;display:block; }
#N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { background-color:#ac2352;background-image:none;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.686375rem;height:3.49935rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:35.749511241913rem;left:0rem;display:block; }
#aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:17.9375rem;top:1.7496744394302rem;left:0rem;overflow:hidden;display:block; }
#qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ac2352;border-left:0.1875rem solid #ac2352;border-right:0.1875rem solid #ac2352;border-bottom:0.1875rem solid #ac2352;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49935rem;width:12.6871875rem;top:36.499022960663rem;left:0.81136131286619rem;display:block; }
#ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { color:#ac2352;display:block;width:45.9375rem;position:absolute;font-family:exo;font-size:2.0625rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:23.6875rem;left:0rem;height:2.26806875rem;font-style:normal;display:block; }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { background-color:#ac2352;background-image:none;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.686375rem;height:3.4985375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:45.463050842285rem;left:41.249185562134rem;display:block; }
#ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPdEFaT58LctBZGEQ2r8EUtIofm7GqVJ { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ac2352;border-left:0.1875rem solid #ac2352;border-right:0.1875rem solid #ac2352;border-bottom:0.1875rem solid #ac2352;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4985375rem;width:12.6871875rem;top:46.029457092285rem;left:41.811521530151rem;display:block; }
#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { position:absolute;display:block;z-index:15026;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/20180f10-dcc8-429a-8908-00af9bf0f15a/Projektbeznazwy5.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:22.4373125rem;top:2.998046875rem;left:0.9375rem;display:block; }#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.adaptive-delivery-prevent-bg, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyload, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyloading { background-image: none; }
#IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { color:#000000;display:block;width:33.75rem;position:absolute;font-family:exo;font-size:2.25rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:9.1243457794187rem;left:41.249185562134rem;height:4.500325rem;font-style:normal;display:block; }
#QW52twILfzH0cXcgWaTIe5sC06ofTGvN { color:#4b4b4a;display:block;width:30.8748125rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:4.8730449676514rem;left:41.249185562134rem;height:2.5rem;font-style:normal;display:block; }
#yICXv2KtTHiaBPF0O92gyktaJHdZTQcA { position:absolute;display:block;z-index:15027;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5a38604e-8b1b-4ef6-98fb-0da8ad5285dc/Projektbeznazwy6.png");background-position:bottom 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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:22.4365rem;top:25.622554779052rem;left:11.99951171875rem;display:block; }#yICXv2KtTHiaBPF0O92gyktaJHdZTQcA.adaptive-delivery-prevent-bg, #yICXv2KtTHiaBPF0O92gyktaJHdZTQcA.lazyload, #yICXv2KtTHiaBPF0O92gyktaJHdZTQcA.lazyloading { background-image: none; }
#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:#666666;display:block;width:33.75rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:15.559081077576rem;left:41.249185562134rem;height:31.4778625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { border-width: 0; border-radius: 0; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;overflow:visible;position:relative;display:block; }#iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { color:#000000;display:block;width:75rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:5.12451171875rem;left:0rem;height:2.625325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dPPGgXNTQpfRb12OPXO5gs9MSgSNFiZs { position:absolute;display:block;z-index:15025;background-color:#f3f3f3;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:75rem;top:25.6875rem;left:0rem;display:block; }
#ztQVqJcT36O0SwzmuPLX9d2vhDgBLxr2 { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #ac2352;border-left:0.375rem solid #ac2352;border-right:0.375rem solid #ac2352;border-bottom:0.375rem solid #ac2352;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81163125rem;width:0.81163125rem;top:25.1875rem;left:8.125rem;display:block; }
#TrEKUCSXiS4BgAKsNcW9RsGXkwKTCgNq { position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:17.75rem;top:32.1875rem;left:0rem;display:block; }
#aPuT85lanIgSXddXP1EqW9k0f4l3G98A { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:33.6875rem;left:1.375rem;height:5.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lJAktTWMof2xhKDm2V225Gsr28VK1HWQ { position:absolute;display:block;z-index:15029;background-color:#ececec;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:27.125rem;left:8.8125rem;display:block; }
#JdxBFPv6iMvoIPRfr6eX7OiDe6gkJvWi { color:#000000;display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:29.75rem;left:0rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGbuS9ATn0Uu6Sa6ScdoSq0TZT8a6y6s { position:absolute;display:block;z-index:15024;background-color:#fbfaf8;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:17.75rem;top:12.875rem;left:9.75rem;display:block; }
#VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { color:#666666;display:block;width:14.875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:14.375rem;left:11.125rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IKByQOv6okoA1ndPsQ77Le4xp9kWmTVn { color:#000000;display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:21.0625rem;left:9.6875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nXJvRoVAk27RQ5FTlab1vd7aAoqSkuVZ { position:absolute;display:block;z-index:15039;background-color:#ececec;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:22.875rem;left:18.1875rem;display:block; }
#Wmf4TTVHOcBF6pEl7aDAyxTELGm7it3Z { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #ac2352;border-left:0.375rem solid #ac2352;border-right:0.375rem solid #ac2352;border-bottom:0.375rem solid #ac2352;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81055rem;width:0.81055rem;top:25.1875rem;left:17.5rem;display:block; }
#MvuJ93c3G4O9XhcOH9TDihSkH2XOLkkC { position:absolute;display:block;z-index:15029;background-color:#fbfaf8;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:17.75rem;top:12.874351501465rem;left:28.749998092651rem;display:block; }
#vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { color:#666666;display:block;width:14.875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:14.375rem;left:30.125rem;height:5.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lLITyrgNSlH2bA9oMEnX7AlCyJbGiW1w { color:#000000;display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:21.0625rem;left:28.625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6acuLpk01pna1w85cCX0mfuv8mg1n6z { position:absolute;display:block;z-index:15044;background-color:#ececec;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:22.875rem;left:37.1875rem;display:block; }
#AAsTzMWsJUITRyMXcIbV9JfMZ0N7fZ3W { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #ac2352;border-left:0.375rem solid #ac2352;border-right:0.375rem solid #ac2352;border-bottom:0.375rem solid #ac2352;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81055rem;width:0.81055rem;top:25.1875rem;left:36.5rem;display:block; }
#euruNbtxPSNAPrgUf9OSk2ZFz2JqbB13 { position:absolute;display:block;z-index:15034;background-color:#fbfaf8;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:17.75rem;top:12.874351501465rem;left:47.749837875366rem;display:block; }
#MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { color:#666666;display:block;width:14.8746875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:13.687336444855rem;left:48.841958999634rem;height:8.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zywpk6QlOZhdp7yyNmOeIRncDVuzDhrl { color:#000000;display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15068;line-height:1;letter-spacing:0;top:21.0625rem;left:47.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugn33U4toUlC0NnGzAQ2urmiQ86im7ea { position:absolute;display:block;z-index:15049;background-color:#ececec;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:22.875rem;left:56.1875rem;display:block; }
#qCN5RVrw6ZmVMbWfQc5oTf7g0wBKL1k7 { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #ac2352;border-left:0.375rem solid #ac2352;border-right:0.375rem solid #ac2352;border-bottom:0.375rem solid #ac2352;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81055rem;width:0.81055rem;top:25.1875rem;left:55.5rem;display:block; }
#Z8aWg7ip9yWOL7zbGzCIUqVW9HmrFk0s { position:absolute;display:block;z-index:15019;background-color:#fbfaf8;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:17.75rem;top:32.1875rem;left:18.999837875366rem;display:block; }
#tIMngUI05uNJEsT87DxzMv3lEUn4No6r { color:#666666;display:block;width:14.875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:33.6875rem;left:20.375rem;height:6.9986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ifr1k1WLbckdJ6CmDdFHXmf0ghzApVWT { color:#000000;display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:29.75rem;left:19.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pe8ZLFMGaw3bEI7GWFi2P8s929M2Mufe { position:absolute;display:block;z-index:15034;background-color:#ececec;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:27.125rem;left:27.8125rem;display:block; }
#zU2pzCeUhKeuOl4aWcoVzaL9rPmilHs3 { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #ac2352;border-left:0.375rem solid #ac2352;border-right:0.375rem solid #ac2352;border-bottom:0.375rem solid #ac2352;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81163125rem;width:0.81163125rem;top:25.1875rem;left:27.125rem;display:block; }
#HNfhOnF6g3P5ZRn1FVsmE2DmTQ3dPR0V { position:absolute;display:block;z-index:15024;background-color:#fbfaf8;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:17.75rem;top:32.1875rem;left:38.124998092651rem;display:block; }
#HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R { color:#666666;display:block;width:14.875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:33.75rem;left:39.625rem;height:5.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PkEbWVFRMMuafN7BwEsMreLpOge03BTZ { color:#000000;display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:29.75rem;left:38.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRk5iPADRqATMcpPabZMcDHGPbBsed1R { position:absolute;display:block;z-index:15039;background-color:#ececec;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:27.125rem;left:46.9375rem;display:block; }
#qSTBmQXeL1UpcWp0PwUB5eIsVeVGDKy7 { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #ac2352;border-left:0.375rem solid #ac2352;border-right:0.375rem solid #ac2352;border-bottom:0.375rem solid #ac2352;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81163125rem;width:0.81163125rem;top:25.1875rem;left:46.25rem;display:block; }
#h2WcHN4XLdhwXfoHWhsy4LpTDo2bDhi0 { position:absolute;display:block;z-index:15029;background-color:#ac2352;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:17.75rem;top:32.1875rem;left:57.124837875366rem;display:block; }
#Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:33.75rem;left:58.687337875366rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTCWDSDZ3shTw7Asc5I4lw0JXEvOrIZO { color:#000000;display:block;width:17.75rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:29.75rem;left:57.25rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9Cesv5Df9AXXgSUMd2BZGggND2QLqHe { position:absolute;display:block;z-index:15044;background-color:#ececec;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.185546875rem;top:27.125rem;left:65.9375rem;display:block; }
#UxAOsFeBHmGLB9h3rI5HUVlnMiyPKJa5 { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #ac2352;border-left:0.375rem solid #ac2352;border-right:0.375rem solid #ac2352;border-bottom:0.375rem solid #ac2352;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:0.81163125rem;width:0.81163125rem;top:25.1875rem;left:65.25rem;display:block; }
#EDXCwhzgN9s0vDPz3TSAad1KmEoICvpf { color:#666666;display:block;width:14.8746875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:14.273273944855rem;left:11.1865234375rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { background-color: transparent; background-image: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .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); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { border-width: 0; border-radius: 0; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { color:#000000;display:block;width:75rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:4.18359375rem;left:0rem;height:2.625325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0LPK7zHbLBhWuDZ1qv2NsEy1dro6LrO { color:#666666;display:block;width:33.75rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:9.1227254867556rem;left:39.738767623901rem;height:17.31283125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTTb2vP6nsB8OhMCULmmS0WRMtQCRxQ5 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:17.875rem;top:9.1227213554081rem;left:1.97509765625rem;overflow:hidden;display:block; }
#kM7C2nlC6c3D81E9DJgTQm9d2MPe68ez { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8121875rem;width:18.2495rem;top:9.1227213554081rem;left:19.337564468384rem;overflow:hidden;display:block; }
#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { background-color: transparent; background-image: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .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); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { border-width: 0; border-radius: 0; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { color:#000000;display:block;width:75rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:3.3430995941162rem;left:0rem;height:2.625325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { background-color: transparent; background-image: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .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); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { border-width: 0; border-radius: 0; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { font-size:0.875rem;font-family:arial;height:126.125rem;width:75rem;position:relative;display:block; }#FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { color:#666666;display:block;width:33.75rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:49.060886383057rem;left:1.875rem;height:56.6601625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/57fe65e8-bc67-4823-ac8d-c18fcb66d9dd/Projektbeznazwy9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.25rem;width:35rem;top:0.75rem;left:0rem;display:block; }#q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.adaptive-delivery-prevent-bg, #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.lazyload, #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.lazyloading { background-image: none; }
#lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ac2352;border-left:0.1875rem solid #ac2352;border-right:0.1875rem solid #ac2352;border-bottom:0.1875rem solid #ac2352;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4980625rem;width:11.624rem;top:0rem;left:23.9375rem;display:block; }
#QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { color:#000000;display:block;width:33.75rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:33.811862945557rem;left:1.875rem;height:11.3729rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kePRUmGBi9fqLCQmZCknEsaSItrsNUTy { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f137b10c-073d-4c86-8f6e-b9f11802b8de/Projektbeznazwy5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.2498125rem;width:35rem;top:0.74951171875rem;left:39.895017623901rem;display:block; }#kePRUmGBi9fqLCQmZCknEsaSItrsNUTy.adaptive-delivery-prevent-bg, #kePRUmGBi9fqLCQmZCknEsaSItrsNUTy.lazyload, #kePRUmGBi9fqLCQmZCknEsaSItrsNUTy.lazyloading { background-image: none; }
#QyF9BX9rAaEO1Z9lI0n65gTwS8EtW2RR { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ac2352;border-left:0.1875rem solid #ac2352;border-right:0.1875rem solid #ac2352;border-bottom:0.1875rem solid #ac2352;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.497375rem;width:11.6235625rem;top:0rem;left:39.187009811401rem;display:block; }
#mw6KCqLkTFmgJSs1sC5ssVCLeQKh52ss { color:#000000;display:block;width:33.75rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:33.811847686767rem;left:39.374998092651rem;height:18.1965875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W67uigRLn336ZvKFsZiKJA2uhUiTNTEX { background-color:#ac2352;background-image:none;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.686375rem;height:3.4985375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:114.49788284302rem;left:11.20849609375rem;display:block; }
#D4OKgQHLPMG8UAhWr5iaIOHmUEXE3SFW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BBdKdkocJqsCiIuCqKxE47x6NxBHoSXS { color:#666666;display:block;width:33.75rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:53.841954231262rem;left:39.374998092651rem;height:58.23405rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jq7EO8gk0V2vcwEysJKsHtQ0o6mIHqtn { background-color:#ac2352;background-image:none;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.686375rem;height:3.4985375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:119.87222671509rem;left:49.906412124634rem;display:block; }
#BrH7vOH3INqnbWGrHuiXcbU5fKvvIZcE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ac2352;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { background-color: transparent; background-image: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .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); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { border-width: 0; border-radius: 0; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { font-size:0.875rem;font-family:arial;height:92.125rem;width:75rem;position:relative;display:block; }#WA6dOoCuiZkRkbDioRnnww0TGM5r8L50 { background-color:#000000;background-image:none;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6855625rem;height:3.4985375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:85.489093780519rem;left:37.499998092651rem;display:block; }
#JBhKEibSfX3wFnRCuLcn4ndWun5nwWsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jx59bEIpoXwOKnl5UkmCeKOViu4d3FZA { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #232323;border-left:0.1875rem solid #232323;border-right:0.1875rem solid #232323;border-bottom:0.1875rem solid #232323;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4985375rem;width:12.686375rem;top:86.0498046875rem;left:38.123373031616rem;display:block; }
#wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:17.0556640625rem;left:37.499185562134rem;height:64.52964375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:exo;font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:13.248691558838rem;left:37.499185562134rem;height:2.474775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:5.6875rem;left:37.375rem;height:6.497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nr6OyByETZMhtf7n6nvyOyM9plGwieMm { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.125rem;width:36.5625rem;top:1.435546875rem;left:0rem;overflow:hidden;display:block; }
#DOSqrFF3stLvdBiD7rP0Cy6NN0N7aPOc { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:36.1873125rem;top:31.622705936432rem;left:0.65592479705813rem;overflow:hidden;display:block; }
#HfsRWA3RQGKofkQUo29nIUHhswmPB1bl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HfsRWA3RQGKofkQUo29nIUHhswmPB1bl > .row .container { background-color: transparent; background-image: none; }#HfsRWA3RQGKofkQUo29nIUHhswmPB1bl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfsRWA3RQGKofkQUo29nIUHhswmPB1bl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfsRWA3RQGKofkQUo29nIUHhswmPB1bl > .row .container > .video-iframe-container { display: none; }#HfsRWA3RQGKofkQUo29nIUHhswmPB1bl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfsRWA3RQGKofkQUo29nIUHhswmPB1bl > .row > .video-iframe-container { display: none; }#HfsRWA3RQGKofkQUo29nIUHhswmPB1bl > .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); }#HfsRWA3RQGKofkQUo29nIUHhswmPB1bl > .row .container { border-width: 0; border-radius: 0; }#HfsRWA3RQGKofkQUo29nIUHhswmPB1bl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HfsRWA3RQGKofkQUo29nIUHhswmPB1bl > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#HRz3ZTX4c7AvAcNKNcIRQ4CccphP2ctn { color:#000000;display:block;width:75rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:3.3430995941162rem;left:0rem;height:2.625325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { background-color: transparent; background-image: none; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container > .video-iframe-container { display: none; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row > .video-iframe-container { display: none; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .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); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { border-width: 0; border-radius: 0; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#Umusvgqr4v8rmS3cotawm7FIZuE6UZrc { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);background-image: -moz-linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);background-image: -ms-linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);background-image: -o-linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c0014', endColorstr='#ac2352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c0014', endColorstr='#ac2352' );";background-image: linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:24.12275rem;top:0rem;left:25.437826156616rem;display:block; }
#Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u { position:absolute;display:block;z-index:15026;background-color:#ff6c00;background-image:url("https://images.assets-landingi.com/uc/0cbdf39c-8506-4e2d-b6b3-b6c8c710b2ca/Projektbeznazwy13.png");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:24.124rem;top:0rem;left:25.4375rem;display:block; }#Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u.adaptive-delivery-prevent-bg, #Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u.lazyload, #Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u.lazyloading { background-image: none; }
#pHvVmri8HvXuTfZW8ySEu3Qxr1B3yIR4 { color:#666666;display:block;width:24.124375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:15.514322280884rem;left:24.999185562134rem;height:8.769525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ItlDu1iBFzRCWolxoKUVRwuDHr8xOacT { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);background-image: -moz-linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);background-image: -ms-linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);background-image: -o-linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c0014', endColorstr='#ac2352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c0014', endColorstr='#ac2352' );";background-image: linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6245rem;width:24.187rem;top:0rem;left:50.812986373901rem;display:block; }
#wTSAaZBvtCADJdnJbAV37na9rNawNZ64 { position:absolute;display:block;z-index:15031;background-color:#ff6c00;background-image:url("https://images.assets-landingi.com/uc/3cd36b30-70f3-4e84-ade1-1d947712769e/Projektbeznazwy11.png");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:24.124rem;top:0.0625rem;left:50.8125rem;display:block; }#wTSAaZBvtCADJdnJbAV37na9rNawNZ64.adaptive-delivery-prevent-bg, #wTSAaZBvtCADJdnJbAV37na9rNawNZ64.lazyload, #wTSAaZBvtCADJdnJbAV37na9rNawNZ64.lazyloading { background-image: none; }
#Gsmuxp8Gaap5Ukq7oLV3HVefTCVatm50 { color:#666666;display:block;width:24.124375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:15.513507843017rem;left:50.874837875366rem;height:8.769525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { position:absolute;display:block;z-index:15037;background-color:#ac2352;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186360625rem;width:24.1235625rem;top:27.123208999634rem;left:25.437826156616rem;display:block; }
#TIKGQ2HaRqIgLU3SephonHfShWzH2lQJ { position:absolute;display:block;z-index:15038;background-color:#ac2352;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.185546875rem;width:24.1235625rem;top:27.123208999634rem;left:49.999998092651rem;display:block; }
#G60svDWf4g0DG9nIVEWKTDAr4hWnBGv8 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);background-image: -moz-linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);background-image: -ms-linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);background-image: -o-linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c0014', endColorstr='#ac2352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c0014', endColorstr='#ac2352' );";background-image: linear-gradient(180deg, rgba(255,108,0,0.08), #ac2352);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:24.12275rem;top:0.061848998069763rem;left:0rem;display:block; }
#N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { color:#666666;display:block;width:24.124375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:15.514322280884rem;left:0rem;height:9.4433625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu { position:absolute;display:block;z-index:15021;background-color:#ff6c00;background-image:url("https://images.assets-landingi.com/uc/84bc8f52-94e1-4d70-b73e-a5c904266905/Projektbeznazwy12.png");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:24.124rem;top:0rem;left:0rem;display:block; }#yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu.adaptive-delivery-prevent-bg, #yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu.lazyload, #yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu.lazyloading { background-image: none; }
#T5B2lPbR33u5D3PSsQBK4l3ZJcRi7c4l { position:absolute;display:block;z-index:15036;background-color:#ac2352;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.187174375rem;width:24.124375rem;top:27.1240234375rem;left:0rem;display:block; }
#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { background-color: transparent; background-image: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container > .video-iframe-container { display: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container { display: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .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); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { border-width: 0; border-radius: 0; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#KnSMNyyeA6yiJqsxZJ5VvHaMunVpzF7i { background-color:#ac2352;background-image:none;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6865rem;height:3.499025rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0rem;left:31rem;display:block; }
#QUUXuJiaXAQNffsanSwTKcOyGkOfPtfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cp7RGcSNEmdPuIaNGLqmZwEqM6JLxiTW { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ac2352;border-left:0.1875rem solid #ac2352;border-right:0.1875rem solid #ac2352;border-bottom:0.1875rem solid #ac2352;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.499025rem;width:12.6875rem;top:0.3125rem;left:31.375rem;display:block; }
#quMIvPAkMDNss7FK6mRaKQFfOywqcndT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { background-color: transparent; background-image: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .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); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { border-width: 0; border-radius: 0; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { color:#000000;display:block;width:75rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:3.9375rem;left:0rem;height:5.25065rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DflKVbUvJId4tDTsn1tqRGEE9glSMCHn { color:#666666;display:block;width:70.999375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:11.564940929413rem;left:1.99951171875rem;height:15.7389375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kGTesFfw1siLJ9uH23VzD5qEBdtiU0m3 { box-sizing:content-box;height:5.75rem;width:71.375rem;position:absolute;display:block;z-index:15023;background-color:#ac2352;background-image:none;top:31.092936217785rem;left:1.8123378753662rem;display:block; }
#gpEim6qrTQfZopcx9o2Em1J3BpDZOPCA { color:#ffffff;display:block;width:68.625rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:32.374674499035rem;left:3rem;height:2.625325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rH0eGLLvyXQG8k0fVvm9IDlOBTJsmsOH { color:#666666;display:block;width:70.999375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:39.501149177551rem;left:1.99951171875rem;height:17.31284375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { background-color: transparent; background-image: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container > .video-iframe-container { display: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container { display: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .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); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { border-width: 0; border-radius: 0; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#rcLC1GLcTmZTFWpgSlhEKmKLTcNzha5V { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:28.3125rem;top:1.99951171875rem;left:0rem;display:block; }
#TMonm0046Mg5vsysttZ4fJd44mLVLTHm { color:#000000;display:block;width:28.25rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:2.87353515625rem;left:0.87483787536619rem;height:1.62435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e1FncGTuAqu1epPpqFx4uEPA9QhveUks { color:#666666;display:block;width:33.75rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:5.3109016418457rem;left:0rem;height:26.75620625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f1719166-6d95-43b8-ba86-8ffced8f5132/Projektbeznazwy14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.25rem;width:35rem;top:0.75rem;left:39.875rem;display:block; }#JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2.adaptive-delivery-prevent-bg, #JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2.lazyload, #JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2.lazyloading { background-image: none; }
#NaB0e0NvAPAuRaR4LciZPWcv6NfauWOb { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4980625rem;width:11.624rem;top:0rem;left:39.0625rem;display:block; }
#nXSaeh1iQLXIVGZ4wEDoFEpc6SCUIydS { position:absolute;display:block;z-index:15018;background-color:#000000;background-image:none;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.8125rem;top:22.75rem;left:36.1875rem;display:block; }
#Ix4PSuz0zZJKLQAWhwGoJK01nvtnzxfl { color:#ffffff;display:block;width:10.437rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:24.401041030884rem;left:37.499998092651rem;height:6.1735rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40b38f5c-c841-4643-b58a-568b6837bf11/Projektbeznazwy4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(172,35,82,0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(172,35,82,0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:0.875rem;font-family:arial;height:91.9375rem;width:75rem;position:relative;display:block; }#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-form-header {  }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:32.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;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:32.75rem;box-sizing:border-box;height:3.75rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;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:32.75rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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:32.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;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:13.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:19.625rem;height:3.75rem;font-family:exo;overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-moz-placeholder { color:#c8c7c7;font-family:exo;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-moz-placeholder { color:#c8c7c7;font-family:exo;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-ms-input-placeholder { color:#c8c7c7;font-family:exo;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-webkit-input-placeholder { color:#c8c7c7;font-family:exo;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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:"open sans";font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:31.6875rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:first-of-type{padding-top:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:last-of-type{padding-bottom:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.054504394531rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.75rem;display:block;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.054504394531rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { position:relative;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { position:relative;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ok2OHQlFy31Sox8NfDnUuNgf7pkpD7tE { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #RIu47tA9qRd2be5CIbHoO3iFQUITHGEV { position:relative;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kOExuvOpxJZemrkfBgI61Ndkzv2L35T7 { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ppJtFUOQkJ2dzHESNhHCPgCdGRdcAPO7 { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IILJ6qJE659RixTM8JBBAty8510E1yri { position:relative;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #aifHFUTTG7vlA1LuhmizIXPTF2d1h8Lo { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #hUmghdzTrnl532lRne1FCQfJa9BLrmiA { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #trSzPTWhULIZTmtF13EIMnhU5Tp26U4u { position:relative;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #GkCy7xGVVwxds1KKNg886qtKyFQIVTGA { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #PqF04N2FShV6oeATuK4q66U7uXoPFqzi { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #CgN3Sf2cpcXWoWDhWPSRXhUqmKwXMQZ0 { position:relative;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #KP5TEeBaS5TsX6VMuAUnEg56W5IQmlR9 { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #eEJ2C8LqoAKOCv4S2VrA1giDToJqE8gE { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #TT7IsqVan718v7cBLZEtcUnMPwGsQdJ1 { position:relative;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #DBD81O8XdGJT7Rlmrp7eBGZGiT7sIFMu { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho { position:relative;z-index:2; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ORiTIafbMQW7Cdhafl3U7N06dSJMpqoJ { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #GiPa2rT5sI7qUcTs53TddoXbtQofLO6C { position:relative;z-index:2; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #WdbERsDscUZPgv6T13GBcsN5SQVo0nMX { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #EOsqlHE6S5gZIa9UqAE3R9dFRipegMSe { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #bgNwqkc3arT3LKR4ESF40MTwBq42SMf9 { position:relative;z-index:2; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATEHWKEzMc7HRLpUr2oWUwQZsAczbo18 { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Lt0Xqgr76l0GGpkbWSaiKPHdd2yMcfTN { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #w0Iq114Ri8wdhfQ4VngirghyerEO3PCG { position:relative;z-index:2; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #GLRoZv9wSB2sTFoyWWUPu2kbIJRrqzNc { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #LHVuVb2TtndJkNGOto1VQ9E6GUn0AiWt { position:relative;display:block;z-index:15000; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #JhGW4aiTbtHKO1EyqyqsGMJqXuSZ2H6C { position:relative;display:block;z-index:15000; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #yqAXEpFqFTIUEUTofPyCAn7aAIukLUWa { position:relative;display:block;z-index:15000; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #AckFPpJZq5uRyb4DlgXxdTOQidrGxvRQ { position:relative;display:block;z-index:15000; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT { position:relative; }
#rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { color:#ffffff;display:block;width:34.436875rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:10.497232437134rem;left:0rem;height:2.625325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { color:#ffffff;display:block;width:39rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:4.0608520507812rem;left:0rem;height:5.249025rem;font-style:normal;display:block; }
#LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.1875rem;top:13.623046875rem;left:40.28125rem;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { color:#666666;display:block;width:11.3125rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:1.75537109375rem;left:63.436193466187rem;height:1.29964375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:6.4375rem;top:1.06201171875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:43.3125rem;height:9.8125rem;top:12rem;left:0rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:31.0625rem;height:6.25rem;top:27.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:12.625rem;height:3.4375rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:17.9375rem;height:8.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { width:12.625rem;height:3.4375rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { width:45.9375rem;height:2.25rem;top:23.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:12.625rem;height:3.4375rem;top:45.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #PPdEFaT58LctBZGEQ2r8EUtIofm7GqVJ { width:12.625rem;height:3.4375rem;top:46rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:22.375rem;height:20.9375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:33.75rem;height:4.5rem;top:9.0625rem;left:14rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:30.8125rem;height:2.5rem;top:4.8125rem;left:16.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yICXv2KtTHiaBPF0O92gyktaJHdZTQcA { width:22.375rem;height:20.9375rem;top:25.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:33.75rem;height:31.4375rem;top:15.5rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:47.75rem;height:2.625rem;top:5.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPPGgXNTQpfRb12OPXO5gs9MSgSNFiZs { width:47.75rem;height:0.375rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQVqJcT36O0SwzmuPLX9d2vhDgBLxr2 { width:0.75rem;height:0.75rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEKUCSXiS4BgAKsNcW9RsGXkwKTCgNq { width:17.75rem;height:8.125rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPuT85lanIgSXddXP1EqW9k0f4l3G98A { width:14.8125rem;height:5.5625rem;top:33.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJAktTWMof2xhKDm2V225Gsr28VK1HWQ { width:0.125rem;height:1.875rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdxBFPv6iMvoIPRfr6eX7OiDe6gkJvWi { width:17.6875rem;height:1.25rem;top:29.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGbuS9ATn0Uu6Sa6ScdoSq0TZT8a6y6s { width:17.75rem;height:7rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { width:14.8125rem;height:1.375rem;top:14.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKByQOv6okoA1ndPsQ77Le4xp9kWmTVn { width:17.6875rem;height:1.25rem;top:21rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXJvRoVAk27RQ5FTlab1vd7aAoqSkuVZ { width:0.125rem;height:1.875rem;top:22.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmf4TTVHOcBF6pEl7aDAyxTELGm7it3Z { width:0.75rem;height:0.75rem;top:25.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvuJ93c3G4O9XhcOH9TDihSkH2XOLkkC { width:17.75rem;height:9.3125rem;top:12.8125rem;left:15.124998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { width:14.8125rem;height:6.9375rem;top:14.375rem;left:16.499509811401rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLITyrgNSlH2bA9oMEnX7AlCyJbGiW1w { width:17.6875rem;height:1.25rem;top:21rem;left:14.999673843384rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6acuLpk01pna1w85cCX0mfuv8mg1n6z { width:0.125rem;height:1.875rem;top:22.875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAsTzMWsJUITRyMXcIbV9JfMZ0N7fZ3W { width:0.75rem;height:0.75rem;top:25.1875rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euruNbtxPSNAPrgUf9OSk2ZFz2JqbB13 { width:17.75rem;height:10.9375rem;top:12.8125rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { width:14.8125rem;height:9.75rem;top:13.625rem;left:32.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zywpk6QlOZhdp7yyNmOeIRncDVuzDhrl { width:17.6875rem;height:1.25rem;top:21rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugn33U4toUlC0NnGzAQ2urmiQ86im7ea { width:0.125rem;height:1.875rem;top:22.875rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCN5RVrw6ZmVMbWfQc5oTf7g0wBKL1k7 { width:0.75rem;height:0.75rem;top:25.1875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8aWg7ip9yWOL7zbGzCIUqVW9HmrFk0s { width:17.75rem;height:11.1875rem;top:32.1875rem;left:5.3748378753662rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIMngUI05uNJEsT87DxzMv3lEUn4No6r { width:14.8125rem;height:8.375rem;top:33.625rem;left:6.7493495941163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifr1k1WLbckdJ6CmDdFHXmf0ghzApVWT { width:17.6875rem;height:1.25rem;top:29.6875rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe8ZLFMGaw3bEI7GWFi2P8s929M2Mufe { width:0.125rem;height:1.875rem;top:27.125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU2pzCeUhKeuOl4aWcoVzaL9rPmilHs3 { width:0.75rem;height:0.75rem;top:25.1875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNfhOnF6g3P5ZRn1FVsmE2DmTQ3dPR0V { width:17.75rem;height:9.8125rem;top:32.1875rem;left:24.499998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R { width:14.8125rem;height:6.9375rem;top:33.75rem;left:25.999837875366rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkEbWVFRMMuafN7BwEsMreLpOge03BTZ { width:17.6875rem;height:1.25rem;top:29.6875rem;left:24.437337875366rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRk5iPADRqATMcpPabZMcDHGPbBsed1R { width:0.125rem;height:1.875rem;top:27.125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSTBmQXeL1UpcWp0PwUB5eIsVeVGDKy7 { width:0.75rem;height:0.75rem;top:25.1875rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2WcHN4XLdhwXfoHWhsy4LpTDo2bDhi0 { width:17.75rem;height:8.25rem;top:32.1875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc { width:15.75rem;height:5.5625rem;top:33.75rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTCWDSDZ3shTw7Asc5I4lw0JXEvOrIZO { width:17.6875rem;height:1.25rem;top:29.6875rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Cesv5Df9AXXgSUMd2BZGggND2QLqHe { width:0.125rem;height:1.875rem;top:27.125rem;left:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxAOsFeBHmGLB9h3rI5HUVlnMiyPKJa5 { width:0.75rem;height:0.75rem;top:25.1875rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDXCwhzgN9s0vDPz3TSAad1KmEoICvpf { width:14.8125rem;height:5.5625rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:47.75rem;height:2.625rem;top:4.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0LPK7zHbLBhWuDZ1qv2NsEy1dro6LrO { width:33.75rem;height:17.3125rem;top:9.0625rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTTb2vP6nsB8OhMCULmmS0WRMtQCRxQ5 { top:9.0625rem;left:0rem;width:17.875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM7C2nlC6c3D81E9DJgTQm9d2MPe68ez { top:9.0625rem;left:5.7125644683838rem;width:18.1875rem;height:15.758467911792rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { width:47.75rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { width:33.75rem;height:62.9375rem;top:49rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { width:35rem;height:30.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { width:11.5625rem;height:31.4375rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:33.75rem;height:11.3125rem;top:33.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kePRUmGBi9fqLCQmZCknEsaSItrsNUTy { width:35rem;height:30.1875rem;top:0.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyF9BX9rAaEO1Z9lI0n65gTwS8EtW2RR { width:11.5625rem;height:31.4375rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw6KCqLkTFmgJSs1sC5ssVCLeQKh52ss { width:33.75rem;height:18.1875rem;top:33.75rem;left:14rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W67uigRLn336ZvKFsZiKJA2uhUiTNTEX { width:12.625rem;height:3.4375rem;top:114.4375rem;left:4.39599609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4OKgQHLPMG8UAhWr5iaIOHmUEXE3SFW { display:block; }
 }@media only screen and (max-width: 763px) { #BBdKdkocJqsCiIuCqKxE47x6NxBHoSXS { width:33.75rem;height:62.9375rem;top:53.8125rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq7EO8gk0V2vcwEysJKsHtQ0o6mIHqtn { width:12.625rem;height:3.4375rem;top:119.8125rem;left:29.468912124634rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrH7vOH3INqnbWGrHuiXcbU5fKvvIZcE { display:block; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WA6dOoCuiZkRkbDioRnnww0TGM5r8L50 { width:12.625rem;height:3.4375rem;top:85.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBhKEibSfX3wFnRCuLcn4ndWun5nwWsl { display:block; }
 }@media only screen and (max-width: 763px) { #Jx59bEIpoXwOKnl5UkmCeKOViu4d3FZA { width:12.625rem;height:3.4375rem;top:86rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { width:37.5rem;height:66.0625rem;top:17rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { width:37.5rem;height:2.4375rem;top:13.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { width:37.5rem;height:6.4375rem;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr6OyByETZMhtf7n6nvyOyM9plGwieMm { top:1.375rem;left:0rem;width:36.5625rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOSqrFF3stLvdBiD7rP0Cy6NN0N7aPOc { top:31.5625rem;left:0rem;width:36.125rem;height:33.691884413909rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfsRWA3RQGKofkQUo29nIUHhswmPB1bl { display:block; }#HfsRWA3RQGKofkQUo29nIUHhswmPB1bl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRz3ZTX4c7AvAcNKNcIRQ4CccphP2ctn { width:47.75rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW { display:block; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umusvgqr4v8rmS3cotawm7FIZuE6UZrc { width:24.0625rem;height:12.5rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u { width:24.0625rem;height:12.5rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHvVmri8HvXuTfZW8ySEu3Qxr1B3yIR4 { width:24.0625rem;height:8.75rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItlDu1iBFzRCWolxoKUVRwuDHr8xOacT { width:24.125rem;height:12.5625rem;top:0rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTSAaZBvtCADJdnJbAV37na9rNawNZ64 { width:24.0625rem;height:12.5rem;top:0.0625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsmuxp8Gaap5Ukq7oLV3HVefTCVatm50 { width:24.0625rem;height:10.1875rem;top:15.5rem;left:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { width:24.0625rem;height:0.125rem;top:27.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKGQ2HaRqIgLU3SephonHfShWzH2lQJ { width:24.0625rem;height:0.125rem;top:27.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G60svDWf4g0DG9nIVEWKTDAr4hWnBGv8 { width:24.0625rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { width:24.0625rem;height:9.4375rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu { width:24.0625rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5B2lPbR33u5D3PSsQBK4l3ZJcRi7c4l { width:24.0625rem;height:0.125rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { display:block; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnSMNyyeA6yiJqsxZJ5VvHaMunVpzF7i { width:12.625rem;height:3.4375rem;top:0rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUUXuJiaXAQNffsanSwTKcOyGkOfPtfB { display:block; }
 }@media only screen and (max-width: 763px) { #cp7RGcSNEmdPuIaNGLqmZwEqM6JLxiTW { width:12.6875rem;height:3.4375rem;top:0.3125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMIvPAkMDNss7FK6mRaKQFfOywqcndT { display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { width:47.75rem;height:5.25rem;top:3.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DflKVbUvJId4tDTsn1tqRGEE9glSMCHn { width:47.75rem;height:15.6875rem;top:11.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGTesFfw1siLJ9uH23VzD5qEBdtiU0m3 { top:31.0625rem;left:0rem;width:47.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpEim6qrTQfZopcx9o2Em1J3BpDZOPCA { width:47.75rem;height:2.625rem;top:32.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH0eGLLvyXQG8k0fVvm9IDlOBTJsmsOH { width:47.75rem;height:18.875rem;top:39.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcLC1GLcTmZTFWpgSlhEKmKLTcNzha5V { width:28.3125rem;height:3rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMonm0046Mg5vsysttZ4fJd44mLVLTHm { width:28.25rem;height:1.625rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1FncGTuAqu1epPpqFx4uEPA9QhveUks { width:33.75rem;height:33rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2 { width:35rem;height:30.25rem;top:0.75rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaB0e0NvAPAuRaR4LciZPWcv6NfauWOb { width:11.5625rem;height:31.4375rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSaeh1iQLXIVGZ4wEDoFEpc6SCUIydS { width:12.8125rem;height:5.875rem;top:22.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix4PSuz0zZJKLQAWhwGoJK01nvtnzxfl { width:10.375rem;height:3.0625rem;top:24.375rem;left:13.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:31.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:32.75rem;height:auto;top:15rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:32.75rem;height:auto;top:15rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ok2OHQlFy31Sox8NfDnUuNgf7pkpD7tE {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #RIu47tA9qRd2be5CIbHoO3iFQUITHGEV {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kOExuvOpxJZemrkfBgI61Ndkzv2L35T7 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ppJtFUOQkJ2dzHESNhHCPgCdGRdcAPO7 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IILJ6qJE659RixTM8JBBAty8510E1yri {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #aifHFUTTG7vlA1LuhmizIXPTF2d1h8Lo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #hUmghdzTrnl532lRne1FCQfJa9BLrmiA {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #trSzPTWhULIZTmtF13EIMnhU5Tp26U4u {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #GkCy7xGVVwxds1KKNg886qtKyFQIVTGA {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #PqF04N2FShV6oeATuK4q66U7uXoPFqzi {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #CgN3Sf2cpcXWoWDhWPSRXhUqmKwXMQZ0 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #KP5TEeBaS5TsX6VMuAUnEg56W5IQmlR9 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #eEJ2C8LqoAKOCv4S2VrA1giDToJqE8gE {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #TT7IsqVan718v7cBLZEtcUnMPwGsQdJ1 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #DBD81O8XdGJT7Rlmrp7eBGZGiT7sIFMu {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ORiTIafbMQW7Cdhafl3U7N06dSJMpqoJ {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #GiPa2rT5sI7qUcTs53TddoXbtQofLO6C {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #WdbERsDscUZPgv6T13GBcsN5SQVo0nMX {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #EOsqlHE6S5gZIa9UqAE3R9dFRipegMSe {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #bgNwqkc3arT3LKR4ESF40MTwBq42SMf9 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATEHWKEzMc7HRLpUr2oWUwQZsAczbo18 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Lt0Xqgr76l0GGpkbWSaiKPHdd2yMcfTN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #w0Iq114Ri8wdhfQ4VngirghyerEO3PCG {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #GLRoZv9wSB2sTFoyWWUPu2kbIJRrqzNc {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #LHVuVb2TtndJkNGOto1VQ9E6GUn0AiWt {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #JhGW4aiTbtHKO1EyqyqsGMJqXuSZ2H6C {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #yqAXEpFqFTIUEUTofPyCAn7aAIukLUWa {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #AckFPpJZq5uRyb4DlgXxdTOQidrGxvRQ {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:34.375rem;height:2.625rem;top:10.4375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { width:38.9375rem;height:5.1875rem;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:0.1875rem;height:12.5rem;top:13.5625rem;left:26.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:11.3125rem;height:1.3125rem;top:1.75rem;left:36.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { width:6.4375rem;height:3.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40b38f5c-c841-4643-b58a-568b6837bf11/Projektbeznazwy4.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.34); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:20rem;height:4.375rem;top:8.1233720779419rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:#4b4b4a;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:20rem;height:7.8710625rem;top:17.686359405517rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:12.6236875rem;height:3.4375rem;top:27.686359405517rem;left:3.4358724355697rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:10.3125rem;height:4.874675rem;top:1.1873371601105rem;left:4.8437498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { width:12.6236875rem;height:3.4375rem;top:27.530109405517rem;left:3.2779947519303rem;display:block; }
 }@media only screen and (max-width: 763px) { #ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { width:20rem;height:1.94986875rem;top:14.248860359192rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ac2352;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:105.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:12.622875rem;height:3.4375rem;top:76.2744102478rem;left:3.6881507635117rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #PPdEFaT58LctBZGEQ2r8EUtIofm7GqVJ { width:12.622875rem;height:3.4375rem;top:76.013994216919rem;left:3.5319007635117rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:20rem;height:19.8746875rem;top:15.934244155884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:20rem;height:7.1996875rem;top:6.9986972808837rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:20rem;height:3.75rem;top:1.5616841316223rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yICXv2KtTHiaBPF0O92gyktaJHdZTQcA { width:20rem;height:20.9375rem;top:82.703454971312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:20rem;height:39.34735625rem;top:36.927900314331rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:rgba(255,255,255,0.34);background-image:none;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:20rem;height:80.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:20rem;height:4.79980625rem;top:2.9996738433838rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dPPGgXNTQpfRb12OPXO5gs9MSgSNFiZs { width:0.3125rem;height:59.25rem;top:11.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQVqJcT36O0SwzmuPLX9d2vhDgBLxr2 { width:0.75rem;height:0.75rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEKUCSXiS4BgAKsNcW9RsGXkwKTCgNq { width:17.6875rem;height:7.3125rem;top:11.624351501465rem;left:2.3120115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPuT85lanIgSXddXP1EqW9k0f4l3G98A { width:14.5621875rem;height:5.59895625rem;top:12.29248046875rem;left:3.8745115995407rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lJAktTWMof2xhKDm2V225Gsr28VK1HWQ { width:0.125rem;height:1.875rem;top:73.7490234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdxBFPv6iMvoIPRfr6eX7OiDe6gkJvWi { width:17.5rem;height:1.25rem;top:9.9375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGbuS9ATn0Uu6Sa6ScdoSq0TZT8a6y6s { width:17.75rem;height:9.0625rem;top:21.68701171875rem;left:2.2493489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoLZM0UoWbLkuiAmhwENBxglNTWT7yzy { width:14.5625rem;height:1.3997375rem;top:23.1875rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #IKByQOv6okoA1ndPsQ77Le4xp9kWmTVn { width:17.5rem;height:1.25rem;top:20rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXJvRoVAk27RQ5FTlab1vd7aAoqSkuVZ { width:0.125rem;height:25rem;top:9.9365234375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wmf4TTVHOcBF6pEl7aDAyxTELGm7it3Z { width:0.75rem;height:0.75rem;top:20rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvuJ93c3G4O9XhcOH9TDihSkH2XOLkkC { width:17.6875rem;height:8.125rem;top:41.62434387207rem;left:2.3120115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBz2BDVkbVKt6PXNoZ7VAA0czvqsGe9 { width:14.5621875rem;height:6.9986875rem;top:32.249347686767rem;left:3.6246742010117rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #lLITyrgNSlH2bA9oMEnX7AlCyJbGiW1w { width:17.5rem;height:1.25rem;top:39.8125rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6acuLpk01pna1w85cCX0mfuv8mg1n6z { width:0.125rem;height:1.875rem;top:46.6865234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAsTzMWsJUITRyMXcIbV9JfMZ0N7fZ3W { width:0.75rem;height:0.75rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euruNbtxPSNAPrgUf9OSk2ZFz2JqbB13 { width:17.6875rem;height:6.9375rem;top:61.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPHVZCrzuA78cAT3eKgXyi2mQzW0TpIQ { width:14.5621875rem;height:9.7981875rem;top:52.0654296875rem;left:3.8745115995407rem;text-align:right;text-align-last:right;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #Zywpk6QlOZhdp7yyNmOeIRncDVuzDhrl { width:17.5rem;height:1.25rem;top:60rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugn33U4toUlC0NnGzAQ2urmiQ86im7ea { width:0.125rem;height:1.875rem;top:49.8115234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCN5RVrw6ZmVMbWfQc5oTf7g0wBKL1k7 { width:0.75rem;height:0.75rem;top:60rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8aWg7ip9yWOL7zbGzCIUqVW9HmrFk0s { width:17.6875rem;height:8.4375rem;top:31.62434387207rem;left:2.3120115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIMngUI05uNJEsT87DxzMv3lEUn4No6r { width:14.749375rem;height:8.3984375rem;top:21.68701171875rem;left:3.5302733182907rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #ifr1k1WLbckdJ6CmDdFHXmf0ghzApVWT { width:17.5rem;height:1.25rem;top:29.9375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe8ZLFMGaw3bEI7GWFi2P8s929M2Mufe { width:0.125rem;height:1.875rem;top:76.8740234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zU2pzCeUhKeuOl4aWcoVzaL9rPmilHs3 { width:0.75rem;height:0.75rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNfhOnF6g3P5ZRn1FVsmE2DmTQ3dPR0V { width:17.6875rem;height:10.9375rem;top:51.49983215332rem;left:2.3120115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMRZ3hyuxfDLfyL3o20Ed4DPSGhaTE9R { width:14.812rem;height:6.9986875rem;top:41.592609405517rem;left:3.7483724355697rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #PkEbWVFRMMuafN7BwEsMreLpOge03BTZ { width:17.5rem;height:1.25rem;top:49.8125rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRk5iPADRqATMcpPabZMcDHGPbBsed1R { width:0.125rem;height:1.875rem;top:79.9990234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSTBmQXeL1UpcWp0PwUB5eIsVeVGDKy7 { width:0.75rem;height:0.75rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2WcHN4XLdhwXfoHWhsy4LpTDo2bDhi0 { width:17.6871875rem;height:6.936875rem;top:71.25rem;left:2.3120115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwomm5xvUaTrCKvQfwSTegb4Sz1ooWuc { width:15.1871875rem;height:5.59895625rem;top:71.918130874631rem;left:3.5620115995407rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RTCWDSDZ3shTw7Asc5I4lw0JXEvOrIZO { width:17.5rem;height:1.25rem;top:70rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Cesv5Df9AXXgSUMd2BZGggND2QLqHe { width:0.125rem;height:1.875rem;top:83.1240234375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxAOsFeBHmGLB9h3rI5HUVlnMiyPKJa5 { width:0.75rem;height:0.75rem;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDXCwhzgN9s0vDPz3TSAad1KmEoICvpf { width:14.8111875rem;height:5.59895625rem;top:63.721523284913rem;left:3.6783851385117rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:20rem;height:7.1996875rem;top:2.4365119934082rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s0LPK7zHbLBhWuDZ1qv2NsEy1dro6LrO { width:20rem;height:25.1823rem;top:29.571126222611rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #RTTb2vP6nsB8OhMCULmmS0WRMtQCRxQ5 { width:20rem;height:17.249375rem;top:11.634114503861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM7C2nlC6c3D81E9DJgTQm9d2MPe68ez { width:18.1875rem;height:15.758467911792rem;top:56.952309846878rem;left:0.90576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBqxNSmv0ipg35M6GGpEgs2TGOIckTDm { width:20rem;height:4.79980625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:20rem;height:312.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { width:20rem;height:91.28576875rem;top:41.371284484863rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { width:19.4375rem;height:20.0625rem;top:2.62451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { width:8.875rem;height:21.8125rem;top:1.8123168945312rem;left:10.68684899807rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:20rem;height:13.64341875rem;top:25.873982429504rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kePRUmGBi9fqLCQmZCknEsaSItrsNUTy { width:19.3125rem;height:30.25rem;top:144.40672683716rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyF9BX9rAaEO1Z9lI0n65gTwS8EtW2RR { width:11.5625rem;height:31.4375rem;top:143.70848560333rem;left:8.1241859197619rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw6KCqLkTFmgJSs1sC5ssVCLeQKh52ss { width:20rem;height:25.33773125rem;top:178.26092529297rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #W67uigRLn336ZvKFsZiKJA2uhUiTNTEX { width:12.625rem;height:3.4375rem;top:134.84453201294rem;left:3.6865233182907rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4OKgQHLPMG8UAhWr5iaIOHmUEXE3SFW { display:block; }
 }@media only screen and (max-width: 763px) { #BBdKdkocJqsCiIuCqKxE47x6NxBHoSXS { width:20rem;height:97.5813375rem;top:206.09780883789rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #Jq7EO8gk0V2vcwEysJKsHtQ0o6mIHqtn { width:12.625rem;height:3.4375rem;top:306.11652565002rem;left:3.6865233182907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrH7vOH3INqnbWGrHuiXcbU5fKvvIZcE { display:block; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:20rem;height:167.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WA6dOoCuiZkRkbDioRnnww0TGM5r8L50 { width:12.6245rem;height:3.4375rem;top:144.24722290039rem;left:3.6865233182907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBhKEibSfX3wFnRCuLcn4ndWun5nwWsl { display:block; }
 }@media only screen and (max-width: 763px) { #Jx59bEIpoXwOKnl5UkmCeKOViu4d3FZA { width:12.6245rem;height:3.4375rem;top:144.09097290039rem;left:3.5310872793197rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { width:20rem;height:103.87684375rem;top:38.570962905884rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { width:20rem;height:4.12435rem;top:32.498371839523rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLavlnpc61UTiNyso7FAbVNIQT7zV4P { width:20rem;height:11.3704375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr6OyByETZMhtf7n6nvyOyM9plGwieMm { width:20rem;height:18.6661875rem;top:12.050781011581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOSqrFF3stLvdBiD7rP0Cy6NN0N7aPOc { width:20rem;height:18.6531875rem;top:148.46516609192rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfsRWA3RQGKofkQUo29nIUHhswmPB1bl { display:block; }#HfsRWA3RQGKofkQUo29nIUHhswmPB1bl > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRz3ZTX4c7AvAcNKNcIRQ4CccphP2ctn { width:20rem;height:4.79980625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW { display:block; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { width:20rem;height:90.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umusvgqr4v8rmS3cotawm7FIZuE6UZrc { width:20rem;height:12.5rem;top:33.186847686767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u { width:20rem;height:12.5rem;top:33.186848640442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHvVmri8HvXuTfZW8ySEu3Qxr1B3yIR4 { width:20rem;height:11.69270625rem;top:46.92138671875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #ItlDu1iBFzRCWolxoKUVRwuDHr8xOacT { width:20rem;height:12.5rem;top:62.003580093384rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTSAaZBvtCADJdnJbAV37na9rNawNZ64 { width:20rem;height:12.5rem;top:62.003580093384rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsmuxp8Gaap5Ukq7oLV3HVefTCVatm50 { width:20rem;height:11.6927rem;top:76.62353515625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { width:20rem;height:0.124511875rem;top:59.374185562134rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKGQ2HaRqIgLU3SephonHfShWzH2lQJ { width:20rem;height:0.124511875rem;top:90.811389923094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G60svDWf4g0DG9nIVEWKTDAr4hWnBGv8 { width:20rem;height:12.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { width:20rem;height:12.591125rem;top:15.935872077942rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu { width:20rem;height:12.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5B2lPbR33u5D3PSsQBK4l3ZJcRi7c4l { width:20rem;height:0.187174375rem;top:30.374347686767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { display:block; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnSMNyyeA6yiJqsxZJ5VvHaMunVpzF7i { width:12.9375rem;height:3.4375rem;top:0.74951171875rem;left:3.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUUXuJiaXAQNffsanSwTKcOyGkOfPtfB { display:block; }
 }@media only screen and (max-width: 763px) { #cp7RGcSNEmdPuIaNGLqmZwEqM6JLxiTW { width:12.6871875rem;height:3.4375rem;top:0.62418556213379rem;left:3.2495115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMIvPAkMDNss7FK6mRaKQFfOywqcndT { display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { width:20rem;height:124.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { width:20rem;height:11.9995rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DflKVbUvJId4tDTsn1tqRGEE9glSMCHn { width:20rem;height:40.92115625rem;top:15.874050140381rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #kGTesFfw1siLJ9uH23VzD5qEBdtiU0m3 { width:20rem;height:9.3125rem;top:58.0444609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpEim6qrTQfZopcx9o2Em1J3BpDZOPCA { width:20rem;height:7.1996875rem;top:59.32619921875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rH0eGLLvyXQG8k0fVvm9IDlOBTJsmsOH { width:20rem;height:55.08630625rem;top:69.83642578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { width:20rem;height:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcLC1GLcTmZTFWpgSlhEKmKLTcNzha5V { width:7.1248125rem;height:2.1875rem;top:23.155923843384rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMonm0046Mg5vsysttZ4fJd44mLVLTHm { width:17.3125rem;height:4.87305rem;top:28.031402587891rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1FncGTuAqu1epPpqFx4uEPA9QhveUks { width:20rem;height:53.51239375rem;top:33.466794013977rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2 { width:19.436875rem;height:18.3121875rem;top:1.2882480621338rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaB0e0NvAPAuRaR4LciZPWcv6NfauWOb { width:8.875rem;height:19.875rem;top:0.74951171875rem;left:10.81380212307rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSaeh1iQLXIVGZ4wEDoFEpc6SCUIydS { width:9.375rem;height:4.12435rem;top:22.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix4PSuz0zZJKLQAWhwGoJK01nvtnzxfl { width:8.811875rem;height:2.274575rem;top:23.268228530884rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:120.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:17.5rem;height:auto;top:23.971313476562rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:17.5rem;height:auto;top:23.971313476562rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:block; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:block; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ok2OHQlFy31Sox8NfDnUuNgf7pkpD7tE {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #RIu47tA9qRd2be5CIbHoO3iFQUITHGEV { display:block; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kOExuvOpxJZemrkfBgI61Ndkzv2L35T7 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ppJtFUOQkJ2dzHESNhHCPgCdGRdcAPO7 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IILJ6qJE659RixTM8JBBAty8510E1yri { display:block; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #aifHFUTTG7vlA1LuhmizIXPTF2d1h8Lo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #hUmghdzTrnl532lRne1FCQfJa9BLrmiA {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #trSzPTWhULIZTmtF13EIMnhU5Tp26U4u { display:block; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #GkCy7xGVVwxds1KKNg886qtKyFQIVTGA {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #PqF04N2FShV6oeATuK4q66U7uXoPFqzi {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #CgN3Sf2cpcXWoWDhWPSRXhUqmKwXMQZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #KP5TEeBaS5TsX6VMuAUnEg56W5IQmlR9 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #eEJ2C8LqoAKOCv4S2VrA1giDToJqE8gE {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #TT7IsqVan718v7cBLZEtcUnMPwGsQdJ1 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #DBD81O8XdGJT7Rlmrp7eBGZGiT7sIFMu {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ORiTIafbMQW7Cdhafl3U7N06dSJMpqoJ {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #GiPa2rT5sI7qUcTs53TddoXbtQofLO6C {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #WdbERsDscUZPgv6T13GBcsN5SQVo0nMX {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #EOsqlHE6S5gZIa9UqAE3R9dFRipegMSe {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #bgNwqkc3arT3LKR4ESF40MTwBq42SMf9 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATEHWKEzMc7HRLpUr2oWUwQZsAczbo18 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Lt0Xqgr76l0GGpkbWSaiKPHdd2yMcfTN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #w0Iq114Ri8wdhfQ4VngirghyerEO3PCG {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #GLRoZv9wSB2sTFoyWWUPu2kbIJRrqzNc {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #LHVuVb2TtndJkNGOto1VQ9E6GUn0AiWt {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #JhGW4aiTbtHKO1EyqyqsGMJqXuSZ2H6C {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #yqAXEpFqFTIUEUTofPyCAn7aAIukLUWa {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #AckFPpJZq5uRyb4DlgXxdTOQidrGxvRQ {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:20rem;height:4.79980625rem;top:16.422525405884rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { width:20rem;height:10.4980625rem;top:2.7327480316162rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:12.5rem;height:0.1875rem;top:44.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:6.687rem;height:2.2737625rem;top:0.74951171875rem;left:13.312987685204rem;text-align:right;text-align-last:right;font-size:0.875rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { width:5.125rem;height:2.4375rem;top:0.78125rem;left:0.56233727931976rem;display:block; }
 }