.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/ieceGa6e/Murapol_Warszawa_1_3_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#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.2); }#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); }#seWp2FshZcG9w3TMwdTLw687w5LsuKKd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#seWp2FshZcG9w3TMwdTLw687w5LsuKKd > .row .container { background-color: transparent; background-image: none; }#seWp2FshZcG9w3TMwdTLw687w5LsuKKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seWp2FshZcG9w3TMwdTLw687w5LsuKKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seWp2FshZcG9w3TMwdTLw687w5LsuKKd > .row .container > .video-iframe-container { display: none; }#seWp2FshZcG9w3TMwdTLw687w5LsuKKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seWp2FshZcG9w3TMwdTLw687w5LsuKKd > .row > .video-iframe-container { display: none; }#seWp2FshZcG9w3TMwdTLw687w5LsuKKd > .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); }#seWp2FshZcG9w3TMwdTLw687w5LsuKKd > .row .container { border-width: 0; border-radius: 0; }#seWp2FshZcG9w3TMwdTLw687w5LsuKKd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#seWp2FshZcG9w3TMwdTLw687w5LsuKKd > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;position:relative;display:block; }#U45KgPTgL1iG582qAdun3BHWuNfwNTa8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:21.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vVd1c0IZDRtpRQkgl9DR3WGU3no8WhJh { color:#000000;display:block;width:57.3125rem;position:absolute;font-family:quicksand;font-size:2.0625rem;font-weight:300;z-index:15001;line-height:2;letter-spacing:0;top:8.8552083969119rem;left:2.46875rem;height:4.125rem;font-style:normal;display:block; }
#DIHx68BsONqNEDfehfXmr08mgkgGwTcv { color:#000000;display:block;width:57.3125rem;position:absolute;font-family:quicksand;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:21.375rem;left:2.6875rem;height:2.125rem;display:block; }
#GlNx4Q4EnZzPVuyltN5ppHwP4RHTEVWr { color:#000000;display:block;width:57.3125rem;position:absolute;font-family:quicksand;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:14.1044921875rem;left:2.46875rem;height:5.75rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(66,91,145,0.57);background-image:url("https://images.assets-landingi.com/uc/c722bc64-9865-4eaf-bed9-670adca22ff2/mieszkaniedopasowanedopotrzebmurapol_02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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); }#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); }#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 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:59.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#yMAMNaSd32Tfc4pT72lKVZ51tNCFvZ00 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:21.875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wPVVd7m6lPbrRNLKtAk2cRyuDe1occN9 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:18.0625rem;left:0rem;height:3.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LTobEKygWqRqBBbqTFfaHQFnXbdShlb2 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:18.0625rem;left:0rem;height:3.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MrWovC9CCiRkHMUCzy7xe2JUQlshPERE { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:12.5rem;top:0rem;left:23.75rem;display:none; }
#BTUJHKANbTuUMV6Jcw3rIKSP07QZdKhr { position:absolute;display:block;z-index:15021;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:7.5rem;width:10rem;top:1.0625rem;left:25rem;overflow:hidden;display:none; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-form-header {  }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:19.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-text { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:19.75rem;box-sizing:border-box;height:2.5625rem;color:#f2f9ff;font-size:0.8125rem;overflow:hidden;font-family:ubuntu; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-text {padding-top: 0; padding-bottom: 0;}#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-textarea { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:19.75rem;box-sizing:border-box;height:4.375rem;color:#f2f9ff;font-size:0.8125rem;overflow:hidden;font-family:ubuntu; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.4);border-right:0.125rem solid rgba(242,249,255,0.4);border-bottom:0.125rem solid rgba(242,249,255,0.4);border-left:0.125rem solid rgba(242,249,255,0.4);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:19.75rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-family:ubuntu;font-size:0.8125rem;overflow:hidden; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-select {padding-top: 0; padding-bottom: 0;}#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GAKzypxccVw6PU6IhSH5A0S62nely4wR .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:rgba(73,73,73,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:19.75rem;height:3.4375rem;font-family:ubuntu;overflow:hidden; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR [class*="-text"]:-moz-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:0.8125rem; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR [class*="-text"]::-moz-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:0.8125rem; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR [class*="-text"]:-ms-input-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:0.8125rem; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR [class*="-text"]::-webkit-input-placeholder { color:rgba(242,249,255,0.4);font-family:ubuntu;font-size:0.8125rem; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .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:ubuntu;font-size:0.75rem;font-weight:400;color:#f2f9ff;vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .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; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-container:first-of-type{padding-top:0;}#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-container:last-of-type{padding-bottom:0;}#GAKzypxccVw6PU6IhSH5A0S62nely4wR  { background-color:rgba(255,207,23,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:28.812499046326rem;top:3.5625104904175rem;z-index:100016;position:absolute; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.75rem; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR {display:block;}#GAKzypxccVw6PU6IhSH5A0S62nely4wR { background-color:rgba(255,207,23,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:28.812499046326rem;top:3.5625104904175rem;z-index:15016;position:absolute;display:none; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR #lVdZPSCkA4RRQSTqCDM2l7mKMF3IHmsx { position:relative; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR #ifJZeb0MMt5EuF2SwnJpBW9MMAbcD0LJ { position:relative;display:block; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR #qNq7BSdr87JrC1T1iDTigdc7sVEFo2gu { position:relative; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR #ncLKRSTTzOTQGedC31DKDG5Im5XAzC5P { position:relative; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR #ZLpx1LxDcVXKH6nMn6IHNVvPibThLmTK { position:relative;display:block; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR #DXCmCzaNsbc06UVxyM172G1PcNitMdqr { position:relative; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR #x5pO7JnTJErsaPla6DUMBvV128NVh3sF { position:relative; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR #bfxdrNspl2yWL12IwkzaBfTiZSA5IGSq { position:relative;display:block; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR #xnxWlFeLdnJ95OmdTu3ILctXJmzPqkNR { position:relative; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR #clR4UKcktobwGt3Ak8GfKQX0MvacruxP { position:relative; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR #c0IzbihfBCgQcR7uPGTxfrw0VBKetIvl { position:relative; }
#xx3hs9KRbuGtmJlS65qCtMgay47v7lPa { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-form-header {  }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-regular-label { height:auto;display:block;font-family:quicksand;font-size:1.1875rem;font-weight:400;color:#000000;width:39.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;font-style:normal;overflow:hidden;line-height:2; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .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; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-button { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b518b7, #639bdb);background-image: -moz-linear-gradient(180deg, #b518b7, #639bdb);background-image: -ms-linear-gradient(180deg, #b518b7, #639bdb);background-image: -o-linear-gradient(180deg, #b518b7, #639bdb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#639bdb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b518b7', endColorstr='#639bdb' );";background-image: linear-gradient(180deg, #b518b7, #639bdb);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:39.75rem;height:3.4375rem;font-family:quicksand;overflow:hidden; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:quicksand;font-size:0.875rem; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:quicksand;font-size:0.875rem; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:quicksand;font-size:0.875rem; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:quicksand;font-size:0.875rem; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .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:quicksand;line-height:2;font-size:1.1875rem;font-weight:400;color:#000000;vertical-align:top;width:38.5rem;overflow:hidden;font-style:normal;float:none; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .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; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-container:first-of-type{padding-top:0;}#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-container:last-of-type{padding-bottom:0;}#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15039;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:absolute;top:1.90625rem;left:8.8723964691163rem; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:39.75rem;display:block;vertical-align:top; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC {display:block;}#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15039;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:absolute;top:1.90625rem;left:8.8723964691163rem; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #ddKei8EOc06Hgws0xBSSrtBJbVxDe2B7 { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #lQzT8osPzmHmKJg26cl3ZLBwTBTHDtOZ { position:relative;z-index:2; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #aQCGBJVcDgSmZJ6JwhbmE1KcUTBDoP2g { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #FpWXACPCSx1GgxvLXoXZWGRe7Ker11Et { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #Ke3g7m4mnqD3o1ebVglqhh1sAo9QW4mn { position:relative;z-index:2; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #ivRewDQPlqEhuJ7pmH5UyPQbGimvoDNB { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #GXu3g1ZwtowyA99dFNyIgAHeZg1Gll4A { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #SDnIWXRAap2S0nOLlP10tMAdH7qyCwHV { position:relative;z-index:2; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #yAGdUXRO878Z5PxDoTsfU0hXFfGdR6nn { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #niHH0SXMoHLisoL3ZfwSAbqHSil5kIrV { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #AfK3eZBZ9CQi5vS3mwsuPaVNNbQXvGaL { position:relative;z-index:2; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #GlculeEnvaa4RGv27eKEXTTb6QS4eSNO { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #z6o75wCnHTT0BmLZPKwSHg5d0ZoczqXC { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #TZf5FiDnQtFsykQVPLegemp5i2fNAzLH { position:relative;z-index:2; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #JdS7xGkIA5neICLumNTJhiVoZTJXwMXH { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #vhfiC94J4gpKWtGiGy7Oe7w75MkNn2z9 { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #XfNq1yPr3lKgIV5E2vmyhIXZVxU0PrEw { position:relative;z-index:2; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #ezZ6ilX8GGdNvbJdV8caOgkgkDOsQ2VD { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #sqEPoLAukEQ4TBOvTcIC6bLspFGGa6VE { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #fCS1K1i5O9c0fF4U93HpL3ZcfmG4TErO { position:relative;z-index:2; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #kI84U3rfbDSW4JQsTF9c41gU63rObtQ1 { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #SrHSatKD22GGvcfLQhDrElrpH3sJXxzJ { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #Q6qQMM2VcTwiuDTswCo3SSnOTTpSkA6n { position:relative;z-index:2; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #uh1kQLG515UVmnHGO7xXBwxL2RGL7TkU { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #m1oe9rnd5Imw7yRDDfOnWP6aPwqkrak8 { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #KwKT8Aea5Nyhb5XgepoOyha9KZEngikr { position:relative;z-index:2; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #S9zTSf4xUe1OZHQQZ9use2n53rOVwV2F { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #gwHEvvrfu6AchH03UfUqrWQtlMF5raih { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #KOrM1AqqSElWsUn2gNKLQNXMZ35cRwZB { position:relative;display:block; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #wilPp1CVcXaVqmvUDR5Fcqw9UqAwkNLW { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #G15CFpSMwTIf4QM38232tZaEy9xHHBSJ { position:relative; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #TDaptiSZnQt4h5MTWrk0zchXbzbedsZo { position:relative; }
#f1mgZA1I8lsru47hnB7TdpG1V6yyAyRS { box-sizing:content-box;height:10.125rem;width:42.25rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:42.248960494995rem;left:8.875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oc8KflBrN3b9koqnlGVy6lqL5fRgA1Mf { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:43.937498092651rem;left:10.15625rem;height:7.8125rem;display:block; }
#XioLZ8W704AOuBTF9UJyrlXopf6qUvUv { box-sizing:content-box;height:4.3125rem;width:42.1875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:42.124998092651rem;left:8.90625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row .container { background-color: transparent; background-image: none; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row .container > .video-iframe-container { display: none; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row > .video-iframe-container { display: none; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .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); }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row .container { border-width: 0; border-radius: 0; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#gHfSlHcN84qfor4RrycQQfJxR2GvXDx7 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:1.5rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IV7ZgASJ7dMtSuGNzLMHWT8h6GIAu4db { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.8125rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EIVUXizwolcVfKOA098pv2m4azysdmNc { position:absolute;display:block;z-index:15007;background-color:#ffcf17;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:3.6875rem;top:3.6875rem;left:28.125rem;display:none; }
#NSfHzeSqLt6abwo5PAWkcklQCa7CswTB { color:#000000;display:block;width:35.125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:2.4730906486511rem;left:23.062068939209rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IN5RALHafu49p8coOoGdSTXBn98ZhFcT { color:#000000;display:block;width:3.31163125rem;position:absolute;font-family:quicksand;font-size:3.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25.8125rem;left:15.4375rem;height:4.0628875rem;font-style:normal;display:block; }
#VRvWCFV4a5HO5idXT2nzgMeZ0TRG6xH8 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:quicksand;font-size:3.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.8125rem;left:37.6875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XetW1AH0DuH5rXInsZVyp20oFXxCe4tS { color:#000000;display:block;width:3.87478125rem;position:absolute;font-family:quicksand;font-size:3.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.811634063721rem;left:4.6864166259766rem;height:4.0628875rem;font-style:normal;display:block; }
#LwEPgZBKJ824sBH446qktNkXQyGCncTr { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:29.75rem;left:13.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xeql1GAX9yM0iVXNQAV4ErS4LXHgXXBi { color:#000000;display:block;width:6.25rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:29.875rem;left:37.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VqN1QHamC1oy1xXmggbX5TafEVKDCRs5 { color:#000000;display:block;width:13.25rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:29.875rem;left:21.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VDyc0FyR51ifxwXohJ1pD2vkP0RH8QH7 { color:#000000;display:block;width:13.25rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:29.75rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNsoNnEdzsKRxShnfL7SniZA0JcuXgL0 { color:#000000;display:block;width:6.12304375rem;position:absolute;font-family:quicksand;font-size:3.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.8125rem;left:26.5rem;height:4.0625rem;font-style:normal;display:block; }
#zZ3NCBWQoS5k9WNGSGyXnQ4ZfDcbESEh { color:#666666;display:block;width:59.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:1.9499998092651rem;left:0.25rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yVkbzemvCfpQhvDIzlqUADFrcvdGQdQF { color:#000000;display:block;width:12.812125rem;position:absolute;font-family:quicksand;font-size:3.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:25.8125rem;left:45.4375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5JixCXfWD6K8ENSIhbci6aLX25cZZ22 { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:29.875rem;left:46.5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uIpbE5qVdznkVhxtTpsVEv3s3OAqen3u { position:absolute;display:block;z-index:15006;background-color:#0a2a6b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:0.0625rem;width:57.5rem;top:24.3125rem;left:1.25rem;display:block; }
#MHT4ykbdxknQtLDqhnUt8o44ZxNZmwXk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:22.625rem;top:1.7812501192093rem;left:0rem;overflow:hidden;display:block; }
#gCQnARpUtLh7w5rfeRBI9XHkzfRAtdmi { position:absolute;display:block;z-index:15007;background-color:#0a2a6b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:0.0625rem;width:57.5rem;top:34.125rem;left:1.25rem;display:block; }
#L6mvUW9iqAOXNywaaysKNqiSTzCOWTTV { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:3.46875rem;left:23.0625rem;height:16.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nBAo1lRCkFC6fyMmFwvDeWJTs7yLeGGl { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:3.46875rem;left:23.0625rem;height:16.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#G9pfBnTaAfupXyq1O5r9ZWv7iM3TJhpk { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:3.46875rem;left:23.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Q1OZFoN0kAFu9aZqNSERdCUS6ACPm8GH { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:3.46875rem;left:23.0625rem;height:16.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(66,91,145,0.57);background-image:url("https://images.assets-landingi.com/uc/c722bc64-9865-4eaf-bed9-670adca22ff2/mieszkaniedopasowanedopotrzebmurapol_02.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo.adaptive-delivery-prevent-bg, #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo.lazyload, #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo.lazyloading { background-image: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { background-color: transparent; background-image: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container > .video-iframe-container { display: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row > .video-iframe-container { display: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .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); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { border-width: 0; border-radius: 0; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#a6169897692e7ec95d21a05063080a8f.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #a6169897692e7ec95d21a05063080a8f.widget-smartsection *:focus-visible, #a6169897692e7ec95d21a05063080a8f.widget-smartsection input[type="text"]:focus-visible, #a6169897692e7ec95d21a05063080a8f.widget-smartsection input[type="email"]:focus-visible, #a6169897692e7ec95d21a05063080a8f.widget-smartsection input[type="tel"]:focus-visible, #a6169897692e7ec95d21a05063080a8f.widget-smartsection textarea:focus-visible { outline: none; } #UN1LI7UKDkfSlRZWZM9zN0HKAfq98789 > .row .container { background-color: transparent; background-image: none; }#UN1LI7UKDkfSlRZWZM9zN0HKAfq98789::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN1LI7UKDkfSlRZWZM9zN0HKAfq98789 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN1LI7UKDkfSlRZWZM9zN0HKAfq98789 > .row .container > .video-iframe-container { display: none; }#UN1LI7UKDkfSlRZWZM9zN0HKAfq98789 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN1LI7UKDkfSlRZWZM9zN0HKAfq98789 > .row > .video-iframe-container { display: none; }#UN1LI7UKDkfSlRZWZM9zN0HKAfq98789 > .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); }#UN1LI7UKDkfSlRZWZM9zN0HKAfq98789 > .row .container { border-width: 0; border-radius: 0; }#UN1LI7UKDkfSlRZWZM9zN0HKAfq98789 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UN1LI7UKDkfSlRZWZM9zN0HKAfq98789 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #seWp2FshZcG9w3TMwdTLw687w5LsuKKd { display:block; }#seWp2FshZcG9w3TMwdTLw687w5LsuKKd > .row .container { width:47.75rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U45KgPTgL1iG582qAdun3BHWuNfwNTa8 { width:21.5rem;height:7.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVd1c0IZDRtpRQkgl9DR3WGU3no8WhJh { width:47.75rem;height:4.125rem;top:8.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIHx68BsONqNEDfehfXmr08mgkgGwTcv { width:47.75rem;height:2.125rem;top:21.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlNx4Q4EnZzPVuyltN5ppHwP4RHTEVWr { width:47.75rem;height:5.75rem;top:14.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(66,91,145,0.72);background-image:url("https://images.assets-landingi.com/IkOyDyH0/Sosnowiec_Murapol_Apartamenty_Na_Wzg_rzu.jpg");background-position:center right !important;background-repeat: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); }#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); }#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 { width:47.75rem;height:81.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMAMNaSd32Tfc4pT72lKVZ51tNCFvZ00 { width:28.375rem;height:6.1875rem;top:20.4375rem;left:9.0625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #wPVVd7m6lPbrRNLKtAk2cRyuDe1occN9 { width:47.75rem;height:3.8125rem;top:16.625rem;left:0.625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #LTobEKygWqRqBBbqTFfaHQFnXbdShlb2 { width:47.75rem;height:3.8125rem;top:16.625rem;left:0.625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #MrWovC9CCiRkHMUCzy7xe2JUQlshPERE { width:12.5rem;height:9.625rem;top:0rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTUJHKANbTuUMV6Jcw3rIKSP07QZdKhr { width:10rem;height:7.5rem;top:1.0625rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-text {padding-top: 0; padding-bottom: 0;}#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-select {padding-top: 0; padding-bottom: 0;}#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-checkbox-label { width:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR  { width:19.75rem;height:17.25rem;top:3.5625rem;left:22.687499046326rem; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR {display:block;}#GAKzypxccVw6PU6IhSH5A0S62nely4wR { width:19.75rem;height:17.25rem;top:3.5625rem;left:22.687499046326rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #lVdZPSCkA4RRQSTqCDM2l7mKMF3IHmsx {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #ifJZeb0MMt5EuF2SwnJpBW9MMAbcD0LJ { display:block; }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #qNq7BSdr87JrC1T1iDTigdc7sVEFo2gu {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #ncLKRSTTzOTQGedC31DKDG5Im5XAzC5P {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #ZLpx1LxDcVXKH6nMn6IHNVvPibThLmTK { display:block; }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #DXCmCzaNsbc06UVxyM172G1PcNitMdqr {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #x5pO7JnTJErsaPla6DUMBvV128NVh3sF {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #bfxdrNspl2yWL12IwkzaBfTiZSA5IGSq { display:block; }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #xnxWlFeLdnJ95OmdTu3ILctXJmzPqkNR {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #clR4UKcktobwGt3Ak8GfKQX0MvacruxP {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #c0IzbihfBCgQcR7uPGTxfrw0VBKetIvl {  }
 }@media only screen and (max-width: 763px) { #xx3hs9KRbuGtmJlS65qCtMgay47v7lPa { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-regular-label { width:39.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-text { width:39.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-textarea { width:39.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-select { width:39.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-button { width:39.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-checkbox-label { width:38.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC  { width:39.75rem;height:auto;top:1.875rem;left:2.7473964691162rem; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .radio-container { width:39.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC {display:block;}#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC { width:39.75rem;height:auto;top:1.875rem;left:2.7473964691162rem; }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #ddKei8EOc06Hgws0xBSSrtBJbVxDe2B7 {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #lQzT8osPzmHmKJg26cl3ZLBwTBTHDtOZ {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #aQCGBJVcDgSmZJ6JwhbmE1KcUTBDoP2g {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #FpWXACPCSx1GgxvLXoXZWGRe7Ker11Et {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #Ke3g7m4mnqD3o1ebVglqhh1sAo9QW4mn {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #ivRewDQPlqEhuJ7pmH5UyPQbGimvoDNB {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #GXu3g1ZwtowyA99dFNyIgAHeZg1Gll4A {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #SDnIWXRAap2S0nOLlP10tMAdH7qyCwHV {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #yAGdUXRO878Z5PxDoTsfU0hXFfGdR6nn {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #niHH0SXMoHLisoL3ZfwSAbqHSil5kIrV {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #AfK3eZBZ9CQi5vS3mwsuPaVNNbQXvGaL {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #GlculeEnvaa4RGv27eKEXTTb6QS4eSNO {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #z6o75wCnHTT0BmLZPKwSHg5d0ZoczqXC {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #TZf5FiDnQtFsykQVPLegemp5i2fNAzLH {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #JdS7xGkIA5neICLumNTJhiVoZTJXwMXH {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #vhfiC94J4gpKWtGiGy7Oe7w75MkNn2z9 {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #XfNq1yPr3lKgIV5E2vmyhIXZVxU0PrEw {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #ezZ6ilX8GGdNvbJdV8caOgkgkDOsQ2VD {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #sqEPoLAukEQ4TBOvTcIC6bLspFGGa6VE {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #fCS1K1i5O9c0fF4U93HpL3ZcfmG4TErO {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #kI84U3rfbDSW4JQsTF9c41gU63rObtQ1 {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #SrHSatKD22GGvcfLQhDrElrpH3sJXxzJ {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #Q6qQMM2VcTwiuDTswCo3SSnOTTpSkA6n {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #uh1kQLG515UVmnHGO7xXBwxL2RGL7TkU {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #m1oe9rnd5Imw7yRDDfOnWP6aPwqkrak8 {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #KwKT8Aea5Nyhb5XgepoOyha9KZEngikr {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #S9zTSf4xUe1OZHQQZ9use2n53rOVwV2F {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #gwHEvvrfu6AchH03UfUqrWQtlMF5raih {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #KOrM1AqqSElWsUn2gNKLQNXMZ35cRwZB {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #wilPp1CVcXaVqmvUDR5Fcqw9UqAwkNLW {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #G15CFpSMwTIf4QM38232tZaEy9xHHBSJ {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #TDaptiSZnQt4h5MTWrk0zchXbzbedsZo {  }
 }@media only screen and (max-width: 763px) { #f1mgZA1I8lsru47hnB7TdpG1V6yyAyRS { width:42.25rem;height:10.125rem;top:42.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc8KflBrN3b9koqnlGVy6lqL5fRgA1Mf { width:39.6875rem;height:7.75rem;top:43.875rem;left:4.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XioLZ8W704AOuBTF9UJyrlXopf6qUvUv { width:42.1875rem;height:4.3125rem;top:42.0625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt { display:none; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row .container { width:47.75rem;height:42.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gHfSlHcN84qfor4RrycQQfJxR2GvXDx7 { width:47.75rem;height:1.625rem;top:2.3125rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #IV7ZgASJ7dMtSuGNzLMHWT8h6GIAu4db { width:47.75rem;height:1.5rem;top:5.375rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #EIVUXizwolcVfKOA098pv2m4azysdmNc { width:3.6875rem;height:0.25rem;top:4.5rem;left:22rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #NSfHzeSqLt6abwo5PAWkcklQCa7CswTB { width:30.875rem;height:0;top:3.625rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IN5RALHafu49p8coOoGdSTXBn98ZhFcT { width:3.875rem;height:3.9rem;top:31.4375rem;left:12.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRvWCFV4a5HO5idXT2nzgMeZ0TRG6xH8 { width:6.5rem;height:3.9rem;top:31.4375rem;left:20.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XetW1AH0DuH5rXInsZVyp20oFXxCe4tS { width:3.875rem;height:3.9rem;top:31.4375rem;left:2.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwEPgZBKJ824sBH446qktNkXQyGCncTr { width:8.625rem;height:3rem;top:35.625rem;left:10.125rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xeql1GAX9yM0iVXNQAV4ErS4LXHgXXBi { width:9.9375rem;height:3rem;top:35.625rem;left:18.875rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VqN1QHamC1oy1xXmggbX5TafEVKDCRs5 { width:9.1875rem;height:3rem;top:35.625rem;left:38.5625rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VDyc0FyR51ifxwXohJ1pD2vkP0RH8QH7 { width:8.8125rem;height:3rem;top:35.625rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vNsoNnEdzsKRxShnfL7SniZA0JcuXgL0 { width:3.875rem;height:3.9rem;top:31.4375rem;left:40.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ3NCBWQoS5k9WNGSGyXnQ4ZfDcbESEh { width:45.3125rem;height:0;top:1.3822937011719rem;left:1.21875rem;z-index:15013;font-family:raleway;display:none; }
 }@media only screen and (max-width: 763px) { #yVkbzemvCfpQhvDIzlqUADFrcvdGQdQF { width:6.625rem;height:3.9rem;top:31.4375rem;left:30.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5JixCXfWD6K8ENSIhbci6aLX25cZZ22 { width:9.5rem;height:3rem;top:35.625rem;left:28.8125rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uIpbE5qVdznkVhxtTpsVEv3s3OAqen3u { width:47.75rem;height:0.0625rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHT4ykbdxknQtLDqhnUt8o44ZxNZmwXk { width:21.1875rem;height:17.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCQnARpUtLh7w5rfeRBI9XHkzfRAtdmi { width:47.75rem;height:0.0625rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6mvUW9iqAOXNywaaysKNqiSTzCOWTTV { width:47.75rem;height:0;top:0rem;left:0.001042366027832rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBAo1lRCkFC6fyMmFwvDeWJTs7yLeGGl { width:47.75rem;height:0;top:0rem;left:0.001042366027832rem;display:none; }
 }@media only screen and (max-width: 763px) { #G9pfBnTaAfupXyq1O5r9ZWv7iM3TJhpk { width:45.5rem;height:7.5rem;top:21.125rem;left:1.125rem;z-index:15013;font-family:quicksand;display:block; }
 }@media only screen and (max-width: 763px) { #Q1OZFoN0kAFu9aZqNSERdCUS6ACPm8GH { width:21.75rem;height:9rem;top:5.53125rem;left:23.8125rem;z-index:15014;font-family:quicksand;display:block; }
 }@media only screen and (max-width: 763px) { #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo { background-color:rgba(66,91,145,0.72);background-image:url("https://images.assets-landingi.com/IkOyDyH0/Sosnowiec_Murapol_Apartamenty_Na_Wzg_rzu.jpg");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo.adaptive-delivery-prevent-bg, #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo.lazyload, #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo.lazyloading { background-image: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { background-color: transparent; background-image: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container > .video-iframe-container { display: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row > .video-iframe-container { display: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .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); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { width:47.75rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6169897692e7ec95d21a05063080a8f.widget-smartsection { display:block; } #a6169897692e7ec95d21a05063080a8f.widget-smartsection *:focus-visible, #a6169897692e7ec95d21a05063080a8f.widget-smartsection input[type="text"]:focus-visible, #a6169897692e7ec95d21a05063080a8f.widget-smartsection input[type="email"]:focus-visible, #a6169897692e7ec95d21a05063080a8f.widget-smartsection input[type="tel"]:focus-visible, #a6169897692e7ec95d21a05063080a8f.widget-smartsection textarea:focus-visible { outline: none; } #UN1LI7UKDkfSlRZWZM9zN0HKAfq98789 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #seWp2FshZcG9w3TMwdTLw687w5LsuKKd { display:block; }#seWp2FshZcG9w3TMwdTLw687w5LsuKKd > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U45KgPTgL1iG582qAdun3BHWuNfwNTa8 { width:13.8125rem;height:4.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVd1c0IZDRtpRQkgl9DR3WGU3no8WhJh { width:18.9375rem;height:2.29980625rem;top:5.5rem;left:0.34375rem;font-size:1.4375rem;line-height:1.6;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DIHx68BsONqNEDfehfXmr08mgkgGwTcv { width:16.9375rem;height:1.75078125rem;top:18.1875rem;left:0.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlNx4Q4EnZzPVuyltN5ppHwP4RHTEVWr { width:19.125rem;height:7.597625rem;top:9.4375rem;left:0.4375rem;font-size:1.1875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(66,91,145,0.61);background-image:url("https://images.assets-landingi.com/uc/c722bc64-9865-4eaf-bed9-670adca22ff2/mieszkaniedopasowanedopotrzebmurapol_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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); }#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); }#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 { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMAMNaSd32Tfc4pT72lKVZ51tNCFvZ00 { width:20rem;height:3.125rem;top:22.1875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPVVd7m6lPbrRNLKtAk2cRyuDe1occN9 { width:20rem;height:7.6875rem;top:90.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTobEKygWqRqBBbqTFfaHQFnXbdShlb2 { width:20rem;height:5.25rem;top:15.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrWovC9CCiRkHMUCzy7xe2JUQlshPERE { width:11.25rem;height:9.625rem;top:0rem;left:4.375rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #BTUJHKANbTuUMV6Jcw3rIKSP07QZdKhr { width:10.125rem;height:7.5rem;top:1.0625rem;left:4.9375rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-text {padding-top: 0; padding-bottom: 0;}#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-select {padding-top: 0; padding-bottom: 0;}#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR  { width:17.5rem;height:auto;top:33.9375rem;left:0.010416984558106rem;z-index:100017; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GAKzypxccVw6PU6IhSH5A0S62nely4wR {display:block;}#GAKzypxccVw6PU6IhSH5A0S62nely4wR { width:17.5rem;height:auto;top:33.9375rem;left:0.010416984558106rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #lVdZPSCkA4RRQSTqCDM2l7mKMF3IHmsx {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #ifJZeb0MMt5EuF2SwnJpBW9MMAbcD0LJ { display:block; }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #qNq7BSdr87JrC1T1iDTigdc7sVEFo2gu {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #ncLKRSTTzOTQGedC31DKDG5Im5XAzC5P {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #ZLpx1LxDcVXKH6nMn6IHNVvPibThLmTK { display:block; }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #DXCmCzaNsbc06UVxyM172G1PcNitMdqr {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #x5pO7JnTJErsaPla6DUMBvV128NVh3sF {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #bfxdrNspl2yWL12IwkzaBfTiZSA5IGSq { display:block; }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #xnxWlFeLdnJ95OmdTu3ILctXJmzPqkNR {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #clR4UKcktobwGt3Ak8GfKQX0MvacruxP {  }
 }@media only screen and (max-width: 763px) { #GAKzypxccVw6PU6IhSH5A0S62nely4wR #c0IzbihfBCgQcR7uPGTxfrw0VBKetIvl {  }
 }@media only screen and (max-width: 763px) { #xx3hs9KRbuGtmJlS65qCtMgay47v7lPa { top:0.8125rem;left:0.88541698455813rem;width:18.75rem;height:35.0625rem;z-index:14999;background-color:rgba(0,0,0,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.125rem;overflow:hidden;height:auto; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.125rem;overflow:hidden;height:auto;line-height:2.4; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC  { width:17.5rem;height:auto;top:1.2881946563721rem;left:0rem;z-index:15045; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC {display:block;}#Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC { width:17.5rem;height:auto;top:1.2881946563721rem;left:0rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #ddKei8EOc06Hgws0xBSSrtBJbVxDe2B7 {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #lQzT8osPzmHmKJg26cl3ZLBwTBTHDtOZ {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #aQCGBJVcDgSmZJ6JwhbmE1KcUTBDoP2g {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #FpWXACPCSx1GgxvLXoXZWGRe7Ker11Et {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #Ke3g7m4mnqD3o1ebVglqhh1sAo9QW4mn {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #ivRewDQPlqEhuJ7pmH5UyPQbGimvoDNB {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #GXu3g1ZwtowyA99dFNyIgAHeZg1Gll4A {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #SDnIWXRAap2S0nOLlP10tMAdH7qyCwHV {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #yAGdUXRO878Z5PxDoTsfU0hXFfGdR6nn {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #niHH0SXMoHLisoL3ZfwSAbqHSil5kIrV {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #AfK3eZBZ9CQi5vS3mwsuPaVNNbQXvGaL {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #GlculeEnvaa4RGv27eKEXTTb6QS4eSNO {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #z6o75wCnHTT0BmLZPKwSHg5d0ZoczqXC {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #TZf5FiDnQtFsykQVPLegemp5i2fNAzLH {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #JdS7xGkIA5neICLumNTJhiVoZTJXwMXH {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #vhfiC94J4gpKWtGiGy7Oe7w75MkNn2z9 {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #XfNq1yPr3lKgIV5E2vmyhIXZVxU0PrEw {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #ezZ6ilX8GGdNvbJdV8caOgkgkDOsQ2VD {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #sqEPoLAukEQ4TBOvTcIC6bLspFGGa6VE {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #fCS1K1i5O9c0fF4U93HpL3ZcfmG4TErO {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #kI84U3rfbDSW4JQsTF9c41gU63rObtQ1 {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #SrHSatKD22GGvcfLQhDrElrpH3sJXxzJ {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #Q6qQMM2VcTwiuDTswCo3SSnOTTpSkA6n {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #uh1kQLG515UVmnHGO7xXBwxL2RGL7TkU {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #m1oe9rnd5Imw7yRDDfOnWP6aPwqkrak8 {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #KwKT8Aea5Nyhb5XgepoOyha9KZEngikr {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #S9zTSf4xUe1OZHQQZ9use2n53rOVwV2F {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #gwHEvvrfu6AchH03UfUqrWQtlMF5raih {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #KOrM1AqqSElWsUn2gNKLQNXMZ35cRwZB { display:block; }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #wilPp1CVcXaVqmvUDR5Fcqw9UqAwkNLW {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #G15CFpSMwTIf4QM38232tZaEy9xHHBSJ {  }
 }@media only screen and (max-width: 763px) { #Ao9RWCwMo60Ekoc7oKbbeE485XTUdtsC #TDaptiSZnQt4h5MTWrk0zchXbzbedsZo {  }
 }@media only screen and (max-width: 763px) { #f1mgZA1I8lsru47hnB7TdpG1V6yyAyRS { width:20rem;height:11.625rem;top:50.497919082642rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc8KflBrN3b9koqnlGVy6lqL5fRgA1Mf { width:18.8730625rem;height:9.0888625rem;top:51.892709732056rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XioLZ8W704AOuBTF9UJyrlXopf6qUvUv { width:20rem;height:2.8125rem;top:49.579168319702rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt.adaptive-delivery-prevent-bg, #fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt.lazyload, #fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt.lazyloading { background-image: none; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row .container { background-color: transparent; background-image: none; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row .container > .video-iframe-container { display: none; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row > .video-iframe-container { display: none; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .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); }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row .container { border-width: 0; border-radius: 0; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#fL62bb5esk7TfT1LMo9SD1eLtTH6rRTt > .row .container { width:20rem;height:88.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHfSlHcN84qfor4RrycQQfJxR2GvXDx7 { width:20rem;height:1.625rem;top:6.6875rem;left:0rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #IV7ZgASJ7dMtSuGNzLMHWT8h6GIAu4db { width:20rem;height:1.5rem;top:9.5625rem;left:0rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #EIVUXizwolcVfKOA098pv2m4azysdmNc { width:3.6875rem;height:0.25rem;top:9.3749990463256rem;left:8.15625rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #NSfHzeSqLt6abwo5PAWkcklQCa7CswTB { width:20rem;height:0;top:49.500001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IN5RALHafu49p8coOoGdSTXBn98ZhFcT { width:3.875rem;height:3.90014375rem;top:52.749568939209rem;left:8.0620661377906rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRvWCFV4a5HO5idXT2nzgMeZ0TRG6xH8 { width:6rem;height:3.90014375rem;top:61.624351501465rem;left:6.9997830986975rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XetW1AH0DuH5rXInsZVyp20oFXxCe4tS { width:3.875rem;height:3.90014375rem;top:45.061851501465rem;left:8.0620661377906rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwEPgZBKJ824sBH446qktNkXQyGCncTr { width:13.25rem;height:2.8125rem;top:57.249351501465rem;left:3.3745661377907rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xeql1GAX9yM0iVXNQAV4ErS4LXHgXXBi { width:13.25rem;height:2.8125rem;top:65.499134063719rem;left:3.3745661377907rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VqN1QHamC1oy1xXmggbX5TafEVKDCRs5 { width:13.25rem;height:2.8125rem;top:74.125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VDyc0FyR51ifxwXohJ1pD2vkP0RH8QH7 { width:13.25rem;height:2.8125rem;top:48.936634063721rem;left:3.3745661377907rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vNsoNnEdzsKRxShnfL7SniZA0JcuXgL0 { width:7.125rem;height:3.90014375rem;top:69.875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ3NCBWQoS5k9WNGSGyXnQ4ZfDcbESEh { width:20rem;height:22.3125rem;top:0.93750572204588rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVkbzemvCfpQhvDIzlqUADFrcvdGQdQF { width:13.8116875rem;height:3.90014375rem;top:79.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5JixCXfWD6K8ENSIhbci6aLX25cZZ22 { width:12rem;height:1.40625rem;top:83rem;left:4rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uIpbE5qVdznkVhxtTpsVEv3s3OAqen3u { width:17.5rem;height:0.0625rem;top:43.75rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHT4ykbdxknQtLDqhnUt8o44ZxNZmwXk { width:18.3735rem;height:15.3125rem;top:10.36892414093rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gCQnARpUtLh7w5rfeRBI9XHkzfRAtdmi { width:17.5rem;height:0.0625rem;top:87.374137878419rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6mvUW9iqAOXNywaaysKNqiSTzCOWTTV { width:18.6875rem;height:14.4348125rem;top:26.187067031861rem;left:0.56206601858139rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15013;font-family:quicksand;display:block; }
 }@media only screen and (max-width: 763px) { #nBAo1lRCkFC6fyMmFwvDeWJTs7yLeGGl { width:18.875rem;height:9.1858125rem;top:1.1870660781861rem;left:0.56206601858139rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15014;font-family:quicksand;display:block; }
 }@media only screen and (max-width: 763px) { #G9pfBnTaAfupXyq1O5r9ZWv7iM3TJhpk { width:20rem;height:auto;top:14.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1OZFoN0kAFu9aZqNSERdCUS6ACPm8GH { width:20rem;height:auto;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo { background-color:#425b91;background-image:url("https://images.assets-landingi.com/uc/c722bc64-9865-4eaf-bed9-670adca22ff2/mieszkaniedopasowanedopotrzebmurapol_02.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo.adaptive-delivery-prevent-bg, #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo.lazyload, #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo.lazyloading { background-image: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a6169897692e7ec95d21a05063080a8f.widget-smartsection { display:block; } #a6169897692e7ec95d21a05063080a8f.widget-smartsection *:focus-visible, #a6169897692e7ec95d21a05063080a8f.widget-smartsection input[type="text"]:focus-visible, #a6169897692e7ec95d21a05063080a8f.widget-smartsection input[type="email"]:focus-visible, #a6169897692e7ec95d21a05063080a8f.widget-smartsection input[type="tel"]:focus-visible, #a6169897692e7ec95d21a05063080a8f.widget-smartsection textarea:focus-visible { outline: none; } #UN1LI7UKDkfSlRZWZM9zN0HKAfq98789 > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }