.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ewAydUAg/tlo_top_6_mobile.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kcQ0tBie/top.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:"open sans";height:18.125rem;width:75rem;position:relative;display:block; }#ZsH2MaOoXnToSxhTZCGgh9XZoxUkI9QH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:9.625rem;top:1.3115234375rem;left:5rem;overflow:hidden;display:block; }
#iVUFfVdpD4McGBKlgNctyGvSPFkNLARH { box-sizing:content-box;color:#ffffff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.8125rem;left:58.87451171875rem;display:block; }
#vu7Wk8vGrW4QAbINq9CD53t25nva0wHM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.25rem;text-decoration:none;z-index:100003;text-align:right;text-align-last:right;top:2.936767578125rem;left:62.4365234375rem;display:block; }
#CC6cMDfA3FRy5BHopalhQqwq1OMp2t8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR > .row .container { background-color: transparent; background-image: none; }#tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR > .row .container > .video-iframe-container { display: none; }#tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR > .row > .video-iframe-container { display: none; }#tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR > .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); }#tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR > .row .container { border-width: 0; border-radius: 0; }#tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR > .row > .video-iframe-container {  }#tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#p85iDKkR212RDL7IKJqCd1Tn9zgsILWv { color:#009846;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:3.124755859375rem;left:5rem;height:2.5371125rem;font-style:normal;display:block; }
#lcSLIm7U8gkThzZegTbyF5iQNwIOVvyJ { color:#009846;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:5.3125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:5.123291015625rem;left:5rem;height:6.90625rem;font-style:normal;display:block; }
#rkkxDfFcvTV53BMgrxnvpdl2yZCPTKH2 { color:#786859;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:15.685791015625rem;left:5rem;height:7.34960625rem;font-style:normal;display:block; }
#FfngNpN9qTfQTXVcWTfh2aTH8uP4r6Ct { color:#009846;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:24.3125rem;left:5rem;height:1.94970625rem;display:block; }
#TvaKKlUHZ9I3iorQBPh8gGDdvffxTHuF { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #009846;border-left:0.125rem solid #009846;border-right:0.125rem solid #009846;border-bottom:0.125rem solid #009846;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#009846;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.4375rem;height:4.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:30.1865234375rem;left:5rem;display:block; }
#Xc4iwJPuHzkoMV642AQeDN6F5qlqNTyN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CCKIhlVUNN6CsOQPoWEehNp51fQxzefw { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.25rem;width:32.0625rem;top:5.5625rem;left:37.721109220297rem;overflow:hidden;display:block; }
#VqVTcUiVPyibCtKlOksLC9Bxl4HNSiGV { position:absolute;display:block;z-index:100006;background-color:rgba(0,152,70,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:10.5625rem;top:13.061279296875rem;left:5rem;display:block; }
#l068fxP2zOlH2y64kiv2FDVa3vrBUlky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0XW58Za6/tlo_sekcja_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky.adaptive-delivery-prevent-bg, #l068fxP2zOlH2y64kiv2FDVa3vrBUlky.lazyload, #l068fxP2zOlH2y64kiv2FDVa3vrBUlky.lazyloading { background-image: none; }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row .container { background-color: transparent; background-image: none; }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row .container > .video-iframe-container { display: none; }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row > .video-iframe-container { display: none; }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .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); }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row .container { border-width: 0; border-radius: 0; }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row > .video-iframe-container {  }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#CKcySZ58HPpWdwEWeXahlbHUGD2BiX51 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.874rem;width:31.43675rem;top:27.6884765625rem;left:33.6865234375rem;overflow:hidden;display:block; }
#Bcqs0zuyu4Ky3Lxo8E0zMC6QRA39ZKHR { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37rem;width:25.3125rem;top:6.4384765625rem;left:21.875rem;overflow:hidden;display:block; }
#p5QF2g3iRQFokm2pEg0XLGBHQxnODFNs { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.625rem;width:16.875rem;top:19.3759765625rem;left:12.4375rem;overflow:hidden;display:block; }
#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bca94Zaw/tlo_3._top.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1.adaptive-delivery-prevent-bg, #cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1.lazyload, #cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1.lazyloading { background-image: none; }#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 > .row .container { background-color: transparent; background-image: none; }#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 > .row .container > .video-iframe-container { display: none; }#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 > .row > .video-iframe-container { display: none; }#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 > .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); }#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 > .row .container { border-width: 0; border-radius: 0; }#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 > .row > .video-iframe-container {  }#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Jl4XadS4/bg_sekcja_bakaleo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M.adaptive-delivery-prevent-bg, #LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M.lazyload, #LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M.lazyloading { background-image: none; }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row .container { background-color: transparent; background-image: none; }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row .container > .video-iframe-container { display: none; }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row > .video-iframe-container { display: none; }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .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); }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row .container { border-width: 0; border-radius: 0; }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row > .video-iframe-container {  }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#x7iAxZfEogyLdM2FBeS1SxzowDR5mC97 { color:#ffffff;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:0.41259765625rem;left:43.715087890625rem;height:11.8125rem;font-style:normal;display:block; }
#cyWgoU1z7kL2P6Sn2aclEdhPnt7qJTxO { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3125rem;height:4.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:19.498046875rem;left:43.7490234375rem;display:block; }
#xFloDUtf9ysTwfuSHrhMKnu3MA3t9Cat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xAzOCxckuq6lvHan4vldTpLKhvec3gxd { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:0rem;left:4.873291015625rem;height:2.5371125rem;font-style:normal;display:block; }
#V1AEsuCpzhwf44t6KveMG4mwAdmIwKF9 { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:lato;font-size:5.3125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.937255859375rem;left:4.686279296875rem;height:6.90625rem;font-style:normal;display:block; }
#QLrA7wv5GJ65WneaJf0fBzOrE7tKfy35 { position:absolute;display:block;z-index:100009;background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:10.4375rem;top:10rem;left:4.998779296875rem;display:block; }
#aKawSmQ5JvrPUcceAMPaq4Dle4uTqAM6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:13.623046875rem;left:43.7490234375rem;height:1.94970625rem;display:block; }
#NP36Ho4vGhgAhOmDKEwpgfS1oMrbnN6e { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.375rem;width:27.375rem;top:14.1259765625rem;left:4.122314453125rem;overflow:hidden;display:block; }
#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eebEwQ8e/tlo_3._bottom.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN.adaptive-delivery-prevent-bg, #OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN.lazyload, #OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN.lazyloading { background-image: none; }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row .container { background-color: transparent; background-image: none; }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row .container > .video-iframe-container { display: none; }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row > .video-iframe-container { display: none; }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .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); }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row .container { border-width: 0; border-radius: 0; }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row > .video-iframe-container {  }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye { position:relative;display:block; }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye { background-color: transparent; background-image: none; }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row .container > .video-iframe-container { display: none; }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row > .video-iframe-container { display: none; }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .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); }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye { border-width: 0; border-radius: 0; }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row .container > .video-iframe-container {  }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#hoL8Df2lavAh4mQw79zT9k1ZxgtsiZ9e { color:#33cc99;display:block;width:29.6228125rem;position:absolute;font-family:lato;font-size:5.3125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.939453125rem;left:43.75rem;height:6.90625rem;font-style:normal;display:block; }
#sdFVFuaLHlQxzyeqI7D0MqxIe6kXzyTn { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #33cc99;border-left:0.125rem solid #33cc99;border-right:0.125rem solid #33cc99;border-bottom:0.125rem solid #33cc99;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#33cc99;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.18822625rem;height:4.3132325rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:28.4990234375rem;left:43.75rem;display:block; }
#CEWfCN3to24F9bkZPZ09DwRql92EyABZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cXXgcVxg2fdvTbJfzS6n2IRrAzOb3kV9 { color:#786859;display:block;width:26.12425rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:12.0615234375rem;left:43.75rem;height:9.84375rem;font-style:normal;display:block; }
#QqELT5OTRvw7DFfPsBXW2vwfqaayEurW { color:#33cc99;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:23.249267578125rem;left:43.75rem;height:1.94970625rem;display:block; }
#llbrkPhMCUHddgrNTxV94PzidGsIzFpf { color:#786859;display:block;width:19.3103125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.6;letter-spacing:0;top:0rem;left:5rem;height:;display:block; }#llbrkPhMCUHddgrNTxV94PzidGsIzFpf li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#llbrkPhMCUHddgrNTxV94PzidGsIzFpf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/f8f61ub6/lista.svg); }
#dy4VBKGcwE1sZNGwMPQO4OEDqTtUuQFB { position:absolute;display:block;z-index:100012;background-color:rgba(51,204,153,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.24902375rem;width:10.437rem;top:9.372314453125rem;left:43.812255859375rem;display:block; }
#IONTL3kW3Fagp9ptc94VaQ21CpkBUZLb { color:#33cc99;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:0rem;left:43.75rem;height:2.5371125rem;font-style:normal;display:block; }
#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/c20tpelf/zielona_gora.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2.adaptive-delivery-prevent-bg, #zAH2GEu37LVOATuJLsClpQxPVdUzwzF2.lazyload, #zAH2GEu37LVOATuJLsClpQxPVdUzwzF2.lazyloading { background-image: none; }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row .container { background-color: transparent; background-image: none; }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row .container > .video-iframe-container { display: none; }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row > .video-iframe-container { display: none; }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .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); }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row .container { border-width: 0; border-radius: 0; }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row > .video-iframe-container {  }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#98c93c;background-image:none;position:relative;display:block; }#bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg > .row .container { background-color: transparent; background-image: none; }#bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg > .row .container > .video-iframe-container { display: none; }#bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg > .row > .video-iframe-container { display: none; }#bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg > .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); }#bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg > .row .container { border-width: 0; border-radius: 0; }#bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg > .row > .video-iframe-container {  }#bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#qcKIWdBr5DbPST8BR9ybdHm2UAXAVi9d { position:absolute;display:block;z-index:100015;background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.24902375rem;width:10.437rem;top:10.12451171875rem;left:5.061279296875rem;display:block; }
#g0B3k7ngJa63xLaJrAP6ikVAZqt9ySUc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:11.5302734375rem;left:43.75rem;height:1.94970625rem;display:block; }
#wh6PRAHCFK1THLQnh2K2GLciFdiTJqel { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.18822625rem;height:4.3132325rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:17.751953125rem;left:43.75rem;display:block; }
#XBtJZt17cHnpXt32BlIdb6kMOPQbLQny { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vzweStvkkNkTqXnEl1sD08Sapph0xtWq { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:17.4375rem;left:40.0625rem;height:0;font-style:normal;display:none; }
#xOs8KuC5C75y2oZCTpgdNP3aOX3vci0J { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:lato;font-size:4.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0rem;height:0;font-style:normal;display:none; }
#DsSfyvz0paQSTWTP76pKFWixVyL6NF2f { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:0rem;left:4.812255859375rem;height:2.5371125rem;font-style:normal;display:block; }
#s6gVaAFkT7HwIgyNllnzVvuyBATGZQXL { color:#ffffff;display:block;width:18.31175rem;position:absolute;font-family:lato;font-size:5.3125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:1.937255859375rem;left:4.812255859375rem;height:6.90625rem;font-style:normal;display:block; }
#RC3aX2xS83lOK00pClv8N8bHgBrsKU8J { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:0.366943359375rem;left:43.75rem;height:11.8125rem;font-style:normal;display:block; }
#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7w98PyQl/tlo_sekcja_4_1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx.adaptive-delivery-prevent-bg, #P0smDUxRS3JrC0xFSTUp8siCvihMeSXx.lazyload, #P0smDUxRS3JrC0xFSTUp8siCvihMeSXx.lazyloading { background-image: none; }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row .container { background-color: transparent; background-image: none; }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row .container > .video-iframe-container { display: none; }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row > .video-iframe-container { display: none; }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .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); }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row .container { border-width: 0; border-radius: 0; }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row > .video-iframe-container {  }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row .container { font-size:0.875rem;font-family:arial;height:104.1875rem;width:75rem;position:relative;display:block; }#iqIf8B0aDJxFL0NKsTp3VZw3b7I6KibO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:79.9375rem;width:50.5625rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
#Ie4H0oCv7JH4KoN6R9hHefgAvL4pWTFK { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:38.75rem;top:87.060546875rem;left:0rem;overflow:hidden;display:block; }
#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cdcda0Ka/wygodna_tuba_poreczna_folia.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T.adaptive-delivery-prevent-bg, #wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T.lazyload, #wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T.lazyloading { background-image: none; }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row .container { background-color: transparent; background-image: none; }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row .container > .video-iframe-container { display: none; }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row > .video-iframe-container { display: none; }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .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); }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row .container { border-width: 0; border-radius: 0; }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row > .video-iframe-container {  }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#Up6idvZLtFtIyUcpySPU3xFVuwBoCThE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:13.4375rem;top:1.2490234375rem;left:48.5rem;overflow:hidden;display:block; }
#HTsFyzlpOfrlTP6KmmARLSPHEpMmO3VC { color:#eb2629;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:23.06640625rem;left:5.6865234375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y1uEIPvZ4iuHLRLJTHMAUKOtQgNkkmUs { color:#eb2629;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:23.06640625rem;left:41.25rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A7Vp4ELeNw8yrQ6zs5rwRif2MGzEDm4E { color:#786859;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:26.6865234375rem;left:5.0302734375rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IQ053i5RNg9ElD9ApJBLhnlxe0kTWvUg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #eb2629;border-left:0.125rem solid #eb2629;border-right:0.125rem solid #eb2629;border-bottom:0.125rem solid #eb2629;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#eb2629;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3125rem;height:4.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:41.81640625rem;left:25rem;display:block; }
#RcHe02HVZvllgE7uNhgZ75ZQ7yPtJPoz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tby7UKWk67TkPOT50chQSSaJpHp35ODJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.8125rem;width:9rem;top:0.8740234375rem;left:15.4365234375rem;overflow:hidden;display:block; }
#FWwkkFrl2vMqDWqbhKdgo9uqxLJt5FQZ { color:#786859;display:block;width:29.4995rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:26.62890625rem;left:40.625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/b2Cwa9X0/0000.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5.adaptive-delivery-prevent-bg, #l4KiUCqly4W9nN0INIdRam4F8y5wi0C5.lazyload, #l4KiUCqly4W9nN0INIdRam4F8y5wi0C5.lazyloading { background-image: none; }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row .container { background-color: transparent; background-image: none; }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row .container > .video-iframe-container { display: none; }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row > .video-iframe-container { display: none; }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .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); }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row .container { border-width: 0; border-radius: 0; }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row > .video-iframe-container {  }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mGFQ5c1b/bg_sekcja_formularz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT.adaptive-delivery-prevent-bg, #UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT.lazyload, #UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT.lazyloading { background-image: none; }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row .container { background-color: transparent; background-image: none; }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row .container > .video-iframe-container { display: none; }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row > .video-iframe-container { display: none; }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .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); }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row .container { border-width: 0; border-radius: 0; }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row > .video-iframe-container {  }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#FXmHZiSSFV4uWL0TMorylKcyANvULrRM { color:#ffffff;display:block;width:32.9355625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:11.125rem;left:21.03125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3aSTfvB9mJW2QDoQS8CVmnazz69sn0H { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:0;text-align:center;text-align-last:center;display:none; }
#FmiTVLrhQIHkdT3MTNNwcb9vLGvnTP6b { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:10.3125rem;left:35.9375rem;display:none; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-form-header {  }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:33.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;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:33.875rem;box-sizing:border-box;height:3.3125rem;color:#eb2629;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.875rem;box-sizing:border-box;height:4.375rem;color:#eb2629;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .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:33.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-checkbox { width:0.68676875rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:300;color:#f2f9ff;width:33.875rem;height:3.125rem;font-family:lato;overflow:hidden;font-style:normal; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .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:lato;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:38.8125rem;overflow:hidden;font-style:normal;line-height:1.4; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .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:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-container:first-of-type{padding-top:0;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-container:last-of-type{padding-bottom:0;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-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:39.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:19.083984375rem;top:15.25rem;z-index:100001;position:absolute; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.875rem;display:block;vertical-align:top; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 {display:block;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-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:39.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:19.083984375rem;top:15.25rem;z-index:100001;position:absolute; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #VotOQeqDDx0qK96NC6O80PMGfIxCvBis { position:relative; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #PN5Ql4MJ2I943eiL7dBNyA6Z0AfVm5Qe { position:relative; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #ZIx9k0DUenkEk36PiNHHgBTSCtqIEzhh { position:relative; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #aruBiyHKQ38QTxhVpbs8bWrhteDVUGda { position:relative; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #X5dp3LwOMptrnh0KxQQtqF2McpP6W6fg { position:relative; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #Ha1IJK1NWPQQXOD3L7cHNeRhqSmMIkA7 { position:relative; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #RD7UiCNqdQVllIIFAatnVrvParzdKx0w { position:relative; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #IMQ3Wp3uLtXqGPJ3CFGLzZROiCi6llEe { position:relative; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #aUx2scfJfNvqhiL5GHSXzHIZtJfgg38h { position:relative; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #m0I0d1SSd3SJr3g7Rdo1CCr5RgLaG5qn { position:relative; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #D6CHiOxW7yTEUdZuNxrrcz3bsxlEH9HU { position:relative; }
#FD0XwHiDlNd75Tmm1P3N25T4LfCRNWgD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:9.75rem;top:0rem;left:32.625rem;overflow:hidden;display:block; }
#EEkCz88VI221CPNumG2lgqHhhgarDayB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y1pcde6u/sekcja_form_dol.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#EEkCz88VI221CPNumG2lgqHhhgarDayB.adaptive-delivery-prevent-bg, #EEkCz88VI221CPNumG2lgqHhhgarDayB.lazyload, #EEkCz88VI221CPNumG2lgqHhhgarDayB.lazyloading { background-image: none; }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row .container { background-color: transparent; background-image: none; }#EEkCz88VI221CPNumG2lgqHhhgarDayB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row .container > .video-iframe-container { display: none; }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row > .video-iframe-container { display: none; }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .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); }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row .container { border-width: 0; border-radius: 0; }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row > .video-iframe-container {  }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#FfkCvPbin6r0LeyXwnKi2dcs6nEFI7Wd { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#pJePhD2wOm0tHmUVsL3dFKu4kDzBh4ub { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:3.6875rem;left:35.9375rem;display:block; }
#TbzUIUJwk7TG1OJPih2LBvTW0bVTDrpX { color:#f8cfa9;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#OPEXIktVGwURpAWB8fQ96TvKCgK2yPyZ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:7.5rem;top:24.125rem;left:54.5625rem;overflow:hidden;display:none; }
#TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI { position:relative;display:block; }#TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI { background-color: transparent; background-image: none; }#TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI > .row .container > .video-iframe-container { display: none; }#TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI > .row > .video-iframe-container { display: none; }#TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI > .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); }#TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI { border-width: 0; border-radius: 0; }#TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI > .row .container > .video-iframe-container {  }#TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#NPQJlSlWOCS0Gf21cuKUJTgqlUoEpGWv { color:#786859;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:14.4375rem;left:11.125rem;height:1.21875rem;display:block; }
#HZLTZiXuOq1Rtlq0UdUorxZmnhIdznrd { box-sizing:content-box;color:#f8cfa9;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:5.0615234375rem;left:50.0927734375rem;display:block; }
#Qrqdl953FtbSA4gSrQLkoV1sztk96l90 { box-sizing:content-box;color:#f8cfa9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:13.498046875rem;left:49.7802734375rem;display:block; }
#EgNDk5tPXJXvS4Jf87Qz2GMNzmFaWQkP { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:9.6865234375rem;left:49.6552734375rem;overflow:hidden;display:block; }
#cWpnzmgggXZhoFtrAvTRiLtIhdnQkWxv { box-sizing:content-box;color:#f8cfa9;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:13.6875rem;left:8.6875rem;display:block; }
#ae3kIbD4Ztxqt5nsELHvyEt5TVdzRTDf { color:#f8cfa9;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:22rem;left:0rem;height:0;text-align:center;text-align-last:center;display:none; }
#Jd2B3GnMVucWiqJr04gRuHdGrOEAd5Lz { box-sizing:content-box;color:#f8cfa9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:28.25rem;left:7.5rem;display:none; }
#PUp4GsWBUPS62tALxW8bLVWIK8gHB7DC { color:#786859;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:28.5rem;left:10.46875rem;height:0;display:none; }
#eUNow4hpvs28XwcTCcSZqPnen5SK03RU { box-sizing:content-box;color:#f8cfa9;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:27rem;left:45.78125rem;display:none; }
#a9BMkg0mdQNSwHT4CSnw6KHBMsUe3zx9 { color:#786859;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:28.5rem;left:49.71875rem;height:0;display:none; }
#s0ZlS8VvDcOwecWm2fPkgTgVn4afTrnO { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#786859;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.25rem;text-decoration:none;z-index:100005;text-align:left;text-align-last:left;top:5.248046875rem;left:52.9052734375rem;display:block; }
#UrT4eZoO9V2M3JZgA5XzLmGgs1FJEBbQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tsB2OiitFvmQsQivNn4S0dXs9LvEJL9o { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#786859;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.25rem;text-decoration:none;z-index:100006;text-align:left;text-align-last:left;top:9.498046875rem;left:52.9052734375rem;display:block; }
#yGnuAHqqxG0bekiroDLnNIvHNZHOFuho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ysCr1RpWkRqrRs05RZE2elpz1ieNrxzH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#786859;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.25rem;text-decoration:none;z-index:100007;text-align:left;text-align-last:left;top:13.7490234375rem;left:52.9365234375rem;display:block; }
#KktbxT4wFCXVtFkIdtgtle2i16sdBuW9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LBZzSA86yJX4KLha5sdrMWTfXeqhrGpR { color:#786859;display:block;width:16.62475rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:100000;line-height:1.7;letter-spacing:0;top:1.25rem;left:11.3115234375rem;height:11.15625rem;display:block; }
#wH3bgwfZEhZPUUJfhGeaObkM1hprEB5z { box-sizing:content-box;color:#f8cfa9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:0.8740234375rem;left:8.1865234375rem;display:block; }
#rsMsenBet2t2HqubxkNvo2EcfW5TGK1o { box-sizing:content-box;color:#f8cfa9;font-size:2.875rem;font-weight:400;line-height:1;height:4.1870125rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:0rem;left:48.8115234375rem;display:block; }
#WytIEWSyAcbTRn9uRkBgkwSVP38DK43n { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#786859;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.25rem;text-decoration:none;z-index:100004;text-align:left;text-align-last:left;top:0.9990234375rem;left:52.8740234375rem;display:block; }
#y4PU5P8IDtcIogtmZy42RMbQJXFocXOi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh { position:relative;display:block; }#kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh { background-color: transparent; background-image: none; }#kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh > .row .container > .video-iframe-container { display: none; }#kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh > .row > .video-iframe-container { display: none; }#kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh > .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); }#kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh { border-width: 0; border-radius: 0; }#kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh > .row .container > .video-iframe-container {  }#kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#WZQhN7McxILxcs1K80s7kLVQCHkOJiQe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.9375rem;width:10.3125rem;display:none; }
#yUBH03rD3qhXqTSTnckuIIAlD8U3OfD0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:8.3125rem;top:0.28125rem;left:33.34375rem;overflow:hidden;display:block; }
#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/baCl53k5/bottom.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT.adaptive-delivery-prevent-bg, #AGT0CnWui7r23AaTnlqhaRDZthk1AbOT.lazyload, #AGT0CnWui7r23AaTnlqhaRDZthk1AbOT.lazyloading { background-image: none; }#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT > .row .container { background-color: transparent; background-image: none; }#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT > .row .container > .video-iframe-container { display: none; }#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT > .row > .video-iframe-container { display: none; }#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT > .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); }#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT > .row .container { border-width: 0; border-radius: 0; }#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT > .row > .video-iframe-container {  }#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#Z7C2VMKdBPX7yGdgb3ALPHrKbZ6pXkvD { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:8.8125rem;left:29.8125rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G8aOnvbA8RR0wro4ZWz7kWW6DbxnSmLB { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:7.5rem;top:14.4375rem;left:33.75rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsH2MaOoXnToSxhTZCGgh9XZoxUkI9QH { top:1.25rem;left:0rem;width:9.625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVUFfVdpD4McGBKlgNctyGvSPFkNLARH { top:1.8125rem;left:44.1875rem;width:3.5625rem;height:3.5002352295578rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu7Wk8vGrW4QAbINq9CD53t25nva0wHM { width:7.5625rem;height:1.25rem;top:2.875rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC6cMDfA3FRy5BHopalhQqwq1OMp2t8r { display:block; }
 }@media only screen and (max-width: 763px) { #tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR { display:block; }#tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p85iDKkR212RDL7IKJqCd1Tn9zgsILWv { top:3.0625rem;left:0rem;width:17.875rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcSLIm7U8gkThzZegTbyF5iQNwIOVvyJ { top:5.0625rem;left:0rem;width:27.75rem;height:13.75rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkkxDfFcvTV53BMgrxnvpdl2yZCPTKH2 { top:15.625rem;left:0rem;width:28.125rem;height:7.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfngNpN9qTfQTXVcWTfh2aTH8uP4r6Ct { top:24.3125rem;left:0rem;width:12.5rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvaKKlUHZ9I3iorQBPh8gGDdvffxTHuF { width:26.3125rem;height:4.4375rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc4iwJPuHzkoMV642AQeDN6F5qlqNTyN { display:block; }
 }@media only screen and (max-width: 763px) { #CCKIhlVUNN6CsOQPoWEehNp51fQxzefw { top:5.5625rem;left:15.6875rem;width:32.0625rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqVTcUiVPyibCtKlOksLC9Bxl4HNSiGV { top:13rem;left:0rem;width:10.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l068fxP2zOlH2y64kiv2FDVa3vrBUlky { display:block; }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKcySZ58HPpWdwEWeXahlbHUGD2BiX51 { top:27.6875rem;left:16.375rem;width:31.375rem;height:25.822446389945rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcqs0zuyu4Ky3Lxo8E0zMC6QRA39ZKHR { top:6.4375rem;left:8.25rem;width:25.3125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5QF2g3iRQFokm2pEg0XLGBHQxnODFNs { top:19.375rem;left:0rem;width:16.875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 { display:block; }#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M { display:block; }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7iAxZfEogyLdM2FBeS1SxzowDR5mC97 { top:0.375rem;left:21.8125rem;width:25.9375rem;height:11.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyWgoU1z7kL2P6Sn2aclEdhPnt7qJTxO { width:26.3125rem;height:4.4375rem;top:19.4375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFloDUtf9ysTwfuSHrhMKnu3MA3t9Cat { display:block; }
 }@media only screen and (max-width: 763px) { #xAzOCxckuq6lvHan4vldTpLKhvec3gxd { top:0rem;left:0rem;width:22.6875rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1AEsuCpzhwf44t6KveMG4mwAdmIwKF9 { top:1.875rem;left:0rem;width:30.8125rem;height:6.875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLrA7wv5GJ65WneaJf0fBzOrE7tKfy35 { top:10rem;left:0rem;width:10.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKawSmQ5JvrPUcceAMPaq4Dle4uTqAM6 { top:13.5625rem;left:30.1240234375rem;width:12.5rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP36Ho4vGhgAhOmDKEwpgfS1oMrbnN6e { top:14.125rem;left:0rem;width:27.375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN { display:block; }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6doSrELVrCyoTsSRWCGwXyHTn1MCPye { display:none; }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hoL8Df2lavAh4mQw79zT9k1ZxgtsiZ9e { top:1.9375rem;left:18.1875rem;width:29.5625rem;height:6.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdFVFuaLHlQxzyeqI7D0MqxIe6kXzyTn { width:26.1875rem;height:4.3125rem;top:28.4375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEWfCN3to24F9bkZPZ09DwRql92EyABZ { display:block; }
 }@media only screen and (max-width: 763px) { #cXXgcVxg2fdvTbJfzS6n2IRrAzOb3kV9 { top:12rem;left:21.6875rem;width:26.0625rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqELT5OTRvw7DFfPsBXW2vwfqaayEurW { top:23.1875rem;left:30.125rem;width:12.5rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #llbrkPhMCUHddgrNTxV94PzidGsIzFpf { top:0rem;left:0rem;width:19.25rem;height:;font-size:1.5rem;display:block; }#llbrkPhMCUHddgrNTxV94PzidGsIzFpf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/f8f61ub6/lista.svg); }
 }@media only screen and (max-width: 763px) { #dy4VBKGcwE1sZNGwMPQO4OEDqTtUuQFB { top:9.3125rem;left:30.187255859375rem;width:10.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IONTL3kW3Fagp9ptc94VaQ21CpkBUZLb { top:0rem;left:27.4375rem;width:20.3125rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 { display:block; }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg { display:block; }#bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcKIWdBr5DbPST8BR9ybdHm2UAXAVi9d { top:10.0625rem;left:0rem;width:10.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0B3k7ngJa63xLaJrAP6ikVAZqt9ySUc { top:11.5rem;left:30.125rem;width:12.5rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh6PRAHCFK1THLQnh2K2GLciFdiTJqel { width:26.1875rem;height:4.3125rem;top:17.75rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBtJZt17cHnpXt32BlIdb6kMOPQbLQny { display:block; }
 }@media only screen and (max-width: 763px) { #vzweStvkkNkTqXnEl1sD08Sapph0xtWq { top:9.8125rem;left:0rem;width:20rem;height:6.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOs8KuC5C75y2oZCTpgdNP3aOX3vci0J { top:19.3125rem;left:0rem;width:18.3125rem;height:5.4375rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsSfyvz0paQSTWTP76pKFWixVyL6NF2f { top:0rem;left:0rem;width:22.8125rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6gVaAFkT7HwIgyNllnzVvuyBATGZQXL { top:1.875rem;left:0rem;width:18.25rem;height:6.875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC3aX2xS83lOK00pClv8N8bHgBrsKU8J { top:0.3125rem;left:21.5rem;width:26.25rem;height:11.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0smDUxRS3JrC0xFSTUp8siCvihMeSXx { display:block; }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqIf8B0aDJxFL0NKsTp3VZw3b7I6KibO { top:0.375rem;left:0rem;width:47.75rem;height:75.491038318913rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie4H0oCv7JH4KoN6R9hHefgAvL4pWTFK { top:87rem;left:0rem;width:38.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T { display:block; }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Up6idvZLtFtIyUcpySPU3xFVuwBoCThE { top:1.1875rem;left:34.3125rem;width:13.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsFyzlpOfrlTP6KmmARLSPHEpMmO3VC { top:23.0625rem;left:0rem;width:28.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1uEIPvZ4iuHLRLJTHMAUKOtQgNkkmUs { top:23.0625rem;left:19.4375rem;width:28.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7Vp4ELeNw8yrQ6zs5rwRif2MGzEDm4E { top:26.625rem;left:0rem;width:29.4375rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ053i5RNg9ElD9ApJBLhnlxe0kTWvUg { width:26.3125rem;height:4.4375rem;top:41.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcHe02HVZvllgE7uNhgZ75ZQ7yPtJPoz { display:block; }
 }@media only screen and (max-width: 763px) { #tby7UKWk67TkPOT50chQSSaJpHp35ODJ { top:0.8125rem;left:1.8115234375rem;width:9rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWwkkFrl2vMqDWqbhKdgo9uqxLJt5FQZ { top:26.625rem;left:18.3125rem;width:29.4375rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 { display:block; }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT { display:block; }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXmHZiSSFV4uWL0TMorylKcyANvULrRM { top:11.125rem;left:7.40625rem;width:32.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3aSTfvB9mJW2QDoQS8CVmnazz69sn0H { top:9.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmiTVLrhQIHkdT3MTNNwcb9vLGvnTP6b { top:10.3125rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-regular-label { width:39.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-text { width:39.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-textarea { width:39.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-select { width:39.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-button { width:39.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-checkbox-label { width:38.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2  { width:39.6875rem;height:auto;top:15.25rem;left:5.458984375rem; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .radio-container { width:39.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 {display:block;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 { width:39.6875rem;height:auto;top:15.25rem;left:5.458984375rem; }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #VotOQeqDDx0qK96NC6O80PMGfIxCvBis {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #PN5Ql4MJ2I943eiL7dBNyA6Z0AfVm5Qe {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #ZIx9k0DUenkEk36PiNHHgBTSCtqIEzhh {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #aruBiyHKQ38QTxhVpbs8bWrhteDVUGda {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #X5dp3LwOMptrnh0KxQQtqF2McpP6W6fg {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #Ha1IJK1NWPQQXOD3L7cHNeRhqSmMIkA7 {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #RD7UiCNqdQVllIIFAatnVrvParzdKx0w {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #IMQ3Wp3uLtXqGPJ3CFGLzZROiCi6llEe {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #aUx2scfJfNvqhiL5GHSXzHIZtJfgg38h {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #m0I0d1SSd3SJr3g7Rdo1CCr5RgLaG5qn {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #D6CHiOxW7yTEUdZuNxrrcz3bsxlEH9HU {  }
 }@media only screen and (max-width: 763px) { #FD0XwHiDlNd75Tmm1P3N25T4LfCRNWgD { top:0rem;left:19rem;width:9.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEkCz88VI221CPNumG2lgqHhhgarDayB { display:block; }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfkCvPbin6r0LeyXwnKi2dcs6nEFI7Wd { top:2.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJePhD2wOm0tHmUVsL3dFKu4kDzBh4ub { top:3.6875rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbzUIUJwk7TG1OJPih2LBvTW0bVTDrpX { top:13.125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPEXIktVGwURpAWB8fQ96TvKCgK2yPyZ { top:24.75rem;left:40.25rem;width:7.5rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI { display:block; }#TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPQJlSlWOCS0Gf21cuKUJTgqlUoEpGWv { top:14.4375rem;left:0rem;width:18.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZLTZiXuOq1Rtlq0UdUorxZmnhIdznrd { top:5rem;left:36.4677734375rem;width:1.3125rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrqdl953FtbSA4gSrQLkoV1sztk96l90 { top:13.4375rem;left:36.1552734375rem;width:2.0625rem;height:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgNDk5tPXJXvS4Jf87Qz2GMNzmFaWQkP { top:9.625rem;left:36.0302734375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWpnzmgggXZhoFtrAvTRiLtIhdnQkWxv { top:13.6875rem;left:0rem;width:1.8125rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae3kIbD4Ztxqt5nsELHvyEt5TVdzRTDf { top:22rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jd2B3GnMVucWiqJr04gRuHdGrOEAd5Lz { top:28.25rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUp4GsWBUPS62tALxW8bLVWIK8gHB7DC { top:9.8125rem;left:0rem;width:16.625rem;height:9.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUNow4hpvs28XwcTCcSZqPnen5SK03RU { top:27rem;left:32.15625rem;width:3.6875rem;height:4.1875rem;font-size:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9BMkg0mdQNSwHT4CSnw6KHBMsUe3zx9 { top:28.8125rem;left:0rem;width:19.5625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0ZlS8VvDcOwecWm2fPkgTgVn4afTrnO { width:8.4375rem;height:2.25rem;top:5.1875rem;left:39.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrT4eZoO9V2M3JZgA5XzLmGgs1FJEBbQ { display:block; }
 }@media only screen and (max-width: 763px) { #tsB2OiitFvmQsQivNn4S0dXs9LvEJL9o { width:8.4375rem;height:2.25rem;top:9.4375rem;left:39.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGnuAHqqxG0bekiroDLnNIvHNZHOFuho { display:block; }
 }@media only screen and (max-width: 763px) { #ysCr1RpWkRqrRs05RZE2elpz1ieNrxzH { width:8.4375rem;height:2.25rem;top:13.6875rem;left:39.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KktbxT4wFCXVtFkIdtgtle2i16sdBuW9 { display:block; }
 }@media only screen and (max-width: 763px) { #LBZzSA86yJX4KLha5sdrMWTfXeqhrGpR { top:1.25rem;left:0rem;width:16.5625rem;height:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH3bgwfZEhZPUUJfhGeaObkM1hprEB5z { top:0.8125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMsenBet2t2HqubxkNvo2EcfW5TGK1o { top:0rem;left:35.1865234375rem;width:3.625rem;height:4.1166554207553rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WytIEWSyAcbTRn9uRkBgkwSVP38DK43n { width:8.4375rem;height:2.25rem;top:0.9375rem;left:39.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4PU5P8IDtcIogtmZy42RMbQJXFocXOi { display:block; }
 }@media only screen and (max-width: 763px) { #kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh { display:none; }#kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WZQhN7McxILxcs1K80s7kLVQCHkOJiQe { width:10.3125rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUBH03rD3qhXqTSTnckuIIAlD8U3OfD0 { top:0.25rem;left:19.71875rem;width:8.3125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGT0CnWui7r23AaTnlqhaRDZthk1AbOT { display:block; }#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7C2VMKdBPX7yGdgb3ALPHrKbZ6pXkvD { top:8.75rem;left:16.186786651611rem;width:15.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8aOnvbA8RR0wro4ZWz7kWW6DbxnSmLB { top:14.4375rem;left:20.125rem;width:7.5rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fw6f2CJc/top_mobile.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsH2MaOoXnToSxhTZCGgh9XZoxUkI9QH { width:5.625rem;height:6rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVUFfVdpD4McGBKlgNctyGvSPFkNLARH { width:3rem;height:3rem;top:1.46875rem;left:10.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu7Wk8vGrW4QAbINq9CD53t25nva0wHM { width:6.8125rem;height:1.1875rem;top:2.375rem;left:13.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC6cMDfA3FRy5BHopalhQqwq1OMp2t8r { display:block; }
 }@media only screen and (max-width: 763px) { #tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR { display:block; }#tlS3m0sPPtPmyck77h6DXDJgP0VH42ZR > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p85iDKkR212RDL7IKJqCd1Tn9zgsILWv { width:12.5rem;height:1.5625rem;top:3.5595703125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lcSLIm7U8gkThzZegTbyF5iQNwIOVvyJ { width:14.625rem;height:3.40909375rem;top:4.7469787597656rem;left:1.3125000596046rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkkxDfFcvTV53BMgrxnvpdl2yZCPTKH2 { width:20rem;height:7.38636875rem;top:11.1845703125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FfngNpN9qTfQTXVcWTfh2aTH8uP4r6Ct { width:12.5rem;height:1.4375rem;top:19.1845703125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvaKKlUHZ9I3iorQBPh8gGDdvffxTHuF { width:18.75rem;height:3.5rem;top:24.0595703125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc4iwJPuHzkoMV642AQeDN6F5qlqNTyN { display:block; }
 }@media only screen and (max-width: 763px) { #CCKIhlVUNN6CsOQPoWEehNp51fQxzefw { width:20rem;height:16.433625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqVTcUiVPyibCtKlOksLC9Bxl4HNSiGV { width:7.875rem;height:0.25rem;top:9.0595703125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l068fxP2zOlH2y64kiv2FDVa3vrBUlky { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5GdcHf5b/tlo_2_mobile.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky.adaptive-delivery-prevent-bg, #l068fxP2zOlH2y64kiv2FDVa3vrBUlky.lazyload, #l068fxP2zOlH2y64kiv2FDVa3vrBUlky.lazyloading { background-image: none; }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row .container { background-color: transparent; background-image: none; }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row .container > .video-iframe-container { display: none; }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row > .video-iframe-container { display: none; }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .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); }#l068fxP2zOlH2y64kiv2FDVa3vrBUlky > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKcySZ58HPpWdwEWeXahlbHUGD2BiX51 { width:13.4375rem;height:11.0625rem;top:13.373046875rem;left:6rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #Bcqs0zuyu4Ky3Lxo8E0zMC6QRA39ZKHR { width:10.375rem;height:15.1875rem;top:3.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5QF2g3iRQFokm2pEg0XLGBHQxnODFNs { width:7.625rem;height:13.8125rem;top:8.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 { display:block; }#cKc5wbAWpJJPy6TwMQDb6BhA2gW61bc1 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/I8T4ZeNf/02_bg_form_mobil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M.adaptive-delivery-prevent-bg, #LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M.lazyload, #LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M.lazyloading { background-image: none; }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row .container { background-color: transparent; background-image: none; }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row .container > .video-iframe-container { display: none; }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row > .video-iframe-container { display: none; }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .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); }#LF0Ar6Rs8wol18rlXiLi7GwUPrVAJz0M > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7iAxZfEogyLdM2FBeS1SxzowDR5mC97 { width:20rem;height:9.5454375rem;top:9.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cyWgoU1z7kL2P6Sn2aclEdhPnt7qJTxO { width:18.625rem;height:3.5rem;top:24.68359375rem;left:0.625rem;color:#ffffff;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFloDUtf9ysTwfuSHrhMKnu3MA3t9Cat { display:block; }
 }@media only screen and (max-width: 763px) { #xAzOCxckuq6lvHan4vldTpLKhvec3gxd { width:12.5rem;height:1.5625rem;top:1.8125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V1AEsuCpzhwf44t6KveMG4mwAdmIwKF9 { width:18.4375rem;height:3.375rem;top:3.0625rem;left:0.75rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QLrA7wv5GJ65WneaJf0fBzOrE7tKfy35 { width:7.875rem;height:0.25rem;top:7.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKawSmQ5JvrPUcceAMPaq4Dle4uTqAM6 { width:12.5rem;height:1.4375rem;top:19.8125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NP36Ho4vGhgAhOmDKEwpgfS1oMrbnN6e { width:19.875rem;height:19.875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eebEwQ8e/tlo_3._bottom.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN.adaptive-delivery-prevent-bg, #OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN.lazyload, #OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN.lazyloading { background-image: none; }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row .container { background-color: transparent; background-image: none; }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row .container > .video-iframe-container { display: none; }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row > .video-iframe-container { display: none; }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .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); }#OFpoEGfSzTvnTBR3acUzBdcJqJmMLPcN > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6doSrELVrCyoTsSRWCGwXyHTn1MCPye { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row .container { background-color: transparent; background-image: none; }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row .container > .video-iframe-container { display: none; }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row > .video-iframe-container { display: none; }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .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); }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row .container { border-width: 0; border-radius: 0; }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row > .video-iframe-container {  }#g6doSrELVrCyoTsSRWCGwXyHTn1MCPye > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hoL8Df2lavAh4mQw79zT9k1ZxgtsiZ9e { width:12.5rem;height:3.375rem;top:2.4951171875rem;left:3.75rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#33cc99;display:block; }
 }@media only screen and (max-width: 763px) { #sdFVFuaLHlQxzyeqI7D0MqxIe6kXzyTn { width:18.75rem;height:3.5rem;top:34.0625rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEWfCN3to24F9bkZPZ09DwRql92EyABZ { display:block; }
 }@media only screen and (max-width: 763px) { #cXXgcVxg2fdvTbJfzS6n2IRrAzOb3kV9 { width:20rem;height:9.5454375rem;top:20.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqELT5OTRvw7DFfPsBXW2vwfqaayEurW { width:12.5rem;height:1.42045625rem;top:29.1875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #llbrkPhMCUHddgrNTxV94PzidGsIzFpf { width:14.4995rem;height:6.6690625rem;top:9.060546875rem;left:2.75rem;font-size:1.0625rem;line-height:.9;text-align:left;text-align-last:left;display:block; }#llbrkPhMCUHddgrNTxV94PzidGsIzFpf li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#llbrkPhMCUHddgrNTxV94PzidGsIzFpf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/f8f61ub6/lista.svg); }
 }@media only screen and (max-width: 763px) { #dy4VBKGcwE1sZNGwMPQO4OEDqTtUuQFB { width:7.875rem;height:0.25rem;top:6.5rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IONTL3kW3Fagp9ptc94VaQ21CpkBUZLb { width:12.5rem;height:1.5625rem;top:1.3076171875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/c20tpelf/zielona_gora.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2.adaptive-delivery-prevent-bg, #zAH2GEu37LVOATuJLsClpQxPVdUzwzF2.lazyload, #zAH2GEu37LVOATuJLsClpQxPVdUzwzF2.lazyloading { background-image: none; }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row .container { background-color: transparent; background-image: none; }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row .container > .video-iframe-container { display: none; }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row > .video-iframe-container { display: none; }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .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); }#zAH2GEu37LVOATuJLsClpQxPVdUzwzF2 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg { display:block; }#bbvuOUpRJ9a5D4fZMqDlUAdPJDPqGRTg > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcKIWdBr5DbPST8BR9ybdHm2UAXAVi9d { width:7.875rem;height:0.25rem;top:7.3125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0B3k7ngJa63xLaJrAP6ikVAZqt9ySUc { width:12.5rem;height:1.4375rem;top:17.875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wh6PRAHCFK1THLQnh2K2GLciFdiTJqel { width:18.75rem;height:3.5rem;top:22.8125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBtJZt17cHnpXt32BlIdb6kMOPQbLQny { display:block; }
 }@media only screen and (max-width: 763px) { #vzweStvkkNkTqXnEl1sD08Sapph0xtWq { width:20rem;height:6.8181875rem;top:9.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #xOs8KuC5C75y2oZCTpgdNP3aOX3vci0J { width:18.3125rem;height:3.375rem;top:2.75rem;left:0.84375rem;font-size:2.625rem;text-align:center;text-align-last:center;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #DsSfyvz0paQSTWTP76pKFWixVyL6NF2f { width:12.5rem;height:1.5625rem;top:1.5625rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s6gVaAFkT7HwIgyNllnzVvuyBATGZQXL { width:18.3125rem;height:0;top:5.75rem;left:1.6875rem;font-size:2.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RC3aX2xS83lOK00pClv8N8bHgBrsKU8J { width:20rem;height:0;top:12rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P0smDUxRS3JrC0xFSTUp8siCvihMeSXx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PCcuyL14/tlo_sklep.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx.adaptive-delivery-prevent-bg, #P0smDUxRS3JrC0xFSTUp8siCvihMeSXx.lazyload, #P0smDUxRS3JrC0xFSTUp8siCvihMeSXx.lazyloading { background-image: none; }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row .container { background-color: transparent; background-image: none; }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row .container > .video-iframe-container { display: none; }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row > .video-iframe-container { display: none; }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .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); }#P0smDUxRS3JrC0xFSTUp8siCvihMeSXx > .row .container { width:20rem;height:34.499298095703rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqIf8B0aDJxFL0NKsTp3VZw3b7I6KibO { width:20rem;height:31.555555555556rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ie4H0oCv7JH4KoN6R9hHefgAvL4pWTFK { width:16.5625rem;height:5rem;top:29.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bbfGeq7c/03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T.adaptive-delivery-prevent-bg, #wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T.lazyload, #wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T.lazyloading { background-image: none; }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row .container { background-color: transparent; background-image: none; }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row .container > .video-iframe-container { display: none; }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row > .video-iframe-container { display: none; }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .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); }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row .container { border-width: 0; border-radius: 0; }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row > .video-iframe-container {  }#wOXScX0kaU5y7Tn75lamuEaOA7VxCT9T > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Up6idvZLtFtIyUcpySPU3xFVuwBoCThE { width:8.75rem;height:12.8125rem;top:30.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsFyzlpOfrlTP6KmmARLSPHEpMmO3VC { width:12.5rem;height:2.0625rem;top:14.6875rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1uEIPvZ4iuHLRLJTHMAUKOtQgNkkmUs { width:12.5rem;height:2.0625rem;top:45rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A7Vp4ELeNw8yrQ6zs5rwRif2MGzEDm4E { width:20rem;height:8.863625rem;top:18.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQ053i5RNg9ElD9ApJBLhnlxe0kTWvUg { width:18.75rem;height:3.5rem;top:61rem;left:0.625rem;font-size:1.1875rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RcHe02HVZvllgE7uNhgZ75ZQ7yPtJPoz { display:block; }
 }@media only screen and (max-width: 763px) { #tby7UKWk67TkPOT50chQSSaJpHp35ODJ { width:4.875rem;height:11.0625rem;top:2.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWwkkFrl2vMqDWqbhKdgo9uqxLJt5FQZ { width:20rem;height:5.90909375rem;top:48.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/caTYKAfM/00000.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5.adaptive-delivery-prevent-bg, #l4KiUCqly4W9nN0INIdRam4F8y5wi0C5.lazyload, #l4KiUCqly4W9nN0INIdRam4F8y5wi0C5.lazyloading { background-image: none; }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row .container { background-color: transparent; background-image: none; }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row .container > .video-iframe-container { display: none; }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row > .video-iframe-container { display: none; }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .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); }#l4KiUCqly4W9nN0INIdRam4F8y5wi0C5 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0faRCJ2b/01_bg_form_mobil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT.adaptive-delivery-prevent-bg, #UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT.lazyload, #UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT.lazyloading { background-image: none; }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row .container { background-color: transparent; background-image: none; }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row .container > .video-iframe-container { display: none; }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row > .video-iframe-container { display: none; }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .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); }#UCXiAHsoZhaEDTmAVewmANmdiKTPE8tT > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXmHZiSSFV4uWL0TMorylKcyANvULrRM { width:20rem;height:2.5rem;top:11.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3aSTfvB9mJW2QDoQS8CVmnazz69sn0H { width:20rem;height:1.25rem;top:39.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #FmiTVLrhQIHkdT3MTNNwcb9vLGvnTP6b { width:3.125rem;height:3.125rem;top:40.4375rem;left:8.4375rem;font-size:2.1875rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-checkbox-label { width:16.65751875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-container { padding-top:0.8125rem;padding-right:0;padding-bottom:0.75rem;padding-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-container:first-of-type{padding-top:0;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .widget-container:last-of-type{padding-bottom:0;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2  { width:17.5rem;height:auto;top:13.9375rem;left:0rem; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 {display:block;}#FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 { width:17.5rem;height:auto;top:13.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #VotOQeqDDx0qK96NC6O80PMGfIxCvBis {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #PN5Ql4MJ2I943eiL7dBNyA6Z0AfVm5Qe {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #ZIx9k0DUenkEk36PiNHHgBTSCtqIEzhh {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #aruBiyHKQ38QTxhVpbs8bWrhteDVUGda {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #X5dp3LwOMptrnh0KxQQtqF2McpP6W6fg {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #Ha1IJK1NWPQQXOD3L7cHNeRhqSmMIkA7 {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #RD7UiCNqdQVllIIFAatnVrvParzdKx0w {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #IMQ3Wp3uLtXqGPJ3CFGLzZROiCi6llEe {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #aUx2scfJfNvqhiL5GHSXzHIZtJfgg38h {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #m0I0d1SSd3SJr3g7Rdo1CCr5RgLaG5qn {  }
 }@media only screen and (max-width: 763px) { #FPozuX5P29w1NX7CSi6L8fPFsF8Q2Xm2 #D6CHiOxW7yTEUdZuNxrrcz3bsxlEH9HU {  }
 }@media only screen and (max-width: 763px) { #FD0XwHiDlNd75Tmm1P3N25T4LfCRNWgD { width:7.5625rem;height:8rem;top:2.75rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEkCz88VI221CPNumG2lgqHhhgarDayB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y1pcde6u/sekcja_form_dol.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EEkCz88VI221CPNumG2lgqHhhgarDayB.adaptive-delivery-prevent-bg, #EEkCz88VI221CPNumG2lgqHhhgarDayB.lazyload, #EEkCz88VI221CPNumG2lgqHhhgarDayB.lazyloading { background-image: none; }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row .container { background-color: transparent; background-image: none; }#EEkCz88VI221CPNumG2lgqHhhgarDayB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row .container > .video-iframe-container { display: none; }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row > .video-iframe-container { display: none; }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .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); }#EEkCz88VI221CPNumG2lgqHhhgarDayB > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfkCvPbin6r0LeyXwnKi2dcs6nEFI7Wd { width:20rem;height:0;top:2.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pJePhD2wOm0tHmUVsL3dFKu4kDzBh4ub { width:3.125rem;height:3.125rem;top:5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbzUIUJwk7TG1OJPih2LBvTW0bVTDrpX { width:20rem;height:0;top:9.375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OPEXIktVGwURpAWB8fQ96TvKCgK2yPyZ { width:7.5rem;height:7.9375rem;top:1.25rem;left:6.25rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI { display:block; }#TKW4l0XmQm3FOTZpn1ouPn9TdUJDQMXI > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPQJlSlWOCS0Gf21cuKUJTgqlUoEpGWv { width:18.25rem;height:1.125rem;top:22.5625rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZLTZiXuOq1Rtlq0UdUorxZmnhIdznrd { width:2.625rem;height:2.625rem;top:31.46875rem;left:8.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrqdl953FtbSA4gSrQLkoV1sztk96l90 { width:2.875rem;height:2.875rem;top:43.6875rem;left:8.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgNDk5tPXJXvS4Jf87Qz2GMNzmFaWQkP { width:1.9375rem;height:1.9375rem;top:38rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWpnzmgggXZhoFtrAvTRiLtIhdnQkWxv { width:1.8125rem;height:2.625rem;top:19.6875rem;left:8.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae3kIbD4Ztxqt5nsELHvyEt5TVdzRTDf { width:20rem;height:4.625rem;top:0rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #Jd2B3GnMVucWiqJr04gRuHdGrOEAd5Lz { width:3.125rem;height:3.125rem;top:6.4375rem;left:8.4375rem;font-size:2.1875rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #PUp4GsWBUPS62tALxW8bLVWIK8gHB7DC { width:16.625rem;height:9.625rem;top:9.8125rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100005;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #eUNow4hpvs28XwcTCcSZqPnen5SK03RU { width:2.75rem;height:3.625rem;top:25rem;left:8.5rem;font-size:2.5rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #a9BMkg0mdQNSwHT4CSnw6KHBMsUe3zx9 { width:19.5625rem;height:1.125rem;top:28.8125rem;left:0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #s0ZlS8VvDcOwecWm2fPkgTgVn4afTrnO { width:8.4375rem;height:2.1875rem;top:34.125rem;left:5.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrT4eZoO9V2M3JZgA5XzLmGgs1FJEBbQ { display:block; }
 }@media only screen and (max-width: 763px) { #tsB2OiitFvmQsQivNn4S0dXs9LvEJL9o { width:19.8125rem;height:2.1875rem;top:40.375rem;left:0.09375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGnuAHqqxG0bekiroDLnNIvHNZHOFuho { display:block; }
 }@media only screen and (max-width: 763px) { #ysCr1RpWkRqrRs05RZE2elpz1ieNrxzH { width:8.4375rem;height:2.1875rem;top:46.6875rem;left:5.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KktbxT4wFCXVtFkIdtgtle2i16sdBuW9 { display:block; }
 }@media only screen and (max-width: 763px) { #LBZzSA86yJX4KLha5sdrMWTfXeqhrGpR { width:16.625rem;height:0;top:19.375rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wH3bgwfZEhZPUUJfhGeaObkM1hprEB5z { width:3.125rem;height:3.125rem;top:15rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsMsenBet2t2HqubxkNvo2EcfW5TGK1o { width:3.6875rem;height:4.1875rem;top:30.75rem;left:8.125rem;font-size:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WytIEWSyAcbTRn9uRkBgkwSVP38DK43n { width:8.4375rem;height:1.625rem;top:10.4375rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4PU5P8IDtcIogtmZy42RMbQJXFocXOi { display:block; }
 }@media only screen and (max-width: 763px) { #kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh { display:block; }#kWVTdnTNAohgdTbNt02QZNIgPuMdpoTh > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZQhN7McxILxcs1K80s7kLVQCHkOJiQe { top:2.0625rem;left:6.6875rem;width:6.625rem;height:7.125rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yUBH03rD3qhXqTSTnckuIIAlD8U3OfD0 { width:7.5rem;height:7.9375rem;top:28.375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGT0CnWui7r23AaTnlqhaRDZthk1AbOT { display:block; }#AGT0CnWui7r23AaTnlqhaRDZthk1AbOT > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7C2VMKdBPX7yGdgb3ALPHrKbZ6pXkvD { width:15.375rem;height:2rem;top:5.1875rem;left:2.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8aOnvbA8RR0wro4ZWz7kWW6DbxnSmLB { width:7.5rem;height:7.9375rem;top:2.5rem;left:6.25rem;z-index:100002;display:none; }
 }