.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:#f3f3f3;background-image:none;position:relative;display:block; }
#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container { display: none; }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .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); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/hPOZ5jvv/landing_kw_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.adaptive-delivery-prevent-bg, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyload, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyloading { background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { background-color: transparent; background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .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); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { border-width: 0; border-radius: 0; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { width:960px;height:657px;font-size:14px;font-family:arial;position:relative;display:block; }#v2CL2UhsTnifml2CoLkFKeHSaIf7Rcyv { background-color:#d91930;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 3px 3px 3px rgba(0,0,0,0.38) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"barlow medium semibold bold";font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:230.99px;height:61.9792px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:517.98614501953px;left:122.41320800781px;display:block; }
#qm7usTfkKVZRiAowbKHuhqpuL1TSluS0 { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { box-sizing:content-box;color:#ff0000;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:15008;top:1135px;left:16.5px;display:none; }
#J5lg4QFo3JCkDn4l0Td0EU6LwPTe4lTz { display:block;width:362.998px;position:absolute;font-family:barlow;font-size:19px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:392.06021118164px;left:56.377319335938px;height:24.6991px;font-style:normal;color:#d91930;text-align:center;text-align-last:center;display:block; }
#UqXHNop9Gl8NUKTFd5pG5RcRpBWGBPCa { display:block;width:293.97px;position:absolute;font-family:barlow;font-size:20px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:122.76621246338px;left:90.902770996094px;height:25.9954px;font-style:normal;color:#090933;text-align:center;text-align-last:center;display:block; }
#naGdxaRQVBb1eeVAHykmCNbROX4b0T9y { display:block;width:457.998px;position:absolute;font-family:ivyjournal;font-size:47px;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:207.12963867188px;left:8.8773040771484px;height:112.801px;font-style:normal;color:#2f2a80;text-align:center;text-align-last:center;display:block; }
#PWPm7SJEILUSWT5AiqNhdmpbMXF56KnR { display:block;width:291px;position:absolute;font-family:barlow;font-size:17px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:607px;left:93px;height:22.0949px;font-style:normal;color:#070707;text-align:center;text-align-last:center;display:block; }
#KXXgGR3WdMQ1DdRnXlxcnaNOMBsd05P1 { display:block;width:193.97px;position:absolute;font-family:barlow;font-size:60px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:427.71994018555px;left:140.91436767578px;height:77.9977px;font-style:normal;color:#d91930;text-align:center;text-align-last:center;display:block; }
#kkeTMpn2k9ONoHVdhlKTqPR22oZ4JTqD { position:absolute;display:block;z-index:15022;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:58.9757px;width:135.99px;top:35.954864501953px;left:169.40972900391px;overflow:hidden;display:block; }
#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { background-color: transparent; background-image: none; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container > .video-iframe-container { display: none; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row > .video-iframe-container { display: none; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .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); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { border-width: 0; border-radius: 0; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { font-size:14px;font-family:arial;height:206px;width:960px;position:relative;display:block; }#b1l2y9qL6zTpJzavmuN1WxKmoAGneEJG { color:#000000;display:block;width:670px;position:absolute;font-family:barlow;font-size:27px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26px;left:145px;height:35.0926px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#090933;background-image:none;color:#ffffff;padding-top:9.34px;padding-right:8.29px;padding-bottom:9.34px;padding-left:8.29px;display:block;align-items:center;width:49.72px;min-width:49.72px;height:50.22px;position:relative;font-family:"open sans";font-size:37.37px;font-weight:700;line-height:50.22px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5.84px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:66.3px;height:19.86px;position:relative;font-family:"open sans";font-size:14.02px;font-weight:400;line-height:19.86px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;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:flex;justify-content:space-between;width:329px;height:94.6px;padding-top:11.68px;padding-right:11.84px;padding-bottom:11.68px;padding-left:11.84px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:60.100006103516px;left:303.63748168945px;z-index:15005; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #IVSBbcR4rhaNFLdk3eTfRfIpklC4Lb2D { display:flex;position:relative;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CCmPsePuTtpGKd7Q8PV5UVSMTHdBES0Z { width:auto; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #gWBf3XF4A8SngPWcnTLBUMMiT2pTzyoO {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #MRaDaBTTegqBWuTaWCk030F4o6CrTK3D { display:flex;position:relative;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #ctoTtoszSohHZCHTTJygg0GZSxTW6sy8 {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CAVBzKoZMBLp4H7XspLwfTBXqyZlUdcw {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #lErD8eUPoZiZamCG4NMSF99nQxDo0q1K { display:flex;position:relative;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #sEhMeCiDW9LISy6OiWspyT7fpv50elyk {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #wop1EfUNypcCiFqdwfHRnAZ7PO4wZ7su {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #cIwPStNIhctiiKxguP382tSXZpXeaoLt { display:flex;position:relative;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #zZhA1TitlzoAsIlnsn00G5QPa2s2h7c5 {  }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #oqAm4xPJOQT2CJgoheQCXbETZGpyzlgn {  }
#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2528961-9c80-49d5-b8b3-2898866988dc/sekcjanowylanding.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.adaptive-delivery-prevent-bg, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyload, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyloading { background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { background-color: transparent; background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .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); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { border-width: 0; border-radius: 0; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6::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-right-radius:initial;border-bottom-left-radius:initial; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { font-size:14px;font-family:arial;height:583px;width:960px;position:relative;display:block; }#bNExD8UAaS7LaGDwaKGJVCmbEppABJnG { background-color:#d91930;background-image:none;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 6px 8px 21px #b9bac3 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"barlow medium semibold bold";font-size:32px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:320.79408px;height:56.84728px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:490.405128479px;left:312.95141601562px;display:block; }
#fhTlG0cFy2vCZE4Zq1x78AcLVdneA80b { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { display:block;width:829.942px;position:absolute;font-family:barlow;font-size:20px;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:7.2800979614258px;left:44.965270996094px;height:447.87px;font-style:normal;color:#2f2a80;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2528961-9c80-49d5-b8b3-2898866988dc/sekcjanowylanding.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:none; }#Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE.adaptive-delivery-prevent-bg, #Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE.lazyload, #Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE.lazyloading { background-image: none; }#Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE > .row .container { border-width: 0; border-radius: 0; }#Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE::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-right-radius:initial;border-bottom-left-radius:initial; }#Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE > .row .container { font-size:14px;font-family:arial;height:934px;width:960px;position:relative;display:none; }#AZiMeXOFTloxVcLs9lDzakTAkR81siC2 { background-color:#d91930;background-image:none;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 6px 8px 21px #b9bac3 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"barlow medium semibold bold";font-size:32px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:327.03778px;height:63.09718px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:766.85758972168px;left:316.97918701172px;display:block; }
#O5OAVTKuJrJKTlrV5A0iHWphER6k4ZF7 { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#gwGG1kqarLDEObThdgcq0UPAlu21nAud { display:block;width:829.948px;position:absolute;font-family:barlow;font-size:20px;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:41.857604980469px;left:56.996520996094px;height:543.8423px;font-style:normal;color:#2f2a80;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll > .row .container { border-width: 0; border-radius: 0; }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll > .row .container { font-size:14px;font-family:arial;height:676px;width:960px;position:relative;display:none; }#HCX7xTNZI474Rho6DFKiX9aIzREoyE3f { color:#2f2a80;display:block;width:741.987px;position:absolute;font-family:ivyjournal;font-size:30px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.982666015625px;left:110.97570800781px;height:38.9931px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#btNfwHQthQXn2WCqqVTiWi9Xv4TMaJrh { color:#000000;display:block;width:629.988px;position:absolute;font-family:"barlow medium semibold bold";font-size:22px;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:240.82174682617px;left:164.97686767578px;height:85.7986px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u1tSMikUyzgSqgLSOdevp9DxGs3qqSM9 { position:absolute;display:block;z-index:15033;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:100.938px;width:97.9861px;top:139.8957824707px;left:430.98382568359px;overflow:hidden;display:block; }
#Bs601dhWwSPK2Sb1JxHG6uR1E4FNHNv5 { position:absolute;display:block;z-index:15031;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:102.963px;width:98.9931px;top:317.84719848633px;left:430.48614501953px;overflow:hidden;display:block; }
#VnWiSeCOwg4eif9WqvUyIWM1RWw51kFM { color:#000000;display:block;width:623.97px;position:absolute;font-family:barlow;font-size:22px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:441.80572509766px;left:167.98611450195px;height:85.7986px;text-align:center;text-align-last:center;display:block; }
#XLouGXTBVBPHxLrA67I5sbyk2rhO9nyz { background-color:#d91930;background-image:none;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 1px 1px 29px rgba(101,101,109,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"barlow medium semibold bold";font-size:32px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:325.04178px;height:61.11808px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:557.65634155273px;left:317.46527099609px;display:block; }
#bBg9LLIwKoxl9uT7Pl1mIDwUZcM4gARm { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/88e497ae-2ebb-440e-b1b9-5374118f99f4/krzysztofsekcja.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.adaptive-delivery-prevent-bg, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyload, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyloading { background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { background-color: transparent; background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .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); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { border-width: 0; border-radius: 0; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { font-size:14px;font-family:arial;height:594px;width:960px;position:relative;display:block; }#X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#14abe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:310px;width:552px;position:absolute;display:block;z-index:15001;top:98.9931640625px;left:3.0347290039062px;display:block; }
#nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { display:block;width:520.987px;position:absolute;font-family:ivyjournal;font-size:25px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:122.96875px;left:34.989593505859px;height:32.5px;font-style:normal;color:#ffffff;display:block; }
#NmtVvocBmWM6WGsinI18AC0RrZiegeva { display:block;width:478.975px;position:absolute;font-family:barlow;font-size:18px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:218.26391601562px;left:33.545135498047px;height:242.9164px;font-style:normal;color:#000000;text-align:justify;text-align-last:initial;display:block; }
#xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { 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:568.993px;width:490px;top:24.982639729977px;left:470.00003051758px;overflow:hidden;display:block; }
#VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:354px;width:552px;position:absolute;display:block;z-index:15002;top:162.77783203125px;left:1.9930725097656px;display:block; }
#ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { position:absolute;display:block;z-index:15006;background-color:#dbdafe;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:46.9875px;width:225.994px;top:34.322998046875px;left:9px;display:block; }
#lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { color:#2f2a80;display:block;width:199.987px;position:absolute;font-family:barlow;font-size:23px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:43.4375px;left:42.989593505859px;height:29.8984px;display:block; }
#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { background-color: transparent; background-image: none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container > .video-iframe-container { display: none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row > .video-iframe-container { display: none; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .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); }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { border-width: 0; border-radius: 0; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { font-size:14px;font-family:"open sans";height:515px;width:960px;position:relative;display:block; }#LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { color:#c02121;display:block;width:652.987px;position:absolute;font-family:ivyjournal;font-size:25px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:52.987518310547px;left:181.48126220703px;height:32.5px;text-align:left;text-align-last:left;display:block; }
#IT9fprI2pi7mVVJ9bciMQN8Kk40B3voI { color:#2f2a80;display:block;width:953.958px;position:absolute;font-family:barlow;font-size:22px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:389.96529388428px;left:0px;height:57.199px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2v84XV6hFX9NctvRtkvgTkgAXqOV0QE { position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.85);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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 2px 2px 8px rgba(0,0,0,0.32) ;height:238px;width:340px;top:123px;left:310.00003051758px;display:block; }
#SRtqv4iZOT2t5lnvQoTpRn2zBk2q1Sxz { color:#000000;display:block;width:258px;position:absolute;font-family:barlow;font-size:16px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:199px;left:379.00003051758px;height:20.787px;text-align:left;text-align-last:left;display:block; }
#s0WzI7OKHK7z5DoNrHWVRwIfDeU36w3d { color:#000000;display:block;width:257.998px;position:absolute;font-family:barlow;font-size:16px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:160.08108520508px;left:378.95837402344px;height:20.787px;text-align:left;text-align-last:left;display:block; }
#lBhHgwZ2DPgLI7fN2efivsaMrJnoMsMF { background-color:#e30e0e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:barlow;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:228px;height:60px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:238.97500610352px;left:366.00003051758px;display:block; }
#oJ6fH7I3eySRViGX1uhDtgIPEb5HRklw { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#W6Zd2kOCdHEaivaWNOKA0zTQETcPmX3C { box-sizing:content-box;color:#0f2745;font-size:32px;font-weight:400;line-height:1;height:46.9886px;width:46.9886px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:183px;left:332px;display:block; }
#Qe17mRxb8NAB9mpn3nGBIhbBddAyAmkd { box-sizing:content-box;color:#0f2745;font-size:25px;font-weight:400;line-height:1;height:36.9886px;width:37.9972px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:152px;left:336px;display:block; }
#N5UF9UGPVAmorca5l5l1sI9Qr3IA8otS { 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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:170px;height:31px;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:298.97500610352px;left:395.00003051758px;display:block; }
#fTDD3Jkf9zHCeHsKIJybxc25TM6lcX0s { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { background-color: transparent; background-image: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container > .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .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); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { border-width: 0; border-radius: 0; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { font-size:14px;font-family:arial;height:324px;width:960px;position:relative;display:block; }#ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { color:#000000;display:block;width:960px;position:absolute;font-family:barlow;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:186.99999237061px;left:0px;height:97.4536px;text-align:justify;text-align-last:initial;display:block; }
#VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { position:absolute;display:block;z-index:15001;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:121.987px;width:69.9937px;top:35.943786621094px;left:444.97491455078px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { display:none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { width:764px;height:694px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v2CL2UhsTnifml2CoLkFKeHSaIf7Rcyv { width:300px;height:72px;top:484px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #qm7usTfkKVZRiAowbKHuhqpuL1TSluS0 { display:block; }
 }@media only screen and (max-width: 763px) { #iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { width:50px;height:50px;top:1135px;left:0px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #J5lg4QFo3JCkDn4l0Td0EU6LwPTe4lTz { width:764px;height:102px;top:110px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #UqXHNop9Gl8NUKTFd5pG5RcRpBWGBPCa { width:764px;height:78px;top:160px;left:0px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #naGdxaRQVBb1eeVAHykmCNbROX4b0T9y { width:764px;height:221.906px;top:110px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #PWPm7SJEILUSWT5AiqNhdmpbMXF56KnR { width:764px;height:102px;top:110px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #KXXgGR3WdMQ1DdRnXlxcnaNOMBsd05P1 { width:764px;height:102px;top:110px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #kkeTMpn2k9ONoHVdhlKTqPR22oZ4JTqD { width:135px;height:58.546360026473px;top:35px;left:71.409729003906px;display:block; }
 }@media only screen and (max-width: 763px) { #k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { display:block; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1l2y9qL6zTpJzavmuN1WxKmoAGneEJG { width:669px;height:35px;top:25px;left:46.988433837891px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx { display:flex;width:288px;height:81px;top:60px;left:198.140625px; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #IVSBbcR4rhaNFLdk3eTfRfIpklC4Lb2D { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CCmPsePuTtpGKd7Q8PV5UVSMTHdBES0Z {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #gWBf3XF4A8SngPWcnTLBUMMiT2pTzyoO {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #MRaDaBTTegqBWuTaWCk030F4o6CrTK3D { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #ctoTtoszSohHZCHTTJygg0GZSxTW6sy8 {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CAVBzKoZMBLp4H7XspLwfTBXqyZlUdcw {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #lErD8eUPoZiZamCG4NMSF99nQxDo0q1K { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #sEhMeCiDW9LISy6OiWspyT7fpv50elyk {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #wop1EfUNypcCiFqdwfHRnAZ7PO4wZ7su {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #cIwPStNIhctiiKxguP382tSXZpXeaoLt { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #zZhA1TitlzoAsIlnsn00G5QPa2s2h7c5 {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #oqAm4xPJOQT2CJgoheQCXbETZGpyzlgn {  }
 }@media only screen and (max-width: 763px) { #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNExD8UAaS7LaGDwaKGJVCmbEppABJnG { width:300px;height:72px;top:484px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #fhTlG0cFy2vCZE4Zq1x78AcLVdneA80b { display:block; }
 }@media only screen and (max-width: 763px) { #PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { width:764px;height:3647.6046px;top:160px;left:0px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE { display:block; }#Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZiMeXOFTloxVcLs9lDzakTAkR81siC2 { width:300px;height:72px;top:484px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #O5OAVTKuJrJKTlrV5A0iHWphER6k4ZF7 { display:block; }
 }@media only screen and (max-width: 763px) { #gwGG1kqarLDEObThdgcq0UPAlu21nAud { width:764px;height:3647.6046px;top:160px;left:0px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #AMlyIJebzITkfZqXNTKrRhWfwcwkqXll { display:none; }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HCX7xTNZI474Rho6DFKiX9aIzREoyE3f { width:741px;height:38px;top:34px;left:12.972229003906px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #btNfwHQthQXn2WCqqVTiWi9Xv4TMaJrh { width:629px;height:85px;top:240px;left:66.976867675781px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #u1tSMikUyzgSqgLSOdevp9DxGs3qqSM9 { width:97px;height:99.922193045748px;top:139px;left:332.98382568359px;display:block; }
 }@media only screen and (max-width: 763px) { #Bs601dhWwSPK2Sb1JxHG6uR1E4FNHNv5 { width:98px;height:101.93007391424px;top:317px;left:332.48614501953px;display:block; }
 }@media only screen and (max-width: 763px) { #VnWiSeCOwg4eif9WqvUyIWM1RWw51kFM { width:623px;height:57px;top:441px;left:69.974548339844px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #XLouGXTBVBPHxLrA67I5sbyk2rhO9nyz { width:300px;height:72px;top:484px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #bBg9LLIwKoxl9uT7Pl1mIDwUZcM4gARm { display:block; }
 }@media only screen and (max-width: 763px) { #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I { display:block; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { width:764px;height:345px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { width:485px;height:280px;top:0px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { width:426px;height:32.5px;top:25px;left:313px;display:block; }
 }@media only screen and (max-width: 763px) { #NmtVvocBmWM6WGsinI18AC0RrZiegeva { width:425px;height:143.8892px;top:89px;left:314px;font-size:12px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { width:490px;height:568.993px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { width:485px;height:280px;top:0px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { width:225px;height:46px;top:34px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { width:199px;height:29px;top:43px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { display:block; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { width:652px;height:32.5px;top:52px;left:83.481262207031px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IT9fprI2pi7mVVJ9bciMQN8Kk40B3voI { width:764px;height:57.1876px;top:389px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #y2v84XV6hFX9NctvRtkvgTkgAXqOV0QE { width:340px;height:238px;top:123px;left:212.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #SRtqv4iZOT2t5lnvQoTpRn2zBk2q1Sxz { width:257px;height:20px;top:198px;left:280.99307250977px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s0WzI7OKHK7z5DoNrHWVRwIfDeU36w3d { width:257px;height:20px;top:160px;left:280.95837402344px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lBhHgwZ2DPgLI7fN2efivsaMrJnoMsMF { width:300px;height:72px;top:484px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6fH7I3eySRViGX1uhDtgIPEb5HRklw { display:block; }
 }@media only screen and (max-width: 763px) { #W6Zd2kOCdHEaivaWNOKA0zTQETcPmX3C { width:46px;height:46px;top:183px;left:234px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Qe17mRxb8NAB9mpn3nGBIhbBddAyAmkd { width:37px;height:36.025995393221px;top:152px;left:238px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #N5UF9UGPVAmorca5l5l1sI9Qr3IA8otS { width:170px;height:31px;top:298px;left:297.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #fTDD3Jkf9zHCeHsKIJybxc25TM6lcX0s { display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:764px;height:101.3542px;top:186px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { width:69px;height:120.25515153507px;top:35px;left:346.97491455078px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/W01pcB4a/landing_maly_kw.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;display:block; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.adaptive-delivery-prevent-bg, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyload, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyloading { background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { background-color: transparent; background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .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); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { border-width: 0; border-radius: 0; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { width:320px;height:689px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2CL2UhsTnifml2CoLkFKeHSaIf7Rcyv { width:152.963px;height:41.9792px;top:281.95602416992px;left:83.495372772217px;font-size:16px;box-shadow: 3px 3px 3px rgba(0,0,0,0.38) ;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qm7usTfkKVZRiAowbKHuhqpuL1TSluS0 { display:block; }
 }@media only screen and (max-width: 763px) { #iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { width:40px;height:40px;top:174px;left:209px;font-size:28px;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #J5lg4QFo3JCkDn4l0Td0EU6LwPTe4lTz { width:221.991px;height:22.8009px;top:177.43055725098px;left:48.993057250977px;font-size:19px;text-align:center;text-align-last:center;line-height:1.2;color:#d91930;display:block; }
 }@media only screen and (max-width: 763px) { #UqXHNop9Gl8NUKTFd5pG5RcRpBWGBPCa { width:213.9px;height:18.1944px;top:70.6015625px;left:53.0234375px;font-size:13px;line-height:1.4;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #naGdxaRQVBb1eeVAHykmCNbROX4b0T9y { width:282.963px;height:25.1852px;top:99.502319335938px;left:18.495370864868px;font-size:21px;text-align:center;text-align-last:center;line-height:1.2;color:#0c2558;display:block; }
 }@media only screen and (max-width: 763px) { #PWPm7SJEILUSWT5AiqNhdmpbMXF56KnR { width:319.988px;height:19.1898px;top:359.97686767578px;left:0px;font-size:16px;text-align:center;text-align-last:center;line-height:1.2;color:#05084d;display:block; }
 }@media only screen and (max-width: 763px) { #KXXgGR3WdMQ1DdRnXlxcnaNOMBsd05P1 { width:193.97px;height:43.1944px;top:220.49769592285px;left:62.986110687256px;font-size:36px;text-align:center;text-align-last:center;line-height:1.2;color:#d91930;display:block; }
 }@media only screen and (max-width: 763px) { #kkeTMpn2k9ONoHVdhlKTqPR22oZ4JTqD { width:135px;height:58.5562px;top:5.2421875px;left:92.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { display:block; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { width:320px;height:178px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1l2y9qL6zTpJzavmuN1WxKmoAGneEJG { width:320px;height:54.5833px;top:20px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx { display:flex;width:288px;height:81px;top:74.560195922852px;left:0px; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #IVSBbcR4rhaNFLdk3eTfRfIpklC4Lb2D { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CCmPsePuTtpGKd7Q8PV5UVSMTHdBES0Z {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #gWBf3XF4A8SngPWcnTLBUMMiT2pTzyoO {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #MRaDaBTTegqBWuTaWCk030F4o6CrTK3D { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #ctoTtoszSohHZCHTTJygg0GZSxTW6sy8 {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #CAVBzKoZMBLp4H7XspLwfTBXqyZlUdcw {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #lErD8eUPoZiZamCG4NMSF99nQxDo0q1K { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #sEhMeCiDW9LISy6OiWspyT7fpv50elyk {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #wop1EfUNypcCiFqdwfHRnAZ7PO4wZ7su {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #cIwPStNIhctiiKxguP382tSXZpXeaoLt { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #zZhA1TitlzoAsIlnsn00G5QPa2s2h7c5 {  }
 }@media only screen and (max-width: 763px) { #qTASbQVcTUk5cC46cNv5LXoZFDZ0XhBx #oqAm4xPJOQT2CJgoheQCXbETZGpyzlgn {  }
 }@media only screen and (max-width: 763px) { #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2528961-9c80-49d5-b8b3-2898866988dc/sekcjanowylanding.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.adaptive-delivery-prevent-bg, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyload, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyloading { background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { background-color: transparent; background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .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); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { width:320px;height:653px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNExD8UAaS7LaGDwaKGJVCmbEppABJnG { width:224.82208px;height:41.81248px;top:581.51623535156px;left:46.608798980713px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #fhTlG0cFy2vCZE4Zq1x78AcLVdneA80b { display:block; }
 }@media only screen and (max-width: 763px) { #PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { width:320px;height:518.2058px;top:31.125px;left:1.9765625px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2528961-9c80-49d5-b8b3-2898866988dc/sekcjanowylanding.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE.adaptive-delivery-prevent-bg, #Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE.lazyload, #Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE.lazyloading { background-image: none; }#Sn8ftM1VUcXz1y5yhts6s9Dc0T6cXwlE > .row .container { width:320px;height:817px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AZiMeXOFTloxVcLs9lDzakTAkR81siC2 { width:230.61456px;height:47.61116px;top:744.53128051758px;left:44.444447517395px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #O5OAVTKuJrJKTlrV5A0iHWphER6k4ZF7 { display:block; }
 }@media only screen and (max-width: 763px) { #gwGG1kqarLDEObThdgcq0UPAlu21nAud { width:320px;height:665.7983px;top:31.125px;left:1.9765625px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AMlyIJebzITkfZqXNTKrRhWfwcwkqXll { display:none; }#AMlyIJebzITkfZqXNTKrRhWfwcwkqXll > .row .container { width:320px;height:553px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HCX7xTNZI474Rho6DFKiX9aIzREoyE3f { width:319.988px;height:23.3912px;top:32.025466918945px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btNfwHQthQXn2WCqqVTiWi9Xv4TMaJrh { width:299.977px;height:116.956px;top:150.1620464325px;left:9.9884262084961px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #u1tSMikUyzgSqgLSOdevp9DxGs3qqSM9 { width:69.9769px;height:70.9954px;top:79.166778564453px;left:125.00001144409px;display:block; }
 }@media only screen and (max-width: 763px) { #Bs601dhWwSPK2Sb1JxHG6uR1E4FNHNv5 { width:68.9931px;height:71.9907px;top:267.16436767578px;left:125.47454452515px;display:block; }
 }@media only screen and (max-width: 763px) { #VnWiSeCOwg4eif9WqvUyIWM1RWw51kFM { width:250.938px;height:116.956px;top:338.42599487305px;left:34.50231552124px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XLouGXTBVBPHxLrA67I5sbyk2rhO9nyz { width:306.17608px;height:66.17598px;top:464.44445800781px;left:5.9259262084961px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #bBg9LLIwKoxl9uT7Pl1mIDwUZcM4gARm { display:block; }
 }@media only screen and (max-width: 763px) { #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I { background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/88e497ae-2ebb-440e-b1b9-5374118f99f4/krzysztofsekcja.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.adaptive-delivery-prevent-bg, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyload, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyloading { background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { background-color: transparent; background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .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); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { width:320px;height:751px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { width:320px;height:401px;top:307px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { width:279.994px;height:22.0949px;top:325px;left:27px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NmtVvocBmWM6WGsinI18AC0RrZiegeva { width:278px;height:273.0898px;top:389.80000305176px;left:21.000001907349px;text-align:justify;text-align-last:initial;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { width:225px;height:261px;top:52.762496948242px;left:53.987501144409px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { width:320px;height:338px;top:356px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { width:184.987px;height:45.9937px;top:27.356262207031px;left:67.481247425079px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { width:198.994px;height:26.0062px;top:37.78125px;left:60.4874958992px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4qD3cPhtFWczdV4gigidXKf0KV7FxnP { display:block; }#A4qD3cPhtFWczdV4gigidXKf0KV7FxnP > .row .container { width:320px;height:424px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPHtb7HFTBcP9Q5dxT83FqoySF8BqrlX { width:267px;height:41.5741px;top:26.981323242188px;left:25.96874666214px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT9fprI2pi7mVVJ9bciMQN8Kk40B3voI { width:272.962px;height:49.3982px;top:354.99374389648px;left:23.493748188019px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2v84XV6hFX9NctvRtkvgTkgAXqOV0QE { width:320px;height:238px;top:86px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SRtqv4iZOT2t5lnvQoTpRn2zBk2q1Sxz { width:245px;height:20.7986px;top:167px;left:69px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s0WzI7OKHK7z5DoNrHWVRwIfDeU36w3d { width:216px;height:41.5741px;top:128px;left:69px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lBhHgwZ2DPgLI7fN2efivsaMrJnoMsMF { width:227px;height:64px;top:209.6875px;left:46.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6fH7I3eySRViGX1uhDtgIPEb5HRklw { display:block; }
 }@media only screen and (max-width: 763px) { #W6Zd2kOCdHEaivaWNOKA0zTQETcPmX3C { width:46px;height:46px;top:155px;left:22px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Qe17mRxb8NAB9mpn3nGBIhbBddAyAmkd { width:37px;height:36.025995393221px;top:120px;left:26px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #N5UF9UGPVAmorca5l5l1sI9Qr3IA8otS { width:170px;height:31px;top:288px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #fTDD3Jkf9zHCeHsKIJybxc25TM6lcX0s { display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { width:320px;height:339px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:320px;height:185.7528px;top:151.98750686646px;left:0px;font-size:13px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { width:62px;height:105px;top:22.974975585938px;left:129.00000572205px;display:block; }
 }