.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#gs35T4LBsvz0CxA0k26redvovpFVJG27 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(123,97,80,0.5);background-image:url("https://images.assets-landingi.com/uc/fddb98dc-96ea-4f66-874a-4c21bfe9d7f7/Obszarroboczy166kopia2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gs35T4LBsvz0CxA0k26redvovpFVJG27.adaptive-delivery-prevent-bg, #gs35T4LBsvz0CxA0k26redvovpFVJG27.lazyload, #gs35T4LBsvz0CxA0k26redvovpFVJG27.lazyloading { background-image: none; }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row .container { background-color: transparent; background-image: none; }#gs35T4LBsvz0CxA0k26redvovpFVJG27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row .container > .video-iframe-container { display: none; }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row > .video-iframe-container { display: none; }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .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); }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row .container { border-width: 0; border-radius: 0; }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row .container { font-size:14px;font-family:arial;height:527px;width:1200px;position:relative;display:block; }#qemKUpMTmgJEoFze4kofzJfWVZ1qyPVI { position:absolute;display:block;z-index:14997;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:77px;width:203px;top:29px;left:493px;overflow:hidden;display:block; }
#NhKQzi7I2aZk6368mUHUhoLVehngwo3l { color:#ffffff;display:block;width:627px;position:absolute;font-family:marcellus;font-size:52px;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:195px;left:61px;height:124.7812px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VNp1PKRHsi0WqHISoDrbaENczyJG9ssP { color:#ffffff;display:block;width:636px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:355px;left:61px;height:28.5938px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc { position:relative;display:block; }#sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc { background-color: transparent; background-image: none; }#sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc > .row .container > .video-iframe-container { display: none; }#sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc > .row > .video-iframe-container { display: none; }#sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc > .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); }#sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc { border-width: 0; border-radius: 0; }#sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:346px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NsgRrrDhW0BCnHUWzpM4TbkauZ7dbURB { color:#47382f;display:block;width:370px;position:absolute;font-family:marcellus;font-size:44px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:104px;left:415px;height:57.1875px;text-align:center;text-align-last:center;display:block; }
#sfOh9vDKPogKaI1sualtigeEtfCuwSkz { color:#47382f;display:block;width:860px;position:absolute;font-family:marcellus;font-size:26px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:186px;left:170px;height:33.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xhbUDJ2fqSsUZAf48BTk3o6RkDNzn1wJ { position:absolute;display:block;z-index:15007;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:399px;width:400px;top:298px;left:689px;overflow:hidden;display:block; }
#VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f2ee;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; }#VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb > .row .container { background-color: transparent; background-image: none; }#VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb > .row .container > .video-iframe-container { display: none; }#VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb > .row > .video-iframe-container { display: none; }#VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb > .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); }#VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb > .row .container { border-width: 0; border-radius: 0; }#VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#W1hWytrsCeOrdT6nHv9ICTtJ8GzMEVcg { color:#47382f;display:block;width:317px;position:absolute;font-family:marcellus;font-size:29px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:68px;left:107px;height:37.6875px;text-align:left;text-align-last:left;display:block; }
#Zl10JfyBV5V6309cOignBQvHEKHLXh7q { color:#47382f;display:block;width:352px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:137px;left:156px;height:114.375px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r7VmfW8xGdw7UmkgLxPe0K1sBPm27ZSG { position:absolute;display:block;z-index:15007;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:400px;width:400px;top:298px;left:689px;overflow:hidden;display:none; }
#yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 { position:relative;display:block; }#yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 { background-color: transparent; background-image: none; }#yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 > .row .container > .video-iframe-container { display: none; }#yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 > .row > .video-iframe-container { display: none; }#yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 > .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); }#yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 { border-width: 0; border-radius: 0; }#yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:655px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w8rRiEDMwD9e3bELrgEy5li9dpkmNoVl { position:absolute;display:block;z-index:15008;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:399px;width:400px;top:118px;left:145px;overflow:hidden;display:block; }
#SCx6fLrqUyKaMg1IerAe8bpSilJkZ1U9 { color:#47382f;display:block;width:329px;position:absolute;font-family:marcellus;font-size:29px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:238px;left:647px;height:37.6875px;text-align:left;text-align-last:left;display:block; }
#HkwUm6WL507hCOqQw8yQ9fApoabH2HR2 { color:#47382f;display:block;width:352px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:307px;left:703px;height:85.7812px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BdT3Tlbt58NNqG5rSwQU6WQfW8wTQzXZ { position:absolute;display:block;z-index:15008;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:400px;width:400px;top:615px;left:679px;overflow:hidden;display:block; }
#ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f2ee;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; }#ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz > .row .container { background-color: transparent; background-image: none; }#ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz > .row .container > .video-iframe-container { display: none; }#ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz > .row > .video-iframe-container { display: none; }#ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz > .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); }#ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz > .row .container { border-width: 0; border-radius: 0; }#ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz > .row .container { font-size:14px;font-family:arial;height:313px;width:1200px;position:relative;display:block; }#FQpSIsyHJnwTLkwn0IhIn9ro9R3abrup { color:#47382f;display:block;width:524px;position:absolute;font-family:marcellus;font-size:29px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:68px;left:107px;height:37.6875px;text-align:left;text-align-last:left;display:block; }
#i7UUTy4PGFOOcr0c6laL0rTQOLHQhg4A { color:#47382f;display:block;width:481px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:137px;left:156px;height:114.375px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uGWOGoNE5OlOKiZUiEyq3nrI5QZC2t20 { position:absolute;display:block;z-index:15008;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:400px;width:400px;top:615px;left:679px;overflow:hidden;display:none; }
#GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN { position:relative;display:block; }#GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN { background-color: transparent; background-image: none; }#GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN > .row .container > .video-iframe-container { display: none; }#GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN > .row > .video-iframe-container { display: none; }#GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN > .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); }#GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN { border-width: 0; border-radius: 0; }#GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:131px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ { position:relative;display:block; }#afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ { background-color: transparent; background-image: none; }#afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ > .row .container > .video-iframe-container { display: none; }#afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ > .row > .video-iframe-container { display: none; }#afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ > .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); }#afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ { border-width: 0; border-radius: 0; }#afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:693px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RK90x4XHf9dbb8fxtw1rTeLRM7quhoET { color:#ffffff;display:block;width:318px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:199px;left:681px;height:114.375px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yMhZoOeE2Q6nUWJgCrf1sOIGRchEx8fs { color:#ffffff;display:block;width:334px;position:absolute;font-family:marcellus;font-size:29px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:86px;left:681px;height:75.375px;text-align:left;text-align-last:left;display:block; }
#Wub5BSacATJ7ltS5J0HOVQZyNVFfiCuL { color:#ffffff;display:block;width:311px;position:absolute;font-family:marcellus;font-size:29px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:352px;left:681px;height:75.375px;text-align:left;text-align-last:left;display:block; }
#ktvRRfOJVGxTBM5wMQuLTTXz766ozrn3 { 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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#47382f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:17px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:254px;height:48px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:477px;left:681px;display:block; }
#gwtmGImPOXZG5fuZNZ73fsUsTKkWkmh4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rGMxs37Aep6Gha5Zo9CtTWBdaG9DTWvT { box-sizing:content-box;height:554px;width:521px;position:absolute;display:block;z-index:15004;background-color:#47382f;background-image:none;top:27px;left:588px;border-top-right-radius:14px;border-bottom-right-radius:14px;border-bottom-left-radius:0;border-top-left-radius:0;display:block; }
#hPdmgvuSaJIWgq51fciBmNTMTDDdlJQL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14px;border-top-right-radius:0;border-bottom-left-radius:14px;border-bottom-right-radius:0;box-shadow: none;height:554px;width:497px;top:28px;left:91px;overflow:hidden;display:block; }
#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ { background-color:#f6f2ee;background-image:url("https://images.assets-landingi.com/uc/d4c409a3-194a-4450-824e-a02217765772/Obszarroboczy166kopia32.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ.adaptive-delivery-prevent-bg, #N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ.lazyload, #N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ.lazyloading { background-image: none; }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row .container { background-color: transparent; background-image: none; }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row .container > .video-iframe-container { display: none; }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row > .video-iframe-container { display: none; }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .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); }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row .container { border-width: 0; border-radius: 0; }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row .container { font-size:14px;font-family:arial;height:532px;width:1200px;overflow:visible;position:relative;display:block; }#krdM6httcQGfT08SA5wSkhdETXMIzzxu { color:#47382f;display:block;width:602px;position:absolute;font-family:marcellus;font-size:29px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:140px;left:299px;height:75.375px;text-align:center;text-align-last:center;display:block; }
#glbsVgVnkZpOq7ADWPsRWxQVkV9MHylE { color:#47382f;display:block;width:561px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:250px;left:320px;height:114.3751px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aWRQ8HMX0B0TO9A61hN3xnD9JIvTgTRV { box-sizing:content-box;height:354px;width:715px;position:absolute;display:block;z-index:15000;background-color:#f6f2ee;background-image:none;top:89px;left:242px;border-top-right-radius:14px;border-bottom-right-radius:14px;border-bottom-left-radius:14px;border-top-left-radius:14px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QEXoP37ZFogBJuclvT2toMKJeufCZ3DW { position:relative;display:block; }#QEXoP37ZFogBJuclvT2toMKJeufCZ3DW { background-color: transparent; background-image: none; }#QEXoP37ZFogBJuclvT2toMKJeufCZ3DW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEXoP37ZFogBJuclvT2toMKJeufCZ3DW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEXoP37ZFogBJuclvT2toMKJeufCZ3DW > .row .container > .video-iframe-container { display: none; }#QEXoP37ZFogBJuclvT2toMKJeufCZ3DW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEXoP37ZFogBJuclvT2toMKJeufCZ3DW > .row > .video-iframe-container { display: none; }#QEXoP37ZFogBJuclvT2toMKJeufCZ3DW > .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); }#QEXoP37ZFogBJuclvT2toMKJeufCZ3DW { border-width: 0; border-radius: 0; }#QEXoP37ZFogBJuclvT2toMKJeufCZ3DW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QEXoP37ZFogBJuclvT2toMKJeufCZ3DW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:621px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uVQPkHQE5eal5FFbfJObpFCAHm4T4tkn { color:#47382f;display:block;width:95px;position:absolute;font-family:marcellus;font-size:29px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:210px;left:201px;height:37.6875px;text-align:left;text-align-last:left;display:block; }
#HfZcUGJ76Ec9BZ0ry6mTvJiRRlz2p5WN { color:#47382f;display:block;width:373px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:271px;left:201px;height:114.375px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ns4D0pwTLO1o58eUDSB0roE8QBZCuRWp { 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:400px;width:400px;top:103.875px;left:712px;overflow:hidden;display:block; }
#ITxgSMCsoqf69pEMDTBR97xRmfsiLlOp { color:#47382f;display:block;width:208px;position:absolute;font-family:marcellus;font-size:29px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:210px;left:340px;height:37.6875px;text-align:left;text-align-last:left;display:block; }
#xUZfm5fnFvUaNrATgXb20PNf3SXabGJ5 { position:absolute;display:block;z-index:15009;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:29px;width:32px;top:214.34375px;left:301px;overflow:hidden;display:block; }
#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c1f85746-6f5b-473b-9aac-4bfa8587fa71/KOCYKCLOVERYOSOYLIFESTYLEPHOTOBAMBOOBLANKET102.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51.adaptive-delivery-prevent-bg, #wKD17MSqgzi4LC0Xp1urNgIdLAks2U51.lazyload, #wKD17MSqgzi4LC0Xp1urNgIdLAks2U51.lazyloading { background-image: none; }#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 > .row .container { background-color: transparent; background-image: none; }#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 > .row .container > .video-iframe-container { display: none; }#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 > .row > .video-iframe-container { display: none; }#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 > .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); }#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 > .row .container { border-width: 0; border-radius: 0; }#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 > .row .container { font-size:14px;font-family:arial;height:501px;width:1200px;position:relative;display:block; }#UOks1k3DWe8Nk4tTsSu7oz7fS2WPw7av { box-sizing:content-box;height:207px;width:678px;position:absolute;display:block;z-index:15003;background-color:rgba(71,56,47,0.78);background-image:none;top:101px;left:259px;border-top-right-radius:14px;border-bottom-right-radius:14px;border-bottom-left-radius:14px;border-top-left-radius:14px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
#f6ezaWqESaVAWeKACF9CPTOC3pNtoViM { color:#ffffff;display:block;width:443px;position:absolute;font-family:marcellus;font-size:29px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:135px;left:379px;height:37.6875px;text-align:center;text-align-last:center;display:block; }
#TkCGPPhpfMeFmosNhLTgcbBnuxlFya6t { color:#ffffff;display:block;width:467px;position:absolute;font-family:"dm sans";font-size:22px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:196px;left:367px;height:57.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBIIf309EGEBPEATISSunAGswNaF0NZV { background-color:#47382f;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:17px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:218px;height:48px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:288px;left:491px;display:block; }
#nWHLKpFEAbqlx84EGigXnT8NLh3SnlEq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1f85746-6f5b-473b-9aac-4bfa8587fa71/KOCYKCLOVERYOSOYLIFESTYLEPHOTOBAMBOOBLANKET102.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN.adaptive-delivery-prevent-bg, #LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN.lazyload, #LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN.lazyloading { background-image: none; }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row .container { background-color: transparent; background-image: none; }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,56,47,0.79); }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row .container > .video-iframe-container { display: none; }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,56,47,0.79); }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row > .video-iframe-container { display: none; }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .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); }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row .container { border-width: 0; border-radius: 0; }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row .container { font-size:14px;font-family:arial;height:230px;width:1200px;position:relative;display:block; }#V6KMi44ElkaBCG5qBsTvhEDGsFEG7BJU { 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:55px;width:146px;top:40px;left:523px;overflow:hidden;display:block; }
#cghM7g5f6G0qLT4fSGzK1SETss6pWoKZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:136px;left:605px; }
#cghM7g5f6G0qLT4fSGzK1SETss6pWoKZ > img { max-width: 100%;max-height:100%; width:21px; height:21px; }#iWKZ0MJT3pCin03whQnA4KUQkDuVkyTd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"dm sans";font-size:13px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:144px;height:28px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:133px;left:361px;display:block; }
#fbyebNNM34GPnzKztCsO2MSekKCSx0cn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PqXCfd6f8DF9uwSKJN1XXwbK5h9pETDi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"dm sans";font-size:13px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:144px;height:28px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:133px;left:695px;display:block; }
#IifrtFEtzvMXJPZaZIDoNPTy8qtVHmJQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#C2HVsiiQcSXhdTwNhE3kI2qaQlbTNtoF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:136px;left:566px; }
#C2HVsiiQcSXhdTwNhE3kI2qaQlbTNtoF > img { max-width: 100%;max-height:100%; width:21px; height:21px; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gs35T4LBsvz0CxA0k26redvovpFVJG27 { display:block; }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qemKUpMTmgJEoFze4kofzJfWVZ1qyPVI { top:29px;left:275px;width:203px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #NhKQzi7I2aZk6368mUHUhoLVehngwo3l { top:195px;left:0px;width:627px;height:124px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #VNp1PKRHsi0WqHISoDrbaENczyJG9ssP { top:355px;left:0px;width:636px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc { display:block; }#sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsgRrrDhW0BCnHUWzpM4TbkauZ7dbURB { top:104px;left:197px;width:370px;height:57px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #sfOh9vDKPogKaI1sualtigeEtfCuwSkz { top:186px;left:0px;width:764px;height:33px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xhbUDJ2fqSsUZAf48BTk3o6RkDNzn1wJ { top:298px;left:364px;width:400px;height:399px;display:block; }
 }@media only screen and (max-width: 763px) { #VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb { display:block; }#VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1hWytrsCeOrdT6nHv9ICTtJ8GzMEVcg { top:68px;left:0px;width:317px;height:37px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Zl10JfyBV5V6309cOignBQvHEKHLXh7q { top:137px;left:0px;width:352px;height:114px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #r7VmfW8xGdw7UmkgLxPe0K1sBPm27ZSG { top:298px;left:364px;width:400px;height:400px;display:none; }
 }@media only screen and (max-width: 763px) { #yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 { display:block; }#yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8rRiEDMwD9e3bELrgEy5li9dpkmNoVl { top:118px;left:0px;width:400px;height:399px;display:block; }
 }@media only screen and (max-width: 763px) { #SCx6fLrqUyKaMg1IerAe8bpSilJkZ1U9 { top:238px;left:429px;width:329px;height:38px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HkwUm6WL507hCOqQw8yQ9fApoabH2HR2 { top:307px;left:412px;width:352px;height:85px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BdT3Tlbt58NNqG5rSwQU6WQfW8wTQzXZ { top:615px;left:364px;width:400px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz { display:block; }#ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQpSIsyHJnwTLkwn0IhIn9ro9R3abrup { top:68px;left:0px;width:524px;height:38px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #i7UUTy4PGFOOcr0c6laL0rTQOLHQhg4A { top:137px;left:0px;width:481px;height:114px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uGWOGoNE5OlOKiZUiEyq3nrI5QZC2t20 { top:615px;left:364px;width:400px;height:400px;display:none; }
 }@media only screen and (max-width: 763px) { #GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN { display:block; }#GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ { display:block; }#afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RK90x4XHf9dbb8fxtw1rTeLRM7quhoET { top:199px;left:446px;width:318px;height:114px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yMhZoOeE2Q6nUWJgCrf1sOIGRchEx8fs { top:86px;left:430px;width:334px;height:75px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Wub5BSacATJ7ltS5J0HOVQZyNVFfiCuL { top:352px;left:453px;width:311px;height:75px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ktvRRfOJVGxTBM5wMQuLTTXz766ozrn3 { width:254px;height:48px;top:477px;left:463px;display:block; }
 }@media only screen and (max-width: 763px) { #gwtmGImPOXZG5fuZNZ73fsUsTKkWkmh4 { display:block; }
 }@media only screen and (max-width: 763px) { #rGMxs37Aep6Gha5Zo9CtTWBdaG9DTWvT { top:27px;left:243px;width:521px;height:554px;display:block; }
 }@media only screen and (max-width: 763px) { #hPdmgvuSaJIWgq51fciBmNTMTDDdlJQL { top:28px;left:0px;width:497px;height:554px;display:block; }
 }@media only screen and (max-width: 763px) { #N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ { display:block; }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krdM6httcQGfT08SA5wSkhdETXMIzzxu { top:140px;left:81px;width:602px;height:75px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #glbsVgVnkZpOq7ADWPsRWxQVkV9MHylE { top:250px;left:102px;width:561px;height:142px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aWRQ8HMX0B0TO9A61hN3xnD9JIvTgTRV { top:89px;left:24px;width:715px;height:354px;display:block; }
 }@media only screen and (max-width: 763px) { #QEXoP37ZFogBJuclvT2toMKJeufCZ3DW { display:block; }#QEXoP37ZFogBJuclvT2toMKJeufCZ3DW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVQPkHQE5eal5FFbfJObpFCAHm4T4tkn { top:210px;left:0px;width:95px;height:38px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #HfZcUGJ76Ec9BZ0ry6mTvJiRRlz2p5WN { top:271px;left:0px;width:373px;height:114px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ns4D0pwTLO1o58eUDSB0roE8QBZCuRWp { top:103px;left:364px;width:400px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #ITxgSMCsoqf69pEMDTBR97xRmfsiLlOp { top:210px;left:122px;width:208px;height:37px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #xUZfm5fnFvUaNrATgXb20PNf3SXabGJ5 { top:214px;left:83px;width:32px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 { display:block; }#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOks1k3DWe8Nk4tTsSu7oz7fS2WPw7av { top:101px;left:41px;width:678px;height:207px;display:block; }
 }@media only screen and (max-width: 763px) { #f6ezaWqESaVAWeKACF9CPTOC3pNtoViM { top:135px;left:161px;width:443px;height:37px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #TkCGPPhpfMeFmosNhLTgcbBnuxlFya6t { top:196px;left:149px;width:467px;height:57px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TBIIf309EGEBPEATISSunAGswNaF0NZV { width:218px;height:48px;top:288px;left:273px;display:block; }
 }@media only screen and (max-width: 763px) { #nWHLKpFEAbqlx84EGigXnT8NLh3SnlEq { display:block; }
 }@media only screen and (max-width: 763px) { #LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN { display:block; }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6KMi44ElkaBCG5qBsTvhEDGsFEG7BJU { top:40px;left:305px;width:146px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #cghM7g5f6G0qLT4fSGzK1SETss6pWoKZ { top:136px;left:387px;width:21px;height:21px;display:block; }
#cghM7g5f6G0qLT4fSGzK1SETss6pWoKZ > img { max-width: 100%;max-height:100%; width:21px; height:21px; } }@media only screen and (max-width: 763px) { #iWKZ0MJT3pCin03whQnA4KUQkDuVkyTd { width:144px;height:28px;top:133px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #fbyebNNM34GPnzKztCsO2MSekKCSx0cn { display:block; }
 }@media only screen and (max-width: 763px) { #PqXCfd6f8DF9uwSKJN1XXwbK5h9pETDi { width:144px;height:28px;top:133px;left:477px;display:block; }
 }@media only screen and (max-width: 763px) { #IifrtFEtzvMXJPZaZIDoNPTy8qtVHmJQ { display:block; }
 }@media only screen and (max-width: 763px) { #C2HVsiiQcSXhdTwNhE3kI2qaQlbTNtoF { top:136px;left:348px;width:21px;height:21px;display:block; }
#C2HVsiiQcSXhdTwNhE3kI2qaQlbTNtoF > img { max-width: 100%;max-height:100%; width:21px; height:21px; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gs35T4LBsvz0CxA0k26redvovpFVJG27 { background-color:rgba(123,97,80,0.5);background-image:url("https://images.assets-landingi.com/uc/032fbec9-66fc-4a58-ac3a-b15d3a55620e/Obszarroboczy180.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gs35T4LBsvz0CxA0k26redvovpFVJG27.adaptive-delivery-prevent-bg, #gs35T4LBsvz0CxA0k26redvovpFVJG27.lazyload, #gs35T4LBsvz0CxA0k26redvovpFVJG27.lazyloading { background-image: none; }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row .container { background-color: transparent; background-image: none; }#gs35T4LBsvz0CxA0k26redvovpFVJG27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row .container > .video-iframe-container { display: none; }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row > .video-iframe-container { display: none; }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .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); }#gs35T4LBsvz0CxA0k26redvovpFVJG27 > .row .container { width:320px;height:666px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qemKUpMTmgJEoFze4kofzJfWVZ1qyPVI { width:137px;height:51px;top:26px;left:91.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NhKQzi7I2aZk6368mUHUhoLVehngwo3l { width:288px;height:52.7812px;top:100px;left:16px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VNp1PKRHsi0WqHISoDrbaENczyJG9ssP { width:266px;height:46.7812px;top:165px;left:27px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc { display:block; }#sMkOqaf8bvP5NIwsiMcOG04KdJiuTskc > .row .container { width:320px;height:256px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsgRrrDhW0BCnHUWzpM4TbkauZ7dbURB { width:320px;height:35.0938px;top:62px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfOh9vDKPogKaI1sualtigeEtfCuwSkz { width:275px;height:78px;top:117px;left:23px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhbUDJ2fqSsUZAf48BTk3o6RkDNzn1wJ { width:224px;height:223px;top:233.984375px;left:48px;display:none; }
 }@media only screen and (max-width: 763px) { #VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb { display:block; }#VzHtIpCaJNfh1OaWAKH2vpgehyB9oIJb > .row .container { width:320px;height:483px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1hWytrsCeOrdT6nHv9ICTtJ8GzMEVcg { width:317px;height:26px;top:297px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zl10JfyBV5V6309cOignBQvHEKHLXh7q { width:288px;height:93.5625px;top:347px;left:15px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7VmfW8xGdw7UmkgLxPe0K1sBPm27ZSG { width:224px;height:224px;top:39px;left:48px;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 { display:block; }#yeb9X58xPfhTUQJgFGwaIe0nIKTnkTM9 > .row .container { width:320px;height:516px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8rRiEDMwD9e3bELrgEy5li9dpkmNoVl { width:224px;height:223px;top:50px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #SCx6fLrqUyKaMg1IerAe8bpSilJkZ1U9 { width:320px;height:26px;top:311px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkwUm6WL507hCOqQw8yQ9fApoabH2HR2 { width:259px;height:93.5625px;top:360px;left:31px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BdT3Tlbt58NNqG5rSwQU6WQfW8wTQzXZ { width:320px;height:320px;top:589.75px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz { display:block; }#ZG8S0BcThgZCkf4Sn3nRchgXaWDIQXwz > .row .container { width:320px;height:557px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQpSIsyHJnwTLkwn0IhIn9ro9R3abrup { width:281px;height:52px;top:295px;left:20px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7UUTy4PGFOOcr0c6laL0rTQOLHQhg4A { width:258px;height:140.344px;top:369px;left:31px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGWOGoNE5OlOKiZUiEyq3nrI5QZC2t20 { width:224px;height:224px;top:43px;left:48px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN { display:block; }#GGqaZrEwhI18vtPJTTH1zthQAUUhdNNN > .row .container { width:320px;height:67px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ { display:block; }#afhgvIwqnJKgtalnQTJwTNCDAKveoPoZ > .row .container { width:320px;height:821px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RK90x4XHf9dbb8fxtw1rTeLRM7quhoET { width:256px;height:93.5625px;top:488px;left:32px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMhZoOeE2Q6nUWJgCrf1sOIGRchEx8fs { width:258px;height:57.1875px;top:47px;left:31px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wub5BSacATJ7ltS5J0HOVQZyNVFfiCuL { width:259px;height:52px;top:605px;left:31px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktvRRfOJVGxTBM5wMQuLTTXz766ozrn3 { width:254px;height:48px;top:702px;left:33px;background-color:#f6f2ee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gwtmGImPOXZG5fuZNZ73fsUsTKkWkmh4 { display:block; }
 }@media only screen and (max-width: 763px) { #rGMxs37Aep6Gha5Zo9CtTWBdaG9DTWvT { width:306px;height:725px;top:6px;left:7px;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hPdmgvuSaJIWgq51fciBmNTMTDDdlJQL { width:255px;height:284px;top:146px;left:33px;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;display:block; }
 }@media only screen and (max-width: 763px) { #N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ { background-color:#f6f2ee;background-image:url("https://images.assets-landingi.com/uc/508a0283-7488-49fa-a545-43d1aa8af7db/WhatsAppImage20250512at256.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ.adaptive-delivery-prevent-bg, #N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ.lazyload, #N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ.lazyloading { background-image: none; }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row .container { background-color: transparent; background-image: none; }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row .container > .video-iframe-container { display: none; }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row > .video-iframe-container { display: none; }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .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); }#N7DDwPh1hzWInTNV7ETqJ10ZvBgreJFZ > .row .container { width:320px;height:826px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krdM6httcQGfT08SA5wSkhdETXMIzzxu { width:251px;height:78px;top:469px;left:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #glbsVgVnkZpOq7ADWPsRWxQVkV9MHylE { width:253px;height:187.1248px;top:583px;left:33.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aWRQ8HMX0B0TO9A61hN3xnD9JIvTgTRV { width:316px;height:394px;top:465px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #QEXoP37ZFogBJuclvT2toMKJeufCZ3DW { display:block; }#QEXoP37ZFogBJuclvT2toMKJeufCZ3DW > .row .container { width:320px;height:649px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVQPkHQE5eal5FFbfJObpFCAHm4T4tkn { width:93px;height:35.0938px;top:99px;left:114px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfZcUGJ76Ec9BZ0ry6mTvJiRRlz2p5WN { width:290px;height:116.953px;top:474px;left:15px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ns4D0pwTLO1o58eUDSB0roE8QBZCuRWp { width:241px;height:241px;top:199px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ITxgSMCsoqf69pEMDTBR97xRmfsiLlOp { width:208px;height:35.0938px;top:134px;left:56px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUZfm5fnFvUaNrATgXb20PNf3SXabGJ5 { width:31px;height:28px;top:63px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 { display:block; }#wKD17MSqgzi4LC0Xp1urNgIdLAks2U51 > .row .container { width:320px;height:397px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOks1k3DWe8Nk4tTsSu7oz7fS2WPw7av { width:278px;height:248px;top:62px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #f6ezaWqESaVAWeKACF9CPTOC3pNtoViM { width:320px;height:70.1875px;top:99px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #TkCGPPhpfMeFmosNhLTgcbBnuxlFya6t { width:241px;height:70.1719px;top:190px;left:40px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TBIIf309EGEBPEATISSunAGswNaF0NZV { width:218px;height:48px;top:287px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #nWHLKpFEAbqlx84EGigXnT8NLh3SnlEq { display:block; }
 }@media only screen and (max-width: 763px) { #LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN { background-color:#47382f;background-image:none;display:block; }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row .container { background-color: transparent; background-image: none; }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row .container > .video-iframe-container { display: none; }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row > .video-iframe-container { display: none; }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .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); }#LqXUrEkrRgB2gyI1i0HIG59WmGJK0xsN > .row .container { width:320px;height:317px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6KMi44ElkaBCG5qBsTvhEDGsFEG7BJU { width:146px;height:55px;top:37px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #cghM7g5f6G0qLT4fSGzK1SETss6pWoKZ { display:flex;width:21px;height:21px;top:129px;left:172px; }
#cghM7g5f6G0qLT4fSGzK1SETss6pWoKZ > img { max-width: 100%;max-height:100%; width:21px; height:21px; } }@media only screen and (max-width: 763px) { #iWKZ0MJT3pCin03whQnA4KUQkDuVkyTd { width:144px;height:28px;top:243px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #fbyebNNM34GPnzKztCsO2MSekKCSx0cn { display:block; }
 }@media only screen and (max-width: 763px) { #PqXCfd6f8DF9uwSKJN1XXwbK5h9pETDi { width:144px;height:28px;top:196px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #IifrtFEtzvMXJPZaZIDoNPTy8qtVHmJQ { display:block; }
 }@media only screen and (max-width: 763px) { #C2HVsiiQcSXhdTwNhE3kI2qaQlbTNtoF { display:flex;width:21px;height:21px;top:129px;left:127px; }
#C2HVsiiQcSXhdTwNhE3kI2qaQlbTNtoF > img { max-width: 100%;max-height:100%; width:21px; height:21px; } }