.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:220,222,225;--color-primary-1:139,144,156;--color-primary-2:23,32,57;--color-primary-3:12,16,29;--color-primary-4:3,5,9;--color-secondary-0:250,221,218;--color-secondary-1:239,141,133;--color-secondary-2:223,26,11;--color-secondary-3:112,13,6;--color-secondary-4:33,4,2;--color-tertiary-0:255,255,255;--color-tertiary-1:172,175,184;--color-tertiary-2:116,121,136;--color-tertiary-3:70,73,82;--color-tertiary-4:23,32,57;--headlines-font-family:"Averta";--paragraphs-font-family:"Averta"; }@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:transparent;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/88a5e177-49fa-43ef-babc-0af7973603d3/Projektbeznazwy2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#bN0Ihpz3Jl0P0p6mpDvyzJFFQUrv0rJP { position:absolute;display:block;z-index:15000;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:6.9375rem;width:18.375rem;top:2rem;left:1rem;overflow:hidden;display:block; }
#ThzkaTMRDNyTXTSLI5bwtDsgOZRhg6aw { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem #000000;top:8.184374809265rem;left:16.343751907349rem;height:11.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MM4riFHMms7WZi5hMvV3Jailvv2sTNzO { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.6875rem;width:18.1875rem;top:4.1875rem;left:46.6875rem;display:block; }
#S90fewqTDcHsuz1bzcB7TOb8sR16rlSr { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:48.25rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VrPSqxk9B8ed41GB8hMFtdi1VstH9vGD { color:rgba(var(--color-tertiary-0),1);display:block;width:59.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem #000000;top:19.1337890625rem;left:7.75rem;height:7.349625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giBJVbFomxpaJ7TJAhmwsReUT5ctfyee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#giBJVbFomxpaJ7TJAhmwsReUT5ctfyee > .row .container { background-color: transparent; background-image: none; }#giBJVbFomxpaJ7TJAhmwsReUT5ctfyee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giBJVbFomxpaJ7TJAhmwsReUT5ctfyee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giBJVbFomxpaJ7TJAhmwsReUT5ctfyee > .row .container > .video-iframe-container { display: none; }#giBJVbFomxpaJ7TJAhmwsReUT5ctfyee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giBJVbFomxpaJ7TJAhmwsReUT5ctfyee > .row > .video-iframe-container { display: none; }#giBJVbFomxpaJ7TJAhmwsReUT5ctfyee > .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); }#giBJVbFomxpaJ7TJAhmwsReUT5ctfyee > .row .container { border-width: 0; border-radius: 0; }#giBJVbFomxpaJ7TJAhmwsReUT5ctfyee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#giBJVbFomxpaJ7TJAhmwsReUT5ctfyee > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#ioLNONUOw490qayXZlPU9zdmIy9f5J8O { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:47.6875rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zyB8WT1kfHZQ2SKezTWxxncWUgNwa66S { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:50.125rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-form-header { font-size:0.875rem; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .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:22.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem dashed rgba(var(--color-tertiary-0),1);border-left:0.1875rem dashed rgba(var(--color-tertiary-0),1);border-right:0.1875rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem dashed rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.375rem;margin-bottom:0.25rem;margin-left:3.375rem;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15.6875rem;height:3.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:.9;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5); }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .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";line-height:1.1;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:21.25rem;overflow:hidden;font-style:normal;float:none; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .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; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .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; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-container:first-of-type{padding-top:0;}#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-container:last-of-type{padding-bottom:0;}#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.6875rem;left:48.875rem;font-size:0.875rem; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 {display:block;}#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.6875rem;left:48.875rem;font-size:0.875rem; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #kmu8v2gBu6l24KSSZhGy67mp6ToL03gF { position:relative; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #AbOOP5HZKGXuSz268rmOvVx9Dm52K4HS { position:relative;display:none; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #uaulvw8Lz5DHCvicUDX4ATKBW2qRpvow { position:relative; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #l51qG6EomSLcypb7MD0GKJG6XyBiQL0G { position:relative; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #Nh2WLNif6icQ39xhnPqKezMRFVMR9bN1 { position:relative;display:none; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #ZXuSCZGmsOZpeB3rZ8Wy58TrgthCHQ5r { position:relative; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #D8AJJAvvT1r6ZgHJFFl0z9pJkktKgZdE { position:relative; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #TuXpRZRHcZuCT46QplXDOzhH0C5vgGp3 { position:relative;display:none; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #ERCGnG5tQBd25TAA1PRdPBN2rootyazL { position:relative; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #puoPcxXNRAQPqlpZuSoeHCzmmVnbTNlI { position:relative; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #mKvEI68hUZvyPnLqyt0NrmBByOg1OWsp { position:relative;z-index:2; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #nV6ywEpRKLZRxMHKii264G2ATHKIAcCa { position:relative; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #B8VhQyX0v38W2M5mzAi3Q7qicHaVMJSJ { position:relative; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #clFLybZl4uI2nrxETlOMftsiOAAQJVdQ { position:relative; }
#BdgiFAbbCJwk1vZkTIcFri6OwQryrtZx { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.75rem;left:50.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#J0Sed68yuHKzG6lArQ46gPVrq1OduVOI { color:#223346;display:block;width:37.56225rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6083984375rem;left:4.998779296875rem;height:26.192875rem;overflow:hidden;display:block; }#J0Sed68yuHKzG6lArQ46gPVrq1OduVOI li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#J0Sed68yuHKzG6lArQ46gPVrq1OduVOI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7496ea8a-2eea-45ba-a287-3e34496e1310/Projektbeznazwy3.png); }
#HnQQhzxaOKAXtp9FQ3yXgGsRJCcEB3Zq { position:absolute;display:block;z-index:15000;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:12.5rem;display:none; }
#q54uFlVmohTyMVnLipbT2JJTpuorIaXn { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);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:30.8125rem;width:27.5rem;top:3.875rem;left:47.5rem;display:block; }
#wWitWWOQTWodl6ZAUL67y9IFp6AWeSVX { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4616479873657rem;left:5.3125rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN > .row .container { background-color: transparent; background-image: none; }#zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN > .row .container > .video-iframe-container { display: none; }#zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN > .row > .video-iframe-container { display: none; }#zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN > .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); }#zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN > .row .container { border-width: 0; border-radius: 0; }#zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#CsevovRT7Oz2JFfntSn5koGkL3lzvFS7 { position:absolute;display:block;z-index:15000;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:12.5rem;display:none; }
#O9anwMmfp34m0d79ExvKMHFgkdKLmDks { color:rgba(var(--color-tertiary-4),1);display:block;width:59.3125rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.7734375rem;left:7.84375rem;height:9.505375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DOmJStAzp9SSC3EJN2NJT59TzvoIqVvD { position:absolute;display:block;z-index:14998;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:24.3125rem;width:24.3125rem;top:8.5263671875rem;left:25.34375rem;overflow:hidden;display:block; }
#oJUQvPivEqXVwdDmkcKhO7F1Zei2tBxn { position:absolute;display:block;z-index:14999;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:24.3125rem;width:24.3125rem;top:8.5263671875rem;left:0rem;overflow:hidden;display:block; }
#nA3R89IlZEaLJXSsN34p0v4zNg0XFzLM { position:absolute;display:block;z-index:14997;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:24.3125rem;width:24.3125rem;top:8.5263671875rem;left:50.6875rem;overflow:hidden;display:block; }
#KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu > .row .container { background-color: transparent; background-image: none; }#KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu > .row .container > .video-iframe-container { display: none; }#KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu > .row > .video-iframe-container { display: none; }#KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu > .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); }#KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu > .row .container { border-width: 0; border-radius: 0; }#KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#fHZpNlDyspgzHuO3L7qlN9voPNVzFM5R { position:absolute;display:block;z-index:15000;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:12.5rem;display:none; }
#Qon2xbTFGuo6z5ssbXLx2A85OoxDmmka { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2109375rem;left:19.031251907349rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m6pwtCsx33nTPAJfA2sCDDM0u8WH2o8y { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:10.625rem;left:5.75rem;overflow:hidden;display:block; }
#wowc9LMqMgqmzqSuOROlPfy0yyE31TQo { color:#223346;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.3125rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#QobN74o1PUAeRuT0DAk2kivnTmIvaND2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:10.625rem;left:19.156251907349rem;overflow:hidden;display:block; }
#XQEQM78RCSo7STAoNz27mRCDSpNCDaAz { color:#223346;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.3125rem;left:14.375001907349rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#vUXVRg33R0xKwlO2KPqEEeFvaz6OvTZo { color:#223346;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.3125rem;left:28.750001907349rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#fdTe8aWXla0UZ0xxTXxCumEukL2nfOLn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:10.625rem;left:33.531251907349rem;overflow:hidden;display:block; }
#b0qyvcJR1pOsVpPwerWPfJNEeNKvHuoI { color:#223346;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.3125rem;left:44.061719894409rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#nk44NZQgATdTMq3aiOGs6RGBkITq3Cqz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:10.625rem;left:48.842969894409rem;overflow:hidden;display:block; }
#iDaEU1cPdeMb6QHqbvZJenEEaDp6vW9G { color:#223346;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.3125rem;left:59.718748092651rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#BcFc2HSCzWms6QBqqxLLnK6w3dF9C0Gr { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:10.625rem;left:64.5rem;overflow:hidden;display:block; }
#zMz9PilbqpOseOxFL7NI6tcA5MT5NTbw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.4375rem;top:9.8125rem;left:11.542970657349rem;overflow:hidden;display:block; }
#EsavH3OLJNdGRTragTl9ZolCQkJaNbh6 { position:absolute;display:block;z-index:15016;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:6.4375rem;width:6.4375rem;top:9.8125rem;left:25.52499961853rem;overflow:hidden;display:block; }
#I4zyB8PtlJP9oCo9Da27C8fH9BObuM6z { position:absolute;display:block;z-index:15017;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:6.4375rem;width:6.4375rem;top:9.8125rem;left:40.27499961853rem;overflow:hidden;display:block; }
#Fchh1xugGLubyCtgCAsQTnolQKWey9Zq { position:absolute;display:block;z-index:15018;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:6.4375rem;width:6.4375rem;top:9.8125rem;left:55.968748092651rem;overflow:hidden;display:block; }
#plop6F9zgi96zzK9CaTmTAJi9GeI52yR { position:relative;display:block; }#plop6F9zgi96zzK9CaTmTAJi9GeI52yR { background-color: transparent; background-image: none; }#plop6F9zgi96zzK9CaTmTAJi9GeI52yR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plop6F9zgi96zzK9CaTmTAJi9GeI52yR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plop6F9zgi96zzK9CaTmTAJi9GeI52yR > .row .container > .video-iframe-container { display: none; }#plop6F9zgi96zzK9CaTmTAJi9GeI52yR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plop6F9zgi96zzK9CaTmTAJi9GeI52yR > .row > .video-iframe-container { display: none; }#plop6F9zgi96zzK9CaTmTAJi9GeI52yR > .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); }#plop6F9zgi96zzK9CaTmTAJi9GeI52yR { border-width: 0; border-radius: 0; }#plop6F9zgi96zzK9CaTmTAJi9GeI52yR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#plop6F9zgi96zzK9CaTmTAJi9GeI52yR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tbyGNTVynNn0CEMdq2mVrQ5nsv0oihLe { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.7734375rem;left:9.75rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IbTaHFRDNRPBmCKSmPgy8XZGLZoQ5R1L { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:8.546875rem;left:2.3125rem;overflow:hidden;display:block; }
#lSoCzWB9JEipv3lXfqwqEHC1QG5PpR7I { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:8.546875rem;left:26.8125rem;overflow:hidden;display:block; }
#kqHDvFnk4aF7azQQ5NZny0ptE1srsnWW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:8.546875rem;left:51.28125rem;overflow:hidden;display:block; }
#rt0cExDugcFAiyJKTR2tQc7nlyQPfWvH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:32.5rem;left:51.3125rem;overflow:hidden;display:block; }
#NNHWTfCBzJIr6DN4EvwBM04wFytdCbMe { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:32.5rem;left:26.8125rem;overflow:hidden;display:block; }
#L0QVH2XLM6WPzsSyDpqwrNorCODruxTJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:32.5rem;left:2.3125rem;overflow:hidden;display:block; }
#bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz > .row .container { background-color: transparent; background-image: none; }#bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz > .row .container > .video-iframe-container { display: none; }#bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz > .row > .video-iframe-container { display: none; }#bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz > .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); }#bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz > .row .container { border-width: 0; border-radius: 0; }#bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#RuWR7DgVS3nq0SHmfmlJTFHJ91xx8xkq { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5rem;left:23.9375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fsc7E6bsD7RcCQFuUh3bznNPgJUAEh6V { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:26.375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-form-header { font-size:0.875rem; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-text {padding-top: 0; padding-bottom: 0;}#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .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:22.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-select {padding-top: 0; padding-bottom: 0;}#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem dashed rgba(var(--color-tertiary-0),1);border-left:0.1875rem dashed rgba(var(--color-tertiary-0),1);border-right:0.1875rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem dashed rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.375rem;margin-bottom:0.25rem;margin-left:3.375rem;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15.6875rem;height:3.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:.9;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5); }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .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";line-height:1.1;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:21.25rem;overflow:hidden;font-style:normal;float:none; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .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; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .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; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-container:first-of-type{padding-top:0;}#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-container:last-of-type{padding-bottom:0;}#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.3125rem;left:25.125rem;font-size:0.875rem; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d {display:block;}#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.3125rem;left:25.125rem;font-size:0.875rem; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #E5FhrEi3nw89VmuZTtffLBOE43yMlFbB { position:relative; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #Rtqb3V75mbUpWgsgx4m4O1Pcbt8fOV3h { position:relative;display:none; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #X6GZzBRUQABmnnqluFGCNQ6xXcyH15fK { position:relative; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #qNU4ef3WfHcUvpkuctA9keCB8AS8sySM { position:relative; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #qOP2he7oFDVExRUfwmg1wHXTfUDOfuMi { position:relative;display:none; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #JEm62oyNC0Fyzw0WZoo0JPne8lFQHTG2 { position:relative; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #DTTImZbfbbgzvkFicSFHoOiORpAa1V2U { position:relative; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #GuMBnTcNxxAM7WxFi8VDd2GQ4z41FAUN { position:relative;display:none; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #KBs1RTNiy8k8fqLIR0DwgTCvAv0RGr6v { position:relative; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #LGoTS3doUZ9WtUsbZzc53q5BF81Tl33x { position:relative; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #l7bTUOsgVq0i1WIJf1fPXHmnCJMFAowu { position:relative;z-index:2; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #ZUP6QvMGOTSycDezX1rlf0qcldXUlu1g { position:relative; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #NTivBINVh0Kn66T2VifWIJDRm28zARc8 { position:relative; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #FxFF9buaUeGbMC1TT7RThOCTC5nbDICA { position:relative; }
#zh2MQAyGVsxAvToJUn7a40mf2BDcdGCh { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.375rem;left:26.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Jt3rmCLBr7281ro6cpFt8sZKG3TUK6Cw { position:absolute;display:block;z-index:15000;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:12.5rem;display:none; }
#y66ze6TbanURZWLT1MMr8B3EDlDcPCZG { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);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:30.8125rem;width:27.5rem;top:8.5rem;left:23.75rem;display:block; }
#DsVThWJouWwxfq8RVJ9KLfwi3AWs1ef4 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:9.75rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 { position:relative;display:block; }#tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 { background-color: transparent; background-image: none; }#tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 > .row .container > .video-iframe-container { display: none; }#tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 > .row > .video-iframe-container { display: none; }#tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 > .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); }#tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 { border-width: 0; border-radius: 0; }#tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MJvzhWeqtoAqWBGi2mHmzQMWLXKTsQ3f { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:4.875rem;left:2.375rem;overflow:hidden;display:block; }
#EU8GQT0D7zB8CSCoETK9a51xoKt1kvPU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:4.875rem;left:26.875rem;overflow:hidden;display:block; }
#nsbHHZsdUXTzTi707cFO1w3vID6SyngU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:4.875rem;left:51.3125rem;overflow:hidden;display:block; }
#TXdcinMeRdqEJ3QcQqNoA4GJ4uhlCTN4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:29rem;left:2.375rem;overflow:hidden;display:block; }
#dpKiKX4mGHW5JpPQTqcAxhsKu5btruTI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:29rem;left:26.875rem;overflow:hidden;display:block; }
#M0k7qCg8lXvZ3xJhA9b3iR9iHN4z80ft { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.375rem;top:29rem;left:51.3125rem;overflow:hidden;display:block; }
#kN3WREdQry3tgO6AdBVwHiqwTTmyHI2D { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:10.65625rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk > .row .container { background-color: transparent; background-image: none; }#c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk > .row .container > .video-iframe-container { display: none; }#c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk > .row > .video-iframe-container { display: none; }#c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk > .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); }#c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk > .row .container { border-width: 0; border-radius: 0; }#c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#CZh6aynQedNPZNaUfnf8UCIMoOyL0VAO { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5rem;left:23.9375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2B2Pmls6EhBCs1ppIfDnT0NREh918oF { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:26.375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-form-header { font-size:0.875rem; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-text {padding-top: 0; padding-bottom: 0;}#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .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:22.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-select {padding-top: 0; padding-bottom: 0;}#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem dashed rgba(var(--color-tertiary-0),1);border-left:0.1875rem dashed rgba(var(--color-tertiary-0),1);border-right:0.1875rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem dashed rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.375rem;margin-bottom:0.25rem;margin-left:3.375rem;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15.6875rem;height:3.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:.9;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5); }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .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";line-height:1.1;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:21.25rem;overflow:hidden;font-style:normal;float:none; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .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; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .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; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-container:first-of-type{padding-top:0;}#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-container:last-of-type{padding-bottom:0;}#J1x6epgTfpTwXwiAHtutykym9fgsTqRF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.3125rem;left:25.125rem;font-size:0.875rem; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF {display:block;}#J1x6epgTfpTwXwiAHtutykym9fgsTqRF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.3125rem;left:25.125rem;font-size:0.875rem; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #VO0aIx9ebhESkieZrz1S96UTaLA9Srox { position:relative; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #z9gNQRGPVpJ2p31I8eOwA5VFlTb2w0ua { position:relative;display:none; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #Nq30aoykScKDSA3x1ELzD9cyaTPrTZXQ { position:relative; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #iR1uAO6CdVpbI6hhF8GisDWWWbO2D4gb { position:relative; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #SlyA8l5PAr4gBRXkLq3nuQ7a9EMGMPth { position:relative;display:none; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #dNM27PTu8dyElDUeebX8n9ooszkFW5oS { position:relative; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #maNiih4zCBqeW9W5BgzRfdJE02mR5F4y { position:relative; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #MkZPe1z7qpshyKnWSpH0dpo9VSZgzT49 { position:relative;display:none; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #tWHiZcTI85IrXFXEqLnD2lP09Vw4yEKp { position:relative; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #SIbBkI8QPvKyJLlMrfwVPyaXMMfeH0Nk { position:relative; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #kOy9cvOH2eaPiWzTrtaD8K7VZhJKikQZ { position:relative;z-index:2; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #n7XkukBconWs1KTXTzJWgowlu2kuVgHa { position:relative; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #WmPdzuwFJy2MODlqAUqhJIrezkJnfFay { position:relative; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF #rk2B3nmqMQrUIvkJC4MVaKgxfMuJeJO4 { position:relative; }
#TAXwQhLgkgexADGhGaTJxO6dtcPCmaUo { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.375rem;left:26.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#JqQ1VL4QmG1EilSLxsvXsKkdCaB0ZsHu { position:absolute;display:block;z-index:15000;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:12.5rem;display:none; }
#xx850eXhpdOAm9blwRTFSl6FNPkfVIb9 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);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:30.8125rem;width:27.5rem;top:8.5rem;left:23.75rem;display:block; }
#wT5is4moGqXZrvrpy1NeiGMfFAebWZx0 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:9.75rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD > .row .container { background-color: transparent; background-image: none; }#JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD > .row .container > .video-iframe-container { display: none; }#JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD > .row > .video-iframe-container { display: none; }#JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD > .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); }#JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD > .row .container { border-width: 0; border-radius: 0; }#JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#FqWmX8q0OekTcuH6pGeURNJE6MvpCfwP { color:#322c60;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:8.375rem;height:1.1375rem;display:block; }
#h3Txpbehhdc29TVTry2mXpM4o7ehOpa1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.875rem;left:58.625rem;display:block; }
#TrzuT2LJwT2sXhlqkNqeiEnXnuTctnLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bN0Ihpz3Jl0P0p6mpDvyzJFFQUrv0rJP { top:2rem;left:0rem;width:18.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThzkaTMRDNyTXTSLI5bwtDsgOZRhg6aw { top:8.125rem;left:2.71875rem;width:43.5rem;height:11.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM4riFHMms7WZi5hMvV3Jailvv2sTNzO { top:4.1875rem;left:29.5625rem;width:18.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S90fewqTDcHsuz1bzcB7TOb8sR16rlSr { top:4.1875rem;left:32.75rem;width:15rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrPSqxk9B8ed41GB8hMFtdi1VstH9vGD { top:19.125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giBJVbFomxpaJ7TJAhmwsReUT5ctfyee { display:block; }#giBJVbFomxpaJ7TJAhmwsReUT5ctfyee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioLNONUOw490qayXZlPU9zdmIy9f5J8O { top:4.875rem;left:20.4375rem;width:27.3125rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyB8WT1kfHZQ2SKezTWxxncWUgNwa66S { top:10rem;left:25.25rem;width:22.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-regular-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-button { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.375rem; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-checkbox-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8  { width:22.5rem;height:auto;top:12.6875rem;left:22.75rem; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 {display:block;}#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 { width:22.5rem;height:auto;top:12.6875rem;left:22.75rem; }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #kmu8v2gBu6l24KSSZhGy67mp6ToL03gF {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #AbOOP5HZKGXuSz268rmOvVx9Dm52K4HS { display:none; }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #uaulvw8Lz5DHCvicUDX4ATKBW2qRpvow {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #l51qG6EomSLcypb7MD0GKJG6XyBiQL0G {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #Nh2WLNif6icQ39xhnPqKezMRFVMR9bN1 { display:none; }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #ZXuSCZGmsOZpeB3rZ8Wy58TrgthCHQ5r {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #D8AJJAvvT1r6ZgHJFFl0z9pJkktKgZdE {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #TuXpRZRHcZuCT46QplXDOzhH0C5vgGp3 { display:none; }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #ERCGnG5tQBd25TAA1PRdPBN2rootyazL {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #puoPcxXNRAQPqlpZuSoeHCzmmVnbTNlI {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #mKvEI68hUZvyPnLqyt0NrmBByOg1OWsp {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #nV6ywEpRKLZRxMHKii264G2ATHKIAcCa {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #B8VhQyX0v38W2M5mzAi3Q7qicHaVMJSJ {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #clFLybZl4uI2nrxETlOMftsiOAAQJVdQ {  }
 }@media only screen and (max-width: 763px) { #BdgiFAbbCJwk1vZkTIcFri6OwQryrtZx { top:31.75rem;left:25.25rem;width:22.5rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Sed68yuHKzG6lArQ46gPVrq1OduVOI { top:8.5625rem;left:0rem;width:37.5rem;height:;font-size:1.4375rem;display:block; }#J0Sed68yuHKzG6lArQ46gPVrq1OduVOI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7496ea8a-2eea-45ba-a287-3e34496e1310/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #HnQQhzxaOKAXtp9FQ3yXgGsRJCcEB3Zq { display:none; }
 }@media only screen and (max-width: 763px) { #q54uFlVmohTyMVnLipbT2JJTpuorIaXn { top:3.875rem;left:20.25rem;width:27.5rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWitWWOQTWodl6ZAUL67y9IFp6AWeSVX { top:1.4375rem;left:0rem;width:36.9375rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN { display:block; }#zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsevovRT7Oz2JFfntSn5koGkL3lzvFS7 { display:none; }
 }@media only screen and (max-width: 763px) { #O9anwMmfp34m0d79ExvKMHFgkdKLmDks { top:0.75rem;left:0rem;width:47.75rem;height:9.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOmJStAzp9SSC3EJN2NJT59TzvoIqVvD { top:8.5rem;left:11.71875rem;width:24.3125rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJUQvPivEqXVwdDmkcKhO7F1Zei2tBxn { top:8.5rem;left:0rem;width:24.3125rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA3R89IlZEaLJXSsN34p0v4zNg0XFzLM { top:8.5rem;left:23.4375rem;width:24.3125rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu { display:block; }#KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHZpNlDyspgzHuO3L7qlN9voPNVzFM5R { display:none; }
 }@media only screen and (max-width: 763px) { #Qon2xbTFGuo6z5ssbXLx2A85OoxDmmka { top:1.1875rem;left:5.40625rem;width:36.9375rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6pwtCsx33nTPAJfA2sCDDM0u8WH2o8y { top:10.625rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wowc9LMqMgqmzqSuOROlPfy0yyE31TQo { top:16.3125rem;left:0rem;width:14.375rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QobN74o1PUAeRuT0DAk2kivnTmIvaND2 { top:10.625rem;left:5.5312519073486rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQEQM78RCSo7STAoNz27mRCDSpNCDaAz { top:16.3125rem;left:0.75rem;width:14.375rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUXVRg33R0xKwlO2KPqEEeFvaz6OvTZo { top:16.3125rem;left:15.125rem;width:14.375rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdTe8aWXla0UZ0xxTXxCumEukL2nfOLn { top:10.625rem;left:19.906251907349rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0qyvcJR1pOsVpPwerWPfJNEeNKvHuoI { top:16.3125rem;left:30.4365234375rem;width:14.375rem;height:8.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk44NZQgATdTMq3aiOGs6RGBkITq3Cqz { top:10.625rem;left:35.217969894409rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDaEU1cPdeMb6QHqbvZJenEEaDp6vW9G { top:16.3125rem;left:33.375rem;width:14.375rem;height:8.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcFc2HSCzWms6QBqqxLLnK6w3dF9C0Gr { top:10.625rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMz9PilbqpOseOxFL7NI6tcA5MT5NTbw { top:9.8125rem;left:0rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsavH3OLJNdGRTragTl9ZolCQkJaNbh6 { top:9.8125rem;left:11.89999961853rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4zyB8PtlJP9oCo9Da27C8fH9BObuM6z { top:9.8125rem;left:26.64999961853rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fchh1xugGLubyCtgCAsQTnolQKWey9Zq { top:9.8125rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plop6F9zgi96zzK9CaTmTAJi9GeI52yR { display:block; }#plop6F9zgi96zzK9CaTmTAJi9GeI52yR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbyGNTVynNn0CEMdq2mVrQ5nsv0oihLe { top:0.75rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbTaHFRDNRPBmCKSmPgy8XZGLZoQ5R1L { top:8.5rem;left:0rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSoCzWB9JEipv3lXfqwqEHC1QG5PpR7I { top:8.5rem;left:13.1875rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqHDvFnk4aF7azQQ5NZny0ptE1srsnWW { top:8.5rem;left:26.375rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt0cExDugcFAiyJKTR2tQc7nlyQPfWvH { top:32.5rem;left:26.375rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNHWTfCBzJIr6DN4EvwBM04wFytdCbMe { top:32.5rem;left:13.1875rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0QVH2XLM6WPzsSyDpqwrNorCODruxTJ { top:32.5rem;left:0rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz { display:block; }#bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuWR7DgVS3nq0SHmfmlJTFHJ91xx8xkq { top:9.5rem;left:10.3125rem;width:27.3125rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsc7E6bsD7RcCQFuUh3bznNPgJUAEh6V { top:14.625rem;left:12.75rem;width:22.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-regular-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-text {padding-top: 0; padding-bottom: 0;}#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-select {padding-top: 0; padding-bottom: 0;}#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-button { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.375rem; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-checkbox-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d  { width:22.5rem;height:auto;top:17.3125rem;left:11.5rem; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d {display:block;}#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d { width:22.5rem;height:auto;top:17.3125rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #E5FhrEi3nw89VmuZTtffLBOE43yMlFbB {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #Rtqb3V75mbUpWgsgx4m4O1Pcbt8fOV3h { display:none; }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #X6GZzBRUQABmnnqluFGCNQ6xXcyH15fK {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #qNU4ef3WfHcUvpkuctA9keCB8AS8sySM {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #qOP2he7oFDVExRUfwmg1wHXTfUDOfuMi { display:none; }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #JEm62oyNC0Fyzw0WZoo0JPne8lFQHTG2 {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #DTTImZbfbbgzvkFicSFHoOiORpAa1V2U {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #GuMBnTcNxxAM7WxFi8VDd2GQ4z41FAUN { display:none; }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #KBs1RTNiy8k8fqLIR0DwgTCvAv0RGr6v {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #LGoTS3doUZ9WtUsbZzc53q5BF81Tl33x {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #l7bTUOsgVq0i1WIJf1fPXHmnCJMFAowu {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #ZUP6QvMGOTSycDezX1rlf0qcldXUlu1g {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #NTivBINVh0Kn66T2VifWIJDRm28zARc8 {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #FxFF9buaUeGbMC1TT7RThOCTC5nbDICA {  }
 }@media only screen and (max-width: 763px) { #zh2MQAyGVsxAvToJUn7a40mf2BDcdGCh { top:36.375rem;left:12.75rem;width:22.5rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt3rmCLBr7281ro6cpFt8sZKG3TUK6Cw { display:none; }
 }@media only screen and (max-width: 763px) { #y66ze6TbanURZWLT1MMr8B3EDlDcPCZG { top:8.5rem;left:10.125rem;width:27.5rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsVThWJouWwxfq8RVJ9KLfwi3AWs1ef4 { top:1.3125rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 { display:block; }#tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJvzhWeqtoAqWBGi2mHmzQMWLXKTsQ3f { top:4.875rem;left:0rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU8GQT0D7zB8CSCoETK9a51xoKt1kvPU { top:4.875rem;left:13.25rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsbHHZsdUXTzTi707cFO1w3vID6SyngU { top:4.875rem;left:26.375rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXdcinMeRdqEJ3QcQqNoA4GJ4uhlCTN4 { top:29rem;left:0rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpKiKX4mGHW5JpPQTqcAxhsKu5btruTI { top:29rem;left:13.25rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0k7qCg8lXvZ3xJhA9b3iR9iHN4z80ft { top:29rem;left:26.375rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN3WREdQry3tgO6AdBVwHiqwTTmyHI2D { top:1.0625rem;left:0rem;width:47.75rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk { display:block; }#c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZh6aynQedNPZNaUfnf8UCIMoOyL0VAO { top:9.5rem;left:10.3125rem;width:27.3125rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2B2Pmls6EhBCs1ppIfDnT0NREh918oF { top:14.625rem;left:12.75rem;width:22.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-regular-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-text {padding-top: 0; padding-bottom: 0;}#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-select {padding-top: 0; padding-bottom: 0;}#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-button { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.375rem; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-checkbox-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF  { width:22.5rem;height:auto;top:17.3125rem;left:11.5rem; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF {display:block;}#J1x6epgTfpTwXwiAHtutykym9fgsTqRF { width:22.5rem;height:auto;top:17.3125rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #VO0aIx9ebhESkieZrz1S96UTaLA9Srox {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #z9gNQRGPVpJ2p31I8eOwA5VFlTb2w0ua { display:none; }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #Nq30aoykScKDSA3x1ELzD9cyaTPrTZXQ {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #iR1uAO6CdVpbI6hhF8GisDWWWbO2D4gb {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #SlyA8l5PAr4gBRXkLq3nuQ7a9EMGMPth { display:none; }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #dNM27PTu8dyElDUeebX8n9ooszkFW5oS {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #maNiih4zCBqeW9W5BgzRfdJE02mR5F4y {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #MkZPe1z7qpshyKnWSpH0dpo9VSZgzT49 { display:none; }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #tWHiZcTI85IrXFXEqLnD2lP09Vw4yEKp {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #SIbBkI8QPvKyJLlMrfwVPyaXMMfeH0Nk {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #kOy9cvOH2eaPiWzTrtaD8K7VZhJKikQZ {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #n7XkukBconWs1KTXTzJWgowlu2kuVgHa {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #WmPdzuwFJy2MODlqAUqhJIrezkJnfFay {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #rk2B3nmqMQrUIvkJC4MVaKgxfMuJeJO4 {  }
 }@media only screen and (max-width: 763px) { #TAXwQhLgkgexADGhGaTJxO6dtcPCmaUo { top:36.375rem;left:12.75rem;width:22.5rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqQ1VL4QmG1EilSLxsvXsKkdCaB0ZsHu { display:none; }
 }@media only screen and (max-width: 763px) { #xx850eXhpdOAm9blwRTFSl6FNPkfVIb9 { top:8.5rem;left:10.125rem;width:27.5rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT5is4moGqXZrvrpy1NeiGMfFAebWZx0 { top:1.3125rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD { display:block; }#JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqWmX8q0OekTcuH6pGeURNJE6MvpCfwP { width:26.875rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Txpbehhdc29TVTry2mXpM4o7ehOpa1 { width:8.875rem;height:1.625rem;top:0.875rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrzuT2LJwT2sXhlqkNqeiEnXnuTctnLT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bN0Ihpz3Jl0P0p6mpDvyzJFFQUrv0rJP { width:13.9980625rem;height:5.061525rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThzkaTMRDNyTXTSLI5bwtDsgOZRhg6aw { width:20rem;height:7.796875rem;top:6.3115234375rem;left:0rem;font-size:1.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MM4riFHMms7WZi5hMvV3Jailvv2sTNzO { width:10.625rem;height:2.5625rem;top:4.1875rem;left:4.6874998807907rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S90fewqTDcHsuz1bzcB7TOb8sR16rlSr { width:15rem;height:auto;top:4.1875rem;left:2.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VrPSqxk9B8ed41GB8hMFtdi1VstH9vGD { width:20rem;height:5.84765625rem;top:15.4326171875rem;left:0rem;font-size:1.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giBJVbFomxpaJ7TJAhmwsReUT5ctfyee { display:block; }#giBJVbFomxpaJ7TJAhmwsReUT5ctfyee > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioLNONUOw490qayXZlPU9zdmIy9f5J8O { width:20rem;height:0;top:0.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zyB8WT1kfHZQ2SKezTWxxncWUgNwa66S { width:20rem;height:2.76171875rem;top:0.9169921875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8  { width:17.5rem;height:auto;top:3.6787109375rem;left:0rem; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 {display:block;}#klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 { width:17.5rem;height:auto;top:3.6787109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #kmu8v2gBu6l24KSSZhGy67mp6ToL03gF {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #AbOOP5HZKGXuSz268rmOvVx9Dm52K4HS { display:none; }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #uaulvw8Lz5DHCvicUDX4ATKBW2qRpvow {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #l51qG6EomSLcypb7MD0GKJG6XyBiQL0G {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #Nh2WLNif6icQ39xhnPqKezMRFVMR9bN1 { display:none; }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #ZXuSCZGmsOZpeB3rZ8Wy58TrgthCHQ5r {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #D8AJJAvvT1r6ZgHJFFl0z9pJkktKgZdE {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #TuXpRZRHcZuCT46QplXDOzhH0C5vgGp3 { display:none; }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #ERCGnG5tQBd25TAA1PRdPBN2rootyazL {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #puoPcxXNRAQPqlpZuSoeHCzmmVnbTNlI {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #mKvEI68hUZvyPnLqyt0NrmBByOg1OWsp {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #nV6ywEpRKLZRxMHKii264G2ATHKIAcCa {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #B8VhQyX0v38W2M5mzAi3Q7qicHaVMJSJ {  }
 }@media only screen and (max-width: 763px) { #klIx0itRaHTuJO3a3IJehvdhwkW8tQh8 #clFLybZl4uI2nrxETlOMftsiOAAQJVdQ {  }
 }@media only screen and (max-width: 763px) { #BdgiFAbbCJwk1vZkTIcFri6OwQryrtZx { width:20rem;height:2.4375rem;top:22.6162109375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Sed68yuHKzG6lArQ46gPVrq1OduVOI { width:20rem;height:33.75rem;top:33.2900390625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#J0Sed68yuHKzG6lArQ46gPVrq1OduVOI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7496ea8a-2eea-45ba-a287-3e34496e1310/Projektbeznazwy3.png); }
 }@media only screen and (max-width: 763px) { #HnQQhzxaOKAXtp9FQ3yXgGsRJCcEB3Zq { top:0rem;left:0rem;width:20rem;height:26.25rem;z-index:15000;background-color:#172039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #q54uFlVmohTyMVnLipbT2JJTpuorIaXn { width:20rem;height:30.8125rem;top:3.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWitWWOQTWodl6ZAUL67y9IFp6AWeSVX { width:20rem;height:5.60449375rem;top:26.873046875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN { display:block; }#zl74zGZJZLdBtEK5PMvq3LteQAKBTgGN > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsevovRT7Oz2JFfntSn5koGkL3lzvFS7 { top:1.25rem;left:0rem;width:20rem;height:29.8105625rem;z-index:15000;background-color:#172039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #O9anwMmfp34m0d79ExvKMHFgkdKLmDks { width:20rem;height:11.209rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOmJStAzp9SSC3EJN2NJT59TzvoIqVvD { width:20rem;height:20rem;top:28.021484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJUQvPivEqXVwdDmkcKhO7F1Zei2tBxn { width:20rem;height:20rem;top:10.708984375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #nA3R89IlZEaLJXSsN34p0v4zNg0XFzLM { width:20rem;height:20rem;top:45.333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu { display:block; }#KFZsT3ZeFTwni7H5KkZsCJurUNkzVkxu > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHZpNlDyspgzHuO3L7qlN9voPNVzFM5R { top:1.25rem;left:0rem;width:20rem;height:29.8105625rem;z-index:15000;background-color:#172039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Qon2xbTFGuo6z5ssbXLx2A85OoxDmmka { width:20rem;height:3.736325rem;top:0.873046875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6pwtCsx33nTPAJfA2sCDDM0u8WH2o8y { width:4.8125rem;height:4.8125rem;top:5.6875rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wowc9LMqMgqmzqSuOROlPfy0yyE31TQo { width:18.75rem;height:5.60449375rem;top:11.1083984375rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QobN74o1PUAeRuT0DAk2kivnTmIvaND2 { width:4.8125rem;height:4.8125rem;top:18.625rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQEQM78RCSo7STAoNz27mRCDSpNCDaAz { width:18.75rem;height:5.60449375rem;top:24.4375rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUXVRg33R0xKwlO2KPqEEeFvaz6OvTZo { width:18.75rem;height:5.60449375rem;top:37.125rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdTe8aWXla0UZ0xxTXxCumEukL2nfOLn { width:4.8125rem;height:4.8125rem;top:31.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0qyvcJR1pOsVpPwerWPfJNEeNKvHuoI { width:18.75rem;height:9.3408125rem;top:49.75rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nk44NZQgATdTMq3aiOGs6RGBkITq3Cqz { width:4.8125rem;height:4.8125rem;top:43.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDaEU1cPdeMb6QHqbvZJenEEaDp6vW9G { width:18.75rem;height:7.472625rem;top:66.3125rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BcFc2HSCzWms6QBqqxLLnK6w3dF9C0Gr { width:4.8125rem;height:4.8125rem;top:60.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMz9PilbqpOseOxFL7NI6tcA5MT5NTbw { width:6.4375rem;height:6.4375rem;top:37.2959125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsavH3OLJNdGRTragTl9ZolCQkJaNbh6 { width:6.4375rem;height:6.4375rem;top:51.0459125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4zyB8PtlJP9oCo9Da27C8fH9BObuM6z { width:6.4375rem;height:6.4375rem;top:64.7959125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fchh1xugGLubyCtgCAsQTnolQKWey9Zq { width:6.4375rem;height:6.4375rem;top:78.5459125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #plop6F9zgi96zzK9CaTmTAJi9GeI52yR { display:block; }#plop6F9zgi96zzK9CaTmTAJi9GeI52yR > .row .container { width:20rem;height:135.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbyGNTVynNn0CEMdq2mVrQ5nsv0oihLe { width:20rem;height:5.60449375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbTaHFRDNRPBmCKSmPgy8XZGLZoQ5R1L { width:20rem;height:20rem;top:8.10449375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSoCzWB9JEipv3lXfqwqEHC1QG5PpR7I { width:20rem;height:20rem;top:29.35449375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqHDvFnk4aF7azQQ5NZny0ptE1srsnWW { width:20rem;height:20rem;top:50.60449375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt0cExDugcFAiyJKTR2tQc7nlyQPfWvH { width:20rem;height:20rem;top:114.35449375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNHWTfCBzJIr6DN4EvwBM04wFytdCbMe { width:20rem;height:20rem;top:93.10449375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0QVH2XLM6WPzsSyDpqwrNorCODruxTJ { width:20rem;height:20rem;top:71.85449375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz { display:block; }#bsqUqxFiwtrPWGEkPNPdFNf8x9O7vpOz > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuWR7DgVS3nq0SHmfmlJTFHJ91xx8xkq { width:20rem;height:5.60449375rem;top:9.4375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsc7E6bsD7RcCQFuUh3bznNPgJUAEh6V { width:20rem;height:2.76171875rem;top:16.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-text {padding-top: 0; padding-bottom: 0;}#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-select {padding-top: 0; padding-bottom: 0;}#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d  { width:17.5rem;height:auto;top:18.5rem;left:0rem; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d {display:block;}#iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d { width:17.5rem;height:auto;top:18.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #E5FhrEi3nw89VmuZTtffLBOE43yMlFbB {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #Rtqb3V75mbUpWgsgx4m4O1Pcbt8fOV3h { display:none; }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #X6GZzBRUQABmnnqluFGCNQ6xXcyH15fK {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #qNU4ef3WfHcUvpkuctA9keCB8AS8sySM {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #qOP2he7oFDVExRUfwmg1wHXTfUDOfuMi { display:none; }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #JEm62oyNC0Fyzw0WZoo0JPne8lFQHTG2 {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #DTTImZbfbbgzvkFicSFHoOiORpAa1V2U {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #GuMBnTcNxxAM7WxFi8VDd2GQ4z41FAUN { display:none; }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #KBs1RTNiy8k8fqLIR0DwgTCvAv0RGr6v {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #LGoTS3doUZ9WtUsbZzc53q5BF81Tl33x {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #l7bTUOsgVq0i1WIJf1fPXHmnCJMFAowu {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #ZUP6QvMGOTSycDezX1rlf0qcldXUlu1g {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #NTivBINVh0Kn66T2VifWIJDRm28zARc8 {  }
 }@media only screen and (max-width: 763px) { #iDdAHhSkONtuXTWa5eBCWiUZG5gaQo5d #FxFF9buaUeGbMC1TT7RThOCTC5nbDICA {  }
 }@media only screen and (max-width: 763px) { #zh2MQAyGVsxAvToJUn7a40mf2BDcdGCh { width:20rem;height:2.4375rem;top:37.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt3rmCLBr7281ro6cpFt8sZKG3TUK6Cw { top:8.5rem;left:0rem;width:20rem;height:31.5625rem;z-index:15000;background-color:#172039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #y66ze6TbanURZWLT1MMr8B3EDlDcPCZG { width:20rem;height:30.8125rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsVThWJouWwxfq8RVJ9KLfwi3AWs1ef4 { width:20rem;height:7.472625rem;top:0.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 { display:block; }#tShGzRqyMTPMOWSGl9MRwRmMuq5i1m77 > .row .container { width:20rem;height:133.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJvzhWeqtoAqWBGi2mHmzQMWLXKTsQ3f { width:20rem;height:20rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU8GQT0D7zB8CSCoETK9a51xoKt1kvPU { width:20rem;height:20rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsbHHZsdUXTzTi707cFO1w3vID6SyngU { width:20rem;height:20rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXdcinMeRdqEJ3QcQqNoA4GJ4uhlCTN4 { width:20rem;height:20rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpKiKX4mGHW5JpPQTqcAxhsKu5btruTI { width:20rem;height:20rem;top:91.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0k7qCg8lXvZ3xJhA9b3iR9iHN4z80ft { width:20rem;height:20rem;top:112.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN3WREdQry3tgO6AdBVwHiqwTTmyHI2D { width:20rem;height:3.875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk { display:block; }#c6Kc2hVeLx9kTTb3SPHt54iaopfrmKTk > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZh6aynQedNPZNaUfnf8UCIMoOyL0VAO { width:20rem;height:5.60449375rem;top:9.4375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2B2Pmls6EhBCs1ppIfDnT0NREh918oF { width:20rem;height:2.76171875rem;top:16.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-text {padding-top: 0; padding-bottom: 0;}#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-select {padding-top: 0; padding-bottom: 0;}#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF  { width:17.5rem;height:auto;top:18.5rem;left:0rem; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J1x6epgTfpTwXwiAHtutykym9fgsTqRF {display:block;}#J1x6epgTfpTwXwiAHtutykym9fgsTqRF { width:17.5rem;height:auto;top:18.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #VO0aIx9ebhESkieZrz1S96UTaLA9Srox {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #z9gNQRGPVpJ2p31I8eOwA5VFlTb2w0ua { display:none; }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #Nq30aoykScKDSA3x1ELzD9cyaTPrTZXQ {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #iR1uAO6CdVpbI6hhF8GisDWWWbO2D4gb {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #SlyA8l5PAr4gBRXkLq3nuQ7a9EMGMPth { display:none; }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #dNM27PTu8dyElDUeebX8n9ooszkFW5oS {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #maNiih4zCBqeW9W5BgzRfdJE02mR5F4y {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #MkZPe1z7qpshyKnWSpH0dpo9VSZgzT49 { display:none; }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #tWHiZcTI85IrXFXEqLnD2lP09Vw4yEKp {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #SIbBkI8QPvKyJLlMrfwVPyaXMMfeH0Nk {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #kOy9cvOH2eaPiWzTrtaD8K7VZhJKikQZ {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #n7XkukBconWs1KTXTzJWgowlu2kuVgHa {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #WmPdzuwFJy2MODlqAUqhJIrezkJnfFay {  }
 }@media only screen and (max-width: 763px) { #J1x6epgTfpTwXwiAHtutykym9fgsTqRF #rk2B3nmqMQrUIvkJC4MVaKgxfMuJeJO4 {  }
 }@media only screen and (max-width: 763px) { #TAXwQhLgkgexADGhGaTJxO6dtcPCmaUo { width:20rem;height:2.4375rem;top:37.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqQ1VL4QmG1EilSLxsvXsKkdCaB0ZsHu { top:8.5rem;left:0rem;width:20rem;height:31.5625rem;z-index:15000;background-color:#172039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xx850eXhpdOAm9blwRTFSl6FNPkfVIb9 { width:20rem;height:30.8125rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wT5is4moGqXZrvrpy1NeiGMfFAebWZx0 { width:20rem;height:5.60449375rem;top:0.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD { display:block; }#JT9rqyJCyqp95lJMcxz7NoxwZLPQTPBD > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqWmX8q0OekTcuH6pGeURNJE6MvpCfwP { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3Txpbehhdc29TVTry2mXpM4o7ehOpa1 { width:8.874rem;height:1.624025rem;top:4.7734375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrzuT2LJwT2sXhlqkNqeiEnXnuTctnLT { display:block; }
 }