.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:246,226,217;--color-primary-1:224,160,128;--color-primary-2:192,64,0;--color-primary-3:96,32,0;--color-primary-4:29,10,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:214,191,156;--color-tertiary-2:186,148,90;--color-tertiary-3:112,89,54;--color-tertiary-4:62,54,46;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fff8f0;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33ddd134-2abc-42fe-a882-8cb9c0b63611/mieszkanianasprzedazkrakowborekfaleckizawillawizualizacja2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,64,0,0.14); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,64,0,0.14); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;overflow:visible;position:relative;display:block; }#bz8C5mnuaq9HTZJobP6rTv7OyhJTuoJ9 { color:#202c39;display:block;width:33.2498125rem;position:absolute;font-family:gilroy;font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:31.373699188233rem;left:3.9366321563721rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AXXVLiAzmzVa7R04DWVZxGhUZwEnARcW { background-color:#c0400a;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff8f0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gilroy;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:48.249786376953rem;left:3.9366321563721rem;display:block; }
#VeiamsiJn1d7d60XOJeNt4U9uzbdKpC6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mEylTDTAQUAVFixzc9NepASR0Aqmke1P { box-sizing:content-box;height:37.0625rem;width:41.875rem;position:absolute;display:block;z-index:14998;background-color:#fff8f0;background-image:none;top:20.499130249024rem;left:0rem;display:block; }
#ZEgfJ2J2qaus7Mv9s1qaDNQs3ezg00WE { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.68706875rem;width:18.75rem;top:9.248046875rem;left:0rem;overflow:hidden;display:block; }
#Hy04y5aibD2yHkv5UxnunU5JELwDmXCu { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.87456875rem;width:20.3125rem;top:23.685981750488rem;left:3.9366321563721rem;overflow:hidden;display:block; }
#MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f0;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; }#MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc > .row .container { background-color: transparent; background-image: none; }#MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc > .row .container > .video-iframe-container { display: none; }#MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc > .row > .video-iframe-container { display: none; }#MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc > .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); }#MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc > .row .container { border-width: 0; border-radius: 0; }#MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#wBCKAC8IlbTutLuJ6iaqlLRJnNOtw4SW { color:rgba(var(--color-primary-4),1);display:block;width:43.3125rem;position:absolute;font-family:gilroy;font-size:2.6875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:22.8125rem;left:0rem;height:2.68771875rem;font-style:normal;display:block; }
#HOtdb7NL5BqfpV7Q4HsliTJWVHT5bfuD { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:26.9375rem;left:0rem;height:16rem;font-style:normal;display:block; }
#r4FmKexxIolJFWtTZnOb3UrrWtcu4wc8 { box-sizing:content-box;height:62.5rem;width:28.125rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/be20f808-f88b-4b0a-b0c0-2401aa189956/Projektbeznazwy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:0rem;left:46.875rem;display:block; }#r4FmKexxIolJFWtTZnOb3UrrWtcu4wc8.adaptive-delivery-prevent-bg, #r4FmKexxIolJFWtTZnOb3UrrWtcu4wc8.lazyload, #r4FmKexxIolJFWtTZnOb3UrrWtcu4wc8.lazyloading { background-image: none; }
#gzcUbXIDeuZLc2A35gxHwgoyG20GIRWO { color:#c04000;display:block;width:43.3125rem;position:absolute;font-family:italiana;font-size:5.0625rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:7.1875rem;left:0rem;height:10.125875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XNtpea1PywKiEOSmOEyZzUbrPveW4Bcm { box-sizing:content-box;height:29.125rem;width:44.5rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/be20f808-f88b-4b0a-b0c0-2401aa189956/Projektbeznazwy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:20.715278625488rem;left:29.560548782349rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }#XNtpea1PywKiEOSmOEyZzUbrPveW4Bcm.adaptive-delivery-prevent-bg, #XNtpea1PywKiEOSmOEyZzUbrPveW4Bcm.lazyload, #XNtpea1PywKiEOSmOEyZzUbrPveW4Bcm.lazyloading { background-image: none; }
#TOvsfGN024yaNrTLIDT7TL5oGNXHar4s { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gilroy;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:44.875rem;left:0rem;display:block; }
#guVU3ATy2B2mxkkZaNOegmgsq48QpUS4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fON078TzBX2ZXHtCPMeGEe8gPudJK4he { 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:24rem;width:42.8125rem;top:60.8359375rem;left:32.1875rem;overflow:hidden;display:block; }
#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c04000;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; }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row .container { background-color: transparent; background-image: none; }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row .container > .video-iframe-container { display: none; }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row > .video-iframe-container { display: none; }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .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); }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row .container { border-width: 0; border-radius: 0; }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:75rem;position:relative;display:block; }#eICvmgtH00gItX00lLHZEwqgvOGAV0Lc { color:#202c39;display:block;width:21.25rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.156895637513rem;left:5.9375019073486rem;height:1.462675rem;display:block; }
#UAEVBB5S9V90n2nmhwlTPLbJouNQ8T0i { color:#202c39;display:block;width:19.4998125rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.954204559326rem;left:5.9375019073486rem;height:1.462675rem;display:block; }
#iX6o8M8EFdTLh5KOtZXxmNX6m15uIHgq { color:#202c39;display:block;width:12.7495625rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.123476028443rem;left:5.9375019073486rem;height:1.462675rem;display:block; }
#kGeidIfLf2ZkLBZ52teatGIZXtMgBKUZ { color:#202c39;display:block;width:19.375rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.736322402954rem;left:5.9375019073486rem;height:1.462675rem;display:block; }
#o4Thi8UNpXJoe3SnsCo5MhH6cxxlrNJf { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.874994277954rem;left:3.3116321563721rem; }
#aEzo0AF7gz1IATAANJA5S8ThSHnfTFZ8 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:22.10546875rem;left:3.375rem; }
#kkeMpcJu4A6fX16STJFJBpavWGmbbxGk { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.75rem;left:3.25rem; }
#WcCABH6apT0JOeCNJrDVmJ9a9TJFQKGd { background-color:#202c39;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f9f6e7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gilroy;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.9375rem;left:3.1875rem;display:block; }
#vW4O6rAbloapaf4bd5fsFqxvnHKTXL9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xcWbFVm76KhslRdRQnOqecpS1fnVLLUU { box-sizing:content-box;height:30.6875rem;width:42.125rem;position:absolute;display:block;z-index:14999;background-color:#fff8f0;background-image:none;top:5.162109375rem;left:0rem;display:block; }
#pxtHbwLIEuRyassMHNlOgv0GZZEBALDq { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.139534950256rem;left:3.3734836578369rem; }
#CuLWENyf6IapfX2I0TruslUAALkQMlg3 { color:#000000;display:block;width:1.1875rem;position:absolute;font-family:gilroy;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.175567626953rem;left:20.187284469604rem;height:1.13671875rem;display:block; }
#lHBJ0FBDeWqpKluIqlwZN36P9lDqIusF { color:#000000;display:block;width:1.1875rem;position:absolute;font-family:gilroy;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.849609375rem;left:18.75rem;height:1.13671875rem;display:block; }
#Mt0xNpPLJQ9fQa4mDoZ4Cv77dweC8KaL { 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:23.9375rem;width:42.8125rem;top:33.9365234375rem;left:1.5625rem;overflow:hidden;display:block; }
#JE0vVSL1f5rQhpeNuXO7Cyk5y1O6QWv2 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:16.3125rem;top:7.75rem;left:3.25rem;overflow:hidden;display:block; }
#D38RBQkxQcWbT158suLBiwnP49G2Z2ai { color:#202c39;display:block;width:30.625rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.474821090698rem;left:5.9375019073486rem;height:1.462675rem;display:block; }
#Wt4WovWcwPGbTE57AGK52UGzDf8fKBQa { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:24.45703125rem;left:3.375rem; }
#OmsRoXluSG2MuwVPzVnByJvRGsmJ2T89 { 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:23.9375rem;width:42.5625rem;top:23.5859375rem;left:31.0625rem;overflow:hidden;display:block; }
#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202c39;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; }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row .container { background-color: transparent; background-image: none; }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row .container > .video-iframe-container { display: none; }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row > .video-iframe-container { display: none; }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .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); }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row .container { border-width: 0; border-radius: 0; }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row .container { font-size:0.875rem;font-family:arial;height:62.6875rem;width:75rem;position:relative;display:block; }#CVgam4KEKyTzrEFPUqcDUlsqiLKuGnel { color:#c04000;display:block;width:19.0625rem;position:absolute;font-family:italiana;font-size:3.875rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:19rem;left:7.875rem;height:7.75rem;font-style:normal;display:block; }
#rFuR6RVTLWqT3BJ3ZyrJ4W2wyPShuazV { color:#c04000;display:block;width:18.6875rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:28.3125rem;left:7.875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-form-header {  }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-regular-label { height:auto;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:bold;color:#000000;width:34.25rem;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; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-text { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.25rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-primary-3),1);font-size:0.875rem;overflow:hidden;font-family:comfortaa;vertical-align:top; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-textarea { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-3),1);font-size:0.875rem;overflow:hidden;font-family:comfortaa;vertical-align:top; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .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:34.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:comfortaa;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .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; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#c04000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:700;color:#fff8f0;width:34.25rem;height:4.0625rem;font-family:gilroy;overflow:hidden;font-style:normal; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ [class*="-text"]:-moz-placeholder { color:rgba(192,64,0,0.59);font-family:gilroy;font-size:1rem;text-align:center;text-align-last:center; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ [class*="-text"]::-moz-placeholder { color:rgba(192,64,0,0.59);font-family:gilroy;font-size:1rem;text-align:center;text-align-last:center; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ [class*="-text"]:-ms-input-placeholder { color:rgba(192,64,0,0.59);font-family:gilroy;font-size:1rem;text-align:center;text-align-last:center; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ [class*="-text"]::-webkit-input-placeholder { color:rgba(192,64,0,0.59);font-family:gilroy;font-size:1rem;text-align:center;text-align-last:center; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.625rem;font-weight:300;color:#c04000;vertical-align:top;width:33rem;overflow:hidden;font-style:normal;float:none; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .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; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .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:comfortaa;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-container:first-of-type{padding-top:0;}#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-container:last-of-type{padding-bottom:0;}#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.9990234375rem;left:30.5615234375rem; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.25rem;display:block;vertical-align:top; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;font-weight:300;color:rgba(var(--color-primary-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ {display:block;}#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.9990234375rem;left:30.5615234375rem; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #lJES3Tzf3VunUpN5Ey316ZUx0MGsGWmi { position:relative; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #NliIhV5ed0fC1b9aCVXG2ZFlXB0gTnSd { position:relative;display:none; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #fhvbUKX8V18oepsk4HGK8n9IZToGkQXM { position:relative; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #EIAcgW6SirrqkVgHGucgygIwcvTIwFQk { position:relative; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #zLAk47ZcCTBZXnIf6pHXh5TtxvTF23AS { position:relative;display:none; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #tW72TeFnFO7kxHK3Bb3AKXp1Drm1yvWw { position:relative; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #nhQ0wLREpKEdAWkKlSCXsX2SBDJVTJbq { position:relative; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #hWu3OBd8GU79ibDunO5JNJVDhHd64Tfk { position:relative;display:none; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #IktB2s6tGO4bB3zAPpk9hig7eDATM9A6 { position:relative; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #kf922Z8vxxbaCN4Ww0o2HXO81qLJ7Cn6 { position:relative; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #TRiIFQWUnwWmeAa65aeO3iB3UFJ78rUM { position:relative;z-index:2; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #u1nN8vFEBCyQez9D81n2Rs9W8M4TixyT { position:relative; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #oV52azQAUJn2z9vrQrBd0HiOW3kQZutG { position:relative; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #XM2NMOQubAEblN5fmbI5XNLyCvoF2z92 { position:relative;z-index:2; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #ae1ttpKdVyh4JpMKvRfhHJGsdktCQTRg { position:relative; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #fGGTWbqAR1y5uq59x1t8NXOyLq2iiTJT { position:relative; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #hapyldkyEu1lTd2vmWkV1STcEP5mwgoa { position:relative;z-index:2; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #P3ArAiK4BtIxtg78VwN2RMcdOmqlRsGw { position:relative; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #TThapQ6lFsXUC1SeKrzDNFbhT9mcdI71 { position:relative;display:block;z-index:15000; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #aBt1QU1S3DTDkqbHShqxmh78uTu6E2VK { position:relative;display:block;z-index:15000; }
#SMMSA70HKt5TGvJZAsDSyZ7rcJwuT7Wp { position:relative;display:block; }
#T1Zu8V49WZ3d8kNd01tOiH5DDkAirRqZ { position:relative;display:block; }
#NiraytWMtR5c3z7RcPtbVDe0cyVGhyzy { position:relative;display:block; }
#OdKCbdDNTOaTGr42mTftLUvuEMqLaAw9 { position:relative;display:block; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #BBskCkcuCBH44kErTusdfI79ZAJ89SHN { position:relative; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #vTO1ZpIF0VBPmyp3kGTNM5mbRq8Vw2qf { position:relative; }
#GpdnKiTfMTrsx5FiE1yN0d6QZtMnqdVr { box-sizing:content-box;height:46.0625rem;width:68.75rem;position:absolute;display:block;z-index:15011;background-color:#fff8f0;background-image:none;top:10.249994277954rem;left:3.1250009536743rem;display:block; }
#vNqbOZCKPKZalml665k7nu7kxIQhPcOQ { position:relative;display:block; }#vNqbOZCKPKZalml665k7nu7kxIQhPcOQ { background-color: transparent; background-image: none; }#vNqbOZCKPKZalml665k7nu7kxIQhPcOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNqbOZCKPKZalml665k7nu7kxIQhPcOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNqbOZCKPKZalml665k7nu7kxIQhPcOQ > .row .container > .video-iframe-container { display: none; }#vNqbOZCKPKZalml665k7nu7kxIQhPcOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNqbOZCKPKZalml665k7nu7kxIQhPcOQ > .row > .video-iframe-container { display: none; }#vNqbOZCKPKZalml665k7nu7kxIQhPcOQ > .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); }#vNqbOZCKPKZalml665k7nu7kxIQhPcOQ { border-width: 0; border-radius: 0; }#vNqbOZCKPKZalml665k7nu7kxIQhPcOQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vNqbOZCKPKZalml665k7nu7kxIQhPcOQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff8f0;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g9UuaAX9FvBuJ5xraFEiVLL77gR2wNiM { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:35.1875rem;top:0.78125rem;left:3.0625rem;overflow:hidden;display:block; }
#VuTsMOtlfkPxcrCFd7eHwFQpsJfZtfGc { color:#c04000;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.21875rem;left:43.59375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bz8C5mnuaq9HTZJobP6rTv7OyhJTuoJ9 { width:33.1875rem;height:13.4375rem;top:31.3125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXXVLiAzmzVa7R04DWVZxGhUZwEnARcW { width:25rem;height:4.375rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeiamsiJn1d7d60XOJeNt4U9uzbdKpC6 { display:block; }
 }@media only screen and (max-width: 763px) { #mEylTDTAQUAVFixzc9NepASR0Aqmke1P { width:41.875rem;height:37.0625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgfJ2J2qaus7Mv9s1qaDNQs3ezg00WE { top:9.1875rem;left:0rem;width:18.75rem;height:3.68706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy04y5aibD2yHkv5UxnunU5JELwDmXCu { top:23.625rem;left:0rem;width:20.3125rem;height:5.87456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc { display:block; }#MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBCKAC8IlbTutLuJ6iaqlLRJnNOtw4SW { width:43.3125rem;height:2.6875rem;top:22.8125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtdb7NL5BqfpV7Q4HsliTJWVHT5bfuD { width:29.5rem;height:15.9375rem;top:26.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4FmKexxIolJFWtTZnOb3UrrWtcu4wc8 { width:28.125rem;height:62.5rem;top:0rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzcUbXIDeuZLc2A35gxHwgoyG20GIRWO { width:43.25rem;height:10.125rem;top:7.1875rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNtpea1PywKiEOSmOEyZzUbrPveW4Bcm { width:44.5rem;height:29.125rem;top:20.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOvsfGN024yaNrTLIDT7TL5oGNXHar4s { width:25rem;height:4.375rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guVU3ATy2B2mxkkZaNOegmgsq48QpUS4 { display:block; }
 }@media only screen and (max-width: 763px) { #fON078TzBX2ZXHtCPMeGEe8gPudJK4he { width:42.8125rem;height:24rem;top:60.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT { display:block; }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eICvmgtH00gItX00lLHZEwqgvOGAV0Lc { width:21.25rem;height:1.4375rem;top:14.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAEVBB5S9V90n2nmhwlTPLbJouNQ8T0i { width:19.4375rem;height:1.4375rem;top:16.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX6o8M8EFdTLh5KOtZXxmNX6m15uIHgq { width:12.6875rem;height:1.4375rem;top:22.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGeidIfLf2ZkLBZ52teatGIZXtMgBKUZ { width:19.375rem;height:1.4375rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4Thi8UNpXJoe3SnsCo5MhH6cxxlrNJf { width:1.5625rem;height:1.5625rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEzo0AF7gz1IATAANJA5S8ThSHnfTFZ8 { width:1.5rem;height:1.5rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkeMpcJu4A6fX16STJFJBpavWGmbbxGk { width:1.4375rem;height:1.4375rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcCABH6apT0JOeCNJrDVmJ9a9TJFQKGd { width:25rem;height:4.375rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW4O6rAbloapaf4bd5fsFqxvnHKTXL9r { display:block; }
 }@media only screen and (max-width: 763px) { #xcWbFVm76KhslRdRQnOqecpS1fnVLLUU { width:42.125rem;height:30.6875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxtHbwLIEuRyassMHNlOgv0GZZEBALDq { width:1.4375rem;height:1.4375rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuLWENyf6IapfX2I0TruslUAALkQMlg3 { width:1.1875rem;height:1.125rem;top:19.125rem;left:6.5622844696044rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHBJ0FBDeWqpKluIqlwZN36P9lDqIusF { width:1.1875rem;height:1.125rem;top:21.8125rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0xNpPLJQ9fQa4mDoZ4Cv77dweC8KaL { width:42.8125rem;height:23.9375rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE0vVSL1f5rQhpeNuXO7Cyk5y1O6QWv2 { top:7.75rem;left:0rem;width:16.3125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D38RBQkxQcWbT158suLBiwnP49G2Z2ai { width:30.625rem;height:1.4375rem;top:24.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt4WovWcwPGbTE57AGK52UGzDf8fKBQa { width:1.5rem;height:1.5rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmsRoXluSG2MuwVPzVnByJvRGsmJ2T89 { width:42.5625rem;height:23.9375rem;top:23.5625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 { display:block; }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVgam4KEKyTzrEFPUqcDUlsqiLKuGnel { width:19.0625rem;height:7.75rem;top:19rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFuR6RVTLWqT3BJ3ZyrJ4W2wyPShuazV { width:18.625rem;height:7.4375rem;top:28.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-regular-label { width:34.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-text { width:34.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-textarea { width:34.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-select { width:34.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-button { width:34.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-checkbox-label { width:33.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ  { width:34.25rem;height:auto;top:18.9375rem;left:11rem; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .radio-container { width:34.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ {display:block;}#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ { width:34.25rem;height:auto;top:18.9375rem;left:11rem; }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #lJES3Tzf3VunUpN5Ey316ZUx0MGsGWmi {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #NliIhV5ed0fC1b9aCVXG2ZFlXB0gTnSd {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #fhvbUKX8V18oepsk4HGK8n9IZToGkQXM {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #EIAcgW6SirrqkVgHGucgygIwcvTIwFQk {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #zLAk47ZcCTBZXnIf6pHXh5TtxvTF23AS {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #tW72TeFnFO7kxHK3Bb3AKXp1Drm1yvWw {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #nhQ0wLREpKEdAWkKlSCXsX2SBDJVTJbq {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #hWu3OBd8GU79ibDunO5JNJVDhHd64Tfk {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #IktB2s6tGO4bB3zAPpk9hig7eDATM9A6 {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #kf922Z8vxxbaCN4Ww0o2HXO81qLJ7Cn6 {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #TRiIFQWUnwWmeAa65aeO3iB3UFJ78rUM {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #u1nN8vFEBCyQez9D81n2Rs9W8M4TixyT {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #oV52azQAUJn2z9vrQrBd0HiOW3kQZutG {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #XM2NMOQubAEblN5fmbI5XNLyCvoF2z92 {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #ae1ttpKdVyh4JpMKvRfhHJGsdktCQTRg {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #fGGTWbqAR1y5uq59x1t8NXOyLq2iiTJT {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #hapyldkyEu1lTd2vmWkV1STcEP5mwgoa {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #P3ArAiK4BtIxtg78VwN2RMcdOmqlRsGw {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #TThapQ6lFsXUC1SeKrzDNFbhT9mcdI71 {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #aBt1QU1S3DTDkqbHShqxmh78uTu6E2VK {  }
 }@media only screen and (max-width: 763px) { #SMMSA70HKt5TGvJZAsDSyZ7rcJwuT7Wp { display:block; }
 }@media only screen and (max-width: 763px) { #T1Zu8V49WZ3d8kNd01tOiH5DDkAirRqZ { display:block; }
 }@media only screen and (max-width: 763px) { #NiraytWMtR5c3z7RcPtbVDe0cyVGhyzy { display:block; }
 }@media only screen and (max-width: 763px) { #OdKCbdDNTOaTGr42mTftLUvuEMqLaAw9 { display:block; }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #BBskCkcuCBH44kErTusdfI79ZAJ89SHN {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #vTO1ZpIF0VBPmyp3kGTNM5mbRq8Vw2qf {  }
 }@media only screen and (max-width: 763px) { #GpdnKiTfMTrsx5FiE1yN0d6QZtMnqdVr { width:47.75rem;height:46.0625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNqbOZCKPKZalml665k7nu7kxIQhPcOQ { display:block; }#vNqbOZCKPKZalml665k7nu7kxIQhPcOQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9UuaAX9FvBuJ5xraFEiVLL77gR2wNiM { top:0.75rem;left:0rem;width:35.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuTsMOtlfkPxcrCFd7eHwFQpsJfZtfGc { top:2.1875rem;left:18.5rem;width:29.25rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8670334-5031-4a87-ad6f-0e92dedaf36d/ZAW_C9_NFnowe.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(171,136,103,0.25); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(171,136,103,0.25); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bz8C5mnuaq9HTZJobP6rTv7OyhJTuoJ9 { width:16.311875rem;height:7.19725rem;top:22.530382156372rem;left:1.8435330986977rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXXVLiAzmzVa7R04DWVZxGhUZwEnARcW { width:15.811625rem;height:3.75rem;top:33.685981750488rem;left:2.0930991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeiamsiJn1d7d60XOJeNt4U9uzbdKpC6 { display:block; }
 }@media only screen and (max-width: 763px) { #mEylTDTAQUAVFixzc9NepASR0Aqmke1P { width:18.9375rem;height:23.1875rem;top:15.624566137791rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgfJ2J2qaus7Mv9s1qaDNQs3ezg00WE { width:18.75rem;height:3.68706875rem;top:6.1870660781861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy04y5aibD2yHkv5UxnunU5JELwDmXCu { width:11.875rem;height:3.24978125rem;top:17.311199188233rem;left:4.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc { display:block; }#MnH7wqRfRUFPvoawsurSUnCTX2gL0Hxc > .row .container { width:20rem;height:89.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBCKAC8IlbTutLuJ6iaqlLRJnNOtw4SW { width:20rem;height:2rem;top:6.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HOtdb7NL5BqfpV7Q4HsliTJWVHT5bfuD { width:20rem;height:23.997375rem;top:9.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r4FmKexxIolJFWtTZnOb3UrrWtcu4wc8 { width:14.8125rem;height:26.5rem;top:61.8125rem;left:2.5625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/rEJxpBskj3Q/unsplash/roberto-nickson-rEJxpBskj3Q-photo-1564078516393-cf04bd966897.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#r4FmKexxIolJFWtTZnOb3UrrWtcu4wc8.adaptive-delivery-prevent-bg, #r4FmKexxIolJFWtTZnOb3UrrWtcu4wc8.lazyload, #r4FmKexxIolJFWtTZnOb3UrrWtcu4wc8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gzcUbXIDeuZLc2A35gxHwgoyG20GIRWO { width:20rem;height:3.9995625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XNtpea1PywKiEOSmOEyZzUbrPveW4Bcm { width:20rem;height:13.2498125rem;top:41.561415672303rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/be20f808-f88b-4b0a-b0c0-2401aa189956/Projektbeznazwy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#XNtpea1PywKiEOSmOEyZzUbrPveW4Bcm.adaptive-delivery-prevent-bg, #XNtpea1PywKiEOSmOEyZzUbrPveW4Bcm.lazyload, #XNtpea1PywKiEOSmOEyZzUbrPveW4Bcm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TOvsfGN024yaNrTLIDT7TL5oGNXHar4s { width:20rem;height:3.75rem;top:35rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guVU3ATy2B2mxkkZaNOegmgsq48QpUS4 { display:block; }
 }@media only screen and (max-width: 763px) { #fON078TzBX2ZXHtCPMeGEe8gPudJK4he { width:20rem;height:10.875rem;top:55.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT { background-color:#c04000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row .container { background-color: transparent; background-image: none; }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row .container > .video-iframe-container { display: none; }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row > .video-iframe-container { display: none; }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .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); }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row .container { border-width: 0; border-radius: 0; }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTTLDFh1ThLHURi2y9a3fze6SeTkQSbT > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eICvmgtH00gItX00lLHZEwqgvOGAV0Lc { width:12.1875rem;height:1.462675rem;top:8.08203125rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAEVBB5S9V90n2nmhwlTPLbJouNQ8T0i { width:12.25rem;height:2.92535rem;top:10.6279296875rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX6o8M8EFdTLh5KOtZXxmNX6m15uIHgq { width:13.5rem;height:1.462675rem;top:18.943359375rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGeidIfLf2ZkLBZ52teatGIZXtMgBKUZ { width:11.25rem;height:2.92535rem;top:14.97265625rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4Thi8UNpXJoe3SnsCo5MhH6cxxlrNJf { display:flex;width:1.5rem;height:1.5rem;top:11.3408203125rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #aEzo0AF7gz1IATAANJA5S8ThSHnfTFZ8 { display:flex;width:1.5rem;height:1.5rem;top:18.923828125rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #kkeMpcJu4A6fX16STJFJBpavWGmbbxGk { display:flex;width:1.5rem;height:1.5rem;top:15.685546875rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #WcCABH6apT0JOeCNJrDVmJ9a9TJFQKGd { width:18.3125rem;height:3.75rem;top:26.65625rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW4O6rAbloapaf4bd5fsFqxvnHKTXL9r { display:block; }
 }@media only screen and (max-width: 763px) { #xcWbFVm76KhslRdRQnOqecpS1fnVLLUU { width:20rem;height:29.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxtHbwLIEuRyassMHNlOgv0GZZEBALDq { display:flex;width:1.5rem;height:1.5rem;top:7.98046875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #CuLWENyf6IapfX2I0TruslUAALkQMlg3 { width:1.1875rem;height:1.13606875rem;top:16.263023376465rem;left:8.8745663762094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHBJ0FBDeWqpKluIqlwZN36P9lDqIusF { width:1.1875rem;height:1.13606875rem;top:18.625rem;left:18.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0xNpPLJQ9fQa4mDoZ4Cv77dweC8KaL { width:20rem;height:11.181625rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE0vVSL1f5rQhpeNuXO7Cyk5y1O6QWv2 { width:13.0625rem;height:3.6875rem;top:2.275390625rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D38RBQkxQcWbT158suLBiwnP49G2Z2ai { width:11.6875rem;height:2.92535rem;top:21.10546875rem;left:6.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt4WovWcwPGbTE57AGK52UGzDf8fKBQa { display:flex;width:1.5rem;height:1.5rem;top:21.818359375rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #OmsRoXluSG2MuwVPzVnByJvRGsmJ2T89 { width:20rem;height:11.2480625rem;top:44.6181875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 { background-color:#202c39;background-image:none;display:block; }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row .container { background-color: transparent; background-image: none; }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row .container > .video-iframe-container { display: none; }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row > .video-iframe-container { display: none; }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .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); }#tMcUiw9MyH4E3HC8nw3Q2KpXsbGrgy15 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVgam4KEKyTzrEFPUqcDUlsqiLKuGnel { width:17.5rem;height:2.06271875rem;top:2.9384765625rem;left:1.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFuR6RVTLWqT3BJ3ZyrJ4W2wyPShuazV { width:17.5rem;height:5.3993rem;top:6.2578125rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ  { width:17.5rem;height:auto;top:10rem;left:0rem; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ .widget-info-text { color:#c04000; }
#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ {display:block;}#CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ { width:17.5rem;height:auto;top:10rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #lJES3Tzf3VunUpN5Ey316ZUx0MGsGWmi {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #NliIhV5ed0fC1b9aCVXG2ZFlXB0gTnSd {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #fhvbUKX8V18oepsk4HGK8n9IZToGkQXM {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #EIAcgW6SirrqkVgHGucgygIwcvTIwFQk {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #zLAk47ZcCTBZXnIf6pHXh5TtxvTF23AS {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #tW72TeFnFO7kxHK3Bb3AKXp1Drm1yvWw {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #nhQ0wLREpKEdAWkKlSCXsX2SBDJVTJbq {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #hWu3OBd8GU79ibDunO5JNJVDhHd64Tfk {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #IktB2s6tGO4bB3zAPpk9hig7eDATM9A6 {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #kf922Z8vxxbaCN4Ww0o2HXO81qLJ7Cn6 {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #TRiIFQWUnwWmeAa65aeO3iB3UFJ78rUM {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #u1nN8vFEBCyQez9D81n2Rs9W8M4TixyT {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #oV52azQAUJn2z9vrQrBd0HiOW3kQZutG {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #XM2NMOQubAEblN5fmbI5XNLyCvoF2z92 {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #ae1ttpKdVyh4JpMKvRfhHJGsdktCQTRg {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #fGGTWbqAR1y5uq59x1t8NXOyLq2iiTJT {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #hapyldkyEu1lTd2vmWkV1STcEP5mwgoa {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #P3ArAiK4BtIxtg78VwN2RMcdOmqlRsGw {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #TThapQ6lFsXUC1SeKrzDNFbhT9mcdI71 {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #aBt1QU1S3DTDkqbHShqxmh78uTu6E2VK {  }
 }@media only screen and (max-width: 763px) { #SMMSA70HKt5TGvJZAsDSyZ7rcJwuT7Wp { display:block; }
 }@media only screen and (max-width: 763px) { #T1Zu8V49WZ3d8kNd01tOiH5DDkAirRqZ { display:block; }
 }@media only screen and (max-width: 763px) { #NiraytWMtR5c3z7RcPtbVDe0cyVGhyzy { display:block; }
 }@media only screen and (max-width: 763px) { #OdKCbdDNTOaTGr42mTftLUvuEMqLaAw9 { display:block; }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #BBskCkcuCBH44kErTusdfI79ZAJ89SHN {  }
 }@media only screen and (max-width: 763px) { #CI2yTylPkhOBhanTyWvAeNG96rz6hpPJ #vTO1ZpIF0VBPmyp3kGTNM5mbRq8Vw2qf {  }
 }@media only screen and (max-width: 763px) { #GpdnKiTfMTrsx5FiE1yN0d6QZtMnqdVr { width:20rem;height:47.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNqbOZCKPKZalml665k7nu7kxIQhPcOQ { display:block; }#vNqbOZCKPKZalml665k7nu7kxIQhPcOQ > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9UuaAX9FvBuJ5xraFEiVLL77gR2wNiM { width:20rem;height:3rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuTsMOtlfkPxcrCFd7eHwFQpsJfZtfGc { width:20rem;height:3.246525rem;top:5.513675rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }