.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: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:#000000;background-image:url("https://images.assets-landingi.com/uc/043a3aa8-040b-4351-a21a-faa18db82ce4/landingimaindesktop2025dziekujemy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:660px;width:960px;overflow:visible;position:relative;display:block; }#w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { 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;box-shadow: none;height:224px;width:239px;top:54px;left:0px;overflow:hidden;display:block; }
#Tf9oRkfr7rX20VzBdGVGP8y89xLSxsUf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:74px;width:160px;top:138.5px;left:284.046875px;overflow:hidden;display:block; }
#vTBpOgPeSpEzXuloTfE7rKN1ne3DuhZu { color:#000000;display:block;width:453px;position:absolute;font-family:lato;font-size:27px;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:328.5px;left:27.046875px;height:188.9845px;font-style:normal;display:block; }
#kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { color:rgba(255,255,255,0.7);display:block;width:478px;position:absolute;font-family:"open sans";font-size:15px;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:660px;left:242px;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iUhuQ9O7WAt9NebAy0XpsuCaaX7VObyT { background-color:#4fb0b9;background-image:none;border-top:3px solid #4fb0b9;border-left:3px solid #4fb0b9;border-right:3px solid #4fb0b9;border-bottom:3px solid #4fb0b9;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:258px;height:55px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:550.5px;left:27.046875px;display:block; }
#Qtyg4B6x4mhdJ2TkCTXE9VLZ9d7LARSO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gTkRHJlF81ev3TKAQw9msSGcl2xJbage { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#gTkRHJlF81ev3TKAQw9msSGcl2xJbage > .row .container { background-color: transparent; background-image: none; }#gTkRHJlF81ev3TKAQw9msSGcl2xJbage::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTkRHJlF81ev3TKAQw9msSGcl2xJbage > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTkRHJlF81ev3TKAQw9msSGcl2xJbage > .row .container > .video-iframe-container { display: none; }#gTkRHJlF81ev3TKAQw9msSGcl2xJbage > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTkRHJlF81ev3TKAQw9msSGcl2xJbage > .row > .video-iframe-container { display: none; }#gTkRHJlF81ev3TKAQw9msSGcl2xJbage > .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); }#gTkRHJlF81ev3TKAQw9msSGcl2xJbage > .row .container { border-width: 0; border-radius: 0; }#gTkRHJlF81ev3TKAQw9msSGcl2xJbage > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTkRHJlF81ev3TKAQw9msSGcl2xJbage > .row .container { font-size:14px;font-family:"open sans";height:432px;width:960px;position:relative;display:block; }#CD6rZ7SMSkG68MNXhMWxOQofI3ZeSCHw { color:#4fb0b9;display:block;width:803px;position:absolute;font-family:"lato black";font-size:46px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.984375px;left:54.5px;height:59.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eghCporApXipoQasJbnJDd87TiZ0zJye { color:#4fb0b9;display:block;width:854px;position:absolute;font-family:lato;font-size:32px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:104.8125px;left:29px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7EtfToOCD17Iwf9Uoy0E7K7FDRp7w0P { color:#ffffff;display:block;width:284px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:287px;left:563px;height:41.5938px;text-align:left;text-align-last:left;display:block; }
#aKSxByAOtzVFJJIy6l91IO96wn5P6M6p { background-color:#4fb0b9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:19px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:41px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:226px;left:563px;display:block; }
#s6AV2H316ciHdZPva5UikyXVxuycszBk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XQTf7QL605BEDDweImcmeuRTKxmqI98f { position:absolute;display:block;z-index:15020;height:174px;width:310px;top:185px;left:29px;display:block; }
#izFLoEXJRkPRTbONnTepuo6iZD1yG2c2 { color:#ffffff;display:block;width:311px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:359px;left:25px;height:20.7969px;text-align:left;text-align-last:left;display:block; }
#TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4fb0b9;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; }#TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC > .row .container { background-color: transparent; background-image: none; }#TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC > .row .container > .video-iframe-container { display: none; }#TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC > .row > .video-iframe-container { display: none; }#TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC > .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); }#TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC > .row .container { border-width: 0; border-radius: 0; }#TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC > .row .container { font-size:14px;font-family:"open sans";height:498px;width:960px;position:relative;display:block; }#qeZitZSVBaXdDoiDeCX7guRzuNWZ06DV { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22px;left:0px;height:59.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wv3fzZZkksN2xEZeoUCiGKXHZZbpkhq8 { color:#000000;display:block;width:451px;position:absolute;font-family:"open sans";font-size:34px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:109.5px;left:63px;height:40.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FE376ab0IefgpmwRy24N2bD66I3Q6J4H { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#4fb0b9;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:42px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:108.5px;left:409.5px;display:block; }
#TtgdhsIIG7VNsp2K1ZODF5UbaJL8onq8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ExHkAi2JQciKTpXN2Mmu3wRbL6HFWcKB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:63px;width:221px;top:404.5px;left:131.5px;overflow:hidden;display:block; }
#ALhiOyJQWBnmIaIXyX4hah72MyK2cg0m { color:#000000;display:block;width:958px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:314.5px;left:0px;height:54.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Od7stmfQanrTZSuhMFrvvz6lgwbOTt5s { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:63px;width:221px;top:404.5px;left:613.5px;overflow:hidden;display:block; }
#cZuxRulLbHaBMWe1sHhuBwiCfVMWEXHt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#4fb0b9;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:42px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:246.5px;left:377.5px;display:block; }
#ARdWPCy45fPTcACpAfZUcQ8exm1W3XeJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nunCii51UJhqKcV0ngCOAQFCJJWuL69R { color:#000000;display:block;width:958px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:189px;left:0px;height:27.2969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jbkwsz0gzEXFoJ8BogbzOXwhx6v114F9 { color:#000000;display:block;width:334px;position:absolute;font-family:lato;font-size:21px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:116px;left:614.5px;height:27.2969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f51552b3-d1b0-48a1-9262-cf09995b4d68/tlosekcja3dolturkus.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52.adaptive-delivery-prevent-bg, #SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52.lazyload, #SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52.lazyloading { background-image: none; }#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 > .row .container { background-color: transparent; background-image: none; }#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 > .row .container > .video-iframe-container { display: none; }#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 > .row > .video-iframe-container { display: none; }#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 > .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); }#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 > .row .container { border-width: 0; border-radius: 0; }#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 > .row .container { font-size:14px;font-family:arial;height:70px;width:960px;position:relative;display:block; }#lrvk8bym4KlWQm34gZ6RXob1yG82D2zh { 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; }#lrvk8bym4KlWQm34gZ6RXob1yG82D2zh > .row .container { background-color: transparent; background-image: none; }#lrvk8bym4KlWQm34gZ6RXob1yG82D2zh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrvk8bym4KlWQm34gZ6RXob1yG82D2zh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrvk8bym4KlWQm34gZ6RXob1yG82D2zh > .row .container > .video-iframe-container { display: none; }#lrvk8bym4KlWQm34gZ6RXob1yG82D2zh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrvk8bym4KlWQm34gZ6RXob1yG82D2zh > .row > .video-iframe-container { display: none; }#lrvk8bym4KlWQm34gZ6RXob1yG82D2zh > .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); }#lrvk8bym4KlWQm34gZ6RXob1yG82D2zh > .row .container { border-width: 0; border-radius: 0; }#lrvk8bym4KlWQm34gZ6RXob1yG82D2zh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrvk8bym4KlWQm34gZ6RXob1yG82D2zh > .row .container { font-size:14px;font-family:"open sans";height:261px;width:960px;position:relative;display:block; }#qBIGvTJBwuKRRxgtSR0mMHlwZ5eJVfCW { color:#000000;display:block;width:952px;position:absolute;font-family:lato;font-size:30px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:32.5px;left:9px;height:195px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP { 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; }#a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP > .row .container { background-color: transparent; background-image: none; }#a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP > .row .container > .video-iframe-container { display: none; }#a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP > .row > .video-iframe-container { display: none; }#a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP > .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); }#a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP > .row .container { border-width: 0; border-radius: 0; }#a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#kKNqpbU0I67c6wkELqCzHkvVXHxx66h6 { box-sizing:content-box;height:282px;width:295px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c400054e-7cb5-4249-9231-7445542c778e/IMG_2710.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10px;left:11px;display:block; }#kKNqpbU0I67c6wkELqCzHkvVXHxx66h6.adaptive-delivery-prevent-bg, #kKNqpbU0I67c6wkELqCzHkvVXHxx66h6.lazyload, #kKNqpbU0I67c6wkELqCzHkvVXHxx66h6.lazyloading { background-image: none; }
#x7MoOsR0TEmam6gPwPtcrDXBIuXibGht { box-sizing:content-box;height:282px;width:295px;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6b27cfc2-3881-4a81-a95f-a881c1c03045/IMG_6759.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9px;left:332.5px;display:block; }#x7MoOsR0TEmam6gPwPtcrDXBIuXibGht.adaptive-delivery-prevent-bg, #x7MoOsR0TEmam6gPwPtcrDXBIuXibGht.lazyload, #x7MoOsR0TEmam6gPwPtcrDXBIuXibGht.lazyloading { background-image: none; }
#yFwtiZQ5Bmu319G1p6LxEHqXSw7BbCbu { box-sizing:content-box;height:282px;width:295px;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4ea28504-7bf0-41e0-a45a-d6b0beebf1c8/IMG_2639.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9px;left:652.5px;display:block; }#yFwtiZQ5Bmu319G1p6LxEHqXSw7BbCbu.adaptive-delivery-prevent-bg, #yFwtiZQ5Bmu319G1p6LxEHqXSw7BbCbu.lazyload, #yFwtiZQ5Bmu319G1p6LxEHqXSw7BbCbu.lazyloading { background-image: none; }
#qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu { 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; }#qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu > .row .container { background-color: transparent; background-image: none; }#qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu > .row .container > .video-iframe-container { display: none; }#qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu > .row > .video-iframe-container { display: none; }#qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu > .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); }#qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu > .row .container { border-width: 0; border-radius: 0; }#qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#VzORamXGWteEbZZ3kQRGkLhwcNlztz9z { box-sizing:content-box;height:282px;width:295px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b3de51c6-09dd-461e-a5da-2554784a7489/IMG_2482.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10px;left:11px;display:block; }#VzORamXGWteEbZZ3kQRGkLhwcNlztz9z.adaptive-delivery-prevent-bg, #VzORamXGWteEbZZ3kQRGkLhwcNlztz9z.lazyload, #VzORamXGWteEbZZ3kQRGkLhwcNlztz9z.lazyloading { background-image: none; }
#AzIpDSoEqH6HnblpXHzTUH7fu55JfWTR { box-sizing:content-box;height:282px;width:295px;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/711c103e-e6fd-4a33-a33d-98ff38917abe/Buka19.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9px;left:332.5px;display:block; }#AzIpDSoEqH6HnblpXHzTUH7fu55JfWTR.adaptive-delivery-prevent-bg, #AzIpDSoEqH6HnblpXHzTUH7fu55JfWTR.lazyload, #AzIpDSoEqH6HnblpXHzTUH7fu55JfWTR.lazyloading { background-image: none; }
#G3pTgoaAAkD8CWJzry7bw7hwxavVSf1N { box-sizing:content-box;height:282px;width:295px;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e9093b38-9efd-4ca9-8aa9-3648e5a03c55/IMG_4962.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9px;left:652.5px;display:block; }#G3pTgoaAAkD8CWJzry7bw7hwxavVSf1N.adaptive-delivery-prevent-bg, #G3pTgoaAAkD8CWJzry7bw7hwxavVSf1N.lazyload, #G3pTgoaAAkD8CWJzry7bw7hwxavVSf1N.lazyloading { background-image: none; }
#ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL { 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; }#ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL > .row .container { background-color: transparent; background-image: none; }#ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL > .row .container > .video-iframe-container { display: none; }#ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL > .row > .video-iframe-container { display: none; }#ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL > .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); }#ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL > .row .container { border-width: 0; border-radius: 0; }#ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#QBNB5JTpDDKVM3C9GJTKCilFeNwXRcMN { box-sizing:content-box;height:282px;width:295px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8b4e505a-f928-4b0d-9621-81be9b02d257/15rogate20251080x1080.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10px;left:11px;display:block; }#QBNB5JTpDDKVM3C9GJTKCilFeNwXRcMN.adaptive-delivery-prevent-bg, #QBNB5JTpDDKVM3C9GJTKCilFeNwXRcMN.lazyload, #QBNB5JTpDDKVM3C9GJTKCilFeNwXRcMN.lazyloading { background-image: none; }
#Qk5QKotoNFkufM9mrMKL7U9vFDTUR90W { box-sizing:content-box;height:282px;width:295px;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6892932a-668f-4f5d-81c0-be9c264a1206/15rogate20251080x10801.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9px;left:332.5px;display:block; }#Qk5QKotoNFkufM9mrMKL7U9vFDTUR90W.adaptive-delivery-prevent-bg, #Qk5QKotoNFkufM9mrMKL7U9vFDTUR90W.lazyload, #Qk5QKotoNFkufM9mrMKL7U9vFDTUR90W.lazyloading { background-image: none; }
#Eo8h6w8NRJuyJt0nttwS1lbuxsfd4cTe { box-sizing:content-box;height:282px;width:295px;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/befc9882-d970-4ccb-b6b2-650b01d68c7b/15rogate20251080x10802.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9px;left:652.5px;display:block; }#Eo8h6w8NRJuyJt0nttwS1lbuxsfd4cTe.adaptive-delivery-prevent-bg, #Eo8h6w8NRJuyJt0nttwS1lbuxsfd4cTe.lazyload, #Eo8h6w8NRJuyJt0nttwS1lbuxsfd4cTe.lazyloading { background-image: none; }
#mpn7A8ygZR3gCA1kqTcooOPP62pcaSx9 { 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; }#mpn7A8ygZR3gCA1kqTcooOPP62pcaSx9 > .row .container { border-width: 0; border-radius: 0; }#mpn7A8ygZR3gCA1kqTcooOPP62pcaSx9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mpn7A8ygZR3gCA1kqTcooOPP62pcaSx9 > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#E9DwHlmCTG9obhPuXhtD1Vfsx2mV9ANT { box-sizing:content-box;height:282px;width:295px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e96865b7-7ac3-4591-9fd9-bf3d7ba8a5c4/IMG_0029.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10px;left:11px;display:block; }#E9DwHlmCTG9obhPuXhtD1Vfsx2mV9ANT.adaptive-delivery-prevent-bg, #E9DwHlmCTG9obhPuXhtD1Vfsx2mV9ANT.lazyload, #E9DwHlmCTG9obhPuXhtD1Vfsx2mV9ANT.lazyloading { background-image: none; }
#evC2dXdUrxZdtHDJ7TBXRDlKMvuAiKJW { box-sizing:content-box;height:282px;width:295px;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4ddeab83-8e97-454c-bd6e-55b2c4d2ae25/IMG_0826.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9px;left:332.5px;display:block; }#evC2dXdUrxZdtHDJ7TBXRDlKMvuAiKJW.adaptive-delivery-prevent-bg, #evC2dXdUrxZdtHDJ7TBXRDlKMvuAiKJW.lazyload, #evC2dXdUrxZdtHDJ7TBXRDlKMvuAiKJW.lazyloading { background-image: none; }
#yH7Is2IEaGrc7euCslOpO6Cmpn9H6VMX { box-sizing:content-box;height:282px;width:295px;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f9267f03-e644-4a2c-93ca-8de5df9acaf6/IMG_0161.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9px;left:652.5px;display:block; }#yH7Is2IEaGrc7euCslOpO6Cmpn9H6VMX.adaptive-delivery-prevent-bg, #yH7Is2IEaGrc7euCslOpO6Cmpn9H6VMX.lazyload, #yH7Is2IEaGrc7euCslOpO6Cmpn9H6VMX.lazyloading { background-image: none; }
#ZqD5R4OQx93xvC1M9grEp2rMLZGVlpQM { 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; }#ZqD5R4OQx93xvC1M9grEp2rMLZGVlpQM > .row .container { border-width: 0; border-radius: 0; }#ZqD5R4OQx93xvC1M9grEp2rMLZGVlpQM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqD5R4OQx93xvC1M9grEp2rMLZGVlpQM > .row .container { font-size:14px;font-family:arial;height:166px;width:960px;position:relative;display:none; }#SyOOE0vtfcHdgDgrv9QDc16WOBGg5M8A { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:153px;width:230px;top:5px;left:5px;overflow:hidden;display:block; }
#MCzvG126mAgJnXUupQgclFtpERQNm3AG { 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;box-shadow: none;height:153px;width:230px;top:5px;left:245px;overflow:hidden;display:block; }
#hcCxVIJtsTzQLaTamRErEt253lCWii6Q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:153px;width:230px;top:5px;left:485px;overflow:hidden;display:block; }
#Xlh4PsgU9xRT17iTaSPtm8nH25mBDqmw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:153px;width:230px;top:5px;left:725px;overflow:hidden;display:block; }
#ulDW0V718xX1oHififxppfU2Tz2ER40L { 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; }#ulDW0V718xX1oHififxppfU2Tz2ER40L > .row .container { border-width: 0; border-radius: 0; }#ulDW0V718xX1oHififxppfU2Tz2ER40L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ulDW0V718xX1oHififxppfU2Tz2ER40L > .row .container { font-size:14px;font-family:arial;height:166px;width:960px;position:relative;display:none; }#FMiQ5MycGaHJ6MNr4xml7zipT2lFDTrO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:153px;width:230px;top:5px;left:5px;overflow:hidden;display:block; }
#F0RWyhiKJBk8AQZfQao6UVunkwqp3sNI { 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;box-shadow: none;height:153px;width:230px;top:5px;left:245px;overflow:hidden;display:block; }
#qc2WhqU8eHqS7lErmK5BpoEQz26AwIEn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:153px;width:230px;top:5px;left:485px;overflow:hidden;display:block; }
#b4fnE9I36PCbo8Gr1SJ3fGporbzO5I6o { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:153px;width:230px;top:5px;left:725px;overflow:hidden;display:block; }
#Sow0F20OJRQePe0iE9RvIERxG6EDm6KZ { 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; }#Sow0F20OJRQePe0iE9RvIERxG6EDm6KZ > .row .container { border-width: 0; border-radius: 0; }#Sow0F20OJRQePe0iE9RvIERxG6EDm6KZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sow0F20OJRQePe0iE9RvIERxG6EDm6KZ > .row .container { font-size:14px;font-family:arial;height:166px;width:960px;position:relative;display:none; }#RQ7ta1m2txAiWgegPcCRdEESqogQB5Qr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:153px;width:230px;top:5px;left:5px;overflow:hidden;display:block; }
#B9dSvQaBpaIA896H2vZBZ2cJZcvbkmvs { 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;box-shadow: none;height:153px;width:230px;top:5px;left:245px;overflow:hidden;display:block; }
#aQ8aD39qPRdsHVGF115ONi7G2fTBnoHp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:153px;width:230px;top:5px;left:485px;overflow:hidden;display:block; }
#PuQh1ZwwZ78r2NnEplZHpghiGTfuT6MH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:153px;width:230px;top:5px;left:725px;overflow:hidden;display:block; }
#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04dbb330-6f18-40d6-b76f-4a7b4391379c/tlosekcjaturkusaplikacjagora.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy.adaptive-delivery-prevent-bg, #cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy.lazyload, #cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy.lazyloading { background-image: none; }#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy > .row .container { background-color: transparent; background-image: none; }#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy > .row .container > .video-iframe-container { display: none; }#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy > .row > .video-iframe-container { display: none; }#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy > .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); }#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy > .row .container { border-width: 0; border-radius: 0; }#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy > .row .container { font-size:14px;font-family:arial;height:70px;width:960px;position:relative;display:block; }#pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00d5df;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; }#pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 > .row .container { background-color: transparent; background-image: none; }#pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 > .row .container > .video-iframe-container { display: none; }#pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 > .row > .video-iframe-container { display: none; }#pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 > .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); }#pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 > .row .container { border-width: 0; border-radius: 0; }#pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 > .row .container { font-size:14px;font-family:arial;height:396px;width:960px;position:relative;display:block; }#ATq4ZVcaQSEvPLqR4q4lbTu1sGdHTONw { color:#fff4f4;display:block;width:443px;position:absolute;font-family:lato;font-size:57px;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:0px;left:504px;height:136.797px;text-align:left;text-align-last:left;display:block; }
#tlOnUqoPV5fueAQ56VAo60E22conGMGd { color:#ffffff;display:block;width:432px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:161.0234375px;left:504px;height:227.969px;text-align:left;text-align-last:left;display:block; }#tlOnUqoPV5fueAQ56VAo60E22conGMGd li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#tlOnUqoPV5fueAQ56VAo60E22conGMGd li:before{  }
#aO2hnv6LWc1CUgn37naoGqhhaAtsmPhQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:257px;width:226px;top:0px;left:127px;overflow:hidden;display:block; }
#dKWUag02NVUctpoF1JTRoiUUF4cxQa88 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:58px;width:195px;top:283px;left:258px;overflow:hidden;display:block; }
#SPFibv0demFIPRF7lQ6Z2pEmM2wlU6Ro { 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;box-shadow: none;height:58px;width:189px;top:283px;left:27px;overflow:hidden;display:block; }
#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3b84445f-9ce5-40fb-bf84-877a6a746838/tlosekcjaturkusaplikacjadol.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO.adaptive-delivery-prevent-bg, #eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO.lazyload, #eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO.lazyloading { background-image: none; }#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO > .row .container { background-color: transparent; background-image: none; }#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO > .row .container > .video-iframe-container { display: none; }#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO > .row > .video-iframe-container { display: none; }#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO > .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); }#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO > .row .container { border-width: 0; border-radius: 0; }#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO > .row .container { font-size:14px;font-family:arial;height:70px;width:960px;position:relative;display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { 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; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { background-color: transparent; background-image: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .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); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { border-width: 0; border-radius: 0; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { font-size:14px;font-family:"open sans";height:593px;width:960px;position:relative;display:block; }#U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { color:rgba(40,40,40,0.7);display:block;width:412px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:180px;left:485.5px;height:360px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wrTC0z0uP4QKkTnIDT4I3BCNSyaatsyy { background-color:#4fb0b9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;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:19px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:41px;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:454px;left:633.5px;display:block; }
#xmldsxb5kGwpooWRGTFviBbukewderOV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AP91ETT1gZI1ZAWGakFlATsgSwGnZnAy { color:#000000;display:block;width:256px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:547px;left:639px;height:20.7969px;display:block; }
#vCZPq4QF0FCfsKkESaUWoIlaxCJlh6ds { box-sizing:content-box;color:#152737;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:15043;top:532px;left:860px;display:block; }
#ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { 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;box-shadow: none;height:147px;width:147px;top:17px;left:751.5px;overflow:hidden;display:block; }
#xn2yKA12wODW5gl4o0JBTNohJmepnnhN { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:484px;width:484px;top:42px;left:0px;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 { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { width:239px;height:224px;top:54px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9oRkfr7rX20VzBdGVGP8y89xLSxsUf { width:160px;height:74px;top:138px;left:186.046875px;display:block; }
 }@media only screen and (max-width: 763px) { #vTBpOgPeSpEzXuloTfE7rKN1ne3DuhZu { width:453px;height:188px;top:328px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { width:478px;height:0;top:660px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #iUhuQ9O7WAt9NebAy0XpsuCaaX7VObyT { width:258px;height:55px;top:550px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Qtyg4B6x4mhdJ2TkCTXE9VLZ9d7LARSO { display:block; }
 }@media only screen and (max-width: 763px) { #gTkRHJlF81ev3TKAQw9msSGcl2xJbage { display:block; }#gTkRHJlF81ev3TKAQw9msSGcl2xJbage > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD6rZ7SMSkG68MNXhMWxOQofI3ZeSCHw { width:764px;height:59px;top:21px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eghCporApXipoQasJbnJDd87TiZ0zJye { width:764px;height:41px;top:104px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #I7EtfToOCD17Iwf9Uoy0E7K7FDRp7w0P { width:284px;height:41px;top:287px;left:465px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aKSxByAOtzVFJJIy6l91IO96wn5P6M6p { width:205px;height:41px;top:226px;left:465px;display:block; }
 }@media only screen and (max-width: 763px) { #s6AV2H316ciHdZPva5UikyXVxuycszBk { display:block; }
 }@media only screen and (max-width: 763px) { #XQTf7QL605BEDDweImcmeuRTKxmqI98f { width:310px;height:174px;top:185px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #izFLoEXJRkPRTbONnTepuo6iZD1yG2c2 { width:311px;height:20px;top:359px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC { display:block; }#TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeZitZSVBaXdDoiDeCX7guRzuNWZ06DV { width:764px;height:59px;top:22px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wv3fzZZkksN2xEZeoUCiGKXHZZbpkhq8 { width:451px;height:40px;top:109px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FE376ab0IefgpmwRy24N2bD66I3Q6J4H { width:205px;height:42px;top:108px;left:311.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TtgdhsIIG7VNsp2K1ZODF5UbaJL8onq8 { display:block; }
 }@media only screen and (max-width: 763px) { #ExHkAi2JQciKTpXN2Mmu3wRbL6HFWcKB { width:221px;height:63px;top:404px;left:33.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ALhiOyJQWBnmIaIXyX4hah72MyK2cg0m { width:764px;height:54px;top:314px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Od7stmfQanrTZSuhMFrvvz6lgwbOTt5s { width:221px;height:63px;top:404px;left:515.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cZuxRulLbHaBMWe1sHhuBwiCfVMWEXHt { width:205px;height:42px;top:246px;left:279.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ARdWPCy45fPTcACpAfZUcQ8exm1W3XeJ { display:block; }
 }@media only screen and (max-width: 763px) { #nunCii51UJhqKcV0ngCOAQFCJJWuL69R { width:764px;height:27px;top:189px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jbkwsz0gzEXFoJ8BogbzOXwhx6v114F9 { width:334px;height:27px;top:116px;left:430px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 { display:block; }#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrvk8bym4KlWQm34gZ6RXob1yG82D2zh { display:block; }#lrvk8bym4KlWQm34gZ6RXob1yG82D2zh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBIGvTJBwuKRRxgtSR0mMHlwZ5eJVfCW { width:764px;height:195px;top:32px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP { display:block; }#a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKNqpbU0I67c6wkELqCzHkvVXHxx66h6 { width:295px;height:282px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #x7MoOsR0TEmam6gPwPtcrDXBIuXibGht { width:295px;height:282px;top:9px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #yFwtiZQ5Bmu319G1p6LxEHqXSw7BbCbu { width:295px;height:282px;top:9px;left:467px;display:block; }
 }@media only screen and (max-width: 763px) { #qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu { display:block; }#qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzORamXGWteEbZZ3kQRGkLhwcNlztz9z { width:295px;height:282px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AzIpDSoEqH6HnblpXHzTUH7fu55JfWTR { width:295px;height:282px;top:9px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #G3pTgoaAAkD8CWJzry7bw7hwxavVSf1N { width:295px;height:282px;top:9px;left:467px;display:block; }
 }@media only screen and (max-width: 763px) { #ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL { display:block; }#ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBNB5JTpDDKVM3C9GJTKCilFeNwXRcMN { width:295px;height:282px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Qk5QKotoNFkufM9mrMKL7U9vFDTUR90W { width:295px;height:282px;top:9px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #Eo8h6w8NRJuyJt0nttwS1lbuxsfd4cTe { width:295px;height:282px;top:9px;left:467px;display:block; }
 }@media only screen and (max-width: 763px) { #mpn7A8ygZR3gCA1kqTcooOPP62pcaSx9 { display:block; }#mpn7A8ygZR3gCA1kqTcooOPP62pcaSx9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9DwHlmCTG9obhPuXhtD1Vfsx2mV9ANT { width:295px;height:282px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #evC2dXdUrxZdtHDJ7TBXRDlKMvuAiKJW { width:295px;height:282px;top:9px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #yH7Is2IEaGrc7euCslOpO6Cmpn9H6VMX { width:295px;height:282px;top:9px;left:467px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqD5R4OQx93xvC1M9grEp2rMLZGVlpQM { display:block; }#ZqD5R4OQx93xvC1M9grEp2rMLZGVlpQM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyOOE0vtfcHdgDgrv9QDc16WOBGg5M8A { width:230px;height:153px;top:5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MCzvG126mAgJnXUupQgclFtpERQNm3AG { width:230px;height:153px;top:5px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #hcCxVIJtsTzQLaTamRErEt253lCWii6Q { width:230px;height:153px;top:5px;left:343px;display:block; }
 }@media only screen and (max-width: 763px) { #Xlh4PsgU9xRT17iTaSPtm8nH25mBDqmw { width:230px;height:153px;top:5px;left:534px;display:block; }
 }@media only screen and (max-width: 763px) { #ulDW0V718xX1oHififxppfU2Tz2ER40L { display:block; }#ulDW0V718xX1oHififxppfU2Tz2ER40L > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMiQ5MycGaHJ6MNr4xml7zipT2lFDTrO { width:230px;height:153px;top:5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #F0RWyhiKJBk8AQZfQao6UVunkwqp3sNI { width:230px;height:153px;top:5px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #qc2WhqU8eHqS7lErmK5BpoEQz26AwIEn { width:230px;height:153px;top:5px;left:343px;display:block; }
 }@media only screen and (max-width: 763px) { #b4fnE9I36PCbo8Gr1SJ3fGporbzO5I6o { width:230px;height:153px;top:5px;left:534px;display:block; }
 }@media only screen and (max-width: 763px) { #Sow0F20OJRQePe0iE9RvIERxG6EDm6KZ { display:block; }#Sow0F20OJRQePe0iE9RvIERxG6EDm6KZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQ7ta1m2txAiWgegPcCRdEESqogQB5Qr { width:230px;height:153px;top:5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #B9dSvQaBpaIA896H2vZBZ2cJZcvbkmvs { width:230px;height:153px;top:5px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #aQ8aD39qPRdsHVGF115ONi7G2fTBnoHp { width:230px;height:153px;top:5px;left:343px;display:block; }
 }@media only screen and (max-width: 763px) { #PuQh1ZwwZ78r2NnEplZHpghiGTfuT6MH { width:230px;height:153px;top:5px;left:534px;display:block; }
 }@media only screen and (max-width: 763px) { #cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy { display:block; }#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 { display:block; }#pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATq4ZVcaQSEvPLqR4q4lbTu1sGdHTONw { width:443px;height:136px;top:0px;left:321px;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #tlOnUqoPV5fueAQ56VAo60E22conGMGd { width:432px;height:227px;top:161px;left:332px;font-size:16px;display:block; }#tlOnUqoPV5fueAQ56VAo60E22conGMGd li:before{  }
 }@media only screen and (max-width: 763px) { #aO2hnv6LWc1CUgn37naoGqhhaAtsmPhQ { width:226px;height:257px;top:0px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #dKWUag02NVUctpoF1JTRoiUUF4cxQa88 { width:195px;height:58px;top:283px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #SPFibv0demFIPRF7lQ6Z2pEmM2wlU6Ro { width:189px;height:58px;top:283px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO { display:block; }#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { width:412px;height:360px;top:180px;left:352px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wrTC0z0uP4QKkTnIDT4I3BCNSyaatsyy { width:265px;height:41px;top:454px;left:499px;display:block; }
 }@media only screen and (max-width: 763px) { #xmldsxb5kGwpooWRGTFviBbukewderOV { display:block; }
 }@media only screen and (max-width: 763px) { #AP91ETT1gZI1ZAWGakFlATsgSwGnZnAy { width:256px;height:20px;top:547px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #vCZPq4QF0FCfsKkESaUWoIlaxCJlh6ds { width:50px;height:50px;top:532px;left:714px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { width:147px;height:147px;top:17px;left:617px;display:block; }
 }@media only screen and (max-width: 763px) { #xn2yKA12wODW5gl4o0JBTNohJmepnnhN { width:484px;height:484px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ffe81471-0757-4eab-8b4a-a14ac2e63f6d/landingimainmobile2025dziekujemy.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:981px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { width:233px;height:218px;top:0px;left:43.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9oRkfr7rX20VzBdGVGP8y89xLSxsUf { width:145px;height:67px;top:777px;left:87.5px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vTBpOgPeSpEzXuloTfE7rKN1ne3DuhZu { width:280px;height:180px;top:213.5px;left:20px;text-align:center;text-align-last:center;font-size:20px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { width:300px;height:0;top:166px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #iUhuQ9O7WAt9NebAy0XpsuCaaX7VObyT { width:258px;height:55px;top:863px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Qtyg4B6x4mhdJ2TkCTXE9VLZ9d7LARSO { display:block; }
 }@media only screen and (max-width: 763px) { #gTkRHJlF81ev3TKAQw9msSGcl2xJbage { display:block; }#gTkRHJlF81ev3TKAQw9msSGcl2xJbage > .row .container { width:320px;height:745px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD6rZ7SMSkG68MNXhMWxOQofI3ZeSCHw { width:300px;height:136.5px;top:22px;left:10px;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #eghCporApXipoQasJbnJDd87TiZ0zJye { width:320px;height:101.391px;top:205px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7EtfToOCD17Iwf9Uoy0E7K7FDRp7w0P { width:320px;height:41.5938px;top:541.703125px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aKSxByAOtzVFJJIy6l91IO96wn5P6M6p { width:205px;height:41px;top:630px;left:57.5px;display:block; }
 }@media only screen and (max-width: 763px) { #s6AV2H316ciHdZPva5UikyXVxuycszBk { display:block; }
 }@media only screen and (max-width: 763px) { #XQTf7QL605BEDDweImcmeuRTKxmqI98f { width:310px;height:174px;top:341px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #izFLoEXJRkPRTbONnTepuo6iZD1yG2c2 { width:311px;height:20.7969px;top:704px;left:4.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC { display:block; }#TWxmdbFqDiKH8MxcvtreSAkU6cIOZxXC > .row .container { width:320px;height:807px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeZitZSVBaXdDoiDeCX7guRzuNWZ06DV { width:300px;height:136.5px;top:15px;left:10px;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wv3fzZZkksN2xEZeoUCiGKXHZZbpkhq8 { width:320px;height:37.1953px;top:170px;left:0px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #FE376ab0IefgpmwRy24N2bD66I3Q6J4H { width:205px;height:41px;top:240px;left:57.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TtgdhsIIG7VNsp2K1ZODF5UbaJL8onq8 { display:block; }
 }@media only screen and (max-width: 763px) { #ExHkAi2JQciKTpXN2Mmu3wRbL6HFWcKB { width:221px;height:63px;top:616.375px;left:49.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ALhiOyJQWBnmIaIXyX4hah72MyK2cg0m { width:320px;height:62.3907px;top:533px;left:0px;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Od7stmfQanrTZSuhMFrvvz6lgwbOTt5s { width:221px;height:63px;top:708px;left:49.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cZuxRulLbHaBMWe1sHhuBwiCfVMWEXHt { width:205px;height:41px;top:451px;left:57.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ARdWPCy45fPTcACpAfZUcQ8exm1W3XeJ { display:block; }
 }@media only screen and (max-width: 763px) { #nunCii51UJhqKcV0ngCOAQFCJJWuL69R { width:320px;height:41.5938px;top:383.5px;left:0px;text-align:center;text-align-last:center;z-index:15002;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jbkwsz0gzEXFoJ8BogbzOXwhx6v114F9 { width:320px;height:28.5938px;top:318px;left:0px;text-align:center;text-align-last:center;z-index:15002;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 { display:block; }#SZA9dfw0K6iqoBanAKdyiTkCxkxtqD52 > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrvk8bym4KlWQm34gZ6RXob1yG82D2zh { display:block; }#lrvk8bym4KlWQm34gZ6RXob1yG82D2zh > .row .container { width:320px;height:605px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBIGvTJBwuKRRxgtSR0mMHlwZ5eJVfCW { width:320px;height:585px;top:20px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP { display:block; }#a0ZNAexQWcK0d1gJSTTWm49QWcDeN6bP > .row .container { width:320px;height:926px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKNqpbU0I67c6wkELqCzHkvVXHxx66h6 { width:295px;height:282px;top:20px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #x7MoOsR0TEmam6gPwPtcrDXBIuXibGht { width:295px;height:282px;top:322px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #yFwtiZQ5Bmu319G1p6LxEHqXSw7BbCbu { width:295px;height:282px;top:624px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu { display:block; }#qNUE9DmR6G7TtkHiVqZZDf0tEGJTLgwu > .row .container { width:320px;height:926px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzORamXGWteEbZZ3kQRGkLhwcNlztz9z { width:295px;height:282px;top:20px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #AzIpDSoEqH6HnblpXHzTUH7fu55JfWTR { width:295px;height:282px;top:322px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #G3pTgoaAAkD8CWJzry7bw7hwxavVSf1N { width:295px;height:282px;top:624px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL { display:block; }#ZAA9ECDBPKGtNk9H1MibbT13WV1IbQwL > .row .container { width:320px;height:926px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBNB5JTpDDKVM3C9GJTKCilFeNwXRcMN { width:295px;height:282px;top:20px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Qk5QKotoNFkufM9mrMKL7U9vFDTUR90W { width:295px;height:282px;top:322px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Eo8h6w8NRJuyJt0nttwS1lbuxsfd4cTe { width:295px;height:282px;top:624px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mpn7A8ygZR3gCA1kqTcooOPP62pcaSx9 { display:block; }#mpn7A8ygZR3gCA1kqTcooOPP62pcaSx9 > .row .container { width:320px;height:926px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9DwHlmCTG9obhPuXhtD1Vfsx2mV9ANT { width:295px;height:282px;top:20px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #evC2dXdUrxZdtHDJ7TBXRDlKMvuAiKJW { width:295px;height:282px;top:322px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #yH7Is2IEaGrc7euCslOpO6Cmpn9H6VMX { width:295px;height:282px;top:624px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqD5R4OQx93xvC1M9grEp2rMLZGVlpQM { display:none; }#ZqD5R4OQx93xvC1M9grEp2rMLZGVlpQM > .row .container { width:320px;height:712px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SyOOE0vtfcHdgDgrv9QDc16WOBGg5M8A { width:230px;height:153px;top:20px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #MCzvG126mAgJnXUupQgclFtpERQNm3AG { width:230px;height:153px;top:193px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #hcCxVIJtsTzQLaTamRErEt253lCWii6Q { width:230px;height:153px;top:366px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #Xlh4PsgU9xRT17iTaSPtm8nH25mBDqmw { width:230px;height:153px;top:539px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #ulDW0V718xX1oHififxppfU2Tz2ER40L { display:none; }#ulDW0V718xX1oHififxppfU2Tz2ER40L > .row .container { width:320px;height:712px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FMiQ5MycGaHJ6MNr4xml7zipT2lFDTrO { width:230px;height:153px;top:20px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #F0RWyhiKJBk8AQZfQao6UVunkwqp3sNI { width:230px;height:153px;top:193px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #qc2WhqU8eHqS7lErmK5BpoEQz26AwIEn { width:230px;height:153px;top:366px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #b4fnE9I36PCbo8Gr1SJ3fGporbzO5I6o { width:230px;height:153px;top:539px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #Sow0F20OJRQePe0iE9RvIERxG6EDm6KZ { display:none; }#Sow0F20OJRQePe0iE9RvIERxG6EDm6KZ > .row .container { width:320px;height:712px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RQ7ta1m2txAiWgegPcCRdEESqogQB5Qr { width:230px;height:153px;top:20px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #B9dSvQaBpaIA896H2vZBZ2cJZcvbkmvs { width:230px;height:153px;top:193px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #aQ8aD39qPRdsHVGF115ONi7G2fTBnoHp { width:230px;height:153px;top:366px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #PuQh1ZwwZ78r2NnEplZHpghiGTfuT6MH { width:230px;height:153px;top:539px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy { display:block; }#cLnNcnoOmNPpfDHqDdLNx04yL6EqwfIy > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 { display:block; }#pCOnd79ThSu6CgvAIE5W8OJwQdeFogv8 > .row .container { width:320px;height:845px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATq4ZVcaQSEvPLqR4q4lbTu1sGdHTONw { width:320px;height:76.7812px;top:453px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlOnUqoPV5fueAQ56VAo60E22conGMGd { width:320px;height:269.562px;top:556.1875px;left:0px;font-size:16px;display:block; }#tlOnUqoPV5fueAQ56VAo60E22conGMGd li:before{  }
 }@media only screen and (max-width: 763px) { #aO2hnv6LWc1CUgn37naoGqhhaAtsmPhQ { width:226px;height:257px;top:20px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #dKWUag02NVUctpoF1JTRoiUUF4cxQa88 { width:195px;height:58px;top:375px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #SPFibv0demFIPRF7lQ6Z2pEmM2wlU6Ro { width:189px;height:58px;top:297px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO { display:block; }#eHwi11qkgQ5dPWcJ8GZp2HJlQkfV1JBO > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { background-color:#ffffff;background-image:none;display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { background-color: transparent; background-image: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .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); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { width:320px;height:1147px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { width:300px;height:405px;top:194px;left:10px;text-align:center;text-align-last:center;font-size:15px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wrTC0z0uP4QKkTnIDT4I3BCNSyaatsyy { width:265px;height:41px;top:526px;left:27.5px;display:block; }
 }@media only screen and (max-width: 763px) { #xmldsxb5kGwpooWRGTFviBbukewderOV { display:block; }
 }@media only screen and (max-width: 763px) { #AP91ETT1gZI1ZAWGakFlATsgSwGnZnAy { width:256px;height:20.7969px;top:670px;left:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCZPq4QF0FCfsKkESaUWoIlaxCJlh6ds { width:50px;height:50px;top:710px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { width:147px;height:147px;top:33.5px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #xn2yKA12wODW5gl4o0JBTNohJmepnnhN { width:320px;height:320px;top:780px;left:0px;display:block; }
 }