.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/697e0063-13b2-40ba-8e21-dec8a495a442/MVe1x1uCvOWtznG1VXnLDH9oxiDc7gKhab8om6jx.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.58); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.58); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:420px;width:960px;overflow:visible;position:relative;display:block; }#AWqJwd4ey4TlwgAodxorp9pTtSALqGLZ { display:block;width:960px;position:absolute;font-family:"open sans";font-size:27px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:304.48751831055px;left:0px;height:35.1px;color:#fbfbfb;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfGPikEmxTh18AP4SOvqhX7VAuahKPQ4 { display:block;width:456.975px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:254.94374084473px;left:251.51251220703px;height:28.6px;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#DWbg59KwLuuZZBNgulQJU8kikPh21pPF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:82.9875px;width:390px;top:133.93124389648px;left:285px;overflow:hidden;display:block; }
#DsuIs20B5H0Fy3NkqUiILLJHyPh5IFsp { position:absolute;display:block;z-index:14999;background-color:#9dbc1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:63.975px;width:778.969px;top:290.51248168945px;left:86.493713378906px;display:block; }
#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9dbc1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container { background-color: transparent; background-image: none; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container > .video-iframe-container { display: none; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row > .video-iframe-container { display: none; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .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); }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container { border-width: 0; border-radius: 0; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container { font-size:14px;font-family:"open sans";height:11px;width:960px;position:relative;display:block; }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4a9f77f-b421-4c7d-93e0-159f208d77ce/2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25.adaptive-delivery-prevent-bg, #pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25.lazyload, #pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25.lazyloading { background-image: none; }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 > .row .container { background-color: transparent; background-image: none; }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,39,39,0.73); }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 > .row .container > .video-iframe-container { display: none; }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,39,39,0.73); }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 > .row > .video-iframe-container { display: none; }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 > .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); }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 > .row .container { border-width: 0; border-radius: 0; }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 > .row .container { font-size:14px;font-family:"open sans";height:146px;width:960px;position:relative;display:block; }#olDRAUzEimer3NTSIECzK27ocpo7QM3T { display:block;width:164px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:82px;left:223px;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cq1EdpkX4uP7l1Zp7diQJsO99y7sI0WS { display:block;width:140px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:93.375px;left:427.93121337891px;height:19.2px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VMllKnaFh7aLHINtdg4Q7kwB8CwynyUD { box-sizing:content-box;color:#9dbc1c;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:29px;left:647px;display:block; }
#NGTeVLyDNrn2lCZgrOmaIlHS51kaBStB { display:block;width:140px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:93.375px;left:601.96868896484px;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oQUWCcmd9Js5mnigtDLgHJWzfI30fsVG { box-sizing:content-box;color:#9dbc1c;font-size:35px;font-weight:400;line-height:1;height:49.9875px;width:49.9875px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:28.96875px;left:279.95623779297px;display:block; }
#CyX70QEIwd2qC0KM6iTM7TSWaaM773yF { box-sizing:content-box;color:#9dbc1c;font-size:39px;font-weight:400;line-height:1;height:55.9875px;width:54.9937px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:27.1875px;left:470.45623779297px;display:block; }
#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { background-color: transparent; background-image: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .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); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { border-width: 0; border-radius: 0; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { font-size:14px;font-family:"open sans";height:129px;width:960px;position:relative;display:block; }#HVVE42tsn5VG4RXVXGvC4NkDE24dfpGN { background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:340.987px;height:61.9875px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:33.974975585938px;left:309.48748779297px;display:block; }
#EfLPVm5ITS6FmwrTTTW7tn9ektynTyyW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4a9f77f-b421-4c7d-93e0-159f208d77ce/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv.adaptive-delivery-prevent-bg, #OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv.lazyload, #OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv.lazyloading { background-image: none; }#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv > .row .container { background-color: transparent; background-image: none; }#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv > .row .container > .video-iframe-container { display: none; }#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv > .row > .video-iframe-container { display: none; }#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv > .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); }#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv > .row .container { border-width: 0; border-radius: 0; }#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv > .row .container { font-size:14px;font-family:"open sans";height:122px;width:960px;position:relative;display:block; }#BXg5n6HxpT9ycVMAhx0EE1dTVTKpB2fC { display:block;width:960px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:39.800018310547px;left:0px;height:45.5px;text-align:center;text-align-last:center;color:#9dbc1c;font-style:normal;display:block; }
#Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F > .row .container { background-color: transparent; background-image: none; }#Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F > .row .container > .video-iframe-container { display: none; }#Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F > .row > .video-iframe-container { display: none; }#Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F > .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); }#Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F > .row .container { border-width: 0; border-radius: 0; }#Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F > .row .container { font-size:14px;font-family:"open sans";height:649px;width:960px;position:relative;display:block; }#xDq5eCgwgi96vT4RP3XlU7FaCfvIOCQh { display:block;width:672px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:75px;left:144px;height:104px;text-align:left;text-align-last:left;color:#010101;font-style:normal;display:block; }
#hT2ISiamkVASXDLiu5wrTMNQbi2zn3rE { display:block;width:650px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:387.36251831055px;left:144px;height:52px;text-align:left;text-align-last:left;color:#010101;font-style:normal;display:block; }
#uEkqmX7RnmwuHpnJCwCpX5R5laat7IIU { display:block;width:715px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:257.77499389648px;left:144px;height:26px;text-align:left;text-align-last:left;color:#010101;font-style:normal;display:block; }
#uByR54LbUMVX867Iu7DIIVehI3ViTZB1 { display:block;width:607.975px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:318.5625px;left:144px;height:52px;text-align:left;text-align-last:left;color:#010101;font-style:normal;display:block; }
#AsXSIk6TPZtXlxGzaaNCauJ937GIgXga { display:block;width:696px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:198.76249694824px;left:144px;height:26px;text-align:left;text-align-last:left;color:#010101;font-style:normal;display:block; }
#QRtrNdlxBO9mJhKUtc01lTzudUCH1u0D { display:block;width:666.975px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:503.92495727539px;left:146.51251220703px;height:97.5px;text-align:center;text-align-last:center;color:#010101;font-style:normal;display:block; }
#d2LCdaxBbmDt2RPus0wywJtvZkdyaUsa { position:absolute;display:block;z-index:15024;background-color:#9dbc1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:24px;width:24px;top:75px;left:99.5625px;display:block; }
#z2bGtbNRy45ZvFHOhtNkhTKwMNmPMhoO { position:absolute;display:block;z-index:15025;background-color:#9dbc1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:24px;width:24px;top:199.57498168945px;left:99.5625px;display:block; }
#t2wT7b8IHvFAU8FVQnm7CDJNHu5Wv8lE { position:absolute;display:block;z-index:15026;background-color:#9dbc1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:24px;width:24px;top:258.58123779297px;left:99.5625px;display:block; }
#eETZJsTmm92lpiJmtUffSCmuLQzdVI7s { position:absolute;display:block;z-index:15027;background-color:#9dbc1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:24px;width:24px;top:318.5625px;left:99.5625px;display:block; }
#t7st85QcKcLVIIJyUkZ1E4A05nydzAKU { position:absolute;display:block;z-index:15028;background-color:#9dbc1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:24px;width:24px;top:387.36251831055px;left:99.5625px;display:block; }
#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272727;background-image:url("https://images.assets-landingi.com/uc/a4a9f77f-b421-4c7d-93e0-159f208d77ce/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM.adaptive-delivery-prevent-bg, #CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM.lazyload, #CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM.lazyloading { background-image: none; }#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM > .row .container { background-color: transparent; background-image: none; }#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM > .row .container > .video-iframe-container { display: none; }#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM > .row > .video-iframe-container { display: none; }#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM > .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); }#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM > .row .container { border-width: 0; border-radius: 0; }#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM > .row .container { font-size:14px;font-family:"open sans";height:209px;width:960px;position:relative;display:block; }#grND5uWR2CBnXi1twbPv0yTJ6c3oGusp { display:block;width:888px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:43.256256103516px;left:36px;height:124.8px;text-align:center;text-align-last:center;color:#9dbc1c;font-style:normal;display:block; }
#K440IsMB61NrEx5mGSItSWabcb9ENF37 { position:relative;display:block; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 { background-color: transparent; background-image: none; }#K440IsMB61NrEx5mGSItSWabcb9ENF37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container > .video-iframe-container { display: none; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row > .video-iframe-container { display: none; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .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); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 { border-width: 0; border-radius: 0; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:696px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X1oFGh6Cl5qlx0cg7vb4tDEcL5SlU3lH { display:block;width:549px;position:absolute;font-family:"open sans";font-size:42px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:29.987548828125px;left:205.5px;height:54.6px;font-style:normal;color:#4a4a4a;text-align:center;text-align-last:center;display:block; }
#nKtXfcChUO2FT9apkF0bAR6V1iRWO0HN { position:absolute;display:block;z-index:15005;background-color:#9dbc1c;background-image:url("https://images.assets-landingi.com/dikfisTl/2020_10_21.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:3px solid #9dbc1c;border-left:3px solid #9dbc1c;border-right:3px solid #9dbc1c;border-bottom:3px solid #9dbc1c;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:180px;width:180px;top:401px;left:69px;display:block; }#nKtXfcChUO2FT9apkF0bAR6V1iRWO0HN.adaptive-delivery-prevent-bg, #nKtXfcChUO2FT9apkF0bAR6V1iRWO0HN.lazyload, #nKtXfcChUO2FT9apkF0bAR6V1iRWO0HN.lazyloading { background-image: none; }
#xhag19EocC5SIUmAL2FzMHxdJyJktXOx { display:block;width:212px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:389.98138427734px;left:289.98748779297px;height:23.4px;font-style:normal;color:#4a4a4a;text-align:left;text-align-last:left;display:block; }
#o1OlVe6dIImBQ0GX2mN6pGFgxPprLHNn { display:block;width:617px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:431.98138427734px;left:289.98748779297px;height:207.917px;font-style:normal;color:#4a4a4a;text-align:justify;text-align-last:initial;display:block; }
#ynq68vvQwaXtKpNCB4qno5HvW2aZxOuA { display:block;width:602px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:159.9938659668px;left:289.98748779297px;height:187.1254px;font-style:normal;color:#4a4a4a;text-align:justify;text-align-last:initial;display:block; }
#wWFpfxHAAObUESKgempZwGqBzea304Uz { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/t3KJl6ch/PiotrHryniewicz_opinia.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:3px solid #9dbc1c;border-left:3px solid #9dbc1c;border-right:3px solid #9dbc1c;border-bottom:3px solid #9dbc1c;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:180px;width:180px;top:118px;left:69px;display:block; }#wWFpfxHAAObUESKgempZwGqBzea304Uz.adaptive-delivery-prevent-bg, #wWFpfxHAAObUESKgempZwGqBzea304Uz.lazyload, #wWFpfxHAAObUESKgempZwGqBzea304Uz.lazyloading { background-image: none; }
#OtanhPOqKVPZdrMH343P9bZTeCQfvKnQ { display:block;width:212px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:118px;left:290px;height:23.4px;font-style:normal;color:#31455f;text-align:left;text-align-last:left;display:block; }
#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272727;background-image:url("https://images.assets-landingi.com/uc/a4a9f77f-b421-4c7d-93e0-159f208d77ce/2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0.adaptive-delivery-prevent-bg, #n5qMaHLuBZbUzuz47GM7lG2dtZ473on0.lazyload, #n5qMaHLuBZbUzuz47GM7lG2dtZ473on0.lazyloading { background-image: none; }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row .container { background-color: transparent; background-image: none; }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row .container > .video-iframe-container { display: none; }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row > .video-iframe-container { display: none; }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .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); }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row .container { border-width: 0; border-radius: 0; }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row .container { font-size:14px;font-family:"open sans";height:142px;width:960px;position:relative;display:block; }#m6N2h1oT9SpXkgaN7hW2CfZaKWDhFqHi { background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:340.969px;height:61.9875px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:39.974975585938px;left:309.50622558594px;display:block; }
#QyiGiasGeEogNTmNI9OOcrm0MWxdxBS5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f6f95ca7-feb5-406b-b949-330585be8bcc/Beznazwy1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT.adaptive-delivery-prevent-bg, #ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT.lazyload, #ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT.lazyloading { background-image: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container { background-color: transparent; background-image: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.66); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container > .video-iframe-container { display: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.66); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row > .video-iframe-container { display: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .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); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container { border-width: 0; border-radius: 0; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container { font-size:14px;font-family:"open sans";height:216px;width:960px;position:relative;display:block; }#SnZrce7sdHCTspi4AwbIdl3b6srxEnJU { color:#1d1d1d;display:block;width:574px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:148px;left:193px;height:15.6px;text-align:center;text-align-last:center;display:block; }
#tqoPd6imwiuXwordT3oBlgGd9y2wy1Z0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:71px;width:340px;top:48.412506103516px;left:310.00003051758px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:567px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWqJwd4ey4TlwgAodxorp9pTtSALqGLZ { width:450px;height:94px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TfGPikEmxTh18AP4SOvqhX7VAuahKPQ4 { width:456px;height:27px;top:254px;left:153.51251220703px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DWbg59KwLuuZZBNgulQJU8kikPh21pPF { top:133px;left:187px;width:390px;height:82.9875px;display:block; }
 }@media only screen and (max-width: 763px) { #DsuIs20B5H0Fy3NkqUiILLJHyPh5IFsp { top:290px;left:0px;width:756px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM { display:block; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 { display:block; }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olDRAUzEimer3NTSIECzK27ocpo7QM3T { width:492px;height:156px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cq1EdpkX4uP7l1Zp7diQJsO99y7sI0WS { width:492px;height:156px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VMllKnaFh7aLHINtdg4Q7kwB8CwynyUD { top:29px;left:549px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #NGTeVLyDNrn2lCZgrOmaIlHS51kaBStB { width:492px;height:156px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oQUWCcmd9Js5mnigtDLgHJWzfI30fsVG { top:28px;left:181.95623779297px;width:49px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #CyX70QEIwd2qC0KM6iTM7TSWaaM773yF { top:27px;left:372.45623779297px;width:54px;height:54.975842687435px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:764px;height:342px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVVE42tsn5VG4RXVXGvC4NkDE24dfpGN { width:340px;height:61px;top:33px;left:211.48748779297px;display:block; }
 }@media only screen and (max-width: 763px) { #EfLPVm5ITS6FmwrTTTW7tn9ektynTyyW { display:block; }
 }@media only screen and (max-width: 763px) { #OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv { display:block; }#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXg5n6HxpT9ycVMAhx0EE1dTVTKpB2fC { width:764px;height:45px;top:39px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F { display:block; }#Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDq5eCgwgi96vT4RP3XlU7FaCfvIOCQh { width:672px;height:102px;top:75px;left:46px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hT2ISiamkVASXDLiu5wrTMNQbi2zn3rE { width:650px;height:51px;top:387px;left:46px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #uEkqmX7RnmwuHpnJCwCpX5R5laat7IIU { width:715px;height:25px;top:257px;left:46px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #uByR54LbUMVX867Iu7DIIVehI3ViTZB1 { width:607px;height:51px;top:318px;left:46px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #AsXSIk6TPZtXlxGzaaNCauJ937GIgXga { width:696px;height:25px;top:198px;left:46px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #QRtrNdlxBO9mJhKUtc01lTzudUCH1u0D { width:666px;height:97px;top:503px;left:48.512512207031px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #d2LCdaxBbmDt2RPus0wywJtvZkdyaUsa { top:75px;left:1.5625px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #z2bGtbNRy45ZvFHOhtNkhTKwMNmPMhoO { top:199px;left:1.5625px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #t2wT7b8IHvFAU8FVQnm7CDJNHu5Wv8lE { top:258px;left:1.5625px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #eETZJsTmm92lpiJmtUffSCmuLQzdVI7s { top:318px;left:1.5625px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #t7st85QcKcLVIIJyUkZ1E4A05nydzAKU { top:387px;left:1.5625px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM { display:block; }#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grND5uWR2CBnXi1twbPv0yTJ6c3oGusp { width:764px;height:123px;top:43px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #K440IsMB61NrEx5mGSItSWabcb9ENF37 { display:block; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container { width:764px;height:188px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1oFGh6Cl5qlx0cg7vb4tDEcL5SlU3lH { width:440px;height:82px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nKtXfcChUO2FT9apkF0bAR6V1iRWO0HN { top:401px;left:0px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #xhag19EocC5SIUmAL2FzMHxdJyJktXOx { width:440px;height:82px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o1OlVe6dIImBQ0GX2mN6pGFgxPprLHNn { width:440px;height:82px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ynq68vvQwaXtKpNCB4qno5HvW2aZxOuA { width:440px;height:82px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wWFpfxHAAObUESKgempZwGqBzea304Uz { top:118px;left:0px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #OtanhPOqKVPZdrMH343P9bZTeCQfvKnQ { width:440px;height:82px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 { display:block; }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6N2h1oT9SpXkgaN7hW2CfZaKWDhFqHi { width:340px;height:61px;top:39px;left:211.50622558594px;display:block; }
 }@media only screen and (max-width: 763px) { #QyiGiasGeEogNTmNI9OOcrm0MWxdxBS5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT { display:block; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnZrce7sdHCTspi4AwbIdl3b6srxEnJU { top:148px;left:95px;width:574px;height:15px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #tqoPd6imwiuXwordT3oBlgGd9y2wy1Z0 { top:48px;left:212.00003051758px;width:340px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/697e0063-13b2-40ba-8e21-dec8a495a442/MVe1x1uCvOWtznG1VXnLDH9oxiDc7gKhab8om6jx.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:342px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWqJwd4ey4TlwgAodxorp9pTtSALqGLZ { width:280.987px;height:49.6px;top:231.76873779297px;left:19.481249332428px;text-align:center;text-align-last:center;font-size:18px;line-height:1.4;font-family:montserrat;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TfGPikEmxTh18AP4SOvqhX7VAuahKPQ4 { width:319.987px;height:19.2px;top:184.38748168945px;left:0px;text-align:center;text-align-last:center;font-size:15px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DWbg59KwLuuZZBNgulQJU8kikPh21pPF { width:306.994px;height:63.9937px;top:86.981246948242px;left:6.4874997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #DsuIs20B5H0Fy3NkqUiILLJHyPh5IFsp { width:312px;height:63px;top:221px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM { display:none; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container { width:320px;height:9px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 { display:block; }#pxCwspeGMx5ZH8EkOZtfG5dEuAXesg25 > .row .container { width:320px;height:213px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olDRAUzEimer3NTSIECzK27ocpo7QM3T { width:164px;height:35.2px;top:66px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cq1EdpkX4uP7l1Zp7diQJsO99y7sI0WS { width:140px;height:16.8px;top:72px;left:164px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VMllKnaFh7aLHINtdg4Q7kwB8CwynyUD { width:50px;height:50px;top:111px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #NGTeVLyDNrn2lCZgrOmaIlHS51kaBStB { width:139.987px;height:16.8px;top:166px;left:90px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #oQUWCcmd9Js5mnigtDLgHJWzfI30fsVG { width:48.9937px;height:48.9937px;top:18px;left:57px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #CyX70QEIwd2qC0KM6iTM7TSWaaM773yF { width:54px;height:54.975px;top:18px;left:207px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:320px;height:126px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVVE42tsn5VG4RXVXGvC4NkDE24dfpGN { width:245px;height:62px;top:32px;left:37.500001907349px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EfLPVm5ITS6FmwrTTTW7tn9ektynTyyW { display:block; }
 }@media only screen and (max-width: 763px) { #OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv { display:block; }#OR9u62kIuCg2oINv7DBpWlVDBmyZfGRv > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXg5n6HxpT9ycVMAhx0EE1dTVTKpB2fC { width:300px;height:54.4px;top:19.068756103516px;left:9.9562497138977px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F { display:block; }#Gs8BvTTBFZLbmncBPTsC8SoTqTcWu61F > .row .container { width:320px;height:1101px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDq5eCgwgi96vT4RP3XlU7FaCfvIOCQh { width:271.969px;height:194.4px;top:75.9375px;left:23.999998569489px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hT2ISiamkVASXDLiu5wrTMNQbi2zn3rE { width:235.969px;height:129.6px;top:478px;left:42px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #uEkqmX7RnmwuHpnJCwCpX5R5laat7IIU { width:319.969px;height:64.8px;top:342.89999389648px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #uByR54LbUMVX867Iu7DIIVehI3ViTZB1 { width:303.994px;height:86.4px;top:692px;left:8px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #AsXSIk6TPZtXlxGzaaNCauJ937GIgXga { width:320px;height:43.2px;top:844px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #QRtrNdlxBO9mJhKUtc01lTzudUCH1u0D { width:282.994px;height:153.6px;top:922px;left:18px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #d2LCdaxBbmDt2RPus0wywJtvZkdyaUsa { width:24px;height:24px;top:38.174987792969px;left:147.97499132156px;display:block; }
 }@media only screen and (max-width: 763px) { #z2bGtbNRy45ZvFHOhtNkhTKwMNmPMhoO { width:24px;height:24px;top:305.1749420166px;left:147.97499132156px;display:block; }
 }@media only screen and (max-width: 763px) { #t2wT7b8IHvFAU8FVQnm7CDJNHu5Wv8lE { width:24px;height:24px;top:800.17493438721px;left:147.97499132156px;display:block; }
 }@media only screen and (max-width: 763px) { #eETZJsTmm92lpiJmtUffSCmuLQzdVI7s { width:24px;height:24px;top:441.16871643066px;left:147.97499132156px;display:block; }
 }@media only screen and (max-width: 763px) { #t7st85QcKcLVIIJyUkZ1E4A05nydzAKU { width:24px;height:24px;top:644.58744812012px;left:147.97499132156px;display:block; }
 }@media only screen and (max-width: 763px) { #CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM { display:block; }#CFMTFSU3Ps9AJ0tK8iv3fbsgJBrzE7qM > .row .container { width:320px;height:204px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grND5uWR2CBnXi1twbPv0yTJ6c3oGusp { width:300px;height:163.2px;top:23.756248474121px;left:9.9562497138977px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #K440IsMB61NrEx5mGSItSWabcb9ENF37 { display:block; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container { width:320px;height:1305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1oFGh6Cl5qlx0cg7vb4tDEcL5SlU3lH { width:300px;height:36px;top:33px;left:10px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #nKtXfcChUO2FT9apkF0bAR6V1iRWO0HN { width:174.994px;height:174.994px;top:638.23119735718px;left:67.481247425079px;display:block; }
 }@media only screen and (max-width: 763px) { #xhag19EocC5SIUmAL2FzMHxdJyJktXOx { width:211.987px;height:19.2px;top:843.99365234375px;left:53.99999666214px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #o1OlVe6dIImBQ0GX2mN6pGFgxPprLHNn { width:288.994px;height:403.2px;top:875.9811706543px;left:15.487499713898px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ynq68vvQwaXtKpNCB4qno5HvW2aZxOuA { width:303.994px;height:307.2px;top:322.98748397827px;left:7.9874997138977px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wWFpfxHAAObUESKgempZwGqBzea304Uz { width:180px;height:180px;top:88px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #OtanhPOqKVPZdrMH343P9bZTeCQfvKnQ { width:212px;height:19.2px;top:293px;left:54px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 { background-color:#000000;background-image:none;display:block; }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row .container { background-color: transparent; background-image: none; }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row .container > .video-iframe-container { display: none; }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row > .video-iframe-container { display: none; }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .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); }#n5qMaHLuBZbUzuz47GM7lG2dtZ473on0 > .row .container { width:320px;height:108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6N2h1oT9SpXkgaN7hW2CfZaKWDhFqHi { width:304px;height:61px;top:20px;left:8px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QyiGiasGeEogNTmNI9OOcrm0MWxdxBS5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f6f95ca7-feb5-406b-b949-330585be8bcc/Beznazwy1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT.adaptive-delivery-prevent-bg, #ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT.lazyload, #ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT.lazyloading { background-image: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container { background-color: transparent; background-image: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.8); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container > .video-iframe-container { display: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.8); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row > .video-iframe-container { display: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .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); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container { width:320px;height:159px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnZrce7sdHCTspi4AwbIdl3b6srxEnJU { width:319.987px;height:12.8px;top:132.97497558594px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #tqoPd6imwiuXwordT3oBlgGd9y2wy1Z0 { width:276px;height:55.9875px;top:51.993774414062px;left:21.974998950958px;display:block; }
 }