.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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/98054f31-368a-4f90-9a58-abfcf85493ca/novownetrza11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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(0,0,0,0.3); }#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(0,0,0,0.3); }#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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#v9SaEwTsWLr15dxR4auJnD15qIZcd1w9 { display:block;width:56.3125rem;position:absolute;font-family:raleway;font-size:3.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.9375rem #000000;top:20.599609375rem;left:9.34375rem;height:4.54980625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zvZeepmdImwPZFHT26Dgca3KMn2AWUBu { background-color:#ff9c78;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0c0c0c;border-left:0.125rem solid #0c0c0c;border-right:0.125rem solid #0c0c0c;border-bottom:0.125rem solid #0c0c0c;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0c0c0c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.4375rem;left:27.5rem;display:block; }
#TRT2HGvNsmZuXCRqXmb8GwChIZdXbqqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eSK48F7QBT3o0AdhT4I1i7QgLl9PantV { position:relative;display:block; }#eSK48F7QBT3o0AdhT4I1i7QgLl9PantV { background-color: transparent; background-image: none; }#eSK48F7QBT3o0AdhT4I1i7QgLl9PantV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSK48F7QBT3o0AdhT4I1i7QgLl9PantV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSK48F7QBT3o0AdhT4I1i7QgLl9PantV > .row .container > .video-iframe-container { display: none; }#eSK48F7QBT3o0AdhT4I1i7QgLl9PantV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSK48F7QBT3o0AdhT4I1i7QgLl9PantV > .row > .video-iframe-container { display: none; }#eSK48F7QBT3o0AdhT4I1i7QgLl9PantV > .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); }#eSK48F7QBT3o0AdhT4I1i7QgLl9PantV { border-width: 0; border-radius: 0; }#eSK48F7QBT3o0AdhT4I1i7QgLl9PantV > .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; }#eSK48F7QBT3o0AdhT4I1i7QgLl9PantV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.1875rem;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; }#uRE5aM1tpq3QH3L7Mm7676B4JtEMVGU0 { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ff9c78;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15000;top:2.5rem;left:10.5rem;display:block; }
#m0v0S5h1Jwvpp651upNqKDWOcFgf2G9u { display:block;width:15.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.875rem;left:4.6875rem;height:2.923825rem;text-align:center;text-align-last:center;color:#1a1e23;font-style:normal;display:block; }
#qV8yBlUP9WOQM7Apt3Pw0Mzuq7bpolJg { display:block;width:20.8125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.9619140625rem;left:27.09375rem;height:2.923825rem;text-align:center;text-align-last:center;color:#1a1e23;font-style:normal;display:block; }
#gXN0gXTccn1yhi3moOcc6WPhQWm8W999 { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ff9c78;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15004;top:2.5rem;left:35.5rem;display:block; }
#Rr3Q1OTq556zTF8rE8Lky3dUNoLQCeWN { display:block;width:15.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.875rem;left:54.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;color:#1a1e23;font-style:normal;display:block; }
#xh4RHPayyaPuFyIfRZqaQzvMilQBVWCF { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ff9c78;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15008;top:2.5rem;left:60.5rem;display:block; }
#cO7xTVmZxzRaUF5xMZGxwJVKzZLIRwlp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:3.0625rem;left:36.0625rem; }
#Qi7L5MnDypMyuVtlkDQl3V4MznRczKvf { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:2.8125rem;left:60.8125rem; }
#Uy9CWWWTfqsZRqaT7exCmW375aZCep6z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.9375rem;left:11rem; }
#apZaCPre10yEthPoqBDw623QzA32s6HU { display:block;width:16.75rem;position:absolute;font-family:"gt pressura";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.875rem;left:29.6875rem;height:3.4121125rem;text-align:center;text-align-last:center;color:#1a1e23;font-style:normal;display:none; }
#OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy { position:relative;display:block; }#OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy { background-color: transparent; background-image: none; }#OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy > .row .container > .video-iframe-container { display: none; }#OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy > .row > .video-iframe-container { display: none; }#OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy > .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); }#OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy { border-width: 0; border-radius: 0; }#OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy > .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; }#OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;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; }#Ml0SFpJZEiOiCrWq298w1VryqwnGzNTw { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ff9c78;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15000;top:2.5rem;left:10.5rem;display:block; }
#PgG0PNVf0MT3AucB4PKKQTOmuKvmA6zI { display:block;width:15.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.875rem;left:4.6875rem;height:2.923825rem;text-align:center;text-align-last:center;color:#1a1e23;font-style:normal;display:block; }
#ge9RBKWDNQIc6VEJVk5nbxJITUfJxeJG { display:block;width:20.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.98828125rem;left:27.375rem;height:2.923825rem;text-align:center;text-align-last:center;color:#1a1e23;font-style:normal;display:block; }
#S4dLOsKKeqBV1IwqI4tyLBrkz15EeMgI { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ff9c78;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15004;top:2.5rem;left:35.5rem;display:block; }
#TiM1VCQlz4rLXitzJFsdn2TAVE0dzELo { display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.875rem;left:53.03125rem;height:2.923825rem;text-align:center;text-align-last:center;color:#1a1e23;font-style:normal;display:block; }
#Q1yDnyAcL3mlu5cqKA3QkV2OS9qqTpoO { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ff9c78;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15008;top:2.5rem;left:60.5rem;display:block; }
#xPBkdxs5trbTGTEytM0lfxvx41t4UEPM { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:3.1875rem;left:61.1875rem; }
#TS8oRUvnWFAsyGZQmc5kGUAOtRmLHG7w { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:2.96875rem;left:36.0625rem; }
#P6h5h7Gkena5eTD7J4VuogfKP1TETwtF { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:3.0625rem;left:11.1875rem; }
#eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH { position:relative;display:block; }#eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH { background-color: transparent; background-image: none; }#eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH > .row .container > .video-iframe-container { display: none; }#eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH > .row > .video-iframe-container { display: none; }#eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH > .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); }#eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH { border-width: 0; border-radius: 0; }#eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH > .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; }#eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;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; }#UQcxfTl7BqyZoDpSHRi6ulHGcTolVXPK { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ff9c78;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15000;top:2.5rem;left:10.5rem;display:block; }
#WS0nHGogTcJaBUVkunfH42mnHTKeDvVn { display:block;width:15.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.875rem;left:4.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;color:#1a1e23;font-style:normal;display:block; }
#JahbdQUewqoEx2qJT1QEen2Ab0cBDDKB { display:block;width:21.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.875rem;left:26.8125rem;height:2.923825rem;text-align:center;text-align-last:center;color:#1a1e23;font-style:normal;display:block; }
#nZbVoHZ3KsZkL0sLPHzSg1tZQBKwSDcU { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ff9c78;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15004;top:2.5rem;left:35.5rem;display:block; }
#bDU7zNtfbulH0VKqKqTlXhuPc2X0QhgT { display:block;width:21rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.875rem;left:52rem;height:2.923825rem;text-align:center;text-align-last:center;color:#1a1e23;font-style:normal;display:block; }
#JBTLX6OFzuRaetoOgi9gHHiz93Ez4sCt { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ff9c78;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4rem;width:4rem;position:absolute;display:block;z-index:15008;top:2.5rem;left:60.5rem;display:block; }
#lNQV3k9rUZTafKGtwkNOhrIcXDwsoqN8 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:3.0625rem;left:36.0625rem; }
#bVqFNyT5WROxbnyrodhr7GEBWEJeUlan { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:2.96875rem;left:60.9375rem; }
#BTyH35sKKILKf3kXK30PCDreInHwznbA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.90625rem;left:10.875rem; }
#GDTaag9vzfBRLvFxRLJhahbTxz5qFl7b { display:block;width:18.25rem;position:absolute;font-family:"gt pressura";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.875rem;left:28.375rem;height:3.4121125rem;text-align:center;text-align-last:center;color:#1a1e23;font-style:normal;display:none; }
#M9Vygphit16XamcoF6bCdJqTxB7mLfcA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }#M9Vygphit16XamcoF6bCdJqTxB7mLfcA > .row .container { background-color: transparent; background-image: none; }#M9Vygphit16XamcoF6bCdJqTxB7mLfcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9Vygphit16XamcoF6bCdJqTxB7mLfcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9Vygphit16XamcoF6bCdJqTxB7mLfcA > .row .container > .video-iframe-container { display: none; }#M9Vygphit16XamcoF6bCdJqTxB7mLfcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9Vygphit16XamcoF6bCdJqTxB7mLfcA > .row > .video-iframe-container { display: block; }#M9Vygphit16XamcoF6bCdJqTxB7mLfcA > .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); }#M9Vygphit16XamcoF6bCdJqTxB7mLfcA > .row .container { border-width: 0; border-radius: 0; }#M9Vygphit16XamcoF6bCdJqTxB7mLfcA > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#M9Vygphit16XamcoF6bCdJqTxB7mLfcA > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:75rem;position:relative;display:block; }#bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 { position:relative;display:block; }#bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 { background-color: transparent; background-image: none; }#bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 > .row .container > .video-iframe-container { display: none; }#bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 > .row > .video-iframe-container { display: none; }#bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 > .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); }#bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 { border-width: 0; border-radius: 0; }#bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 > .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; }#bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:165.3125rem;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; }#ztiwa2wPnftGe9bApnlsrDvnkDAL4OTp { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/05784748-32c6-46bc-9ae4-3e806f81a799/Fuzja018.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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.9375rem;width:35.1875rem;top:11.5rem;left:0rem;display:block; }#ztiwa2wPnftGe9bApnlsrDvnkDAL4OTp.adaptive-delivery-prevent-bg, #ztiwa2wPnftGe9bApnlsrDvnkDAL4OTp.lazyload, #ztiwa2wPnftGe9bApnlsrDvnkDAL4OTp.lazyloading { background-image: none; }
#CQgJk8wWOoFKXcgin1sRVhv893UbueL4 { color:#0c0c0c;display:block;width:20.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:51.625rem;left:6.6875rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#ZzXIrKpXDSRiM534xESVuGufQMiQp5te { color:#0c0c0c;display:block;width:21.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.6875rem;left:45.3125rem;height:7.7988125rem;text-align:left;text-align-last:left;display:block; }
#FPskhxRv8LhAJZ1AEoUWVpUc9BQHDkdM { color:#0c0c0c;display:block;width:18.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:109.1875rem;left:8.9375rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#DBa6AKtcUpx1emHKNN0oh0h9D4VCSTfi { color:#0c0c0c;display:block;width:21.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:79.25rem;left:45.9375rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#heX5NW0VAHJ8UltVTZJDP8KzbWaNwv81 { background-color:#ff9c78;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0c0c0c;border-left:0.125rem solid #0c0c0c;border-right:0.125rem solid #0c0c0c;border-bottom:0.125rem solid #0c0c0c;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0c0c0c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:157.6875rem;left:27.5rem;display:block; }
#szl6xQHvXhDFhW1xzNUXtiaeViuNt1Mp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTeLd0TCdTG3CRp283apLI9qrey7hgPw { display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#TLr6cKdfZH1TSP3FUhpTHprQMq9LCAm7 { color:#0c0c0c;display:block;width:23.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.3125rem;left:45.3125rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#JkyoIl8hU8HUOxSoFkfkPs2itPausXpZ { color:#0c0c0c;display:block;width:23.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:48.8125rem;left:6.6875rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#FCIxFgBcmimsFvE9uSDQWu8qycgqboJi { color:#0c0c0c;display:block;width:23.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:76.5rem;left:45.9375rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#FGewO7tkmPhyUmdq7T0kmtigWWhTyySh { color:#0c0c0c;display:block;width:23.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:106.5rem;left:8.9375rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#Qws6f7hXvKnvrixZOsJOiWtndUtPlsWJ { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4249595f-cb80-40d7-bfa3-1a7ea1dc4504/ludzie40.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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.9375rem;width:35.1875rem;top:37.97265625rem;left:39.8125rem;display:block; }#Qws6f7hXvKnvrixZOsJOiWtndUtPlsWJ.adaptive-delivery-prevent-bg, #Qws6f7hXvKnvrixZOsJOiWtndUtPlsWJ.lazyload, #Qws6f7hXvKnvrixZOsJOiWtndUtPlsWJ.lazyloading { background-image: none; }
#GaCiolvfr49GHxMwVuWwTJDhG4iLOGs6 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8f0cff8e-59a9-4d14-807f-b7afc4e6d547/P2640596.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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.9375rem;width:35.1875rem;top:66.34765625rem;left:0rem;display:block; }#GaCiolvfr49GHxMwVuWwTJDhG4iLOGs6.adaptive-delivery-prevent-bg, #GaCiolvfr49GHxMwVuWwTJDhG4iLOGs6.lazyload, #GaCiolvfr49GHxMwVuWwTJDhG4iLOGs6.lazyloading { background-image: none; }
#lFLdS486zs9qKcbS5VnJlDvZGbdQ23Xi { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0f178c45-df9d-4e96-b094-e0dd66c56161/_ZE967431.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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.9375rem;width:35.1875rem;top:94.9375rem;left:39.8125rem;display:block; }#lFLdS486zs9qKcbS5VnJlDvZGbdQ23Xi.adaptive-delivery-prevent-bg, #lFLdS486zs9qKcbS5VnJlDvZGbdQ23Xi.lazyload, #lFLdS486zs9qKcbS5VnJlDvZGbdQ23Xi.lazyloading { background-image: none; }
#fsCdgdhTtMwoIDU8pXTAenFHay6nOCQe { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/164142d6-528c-4a87-826a-11bc6a7ca736/2227i022L.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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.9375rem;width:35.1875rem;top:123.125rem;left:0rem;display:block; }#fsCdgdhTtMwoIDU8pXTAenFHay6nOCQe.adaptive-delivery-prevent-bg, #fsCdgdhTtMwoIDU8pXTAenFHay6nOCQe.lazyload, #fsCdgdhTtMwoIDU8pXTAenFHay6nOCQe.lazyloading { background-image: none; }
#mWCv6FLaScKvxR06JnJ9Sow55tZCEguP { color:#0c0c0c;display:block;width:22.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:139.17578125rem;left:46.28125rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#CN3sPLAHWRw26CFtrenEMxhfzXipZQ1z { color:#0c0c0c;display:block;width:23.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:129.4375rem;left:41.125rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#UyGJP2TGLS57us1rXsB6RQExW7mJpSXM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:138.5rem;left:41.125rem; }
#zr1HFVuRX016ZDQMD9V9VVaxpzqEelUB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:143.875rem;left:41.125rem; }
#zBRFrCG0pvvv85kFO94BnleBbauiSvSZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:149.25rem;left:41.125rem; }
#DFiDIOTZ7wpPFKpopzpKiHIGhRtlF1Mw { color:#000000;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:132.3125rem;left:41.125rem;height:2.923825rem;display:block; }
#JuE7E5apDeTUZMS2iTg05S1TPm5p4pw7 { color:#0c0c0c;display:block;width:22.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:143.64453125rem;left:46.25rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#UB1DpHIn3fN99ALRh0tr4SXgGmMhfycc { color:#0c0c0c;display:block;width:22.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:149.978515625rem;left:46.28125rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;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; }#PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS > .row .container { background-color: transparent; background-image: none; }#PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS > .row .container > .video-iframe-container { display: none; }#PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS > .row > .video-iframe-container { display: none; }#PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS > .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); }#PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS > .row .container { border-width: 0; border-radius: 0; }#PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#ZX0WMgCTqp6K4gkC5BpdQfP0QgbHWN76 { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.625rem;left:3.1875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZKfMFX2GQ74oiPgaQZvSCbs21Tq0NORp { color:#f1f1f1;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:13.75rem;left:3.1875rem;height:4.1982375rem;font-style:normal;display:block; }
#tVsoREvVux9nvLNSNchZ4DPzqJJSzrdI { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.375rem;left:9rem;height:1.54296875rem;display:block; }
#Vew9bIN04JVLu3qMELRTHeTgpXzH8Da2 { display:block;width:53.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6494140625rem;left:9rem;height:;text-align:center;text-align-last:center;font-style:normal;color:#f1f1f1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#my8qGGm5GNJGpryJyFWzqOTeHOofkW7s { background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #5e6edc;border-left:0.125rem solid #5e6edc;border-right:0.125rem solid #5e6edc;border-bottom:0.125rem solid #5e6edc;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#5e6edc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.4375rem;height:1.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:26.8125rem;left:3.1875rem;display:block; }
#cyQKGDDkzO1yAutds32MvU0cQL6qGN0o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FxpDO1A4in8lzRLM0qmzgHMzNPaTQE8i { color:#f1f1f1;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:19rem;left:3.1875rem;height:6.9970625rem;font-style:normal;display:block; }
#fzflvCNz4OThwiaK84pLpuE9rRnHPPtw { color:#f1f1f1;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:30.3125rem;left:3.1875rem;height:4.1982375rem;font-style:normal;display:block; }
#irbrI17JAAq0BRzl98otwMpxSmSQzJtA { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.43);background-image:url("https://images.assets-landingi.com/uc/34c5e649-948a-42e4-b29c-041d8cb6f4ff/DAN_1727Edit11920px2.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.3125rem;width:34.1875rem;top:9.625rem;left:39.15625rem;display:block; }#irbrI17JAAq0BRzl98otwMpxSmSQzJtA.adaptive-delivery-prevent-bg, #irbrI17JAAq0BRzl98otwMpxSmSQzJtA.lazyload, #irbrI17JAAq0BRzl98otwMpxSmSQzJtA.lazyloading { background-image: none; }
#hZX9gGXOregNtFJVUhUBV77F2wv1dJkq { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:11.6875rem;left:3.1875rem;height:1.3994125rem;font-style:normal;display:block; }
#xR58KOGehHOPyBhOHIUsSoJwT2aCsV2U { box-sizing:content-box;height:18.1875rem;width:34.1875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5e6edc7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5e6edc7f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.5));background-size:auto !important;top:18.62890625rem;left:1.65625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;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; }#K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF > .row .container { background-color: transparent; background-image: none; }#K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF > .row .container > .video-iframe-container { display: none; }#K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF > .row > .video-iframe-container { display: none; }#K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF > .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); }#K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF > .row .container { border-width: 0; border-radius: 0; }#K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF > .row .container { font-size:0.875rem;font-family:arial;height:82.6875rem;width:75rem;position:relative;display:block; }#R6D0SGGwVU443Vq6SgteuriHxrlwAP0f { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.5rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#umozawKxCGFfugrBWAT5CWmQdJTw5It9 { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:21.3125rem;left:3.5rem;height:12.5947125rem;font-style:normal;display:block; }
#zVREU9BTRmMtcdhbdASkZ2La7Z5BfsOo { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e486509-346d-44fe-9c98-0f21ec5f06b1/novownetrza14.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.5rem;width:30.5625rem;top:6.5625rem;left:3.5rem;display:block; }#zVREU9BTRmMtcdhbdASkZ2La7Z5BfsOo.adaptive-delivery-prevent-bg, #zVREU9BTRmMtcdhbdASkZ2La7Z5BfsOo.lazyload, #zVREU9BTRmMtcdhbdASkZ2La7Z5BfsOo.lazyloading { background-image: none; }
#bsO8uBGko3ZzVLPyXPbhorKcF3hqn7Ii { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:4.1875rem;left:3.5rem;height:1.29980625rem;display:block; }
#lNAGxgs15JS3Vu3wqEknEki6C1q9by7l { box-sizing:content-box;height:12.8125rem;width:34.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5e6edc7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5e6edc7f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.5));background-size:auto !important;top:23.1669921875rem;left:1.65625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#nEpKTg8infzogZ4Q4Oc39Azq1rnaeExq { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1875rem;left:41rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BzdwkiS5ls6nwevFBoFXVHqAJVud2s1T { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9fa5a22d-582b-4986-9367-2899e402d5ec/PlacUniiLubelskiej5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.5rem;width:30.5625rem;top:6.5625rem;left:41rem;display:block; }#BzdwkiS5ls6nwevFBoFXVHqAJVud2s1T.adaptive-delivery-prevent-bg, #BzdwkiS5ls6nwevFBoFXVHqAJVud2s1T.lazyload, #BzdwkiS5ls6nwevFBoFXVHqAJVud2s1T.lazyloading { background-image: none; }
#C04JgJeNy3OBz0gwqm7aNT5QdPerNTdb { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:4.1875rem;left:41rem;height:1.29980625rem;display:block; }
#OtTt9HMGSIs2IgqB9adA4bCs3m6mpDlz { box-sizing:content-box;height:13.9375rem;width:34.1875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,156,120,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,156,120,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,156,120,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,156,120,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff9c787f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff9c787f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,156,120,0.5));background-size:auto !important;top:22.25rem;left:39.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#ImRSbWKbc88e23L7ISgnNorg5vt6VSiy { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:21.3125rem;left:41rem;height:12.5947125rem;font-style:normal;display:block; }
#AywdISUnWfVvPm4D1lfJMuEKIrVqkwCl { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:58.5625rem;left:3.5rem;height:13.994125rem;font-style:normal;display:block; }
#eZRzWZml2CzImZhK7pol2LuogFdsePvy { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4643350c-89fc-498f-8057-f88c745387e2/DAN0286526.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.5rem;width:30.5625rem;top:43.8125rem;left:3.5rem;display:block; }#eZRzWZml2CzImZhK7pol2LuogFdsePvy.adaptive-delivery-prevent-bg, #eZRzWZml2CzImZhK7pol2LuogFdsePvy.lazyload, #eZRzWZml2CzImZhK7pol2LuogFdsePvy.lazyloading { background-image: none; }
#yZSlmA1DPbnxD6UV2vXU8hJappNeuyxc { box-sizing:content-box;height:13.375rem;width:34.1875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, rgba(145,215,175,0.5));background-image: -moz-linear-gradient(180deg, #151515, rgba(145,215,175,0.5));background-image: -ms-linear-gradient(180deg, #151515, rgba(145,215,175,0.5));background-image: -o-linear-gradient(180deg, #151515, rgba(145,215,175,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#91d7af7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#91d7af7f' );";background-image: linear-gradient(180deg, #151515, rgba(145,215,175,0.5));background-size:auto !important;top:60.9375rem;left:1.65625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#K8qFiFqXwHecwyKFy7I8U5PREvMepTbb { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/94c6494c-b180-4f94-bd86-f2b170d7a0a6/LLU_2381.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.5rem;width:30.5625rem;top:43.8125rem;left:40.96875rem;display:block; }#K8qFiFqXwHecwyKFy7I8U5PREvMepTbb.adaptive-delivery-prevent-bg, #K8qFiFqXwHecwyKFy7I8U5PREvMepTbb.lazyload, #K8qFiFqXwHecwyKFy7I8U5PREvMepTbb.lazyloading { background-image: none; }
#oHEre3XSi2brfZNeX5LQdtl0xUqGysTz { box-sizing:content-box;height:13.4375rem;width:34.1875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(75,160,250,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(75,160,250,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(75,160,250,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(75,160,250,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4ba0fa7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4ba0fa7f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(75,160,250,0.5));background-size:auto !important;top:60.9375rem;left:39.15625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#VwvR7fpGPZWwGZ1Pn7GT1JsFv74F8z25 { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:58.5625rem;left:40.96875rem;height:11.1953rem;font-style:normal;display:block; }
#FTrwtnDZsyHIQnEJcKdyo8ERuQofmcM4 { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:41.4375rem;left:3.5rem;height:1.29980625rem;display:block; }
#gk6QDUIUrTai8sr0FHSMbmShZMAwrpKT { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:41.1875rem;left:41rem;height:1.29980625rem;display:block; }
#EK93hSghEXsPtlCP3ott5yKU5MS8rgXQ { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:39.4375rem;left:3.5rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OVCpXE35dCCspwdxlU8UiQ6gRQzKBiqs { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:39.1875rem;left:41rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa > .row .container { background-color: transparent; background-image: none; }#UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa > .row .container > .video-iframe-container { display: none; }#UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa > .row > .video-iframe-container { display: none; }#UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa > .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); }#UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa > .row .container { border-width: 0; border-radius: 0; }#UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa > .row .container { font-size:0.875rem;font-family:arial;height:69rem;width:75rem;position:relative;display:block; }#uiwDgbM97rQBb47INXw5GbT8Qm5EQNL5 { color:#0c0c0c;display:block;width:19.8125rem;position:absolute;font-family:raleway;font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.375rem;left:52.5rem;height:10.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TyJTTZDvHmt4M55C9BecT4xvVav9XO3T { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15001;line-height:1.24;letter-spacing:0;top:14.75rem;left:52.59375rem;height:8.6748125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KC6IDhTEJ9s9n8yan2zAuOEvx8TchSit { position:absolute;display:block;z-index:15005;background-color:#edf2ff;background-image:url("https://images.assets-landingi.com/uc/4d4babda-744f-4945-9e85-4819b5892863/novownetrza03.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:24.4375rem;top:41.65625rem;left:0rem;display:block; }#KC6IDhTEJ9s9n8yan2zAuOEvx8TchSit.adaptive-delivery-prevent-bg, #KC6IDhTEJ9s9n8yan2zAuOEvx8TchSit.lazyload, #KC6IDhTEJ9s9n8yan2zAuOEvx8TchSit.lazyloading { background-image: none; }
#m4Fo5fV5KCVxCiXa1TIXf6pAdQrNix9G { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5b16088e-bc77-4770-b68a-7b84374b2015/novownetrza19.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:24.4375rem;top:22.21875rem;left:0rem;display:block; }#m4Fo5fV5KCVxCiXa1TIXf6pAdQrNix9G.adaptive-delivery-prevent-bg, #m4Fo5fV5KCVxCiXa1TIXf6pAdQrNix9G.lazyload, #m4Fo5fV5KCVxCiXa1TIXf6pAdQrNix9G.lazyloading { background-image: none; }
#qWCeBbe1pHVv7V7Pyp9ISeWBdqfGdJN7 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d432dff7-51be-430c-ba01-76472687728e/NOVO1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:23.625rem;top:2.65625rem;left:25rem;display:block; }#qWCeBbe1pHVv7V7Pyp9ISeWBdqfGdJN7.adaptive-delivery-prevent-bg, #qWCeBbe1pHVv7V7Pyp9ISeWBdqfGdJN7.lazyload, #qWCeBbe1pHVv7V7Pyp9ISeWBdqfGdJN7.lazyloading { background-image: none; }
#F5hG4lwd5o6tzqN6gCOrJwStqW3RpfHy { position:absolute;display:block;z-index:15006;background-color:#edf2ff;background-image:url("https://images.assets-landingi.com/uc/64020b27-8c6c-43a4-a153-446d0bcd4e06/DAN08565Edit1.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:24.375rem;top:2.8125rem;left:0.005859375rem;display:block; }#F5hG4lwd5o6tzqN6gCOrJwStqW3RpfHy.adaptive-delivery-prevent-bg, #F5hG4lwd5o6tzqN6gCOrJwStqW3RpfHy.lazyload, #F5hG4lwd5o6tzqN6gCOrJwStqW3RpfHy.lazyloading { background-image: none; }
#IrefHHMBTpAgXTWOeMnGVqEPyFFVCWpy { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/722bbf11-4fd0-492d-9e58-76657ed6f0ef/Fuzja099.jpg");background-position:center right !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;box-shadow: none;height:42.6875rem;width:23.6875rem;top:22.34375rem;left:25rem;display:block; }#IrefHHMBTpAgXTWOeMnGVqEPyFFVCWpy.adaptive-delivery-prevent-bg, #IrefHHMBTpAgXTWOeMnGVqEPyFFVCWpy.lazyload, #IrefHHMBTpAgXTWOeMnGVqEPyFFVCWpy.lazyloading { background-image: none; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-form-header {  }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:17.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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;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:17.5rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-text {padding-top: 0; padding-bottom: 0;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;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;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;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:17.5rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:"gt pressura";font-size:1rem;overflow:hidden;vertical-align:top; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-select {padding-top: 0; padding-bottom: 0;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .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; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#151515;background-image:none;border-top:0.125rem solid #0c0c0c;border-left:0.125rem solid #0c0c0c;border-right:0.125rem solid #0c0c0c;border-bottom:0.125rem solid #0c0c0c;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.125rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:raleway;overflow:hidden;box-shadow: none; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od [class*="-text"]:-moz-placeholder { color:#0c0c0c;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od [class*="-text"]::-moz-placeholder { color:#0c0c0c;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od [class*="-text"]:-ms-input-placeholder { color:#0c0c0c;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od [class*="-text"]::-webkit-input-placeholder { color:#0c0c0c;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .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:raleway;line-height:1.3;font-size:0.8125rem;font-weight:400;color:#0c0c0c;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .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; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-container:first-of-type{padding-top:0;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-container:last-of-type{padding-bottom:0;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.125rem solid #0c0c0c;border-left:0.125rem solid #0c0c0c;border-right:0.125rem solid #0c0c0c;border-bottom:0.125rem solid #0c0c0c;box-shadow: none;left:52.375rem;top:24.62109375rem;z-index:15003;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-info-text { display:block;height:auto;font-family:raleway;font-size:1rem;line-height:1.3;font-weight:700;color:#0c0c0c;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od {display:block;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.125rem solid #0c0c0c;border-left:0.125rem solid #0c0c0c;border-right:0.125rem solid #0c0c0c;border-bottom:0.125rem solid #0c0c0c;box-shadow: none;left:52.375rem;top:24.62109375rem;z-index:15003;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #F1xgGehaLAMkRo91Um6rah8bE3znDswi { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #gNx2mN0s9R4tgADxHBIkmmV7kPmxQ89s { position:relative;display:none; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #G9X6i96txf8c6HHrV3Tw3pRxAvV2U0M9 { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #U6LQXu89WHEbS7vxrPhsvO3uxlcCJ4VO { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #zomdnTrNib9RZHKLo1GXWz4DO9TTtA14 { position:relative;display:none; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #t89TWqZchTsfxT3iPlXFgxe4m6OwGQpR { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #rXwBTDPgKL83D9rRRERPh1KAoHmCDNQc { position:relative;display:block;z-index:15000; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #QTVHMGeRV4h05aRuMhchz4FcUvTTFhg1 { position:relative;display:block;z-index:15000; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #lvLvlUBCwVNM9dxkGQbHhOslbdNNTuJs { position:relative;display:block;z-index:15000; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #nJW323SAWp28gKEzRR20nQIFPWkb1NlI { position:relative;display:block;z-index:15000; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #zWTVghWprGBqRH1xCRZ6BZ3gm4Pfs9sB { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #QPK3xZ62HePhJ2q1DNJzrGzbeucVLhEi { position:relative;z-index:2; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #Qxqnpam8uTxtAWm1Tp3Kqu9MIeAgD1TZ { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #N4MAVRGife26D04IuUD5Fybtcg3VOF8k { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #kzy9fDXdNMeCL74qV2wv7rmucWAUaMiw { position:relative;z-index:2; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #G3vSms0Jd0WdzH7NlN0ROTCvde0OycWP { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #fbTMwd3ZXqRhzLDiJ0tbtbBbOI6h4x6f { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #POxreeEJ3J0zRipXyADCeTDmSZh02J9t { position:relative;z-index:2; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #otbcqtLC0yuNqV7oPKCiUIwp0BEDzMNw { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #pBNJTIT3VuJobEnodGBfSdD7VXWwuzf5 { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #DDEd9lOrEt5tsmgUFZZatAT31NwM2fc8 { position:relative;z-index:2; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #wLJmkVaNlqVwo5i23Xt7Tq9qEcJTclD8 { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #pHHgoT9XCn1kaZZk52zNTC2P2Ff0dDb0 { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #x0SEaQDRkOCmqhUDwB5x2OnSVa3tqIyq { position:relative;z-index:2; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #OphtKoUDI4LsR1C0DrLwQhPitbw1ETXJ { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #TRar4fB87mgvvvd84VTWHfon8g53BTgW { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #x0zn3unHNlHJdSJotFFE6XM8BAVFzPlq { position:relative;display:block; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #zT83rgDt5TEgzwOdxP65MdpFRCPHZgWC { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #TTokoGrbBWpzK2wps6TuJPom55hRGlg5 { position:relative;display:block;z-index:15000; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #BASx3y2nMoGkvhoahHyVpvcIlorOlp7D { position:relative;display:block;z-index:15000; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #ZfNcyGmh322Vfid161XRRL8uCFdvBnST { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #tQhKCOvDZDq2Il1ywfCzWhVToecHAO47 { position:relative;z-index:2; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #V1idhq4SE2n5cRVMIfJXa2cKvTm0Nhy1 { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #OIRFWwDiVWnSENtZnneZ1Fwk4oHvQu60 { position:relative; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od #td0qAl3a8tIs2k4E4XL96m9sTyuA9mxU { position:relative; }
#qFQN8apkANwLunRTToi5hpDrKldf03qV { position:relative;display:block; }#qFQN8apkANwLunRTToi5hpDrKldf03qV { background-color: transparent; background-image: none; }#qFQN8apkANwLunRTToi5hpDrKldf03qV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFQN8apkANwLunRTToi5hpDrKldf03qV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFQN8apkANwLunRTToi5hpDrKldf03qV > .row .container > .video-iframe-container { display: none; }#qFQN8apkANwLunRTToi5hpDrKldf03qV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFQN8apkANwLunRTToi5hpDrKldf03qV > .row > .video-iframe-container { display: none; }#qFQN8apkANwLunRTToi5hpDrKldf03qV > .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); }#qFQN8apkANwLunRTToi5hpDrKldf03qV { border-width: 0; border-radius: 0; }#qFQN8apkANwLunRTToi5hpDrKldf03qV > .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; }#qFQN8apkANwLunRTToi5hpDrKldf03qV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;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; }#GbtAXG06R53TVxrDZFu9S45SHXI28L8u { display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.35546875rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#H07JTDwpM0yz52s3Xxyph3dTzSH60KQ9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.5rem;width:15.875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.75rem;left:0rem;overflow:hidden;display:block; }
#wygAwVDkfuQcocO3TWK0uXRcKuoprreM { position:relative;display:block; }#wygAwVDkfuQcocO3TWK0uXRcKuoprreM { background-color: transparent; background-image: none; }#wygAwVDkfuQcocO3TWK0uXRcKuoprreM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wygAwVDkfuQcocO3TWK0uXRcKuoprreM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wygAwVDkfuQcocO3TWK0uXRcKuoprreM > .row .container > .video-iframe-container { display: none; }#wygAwVDkfuQcocO3TWK0uXRcKuoprreM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wygAwVDkfuQcocO3TWK0uXRcKuoprreM > .row > .video-iframe-container { display: none; }#wygAwVDkfuQcocO3TWK0uXRcKuoprreM > .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); }#wygAwVDkfuQcocO3TWK0uXRcKuoprreM { border-width: 0; border-radius: 0; }#wygAwVDkfuQcocO3TWK0uXRcKuoprreM > .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; }#wygAwVDkfuQcocO3TWK0uXRcKuoprreM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.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; }#hxf20pkJolUp431xP8sUbTJkGAaitnr9 { color:#000000;display:block;width:60.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:14.875rem;height:10.2333875rem;display:block; }
#Dz6wklet0hEtXB15ExdnrLgKEgVCQSbg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.6875rem;width:7rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.041015625rem;left:2.8125rem;overflow:hidden;display:block; }
#OpZw8AamgW1w3xiaoBeZzOU5alErZtV6 { color:#000000;display:block;width:60.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.041015625rem;left:14.875rem;height:16.081025rem;display:block; }
#fr5Rd42HENAd9WETCE3x2GVP9GCETbq6 { 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:6.875rem;width:6.875rem;top:28.0625rem;left:2.875rem;overflow:hidden;display:block; }
#qBbGesF0fBdV3M4tp9TPA7PN12pCFTrJ { color:#000000;display:block;width:60.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.71875rem;left:14.875rem;height:13.1572125rem;display:block; }
#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC { position:relative;display:block; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC { background-color: transparent; background-image: none; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row .container > .video-iframe-container { display: none; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row > .video-iframe-container { display: none; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .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); }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC { border-width: 0; border-radius: 0; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .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; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top: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-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EAf4z5u3eCoQ4VWrRfTituppTmgi5zDU { display:block;width:25.125rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:6.1875rem;left:14.125rem;height:3.1494125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LczzUWGbL3nZmuTRgqak2VJuiQqJRxtb { color:#0c0c0c;display:block;width:20.3125rem;position:absolute;font-family:"gt pressura";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:49.875rem;left:27.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPe353asEQ7IRrkaKRVGxydxx0xsSoTy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:31.875rem;top:42.8125rem;left:21.3125rem;overflow:hidden;display:block; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-form-header {  }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:17.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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;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:17.5rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-text {padding-top: 0; padding-bottom: 0;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;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;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;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:17.5rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:"gt pressura";font-size:1rem;overflow:hidden;vertical-align:top; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-select {padding-top: 0; padding-bottom: 0;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .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; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#151515;background-image:none;border-top:0.125rem solid #0c0c0c;border-left:0.125rem solid #0c0c0c;border-right:0.125rem solid #0c0c0c;border-bottom:0.125rem solid #0c0c0c;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.125rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:raleway;overflow:hidden;box-shadow: none; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl [class*="-text"]:-moz-placeholder { color:#0c0c0c;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl [class*="-text"]::-moz-placeholder { color:#0c0c0c;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl [class*="-text"]:-ms-input-placeholder { color:#0c0c0c;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl [class*="-text"]::-webkit-input-placeholder { color:#0c0c0c;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .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:raleway;line-height:1.3;font-size:0.8125rem;font-weight:400;color:#0c0c0c;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .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; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-container:first-of-type{padding-top:0;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-container:last-of-type{padding-bottom:0;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.125rem solid #0c0c0c;border-left:0.125rem solid #0c0c0c;border-right:0.125rem solid #0c0c0c;border-bottom:0.125rem solid #0c0c0c;box-shadow: none;left:52.3125rem;top:1.3125rem;z-index:15004;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-info-text { display:block;height:auto;font-family:raleway;font-size:1rem;line-height:1.3;font-weight:700;color:#0c0c0c;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl {display:block;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.125rem solid #0c0c0c;border-left:0.125rem solid #0c0c0c;border-right:0.125rem solid #0c0c0c;border-bottom:0.125rem solid #0c0c0c;box-shadow: none;left:52.3125rem;top:1.3125rem;z-index:15004;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #WsDFswA3ogHJZxPbVoCTbpErLlISpSaR { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #PTxDSRvk9wvlBvuIzOfB01hmatKIoJvQ { position:relative;display:none; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #rU7CJokSNye4J06EoHUhPZpRgSODFlg2 { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #Z2XTL12qhxTWak4CViwQGMRooKMvoxbB { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #BThMn7N6L13UVTMxHz3FZKzbICTRCi5T { position:relative;display:none; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #duBMa75GQA3vJdsM1w4GymcEwKASIgmq { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #tf04kJvbVfBTOhCyeuRwQ3271s0RT4GQ { position:relative;display:block;z-index:15000; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #CkfTth8S2dyzQFTK6lbtcthWIyWVgf2C { position:relative;display:block;z-index:15000; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #RdTrJNsFdG0dpSvQJsIIhumZOldTfbCi { position:relative;display:block;z-index:15000; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #rtTq65a011B2HC01oI0HRp9WLsA7ROem { position:relative;display:block;z-index:15000; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #oTJbufaTqcyiwhA4EXu8iFUDZERJG6hT { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #hHBhgv811pqMe8TuLweL69hZGRblHCu1 { position:relative;z-index:2; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #ck34gmry8gsCescKyodJNCWXfEPdhhqK { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #PraAyuzaM2WoTSVHa2fBX22110dNqwnk { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #DRNLGmikLC4Z4931Hz8dSZQ2xHpn4U5n { position:relative;z-index:2; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #Mp6lhCt7qZnffErBKd5tJIFCT61QUX8s { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #Fu8KtEg211IO3V5w6O3JCC39zKtIXuHh { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #xcd0Rz1LAtkhoNxvdRmnD92lHLfg0vTz { position:relative;z-index:2; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #nKtKTGu8wFxVwPJoBgRuBzsaI6SZqbaZ { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #O4EmJPVMwwbQOZt1N1eXCzScKhGOXD3a { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #iszqTXBVUytDk4kgJUJKXrmLhNBo3xEQ { position:relative;z-index:2; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #acq6nTXxT3xIcDFumTNH1DNQIBtMSa5B { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #xPOEOulaQVvmZqOoGVAVMigH2eSSZ61y { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #ge41N8zZUqtqhf66croFXPnCzRz0JxaR { position:relative;z-index:2; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #BvTIb8gx1m3r3vKaarTECAUVHzAszmM3 { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #dzNgg9r0ArekkkLrhT4Rz8TTOka5JGTn { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #mHInZ6QJ976R8BPtR2kl5xRrGbb13MTO { position:relative;display:block; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #tHvO35F1o8Lh1vrGhBkm4zLHlWoNurzd { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #c16tOyIlB71WZfL0gTmWU5aPsFKn0LwM { position:relative;display:block;z-index:15000; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #GFLCV0ysmzDSHV0KqbUU7qFXp63JKLqq { position:relative;display:block;z-index:15000; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #S5gsA7aVHyFS36dfagTVVGw6dOilCiIr { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #iRqRnVbR1mE3Tytwv81pONpTuOgWKR9k { position:relative;z-index:2; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #xDLatm3dZAVwxXfkrXMVdzTEJDIRVUpT { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #CN9azAr7p8ci72h3y2Nnge43ZrLbg7er { position:relative; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #Gh8o4m382WOuNOGrVzEKvImFWhRfv86m { position:relative; }
@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 { height:47.9375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9SaEwTsWLr15dxR4auJnD15qIZcd1w9 { width:47.75rem;height:3.875rem;top:13.8125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvZeepmdImwPZFHT26Dgca3KMn2AWUBu { width:20rem;height:4.375rem;top:22.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRT2HGvNsmZuXCRqXmb8GwChIZdXbqqX { display:block; }
 }@media only screen and (max-width: 763px) { #eSK48F7QBT3o0AdhT4I1i7QgLl9PantV { display:block; }#eSK48F7QBT3o0AdhT4I1i7QgLl9PantV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRE5aM1tpq3QH3L7Mm7676B4JtEMVGU0 { width:4rem;height:4rem;top:2.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0v0S5h1Jwvpp651upNqKDWOcFgf2G9u { width:13.75rem;height:1.25rem;top:7.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV8yBlUP9WOQM7Apt3Pw0Mzuq7bpolJg { width:13.75rem;height:1.25rem;top:7.875rem;left:16.979166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXN0gXTccn1yhi3moOcc6WPhQWm8W999 { width:4rem;height:4rem;top:2.25rem;left:21.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr3Q1OTq556zTF8rE8Lky3dUNoLQCeWN { width:13.75rem;height:1.25rem;top:7.875rem;left:32.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh4RHPayyaPuFyIfRZqaQzvMilQBVWCF { width:4rem;height:4rem;top:2.25rem;left:37.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO7xTVmZxzRaUF5xMZGxwJVKzZLIRwlp { width:2.875rem;height:2.875rem;top:3.0625rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi7L5MnDypMyuVtlkDQl3V4MznRczKvf { width:3.375rem;height:3.375rem;top:2.8125rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy9CWWWTfqsZRqaT7exCmW375aZCep6z { top:2.9375rem;left:6.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZaCPre10yEthPoqBDw623QzA32s6HU { width:13.75rem;height:1.25rem;top:7.875rem;left:16.979166666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy { display:block; }#OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ml0SFpJZEiOiCrWq298w1VryqwnGzNTw { width:4rem;height:4rem;top:2.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgG0PNVf0MT3AucB4PKKQTOmuKvmA6zI { width:13.75rem;height:1.25rem;top:7.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge9RBKWDNQIc6VEJVk5nbxJITUfJxeJG { width:13.75rem;height:1.25rem;top:7.875rem;left:16.979166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4dLOsKKeqBV1IwqI4tyLBrkz15EeMgI { width:4rem;height:4rem;top:2.25rem;left:21.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiM1VCQlz4rLXitzJFsdn2TAVE0dzELo { width:13.75rem;height:1.25rem;top:7.875rem;left:32.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1yDnyAcL3mlu5cqKA3QkV2OS9qqTpoO { width:4rem;height:4rem;top:2.25rem;left:37.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBkdxs5trbTGTEytM0lfxvx41t4UEPM { width:2.625rem;height:2.625rem;top:3.1875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS8oRUvnWFAsyGZQmc5kGUAOtRmLHG7w { width:2.9375rem;height:2.9375rem;top:2.9375rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6h5h7Gkena5eTD7J4VuogfKP1TETwtF { width:2.75rem;height:2.75rem;top:3.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH { display:block; }#eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQcxfTl7BqyZoDpSHRi6ulHGcTolVXPK { width:4rem;height:4rem;top:2.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS0nHGogTcJaBUVkunfH42mnHTKeDvVn { width:13.75rem;height:1.25rem;top:7.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JahbdQUewqoEx2qJT1QEen2Ab0cBDDKB { width:13.75rem;height:1.25rem;top:7.875rem;left:16.979166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZbVoHZ3KsZkL0sLPHzSg1tZQBKwSDcU { width:4rem;height:4rem;top:2.25rem;left:21.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDU7zNtfbulH0VKqKqTlXhuPc2X0QhgT { width:13.75rem;height:1.25rem;top:7.875rem;left:32.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBTLX6OFzuRaetoOgi9gHHiz93Ez4sCt { width:4rem;height:4rem;top:2.25rem;left:37.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNQV3k9rUZTafKGtwkNOhrIcXDwsoqN8 { width:2.875rem;height:2.875rem;top:3.0625rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVqFNyT5WROxbnyrodhr7GEBWEJeUlan { width:3.0625rem;height:3.0625rem;top:2.9375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTyH35sKKILKf3kXK30PCDreInHwznbA { top:2.875rem;left:6.3125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDTaag9vzfBRLvFxRLJhahbTxz5qFl7b { width:13.75rem;height:1.25rem;top:7.875rem;left:16.979166666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9Vygphit16XamcoF6bCdJqTxB7mLfcA { display:block; }#M9Vygphit16XamcoF6bCdJqTxB7mLfcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 { display:block; }#bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztiwa2wPnftGe9bApnlsrDvnkDAL4OTp { top:11.5rem;left:0rem;width:35.1875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQgJk8wWOoFKXcgin1sRVhv893UbueL4 { top:51.625rem;left:0rem;width:20.4375rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzXIrKpXDSRiM534xESVuGufQMiQp5te { top:21.6875rem;left:26.1875rem;width:21.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPskhxRv8LhAJZ1AEoUWVpUc9BQHDkdM { top:109.1875rem;left:0rem;width:18.5625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBa6AKtcUpx1emHKNN0oh0h9D4VCSTfi { top:79.25rem;left:26rem;width:21.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heX5NW0VAHJ8UltVTZJDP8KzbWaNwv81 { width:20rem;height:4.375rem;top:22.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szl6xQHvXhDFhW1xzNUXtiaeViuNt1Mp { display:block; }
 }@media only screen and (max-width: 763px) { #mTeLd0TCdTG3CRp283apLI9qrey7hgPw { width:47.75rem;height:3.375rem;top:3.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLr6cKdfZH1TSP3FUhpTHprQMq9LCAm7 { top:18.3125rem;left:24.6875rem;width:23.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkyoIl8hU8HUOxSoFkfkPs2itPausXpZ { top:48.8125rem;left:0rem;width:23.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCIxFgBcmimsFvE9uSDQWu8qycgqboJi { top:76.5rem;left:24.6875rem;width:23.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGewO7tkmPhyUmdq7T0kmtigWWhTyySh { top:106.5rem;left:0rem;width:23.0625rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qws6f7hXvKnvrixZOsJOiWtndUtPlsWJ { top:37.9375rem;left:12.5625rem;width:35.1875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaCiolvfr49GHxMwVuWwTJDhG4iLOGs6 { top:66.3125rem;left:0rem;width:35.1875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFLdS486zs9qKcbS5VnJlDvZGbdQ23Xi { top:94.9375rem;left:12.5625rem;width:35.1875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsCdgdhTtMwoIDU8pXTAenFHay6nOCQe { top:123.125rem;left:0rem;width:35.1875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWCv6FLaScKvxR06JnJ9Sow55tZCEguP { top:139.125rem;left:25.4375rem;width:22.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN3sPLAHWRw26CFtrenEMxhfzXipZQ1z { top:129.4375rem;left:24.6875rem;width:23.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyGJP2TGLS57us1rXsB6RQExW7mJpSXM { top:138.5rem;left:27.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr1HFVuRX016ZDQMD9V9VVaxpzqEelUB { top:143.875rem;left:27.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBRFrCG0pvvv85kFO94BnleBbauiSvSZ { top:149.25rem;left:27.5rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFiDIOTZ7wpPFKpopzpKiHIGhRtlF1Mw { top:132.3125rem;left:24.875rem;width:22.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuE7E5apDeTUZMS2iTg05S1TPm5p4pw7 { top:143.625rem;left:25.4375rem;width:22.3125rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB1DpHIn3fN99ALRh0tr4SXgGmMhfycc { top:149.9375rem;left:25.4375rem;width:22.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS { display:block; }#PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX0WMgCTqp6K4gkC5BpdQfP0QgbHWN76 { top:9.625rem;left:0rem;width:34.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKfMFX2GQ74oiPgaQZvSCbs21Tq0NORp { top:13.75rem;left:0rem;width:30.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVsoREvVux9nvLNSNchZ4DPzqJJSzrdI { top:14.375rem;left:0rem;width:30.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vew9bIN04JVLu3qMELRTHeTgpXzH8Da2 { width:47.75rem;height:;top:2.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #my8qGGm5GNJGpryJyFWzqOTeHOofkW7s { width:30.4375rem;height:1.8125rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyQKGDDkzO1yAutds32MvU0cQL6qGN0o { display:block; }
 }@media only screen and (max-width: 763px) { #FxpDO1A4in8lzRLM0qmzgHMzNPaTQE8i { top:19rem;left:0rem;width:30.5625rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzflvCNz4OThwiaK84pLpuE9rRnHPPtw { top:30.3125rem;left:0rem;width:30.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irbrI17JAAq0BRzl98otwMpxSmSQzJtA { top:9.625rem;left:13.5625rem;width:34.1875rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZX9gGXOregNtFJVUhUBV77F2wv1dJkq { top:11.6875rem;left:0rem;width:30.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR58KOGehHOPyBhOHIUsSoJwT2aCsV2U { top:18.625rem;left:0rem;width:34.1875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF { display:block; }#K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6D0SGGwVU443Vq6SgteuriHxrlwAP0f { top:2.1875rem;left:0rem;width:30.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umozawKxCGFfugrBWAT5CWmQdJTw5It9 { top:21.3125rem;left:0rem;width:30.5625rem;height:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVREU9BTRmMtcdhbdASkZ2La7Z5BfsOo { top:6.5625rem;left:0rem;width:30.5625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsO8uBGko3ZzVLPyXPbhorKcF3hqn7Ii { top:4.1875rem;left:0rem;width:30.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNAGxgs15JS3Vu3wqEknEki6C1q9by7l { top:23.125rem;left:0rem;width:34.1875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEpKTg8infzogZ4Q4Oc39Azq1rnaeExq { top:2.1875rem;left:17.1875rem;width:30.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzdwkiS5ls6nwevFBoFXVHqAJVud2s1T { top:6.5625rem;left:17.1875rem;width:30.5625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C04JgJeNy3OBz0gwqm7aNT5QdPerNTdb { top:4.1875rem;left:17.1875rem;width:30.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtTt9HMGSIs2IgqB9adA4bCs3m6mpDlz { top:22.25rem;left:13.5625rem;width:34.1875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImRSbWKbc88e23L7ISgnNorg5vt6VSiy { top:21.3125rem;left:17.1875rem;width:30.5625rem;height:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AywdISUnWfVvPm4D1lfJMuEKIrVqkwCl { top:58.5625rem;left:0rem;width:30.5625rem;height:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZRzWZml2CzImZhK7pol2LuogFdsePvy { top:43.8125rem;left:0rem;width:30.5625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZSlmA1DPbnxD6UV2vXU8hJappNeuyxc { top:60.9375rem;left:0rem;width:34.1875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8qFiFqXwHecwyKFy7I8U5PREvMepTbb { top:43.8125rem;left:17.1875rem;width:30.5625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHEre3XSi2brfZNeX5LQdtl0xUqGysTz { top:60.9375rem;left:13.5625rem;width:34.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwvR7fpGPZWwGZ1Pn7GT1JsFv74F8z25 { top:58.5625rem;left:17.1875rem;width:30.5625rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTrwtnDZsyHIQnEJcKdyo8ERuQofmcM4 { top:41.4375rem;left:0rem;width:30.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6QDUIUrTai8sr0FHSMbmShZMAwrpKT { top:41.1875rem;left:17.1875rem;width:30.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK93hSghEXsPtlCP3ott5yKU5MS8rgXQ { top:39.4375rem;left:0rem;width:30.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVCpXE35dCCspwdxlU8UiQ6gRQzKBiqs { top:39.1875rem;left:17.1875rem;width:30.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa { display:block; }#UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiwDgbM97rQBb47INXw5GbT8Qm5EQNL5 { width:19.8125rem;height:10.25rem;top:3.375rem;left:27.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyJTTZDvHmt4M55C9BecT4xvVav9XO3T { width:19.8125rem;height:8.625rem;top:14.75rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC6IDhTEJ9s9n8yan2zAuOEvx8TchSit { top:41.625rem;left:0rem;width:24.4375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4Fo5fV5KCVxCiXa1TIXf6pAdQrNix9G { top:22.1875rem;left:0rem;width:24.4375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWCeBbe1pHVv7V7Pyp9ISeWBdqfGdJN7 { top:2.625rem;left:8.125rem;width:23.625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5hG4lwd5o6tzqN6gCOrJwStqW3RpfHy { top:2.8125rem;left:0rem;width:24.375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrefHHMBTpAgXTWOeMnGVqEPyFFVCWpy { top:22.3125rem;left:8.0625rem;width:23.6875rem;height:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-text {padding-top: 0; padding-bottom: 0;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-select {padding-top: 0; padding-bottom: 0;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od  { width:17.5rem;height:auto;top:24.5625rem;left:27.375rem; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od {display:block;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od { width:17.5rem;height:auto;top:24.5625rem;left:27.375rem; }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #F1xgGehaLAMkRo91Um6rah8bE3znDswi {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #gNx2mN0s9R4tgADxHBIkmmV7kPmxQ89s { display:none; }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #G9X6i96txf8c6HHrV3Tw3pRxAvV2U0M9 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #U6LQXu89WHEbS7vxrPhsvO3uxlcCJ4VO {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #zomdnTrNib9RZHKLo1GXWz4DO9TTtA14 { display:none; }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #t89TWqZchTsfxT3iPlXFgxe4m6OwGQpR {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #rXwBTDPgKL83D9rRRERPh1KAoHmCDNQc {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #QTVHMGeRV4h05aRuMhchz4FcUvTTFhg1 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #lvLvlUBCwVNM9dxkGQbHhOslbdNNTuJs {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #nJW323SAWp28gKEzRR20nQIFPWkb1NlI {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #zWTVghWprGBqRH1xCRZ6BZ3gm4Pfs9sB {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #QPK3xZ62HePhJ2q1DNJzrGzbeucVLhEi {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #Qxqnpam8uTxtAWm1Tp3Kqu9MIeAgD1TZ {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #N4MAVRGife26D04IuUD5Fybtcg3VOF8k {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #kzy9fDXdNMeCL74qV2wv7rmucWAUaMiw {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #G3vSms0Jd0WdzH7NlN0ROTCvde0OycWP {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #fbTMwd3ZXqRhzLDiJ0tbtbBbOI6h4x6f {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #POxreeEJ3J0zRipXyADCeTDmSZh02J9t {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #otbcqtLC0yuNqV7oPKCiUIwp0BEDzMNw {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #pBNJTIT3VuJobEnodGBfSdD7VXWwuzf5 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #DDEd9lOrEt5tsmgUFZZatAT31NwM2fc8 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #wLJmkVaNlqVwo5i23Xt7Tq9qEcJTclD8 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #pHHgoT9XCn1kaZZk52zNTC2P2Ff0dDb0 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #x0SEaQDRkOCmqhUDwB5x2OnSVa3tqIyq {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #OphtKoUDI4LsR1C0DrLwQhPitbw1ETXJ {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #TRar4fB87mgvvvd84VTWHfon8g53BTgW {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #x0zn3unHNlHJdSJotFFE6XM8BAVFzPlq {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #zT83rgDt5TEgzwOdxP65MdpFRCPHZgWC {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #TTokoGrbBWpzK2wps6TuJPom55hRGlg5 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #BASx3y2nMoGkvhoahHyVpvcIlorOlp7D {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #ZfNcyGmh322Vfid161XRRL8uCFdvBnST {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #tQhKCOvDZDq2Il1ywfCzWhVToecHAO47 { z-index:2; }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #V1idhq4SE2n5cRVMIfJXa2cKvTm0Nhy1 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #OIRFWwDiVWnSENtZnneZ1Fwk4oHvQu60 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #td0qAl3a8tIs2k4E4XL96m9sTyuA9mxU {  }
 }@media only screen and (max-width: 763px) { #qFQN8apkANwLunRTToi5hpDrKldf03qV { display:block; }#qFQN8apkANwLunRTToi5hpDrKldf03qV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbtAXG06R53TVxrDZFu9S45SHXI28L8u { width:47.75rem;height:3.375rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H07JTDwpM0yz52s3Xxyph3dTzSH60KQ9 { width:15.875rem;height:9.5rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wygAwVDkfuQcocO3TWK0uXRcKuoprreM { display:block; }#wygAwVDkfuQcocO3TWK0uXRcKuoprreM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxf20pkJolUp431xP8sUbTJkGAaitnr9 { top:1.875rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz6wklet0hEtXB15ExdnrLgKEgVCQSbg { width:7rem;height:6.6875rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpZw8AamgW1w3xiaoBeZzOU5alErZtV6 { top:14rem;left:0rem;width:47.75rem;height:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr5Rd42HENAd9WETCE3x2GVP9GCETbq6 { top:28.0625rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBbGesF0fBdV3M4tp9TPA7PN12pCFTrJ { top:28.6875rem;left:0rem;width:47.75rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC { display:block; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAf4z5u3eCoQ4VWrRfTituppTmgi5zDU { width:19.375rem;height:7.75rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LczzUWGbL3nZmuTRgqak2VJuiQqJRxtb { top:49.875rem;left:13.5rem;width:20.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPe353asEQ7IRrkaKRVGxydxx0xsSoTy { top:42.8125rem;left:7.6875rem;width:31.875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-text {padding-top: 0; padding-bottom: 0;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-select {padding-top: 0; padding-bottom: 0;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl  { width:17.5rem;height:33.375rem;top:1.3125rem;left:27.5rem; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl {display:block;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl { width:17.5rem;height:33.375rem;top:1.3125rem;left:27.5rem; }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #WsDFswA3ogHJZxPbVoCTbpErLlISpSaR {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #PTxDSRvk9wvlBvuIzOfB01hmatKIoJvQ { display:none; }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #rU7CJokSNye4J06EoHUhPZpRgSODFlg2 {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #Z2XTL12qhxTWak4CViwQGMRooKMvoxbB {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #BThMn7N6L13UVTMxHz3FZKzbICTRCi5T { display:none; }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #duBMa75GQA3vJdsM1w4GymcEwKASIgmq {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #tf04kJvbVfBTOhCyeuRwQ3271s0RT4GQ {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #CkfTth8S2dyzQFTK6lbtcthWIyWVgf2C {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #RdTrJNsFdG0dpSvQJsIIhumZOldTfbCi {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #rtTq65a011B2HC01oI0HRp9WLsA7ROem {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #oTJbufaTqcyiwhA4EXu8iFUDZERJG6hT {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #hHBhgv811pqMe8TuLweL69hZGRblHCu1 {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #ck34gmry8gsCescKyodJNCWXfEPdhhqK {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #PraAyuzaM2WoTSVHa2fBX22110dNqwnk {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #DRNLGmikLC4Z4931Hz8dSZQ2xHpn4U5n {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #Mp6lhCt7qZnffErBKd5tJIFCT61QUX8s {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #Fu8KtEg211IO3V5w6O3JCC39zKtIXuHh {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #xcd0Rz1LAtkhoNxvdRmnD92lHLfg0vTz {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #nKtKTGu8wFxVwPJoBgRuBzsaI6SZqbaZ {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #O4EmJPVMwwbQOZt1N1eXCzScKhGOXD3a {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #iszqTXBVUytDk4kgJUJKXrmLhNBo3xEQ {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #acq6nTXxT3xIcDFumTNH1DNQIBtMSa5B {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #xPOEOulaQVvmZqOoGVAVMigH2eSSZ61y {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #ge41N8zZUqtqhf66croFXPnCzRz0JxaR {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #BvTIb8gx1m3r3vKaarTECAUVHzAszmM3 {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #dzNgg9r0ArekkkLrhT4Rz8TTOka5JGTn {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #mHInZ6QJ976R8BPtR2kl5xRrGbb13MTO {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #tHvO35F1o8Lh1vrGhBkm4zLHlWoNurzd {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #c16tOyIlB71WZfL0gTmWU5aPsFKn0LwM {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #GFLCV0ysmzDSHV0KqbUU7qFXp63JKLqq {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #S5gsA7aVHyFS36dfagTVVGw6dOilCiIr {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #iRqRnVbR1mE3Tytwv81pONpTuOgWKR9k { z-index:2; }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #xDLatm3dZAVwxXfkrXMVdzTEJDIRVUpT {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #CN9azAr7p8ci72h3y2Nnge43ZrLbg7er {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #Gh8o4m382WOuNOGrVzEKvImFWhRfv86m {  }
 }@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/98054f31-368a-4f90-9a58-abfcf85493ca/novownetrza11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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(0,0,0,0.32); }#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(0,0,0,0.32); }#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 { height:24.5625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9SaEwTsWLr15dxR4auJnD15qIZcd1w9 { width:17.5rem;height:2.03125rem;top:3.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zvZeepmdImwPZFHT26Dgca3KMn2AWUBu { width:15rem;height:2.4375rem;top:17.32421875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRT2HGvNsmZuXCRqXmb8GwChIZdXbqqX { display:block; }
 }@media only screen and (max-width: 763px) { #eSK48F7QBT3o0AdhT4I1i7QgLl9PantV { display:block; }#eSK48F7QBT3o0AdhT4I1i7QgLl9PantV > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRE5aM1tpq3QH3L7Mm7676B4JtEMVGU0 { width:4rem;height:4rem;top:1.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0v0S5h1Jwvpp651upNqKDWOcFgf2G9u { width:15.625rem;height:1.29980625rem;top:5.8125rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qV8yBlUP9WOQM7Apt3Pw0Mzuq7bpolJg { width:15.625rem;height:2.5996125rem;top:13.625rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXN0gXTccn1yhi3moOcc6WPhQWm8W999 { width:4rem;height:4rem;top:8.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr3Q1OTq556zTF8rE8Lky3dUNoLQCeWN { width:15.625rem;height:1.29980625rem;top:33.9375rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xh4RHPayyaPuFyIfRZqaQzvMilQBVWCF { width:4rem;height:4rem;top:17.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO7xTVmZxzRaUF5xMZGxwJVKzZLIRwlp { width:2.125rem;height:2.125rem;top:9.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi7L5MnDypMyuVtlkDQl3V4MznRczKvf { width:2.125rem;height:2.125rem;top:18.5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy9CWWWTfqsZRqaT7exCmW375aZCep6z { display:flex;width:3.125rem;height:3.125rem;top:1.625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #apZaCPre10yEthPoqBDw623QzA32s6HU { width:15.625rem;height:1.29980625rem;top:22.5625rem;left:2.1875rem;z-index:15007;font-size:1rem;text-align:center;text-align-last:center;font-family:raleway;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy { display:block; }#OMfgaUt4ofHQOl13Uy3g6XOQPTMtTwCy > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ml0SFpJZEiOiCrWq298w1VryqwnGzNTw { width:4rem;height:4rem;top:0.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgG0PNVf0MT3AucB4PKKQTOmuKvmA6zI { width:15.625rem;height:2.5996125rem;top:6rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ge9RBKWDNQIc6VEJVk5nbxJITUfJxeJG { width:15.625rem;height:2.5996125rem;top:15.92285rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4dLOsKKeqBV1IwqI4tyLBrkz15EeMgI { width:4rem;height:4rem;top:10.67285rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiM1VCQlz4rLXitzJFsdn2TAVE0dzELo { width:15.625rem;height:2.5996125rem;top:25.3457rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1yDnyAcL3mlu5cqKA3QkV2OS9qqTpoO { width:4rem;height:4rem;top:20.0957rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBkdxs5trbTGTEytM0lfxvx41t4UEPM { width:2.125rem;height:2.125rem;top:21.0322265625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS8oRUvnWFAsyGZQmc5kGUAOtRmLHG7w { width:2.125rem;height:2.125rem;top:11.609375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6h5h7Gkena5eTD7J4VuogfKP1TETwtF { width:2.125rem;height:2.125rem;top:1.6875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH { display:block; }#eKSCcdDaldWo0oZGKEKAByt6Lw8pNTnH > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQcxfTl7BqyZoDpSHRi6ulHGcTolVXPK { width:4rem;height:4rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS0nHGogTcJaBUVkunfH42mnHTKeDvVn { width:15.625rem;height:1.29980625rem;top:6.5rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JahbdQUewqoEx2qJT1QEen2Ab0cBDDKB { width:15.625rem;height:2.5996125rem;top:14.54296875rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZbVoHZ3KsZkL0sLPHzSg1tZQBKwSDcU { width:4rem;height:4rem;top:9.2109375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDU7zNtfbulH0VKqKqTlXhuPc2X0QhgT { width:15.625rem;height:1.29980625rem;top:33.9375rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JBTLX6OFzuRaetoOgi9gHHiz93Ez4sCt { width:4rem;height:4rem;top:18.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNQV3k9rUZTafKGtwkNOhrIcXDwsoqN8 { width:2.125rem;height:2.125rem;top:10.1484375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVqFNyT5WROxbnyrodhr7GEBWEJeUlan { width:2.125rem;height:2.125rem;top:19.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTyH35sKKILKf3kXK30PCDreInHwznbA { display:flex;width:3.1875rem;height:3.1875rem;top:1.65625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #GDTaag9vzfBRLvFxRLJhahbTxz5qFl7b { width:15.625rem;height:2.5996125rem;top:24.55078125rem;left:2.1875rem;z-index:15007;font-size:1rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #M9Vygphit16XamcoF6bCdJqTxB7mLfcA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1e33733e-73b6-4e3a-9439-6f266b2dcff0/D07_0652.crop_8256x5266_0,0.preview.enhance_51.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#M9Vygphit16XamcoF6bCdJqTxB7mLfcA.adaptive-delivery-prevent-bg, #M9Vygphit16XamcoF6bCdJqTxB7mLfcA.lazyload, #M9Vygphit16XamcoF6bCdJqTxB7mLfcA.lazyloading { background-image: none; }#M9Vygphit16XamcoF6bCdJqTxB7mLfcA > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 { display:block; }#bs7Lp4OHpz2EuRHfBF3sCvb3SdnKFcN5 > .row .container { width:20rem;height:206.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztiwa2wPnftGe9bApnlsrDvnkDAL4OTp { width:20rem;height:30.9375rem;top:11.9375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/05784748-32c6-46bc-9ae4-3e806f81a799/Fuzja018.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ztiwa2wPnftGe9bApnlsrDvnkDAL4OTp.adaptive-delivery-prevent-bg, #ztiwa2wPnftGe9bApnlsrDvnkDAL4OTp.lazyload, #ztiwa2wPnftGe9bApnlsrDvnkDAL4OTp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CQgJk8wWOoFKXcgin1sRVhv893UbueL4 { width:17.8125rem;height:5.68359375rem;top:85.8671875rem;left:1.09375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZzXIrKpXDSRiM534xESVuGufQMiQp5te { width:18.5rem;height:6.8203125rem;top:43.5rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FPskhxRv8LhAJZ1AEoUWVpUc9BQHDkdM { width:18.375rem;height:4.546875rem;top:168.74609375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DBa6AKtcUpx1emHKNN0oh0h9D4VCSTfi { width:19rem;height:4.546875rem;top:126.75rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #heX5NW0VAHJ8UltVTZJDP8KzbWaNwv81 { width:16.6875rem;height:2.8125rem;top:199.6875rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szl6xQHvXhDFhW1xzNUXtiaeViuNt1Mp { display:block; }
 }@media only screen and (max-width: 763px) { #mTeLd0TCdTG3CRp283apLI9qrey7hgPw { width:20rem;height:4.38671875rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLr6cKdfZH1TSP3FUhpTHprQMq9LCAm7 { width:20rem;height:3.8984375rem;top:9.7890625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkyoIl8hU8HUOxSoFkfkPs2itPausXpZ { width:20rem;height:1.94921875rem;top:51.73046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCIxFgBcmimsFvE9uSDQWu8qycgqboJi { width:20rem;height:1.94921875rem;top:92.7265625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGewO7tkmPhyUmdq7T0kmtigWWhTyySh { width:20rem;height:2.03125rem;top:134.734375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qws6f7hXvKnvrixZOsJOiWtndUtPlsWJ { width:20rem;height:30.9375rem;top:94.61328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaCiolvfr49GHxMwVuWwTJDhG4iLOGs6 { width:20rem;height:30.9375rem;top:53.6796875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c43f2f2-b04f-48f1-93c7-dd103fb0da89/Katowice122.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GaCiolvfr49GHxMwVuWwTJDhG4iLOGs6.adaptive-delivery-prevent-bg, #GaCiolvfr49GHxMwVuWwTJDhG4iLOGs6.lazyload, #GaCiolvfr49GHxMwVuWwTJDhG4iLOGs6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lFLdS486zs9qKcbS5VnJlDvZGbdQ23Xi { width:20rem;height:30.9375rem;top:181.35546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsCdgdhTtMwoIDU8pXTAenFHay6nOCQe { width:20rem;height:30.9375rem;top:136.68359375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fdf22790-0c61-4b7b-8e3a-2d271d32a4dc/novownetrza20.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fsCdgdhTtMwoIDU8pXTAenFHay6nOCQe.adaptive-delivery-prevent-bg, #fsCdgdhTtMwoIDU8pXTAenFHay6nOCQe.lazyload, #fsCdgdhTtMwoIDU8pXTAenFHay6nOCQe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mWCv6FLaScKvxR06JnJ9Sow55tZCEguP { width:12.8125rem;height:2.2734375rem;top:186.64453125rem;left:5.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CN3sPLAHWRw26CFtrenEMxhfzXipZQ1z { width:20rem;height:3.8984375rem;top:174.91796875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UyGJP2TGLS57us1rXsB6RQExW7mJpSXM { display:flex;width:2.8125rem;height:2.8125rem;top:186.375rem;left:1.09375rem; }
 }@media only screen and (max-width: 763px) { #zr1HFVuRX016ZDQMD9V9VVaxpzqEelUB { display:flex;width:2.625rem;height:2.625rem;top:190.556640625rem;left:1.09375rem; }
 }@media only screen and (max-width: 763px) { #zBRFrCG0pvvv85kFO94BnleBbauiSvSZ { display:flex;width:3rem;height:3rem;top:194.5625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #DFiDIOTZ7wpPFKpopzpKiHIGhRtlF1Mw { width:18.125rem;height:4.38574375rem;top:180.375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JuE7E5apDeTUZMS2iTg05S1TPm5p4pw7 { width:12.8125rem;height:3.41015625rem;top:190.1640625rem;left:5.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UB1DpHIn3fN99ALRh0tr4SXgGmMhfycc { width:12.8125rem;height:2.2734375rem;top:194.9375rem;left:5.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS { display:block; }#PpyQT0k6FZsCzaZN3Q1uxfOgv0IdvJTS > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX0WMgCTqp6K4gkC5BpdQfP0QgbHWN76 { width:19.3125rem;height:2.03125rem;top:8.375rem;left:0.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKfMFX2GQ74oiPgaQZvSCbs21Tq0NORp { width:18.125rem;height:5.59765rem;top:23.375rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tVsoREvVux9nvLNSNchZ4DPzqJJSzrdI { width:11.8125rem;height:0;top:16.1171875rem;left:2.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vew9bIN04JVLu3qMELRTHeTgpXzH8Da2 { width:19.0625rem;height:4.2246125rem;top:1.25rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #my8qGGm5GNJGpryJyFWzqOTeHOofkW7s { width:18.75rem;height:2.5625rem;top:45.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyQKGDDkzO1yAutds32MvU0cQL6qGN0o { display:block; }
 }@media only screen and (max-width: 763px) { #FxpDO1A4in8lzRLM0qmzgHMzNPaTQE8i { width:18.125rem;height:12.5947125rem;top:30.875rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fzflvCNz4OThwiaK84pLpuE9rRnHPPtw { width:18.125rem;height:5.59765rem;top:49.625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #irbrI17JAAq0BRzl98otwMpxSmSQzJtA { width:20rem;height:10.3125rem;top:12.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZX9gGXOregNtFJVUhUBV77F2wv1dJkq { width:20rem;height:1.3994125rem;top:10.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR58KOGehHOPyBhOHIUsSoJwT2aCsV2U { width:20rem;height:28.875rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF { display:block; }#K4eEKDZ4KrSIvbuugX4nkzwOaQhm1hHF > .row .container { width:20rem;height:167.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6D0SGGwVU443Vq6SgteuriHxrlwAP0f { width:19.3125rem;height:2.03125rem;top:1.25rem;left:0.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umozawKxCGFfugrBWAT5CWmQdJTw5It9 { width:18.125rem;height:13.470725rem;top:26.0546875rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zVREU9BTRmMtcdhbdASkZ2La7Z5BfsOo { width:20rem;height:19.25rem;top:5.5546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsO8uBGko3ZzVLPyXPbhorKcF3hqn7Ii { width:11.8125rem;height:1.29980625rem;top:3.28125rem;left:4.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNAGxgs15JS3Vu3wqEknEki6C1q9by7l { width:20rem;height:13.5625rem;top:27.9296875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.25));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.25));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.25));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5e6edc3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5e6edc3f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(94,110,220,0.25));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nEpKTg8infzogZ4Q4Oc39Azq1rnaeExq { width:20rem;height:2.03125rem;top:86.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzdwkiS5ls6nwevFBoFXVHqAJVud2s1T { width:20rem;height:13.5rem;top:90.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9fa5a22d-582b-4986-9367-2899e402d5ec/PlacUniiLubelskiej5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BzdwkiS5ls6nwevFBoFXVHqAJVud2s1T.adaptive-delivery-prevent-bg, #BzdwkiS5ls6nwevFBoFXVHqAJVud2s1T.lazyload, #BzdwkiS5ls6nwevFBoFXVHqAJVud2s1T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C04JgJeNy3OBz0gwqm7aNT5QdPerNTdb { width:20rem;height:1.29980625rem;top:88.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtTt9HMGSIs2IgqB9adA4bCs3m6mpDlz { width:20rem;height:12.125rem;top:111.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,156,120,0.25));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,156,120,0.25));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,156,120,0.25));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,156,120,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff9c783f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff9c783f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,156,120,0.25));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ImRSbWKbc88e23L7ISgnNorg5vt6VSiy { width:18.125rem;height:15.91995rem;top:105.3125rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AywdISUnWfVvPm4D1lfJMuEKIrVqkwCl { width:18.125rem;height:15.91994375rem;top:66.25rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZRzWZml2CzImZhK7pol2LuogFdsePvy { width:20rem;height:15.6875rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZSlmA1DPbnxD6UV2vXU8hJappNeuyxc { width:20rem;height:11.75rem;top:72rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, rgba(145,215,175,0.25));background-image: -moz-linear-gradient(180deg, #151515, rgba(145,215,175,0.25));background-image: -ms-linear-gradient(180deg, #151515, rgba(145,215,175,0.25));background-image: -o-linear-gradient(180deg, #151515, rgba(145,215,175,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#91d7af3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#91d7af3f' );";background-image: linear-gradient(180deg, #151515, rgba(145,215,175,0.25));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #K8qFiFqXwHecwyKFy7I8U5PREvMepTbb { width:20rem;height:15.25rem;top:132.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHEre3XSi2brfZNeX5LQdtl0xUqGysTz { width:20rem;height:9.75rem;top:155.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(75,160,250,0.25));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(75,160,250,0.25));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(75,160,250,0.25));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(75,160,250,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4ba0fa3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4ba0fa3f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(75,160,250,0.25));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VwvR7fpGPZWwGZ1Pn7GT1JsFv74F8z25 { width:18.125rem;height:13.47071875rem;top:149.375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTrwtnDZsyHIQnEJcKdyo8ERuQofmcM4 { width:20rem;height:1.29980625rem;top:45.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gk6QDUIUrTai8sr0FHSMbmShZMAwrpKT { width:20rem;height:1.29980625rem;top:129.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EK93hSghEXsPtlCP3ott5yKU5MS8rgXQ { width:20rem;height:2.03125rem;top:43.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVCpXE35dCCspwdxlU8UiQ6gRQzKBiqs { width:20rem;height:4.0625rem;top:125.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa { display:block; }#UmyhQNHiyNJbs7k3NxZ6syL6VDWi2tAa > .row .container { width:20rem;height:77.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiwDgbM97rQBb47INXw5GbT8Qm5EQNL5 { width:14.25rem;height:5.15625rem;top:16.25rem;left:0.9375rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TyJTTZDvHmt4M55C9BecT4xvVav9XO3T { width:18.125rem;height:11.1953125rem;top:22.5625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KC6IDhTEJ9s9n8yan2zAuOEvx8TchSit { width:20rem;height:13.5625rem;top:33.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4Fo5fV5KCVxCiXa1TIXf6pAdQrNix9G { width:19.9375rem;height:13.5625rem;top:18.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWCeBbe1pHVv7V7Pyp9ISeWBdqfGdJN7 { width:20rem;height:13.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5hG4lwd5o6tzqN6gCOrJwStqW3RpfHy { width:20rem;height:16.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrefHHMBTpAgXTWOeMnGVqEPyFFVCWpy { width:20rem;height:31.6875rem;top:63.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-regular-label { display:block;width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-text {padding-top: 0; padding-bottom: 0;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-select {padding-top: 0; padding-bottom: 0;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-container:first-of-type{padding-top:0;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .widget-container:last-of-type{padding-bottom:0;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od  { width:17.25rem;height:auto;top:35.875rem;left:0rem; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z21Sxge6nTRobo5kFNID0MpWliyBr4od {display:block;}#Z21Sxge6nTRobo5kFNID0MpWliyBr4od { width:17.25rem;height:auto;top:35.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #F1xgGehaLAMkRo91Um6rah8bE3znDswi {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #gNx2mN0s9R4tgADxHBIkmmV7kPmxQ89s { display:none; }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #G9X6i96txf8c6HHrV3Tw3pRxAvV2U0M9 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #U6LQXu89WHEbS7vxrPhsvO3uxlcCJ4VO {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #zomdnTrNib9RZHKLo1GXWz4DO9TTtA14 { display:none; }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #t89TWqZchTsfxT3iPlXFgxe4m6OwGQpR {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #rXwBTDPgKL83D9rRRERPh1KAoHmCDNQc {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #QTVHMGeRV4h05aRuMhchz4FcUvTTFhg1 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #lvLvlUBCwVNM9dxkGQbHhOslbdNNTuJs {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #nJW323SAWp28gKEzRR20nQIFPWkb1NlI {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #zWTVghWprGBqRH1xCRZ6BZ3gm4Pfs9sB {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #QPK3xZ62HePhJ2q1DNJzrGzbeucVLhEi {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #Qxqnpam8uTxtAWm1Tp3Kqu9MIeAgD1TZ {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #N4MAVRGife26D04IuUD5Fybtcg3VOF8k {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #kzy9fDXdNMeCL74qV2wv7rmucWAUaMiw {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #G3vSms0Jd0WdzH7NlN0ROTCvde0OycWP {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #fbTMwd3ZXqRhzLDiJ0tbtbBbOI6h4x6f {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #POxreeEJ3J0zRipXyADCeTDmSZh02J9t {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #otbcqtLC0yuNqV7oPKCiUIwp0BEDzMNw {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #pBNJTIT3VuJobEnodGBfSdD7VXWwuzf5 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #DDEd9lOrEt5tsmgUFZZatAT31NwM2fc8 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #wLJmkVaNlqVwo5i23Xt7Tq9qEcJTclD8 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #pHHgoT9XCn1kaZZk52zNTC2P2Ff0dDb0 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #x0SEaQDRkOCmqhUDwB5x2OnSVa3tqIyq {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #OphtKoUDI4LsR1C0DrLwQhPitbw1ETXJ {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #TRar4fB87mgvvvd84VTWHfon8g53BTgW {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #x0zn3unHNlHJdSJotFFE6XM8BAVFzPlq {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #zT83rgDt5TEgzwOdxP65MdpFRCPHZgWC {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #TTokoGrbBWpzK2wps6TuJPom55hRGlg5 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #BASx3y2nMoGkvhoahHyVpvcIlorOlp7D {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #ZfNcyGmh322Vfid161XRRL8uCFdvBnST {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #tQhKCOvDZDq2Il1ywfCzWhVToecHAO47 { z-index:2; }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #V1idhq4SE2n5cRVMIfJXa2cKvTm0Nhy1 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #OIRFWwDiVWnSENtZnneZ1Fwk4oHvQu60 {  }
 }@media only screen and (max-width: 763px) { #Z21Sxge6nTRobo5kFNID0MpWliyBr4od #td0qAl3a8tIs2k4E4XL96m9sTyuA9mxU {  }
 }@media only screen and (max-width: 763px) { #qFQN8apkANwLunRTToi5hpDrKldf03qV { display:block; }#qFQN8apkANwLunRTToi5hpDrKldf03qV > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbtAXG06R53TVxrDZFu9S45SHXI28L8u { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H07JTDwpM0yz52s3Xxyph3dTzSH60KQ9 { width:14.3125rem;height:8.5rem;top:1.25rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wygAwVDkfuQcocO3TWK0uXRcKuoprreM { display:block; }#wygAwVDkfuQcocO3TWK0uXRcKuoprreM > .row .container { width:20rem;height:103.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxf20pkJolUp431xP8sUbTJkGAaitnr9 { width:18.125rem;height:20.79685rem;top:0.8125rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dz6wklet0hEtXB15ExdnrLgKEgVCQSbg { width:7rem;height:6.6875rem;top:24.1884765625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpZw8AamgW1w3xiaoBeZzOU5alErZtV6 { width:18.125rem;height:33.7949125rem;top:33.5634765625rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fr5Rd42HENAd9WETCE3x2GVP9GCETbq6 { width:6.875rem;height:6.875rem;top:68.4384765625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBbGesF0fBdV3M4tp9TPA7PN12pCFTrJ { width:17.8125rem;height:25.9961rem;top:77.146484375rem;left:1.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC { display:block; }#PDFw14tnW77TOEWlbTBIp4DL4a9ZRVtC > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAf4z5u3eCoQ4VWrRfTituppTmgi5zDU { width:12.4375rem;height:3.75rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LczzUWGbL3nZmuTRgqak2VJuiQqJRxtb { width:20rem;height:1.13671875rem;top:52.17285rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPe353asEQ7IRrkaKRVGxydxx0xsSoTy { width:20rem;height:3.44921875rem;top:47.8603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-regular-label { display:block;width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-text {padding-top: 0; padding-bottom: 0;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-select {padding-top: 0; padding-bottom: 0;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-container:first-of-type{padding-top:0;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .widget-container:last-of-type{padding-bottom:0;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl  { width:17.25rem;height:auto;top:7.8095703125rem;left:0rem; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl {display:block;}#xgK9U0xM3u2sv8s172MbHMpDySEPcWQl { width:17.25rem;height:auto;top:7.8095703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #WsDFswA3ogHJZxPbVoCTbpErLlISpSaR {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #PTxDSRvk9wvlBvuIzOfB01hmatKIoJvQ { display:none; }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #rU7CJokSNye4J06EoHUhPZpRgSODFlg2 {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #Z2XTL12qhxTWak4CViwQGMRooKMvoxbB {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #BThMn7N6L13UVTMxHz3FZKzbICTRCi5T { display:none; }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #duBMa75GQA3vJdsM1w4GymcEwKASIgmq {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #tf04kJvbVfBTOhCyeuRwQ3271s0RT4GQ {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #CkfTth8S2dyzQFTK6lbtcthWIyWVgf2C {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #RdTrJNsFdG0dpSvQJsIIhumZOldTfbCi {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #rtTq65a011B2HC01oI0HRp9WLsA7ROem {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #oTJbufaTqcyiwhA4EXu8iFUDZERJG6hT {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #hHBhgv811pqMe8TuLweL69hZGRblHCu1 {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #ck34gmry8gsCescKyodJNCWXfEPdhhqK {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #PraAyuzaM2WoTSVHa2fBX22110dNqwnk {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #DRNLGmikLC4Z4931Hz8dSZQ2xHpn4U5n {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #Mp6lhCt7qZnffErBKd5tJIFCT61QUX8s {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #Fu8KtEg211IO3V5w6O3JCC39zKtIXuHh {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #xcd0Rz1LAtkhoNxvdRmnD92lHLfg0vTz {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #nKtKTGu8wFxVwPJoBgRuBzsaI6SZqbaZ {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #O4EmJPVMwwbQOZt1N1eXCzScKhGOXD3a {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #iszqTXBVUytDk4kgJUJKXrmLhNBo3xEQ {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #acq6nTXxT3xIcDFumTNH1DNQIBtMSa5B {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #xPOEOulaQVvmZqOoGVAVMigH2eSSZ61y {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #ge41N8zZUqtqhf66croFXPnCzRz0JxaR {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #BvTIb8gx1m3r3vKaarTECAUVHzAszmM3 {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #dzNgg9r0ArekkkLrhT4Rz8TTOka5JGTn {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #mHInZ6QJ976R8BPtR2kl5xRrGbb13MTO {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #tHvO35F1o8Lh1vrGhBkm4zLHlWoNurzd {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #c16tOyIlB71WZfL0gTmWU5aPsFKn0LwM {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #GFLCV0ysmzDSHV0KqbUU7qFXp63JKLqq {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #S5gsA7aVHyFS36dfagTVVGw6dOilCiIr {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #iRqRnVbR1mE3Tytwv81pONpTuOgWKR9k { z-index:2; }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #xDLatm3dZAVwxXfkrXMVdzTEJDIRVUpT {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #CN9azAr7p8ci72h3y2Nnge43ZrLbg7er {  }
 }@media only screen and (max-width: 763px) { #xgK9U0xM3u2sv8s172MbHMpDySEPcWQl #Gh8o4m382WOuNOGrVzEKvImFWhRfv86m {  }
 }