.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:transparent;background-image:url("https://images.assets-landingi.com/DgN6vzYv/Tworcza_Home_wiz_04_orange_s.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#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(7,53,45,0.58); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,53,45,0.58); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:60rem;overflow:visible;position:relative;display:block; }#a6Q1FbaHME6gP5cukWELTNpxiQZrOgLA { 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:26.9375rem;width:60rem;top:10.90625rem;left:0rem;overflow:hidden;display:block; }
#eAaXegF9XUslC3NiMbBsff51yXOEhtgZ { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#07352d;text-shadow:0.125rem 0rem 0.125rem rgba(7,53,45,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:41.375rem;left:21.250001907349rem;display:block; }
#tNeoDaUqMPTorIK7nhzT5GVnd96fV2Tc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HgtqMnq1C4gQziHv3ILbp8lQEfmRQW7m { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#07352d;text-shadow:0.125rem 0rem 0.125rem rgba(7,53,45,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:2.5rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.5625rem;left:48.312501907349rem;display:block; }
#CqgHzUB1Qy81mkbuFSfOVsdyXnRLHM8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { 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; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { background-color: transparent; background-image: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .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); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { border-width: 0; border-radius: 0; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;position:relative;display:block; }#Da09US5CgE8CxvI4pmDFxLKNM4M7027m { 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:27.6875rem;width:41.625rem;top:6.5625rem;left:0rem;overflow:hidden;display:block; }
#d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:20.3125rem;width:36.75rem;top:9.375rem;left:30.625rem;display:block; }
#fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { color:#1e1e1e;display:block;width:33.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.375rem;left:32.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HRnBUCGymrz0e3nOKG86H5x9LnDaDRIc { position:absolute;display:block;z-index:15002;height:15rem;width:32.625rem;top:12.90625rem;left:32.6875rem;display:block; }
#l8SvUOoItRIz5sJUti3EPFEm2tu5C5r9 { background-color:#07352d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.125rem 0.0625rem 0.125rem rgba(217,217,217,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:30.875rem;left:42.500001907349rem;display:block; }
#MEC9d1ocIB72qTKBokgMoMOMgTiStB5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcPaacZa/BG2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.adaptive-delivery-prevent-bg, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyload, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyloading { background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { background-color: transparent; background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .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); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { border-width: 0; border-radius: 0; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { font-size:0.875rem;font-family:arial;height:68.5625rem;width:60rem;position:relative;display:block; }#wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { color:#1e1e1e;display:block;width:46.6875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MaFofF0N3XnygLZZqTug6Agy758wMZXe { color:#1e1e1e;display:block;width:34.0625rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:38.375rem;left:26rem;height:5.0371125rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U55Q5T2o9mUhKNa8TMvg6AGQDXTirKKt { 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:12.25rem;width:18.4375rem;top:20.75rem;left:0rem;overflow:hidden;display:block; }
#COzzqD63wTa4fTSArUJS8Tm3JJeupOkT { position:absolute;display:block;z-index:15010;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:12.25rem;width:18.1875rem;top:20.75rem;left:20.9375rem;overflow:hidden;display:block; }
#mWbTk2UlGTAverluIwFGOKpW3fOiUsD2 { position:absolute;display:block;z-index:15011;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:12.4375rem;width:18.6875rem;top:20.75rem;left:41.3125rem;overflow:hidden;display:block; }
#zQFTDZZUoG96ospn3O46GG5LZCP4Nluv { 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:24.125rem;width:36.9375rem;top:41.09375rem;left:-6.046439628483rem;overflow:hidden;display:block; }
#HdzHdlR4qEK4UCwEJi7iB0TT9akNVxS9 { position:absolute;display:block;z-index:15005;height:12.375rem;width:60rem;top:6.375rem;left:0rem;display:block; }
#gRhGavPW6OsORSXSVoBBzxMrchFfvzLv { position:absolute;display:block;z-index:15004;height:19.8125rem;width:28rem;top:46.24374961853rem;left:32.0625rem;display:block; }
#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb94d3bc-d0dc-4641-aede-3701ebdcfaa0/Tworcza_Home_wiz_03_s.jpg");background-position: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; }#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ.adaptive-delivery-prevent-bg, #LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ.lazyload, #LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ.lazyloading { background-image: none; }#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ > .row .container { background-color: transparent; background-image: none; }#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ > .row .container > .video-iframe-container { display: none; }#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ > .row > .video-iframe-container { display: none; }#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ > .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); }#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ > .row .container { border-width: 0; border-radius: 0; }#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:60rem;position:relative;display:block; }#lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#07352d;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; }#lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF > .row .container { background-color: transparent; background-image: none; }#lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF > .row .container > .video-iframe-container { display: none; }#lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF > .row > .video-iframe-container { display: none; }#lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF > .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); }#lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF > .row .container { border-width: 0; border-radius: 0; }#lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:60rem;position:relative;display:block; }#yh8wF4bxpWI9m8xzzcHHpzTD2agTAO5d { color:#ffffff;display:block;width:38.6875rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:4.0625rem;left:21.3125rem;height:;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#roT7y2gOywTGR7GqaGvniBxFRHEuwTTW { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:9.125rem;left:17.75rem;height:13.5rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dp2dTSBBA9pSAV68rQFdZaQelUriqRC7 { position:absolute;display:block;z-index:15011;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:18.875rem;width:18.875rem;top:11.875rem;left:-2.4375rem;overflow:hidden;display:block; }
#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { 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; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { background-color: transparent; background-image: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .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); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { border-width: 0; border-radius: 0; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#Lry4oWOvT445ikFeDtianP50g0GF1oLH { color:#1e1e1e;display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:7.5rem;left:0rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zoq6xAHT12MF2Ukou2RUQpZTUKGTBHo1 { position:absolute;display:block;z-index:15014;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:2.5rem;left:31.9375rem;display:block; }
#PbTs73eM00qdyu7BDMdGwApfv8QS7Dox { position:absolute;display:block;z-index:15015;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:7.5625rem;width:7.5625rem;top:4.875rem;left:35.21875rem;overflow:hidden;display:block; }
#Cf4eg9l6Nh7XZnqnXcKyWKKhE2uULWEc { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:14.0625rem;left:31.9375rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZJmLnMDKT8sBHculzUVU7T8bGsdc3OvE { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:3.5625rem;top:13.0625rem;left:37.1875rem;display:block; }
#F8BfoTTaApT0PJ4zzbpxfAH0AkiXivTS { position:absolute;display:block;z-index:15019;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:2.5rem;left:45.9375rem;display:block; }
#DQuzcv5ZcDqHaP1Dr01UXv0x5RTSQoaU { position:absolute;display:block;z-index:15020;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:7.625rem;width:7.625rem;top:4.875rem;left:49.1875rem;overflow:hidden;display:block; }
#GgvOvhtD0vzh5L9umnZvTQ70IfkSiFAP { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:3.5625rem;top:13.0625rem;left:51.1875rem;display:block; }
#nZ3hpOdinF0ZvoT0TlzuUWxNp49oFI30 { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:14.0625rem;left:45.9375rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m91ZJw23tHe9pi2qOKk2EAteXcgWPXc9 { position:absolute;display:block;z-index:15024;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:19.25rem;left:31.9375rem;display:block; }
#mFQvCykm6hpEE5NbOxcdvALPdBJd98ZC { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:30.8125rem;left:31.9375rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xTwaRrD5Ht1wkpLP3KTqTuFZTumJM1hn { position:absolute;display:block;z-index:15007;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:14rem;top:19.34375rem;left:45.875rem;display:block; }
#CUZct0puMGDWOUu1kZvt1AvTAQpJ8EkG { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:30.8125rem;left:45.9375rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F71km0gaS4Jrfk0TEcth5ug6bWgHNpBa { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:3.5625rem;top:29.8125rem;left:37.1875rem;display:block; }
#f7PhxW1viwZPZH8qX7SXHZnuGI5aS1E8 { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:3.5625rem;top:29.8125rem;left:51.1875rem;display:block; }
#wEeybzX5vKPAa8rfmH8ce5lUnisNAc6F { position:absolute;display:block;z-index:15025;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:9.5rem;width:9.5rem;top:20.0625rem;left:34.25rem;overflow:hidden;display:block; }
#PbHP6oJ9z3aOhofdtbeTgSfy4bolgFHE { position:absolute;display:block;z-index:15030;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:8.1875rem;width:8.1875rem;top:21.125rem;left:48.90625rem;overflow:hidden;display:block; }
#J3UwMORCKKfKZ5RNwGAnU1osAStP3XLT { position:absolute;display:block;z-index:15006;height:18.5rem;width:30.25rem;top:15.3125rem;left:0rem;display:block; }
#fTzDKTyFAuXRwou0MNO9SJC8hHO7ZKGI { background-color:#07352d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.125rem 0.0625rem 0.125rem rgba(217,217,217,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:34.625rem;left:0rem;display:block; }
#ACA5USB7bIQQFbCgnVTZCJ3pTbyJ0ry0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yu1rew0O1RGZFpw9SNydhrmLNw0txJHc { 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; }#yu1rew0O1RGZFpw9SNydhrmLNw0txJHc > .row .container { background-color: transparent; background-image: none; }#yu1rew0O1RGZFpw9SNydhrmLNw0txJHc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yu1rew0O1RGZFpw9SNydhrmLNw0txJHc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yu1rew0O1RGZFpw9SNydhrmLNw0txJHc > .row .container > .video-iframe-container { display: none; }#yu1rew0O1RGZFpw9SNydhrmLNw0txJHc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yu1rew0O1RGZFpw9SNydhrmLNw0txJHc > .row > .video-iframe-container { display: none; }#yu1rew0O1RGZFpw9SNydhrmLNw0txJHc > .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); }#yu1rew0O1RGZFpw9SNydhrmLNw0txJHc > .row .container { border-width: 0; border-radius: 0; }#yu1rew0O1RGZFpw9SNydhrmLNw0txJHc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yu1rew0O1RGZFpw9SNydhrmLNw0txJHc > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;position:relative;display:block; }#ibqXhi88Zu1WKiTCOcqnLfxcwpEJpEQx { 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:27.6875rem;width:39.5625rem;top:6.5625rem;left:0rem;overflow:hidden;display:block; }
#B8nmic4Kab5KzMl8rSgFhskBZ6PRRAOq { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:26.375rem;width:36.75rem;top:9.375rem;left:30.625rem;display:block; }
#Pqm0SfGTdc4LM0a9GzGdGXkdTZrJm8sU { color:#1e1e1e;display:block;width:33.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:32.6875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HL88kHi5adkll5P0dCa1A0RieiVpMXHJ { color:rgba(30,30,30,0.7);display:block;width:33.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:14.5rem;left:32.75rem;height:16.5rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/062ac85a-ea75-4774-b742-7d6b2f04c956/Tworcza_Home_z_lotu_ptaka_wiz_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX.adaptive-delivery-prevent-bg, #fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX.lazyload, #fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX.lazyloading { background-image: none; }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX > .row .container { background-color: transparent; background-image: none; }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.1); }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX > .row .container > .video-iframe-container { display: none; }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.1); }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX > .row > .video-iframe-container { display: none; }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX > .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); }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX > .row .container { border-width: 0; border-radius: 0; }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX::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; }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:60rem;position:relative;display:block; }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/577561a5-d324-4408-9d70-8dbd4c93578a/BG2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4.adaptive-delivery-prevent-bg, #NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4.lazyload, #NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4.lazyloading { background-image: none; }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 > .row .container { background-color: transparent; background-image: none; }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 > .row .container > .video-iframe-container { display: none; }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 > .row > .video-iframe-container { display: none; }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 > .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); }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 > .row .container { border-width: 0; border-radius: 0; }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:60rem;position:relative;display:block; }#rAKe9UkhcaXZuk5oTPzpBLn7LQ25MBZ4 { color:#1e1e1e;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RZI3no2VZzCpRwXU34CL9cFXANLTbMru { position:absolute;display:block;z-index:15009;height:9.125rem;width:60rem;top:14.6875rem;left:0rem;display:block; }
#qNT4FMQeTsvb9vR1RDcevyawObOFz7gA { position:absolute;display:block;z-index:15013;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:17.25rem;width:23.0625rem;top:28.3125rem;left:0rem;overflow:hidden;display:block; }
#XFNXGOVXiE3ZLkAzumiuqpxUPAuxZ119 { position:absolute;display:block;z-index:15015;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:17.6875rem;width:23.625rem;top:28.3125rem;left:36.375rem;overflow:hidden;display:block; }
#SkxETWxVwIwPtThz5EL3unWgVcCaidmX { 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; }#SkxETWxVwIwPtThz5EL3unWgVcCaidmX > .row .container { background-color: transparent; background-image: none; }#SkxETWxVwIwPtThz5EL3unWgVcCaidmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkxETWxVwIwPtThz5EL3unWgVcCaidmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkxETWxVwIwPtThz5EL3unWgVcCaidmX > .row .container > .video-iframe-container { display: none; }#SkxETWxVwIwPtThz5EL3unWgVcCaidmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkxETWxVwIwPtThz5EL3unWgVcCaidmX > .row > .video-iframe-container { display: none; }#SkxETWxVwIwPtThz5EL3unWgVcCaidmX > .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); }#SkxETWxVwIwPtThz5EL3unWgVcCaidmX > .row .container { border-width: 0; border-radius: 0; }#SkxETWxVwIwPtThz5EL3unWgVcCaidmX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkxETWxVwIwPtThz5EL3unWgVcCaidmX > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;position:relative;display:block; }#SC3VTw1pFUgu4FL6J5nxe1SiOJaK2p9h { 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:5.25rem;width:11.5rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#QFzImbB7oOdSdS4nUEamAbMhtykDb4Do { color:#313131;display:block;width:41.3125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:1.0625rem;left:18.687501907349rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XGDRfTnQcw7pyW7tNPndlB9vyLlZ26nH { color:#313131;display:block;width:32.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:9.4375rem;left:27.375rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PJLZU4o5J5xry5dgyMMemt9g0BSvKlk3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#313131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:1.375rem;text-decoration:none;z-index:15012;text-align:right;text-align-last:right;top:7.8125rem;left:52.25rem;display:block; }
#o379Ry61IyiFCoSfwGlGUJZnOxr9bSlV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oev5M83Z74uaAkNn36EqIdzLrTIrv2hM { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#07352d;text-shadow:0.125rem 0rem 0.125rem rgba(7,53,45,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:2.5rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:4.625rem;left:48.312498092651rem;display:block; }
#OlqFpqrMarNAGx9cEAxqa9BE5DaFrbXO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6Q1FbaHME6gP5cukWELTNpxiQZrOgLA { top:10.875rem;left:0rem;width:47.75rem;height:21.437760416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAaXegF9XUslC3NiMbBsff51yXOEhtgZ { width:17.5rem;height:3.4375rem;top:41.375rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNeoDaUqMPTorIK7nhzT5GVnd96fV2Tc { display:block; }
 }@media only screen and (max-width: 763px) { #HgtqMnq1C4gQziHv3ILbp8lQEfmRQW7m { width:11.6875rem;height:2.5rem;top:1.5625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqgHzUB1Qy81mkbuFSfOVsdyXnRLHM8r { display:block; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:41.625rem;height:27.6875rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:36.75rem;height:20.3125rem;top:9.375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:33.6875rem;height:;top:10.375rem;left:14.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRnBUCGymrz0e3nOKG86H5x9LnDaDRIc { top:12.875rem;left:15.125rem;width:32.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8SvUOoItRIz5sJUti3EPFEm2tu5C5r9 { width:17.5rem;height:3.4375rem;top:30.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEC9d1ocIB72qTKBokgMoMOMgTiStB5G { display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:46.6875rem;height:;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaFofF0N3XnygLZZqTug6Agy758wMZXe { width:34.0625rem;height:7.5rem;top:38.375rem;left:13.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U55Q5T2o9mUhKNa8TMvg6AGQDXTirKKt { width:18.4375rem;height:12.25rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COzzqD63wTa4fTSArUJS8Tm3JJeupOkT { width:18.1875rem;height:12.25rem;top:20.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWbTk2UlGTAverluIwFGOKpW3fOiUsD2 { width:18.6875rem;height:12.4375rem;top:20.75rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQFTDZZUoG96ospn3O46GG5LZCP4Nluv { top:41.0625rem;left:0rem;width:36.9375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdzHdlR4qEK4UCwEJi7iB0TT9akNVxS9 { top:6.375rem;left:0rem;width:47.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRhGavPW6OsORSXSVoBBzxMrchFfvzLv { top:46.1875rem;left:19.75rem;width:28rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ { display:block; }#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF { display:block; }#lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yh8wF4bxpWI9m8xzzcHHpzTD2agTAO5d { width:38.6875rem;height:;top:4.0625rem;left:9.0625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roT7y2gOywTGR7GqaGvniBxFRHEuwTTW { width:42.25rem;height:15rem;top:9.125rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp2dTSBBA9pSAV68rQFdZaQelUriqRC7 { top:11.875rem;left:0rem;width:18.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lry4oWOvT445ikFeDtianP50g0GF1oLH { width:30.625rem;height:5rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoq6xAHT12MF2Ukou2RUQpZTUKGTBHo1 { width:14rem;height:16.75rem;top:2.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbTs73eM00qdyu7BDMdGwApfv8QS7Dox { width:7.5625rem;height:7.5625rem;top:4.875rem;left:29.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4eg9l6Nh7XZnqnXcKyWKKhE2uULWEc { width:14.125rem;height:1.375rem;top:14.0625rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJmLnMDKT8sBHculzUVU7T8bGsdc3OvE { width:3.5625rem;height:0.0625rem;top:13.0625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8BfoTTaApT0PJ4zzbpxfAH0AkiXivTS { width:14rem;height:16.75rem;top:2.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQuzcv5ZcDqHaP1Dr01UXv0x5RTSQoaU { width:7.625rem;height:7.625rem;top:4.875rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgvOvhtD0vzh5L9umnZvTQ70IfkSiFAP { width:3.5625rem;height:0.0625rem;top:13.0625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ3hpOdinF0ZvoT0TlzuUWxNp49oFI30 { width:14.125rem;height:1.375rem;top:14.0625rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m91ZJw23tHe9pi2qOKk2EAteXcgWPXc9 { width:14rem;height:16.75rem;top:19.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFQvCykm6hpEE5NbOxcdvALPdBJd98ZC { width:14.125rem;height:1.375rem;top:30.8125rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwaRrD5Ht1wkpLP3KTqTuFZTumJM1hn { width:14rem;height:16.625rem;top:19.3125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUZct0puMGDWOUu1kZvt1AvTAQpJ8EkG { width:14.125rem;height:1.375rem;top:30.8125rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F71km0gaS4Jrfk0TEcth5ug6bWgHNpBa { width:3.5625rem;height:0.0625rem;top:29.8125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7PhxW1viwZPZH8qX7SXHZnuGI5aS1E8 { width:3.5625rem;height:0.0625rem;top:29.8125rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEeybzX5vKPAa8rfmH8ce5lUnisNAc6F { width:9.5rem;height:9.5rem;top:20.0625rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbHP6oJ9z3aOhofdtbeTgSfy4bolgFHE { width:8.1875rem;height:8.1875rem;top:21.125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3UwMORCKKfKZ5RNwGAnU1osAStP3XLT { top:15.3125rem;left:0rem;width:30.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTzDKTyFAuXRwou0MNO9SJC8hHO7ZKGI { width:17.5rem;height:3.4375rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACA5USB7bIQQFbCgnVTZCJ3pTbyJ0ry0 { display:block; }
 }@media only screen and (max-width: 763px) { #yu1rew0O1RGZFpw9SNydhrmLNw0txJHc { display:block; }#yu1rew0O1RGZFpw9SNydhrmLNw0txJHc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibqXhi88Zu1WKiTCOcqnLfxcwpEJpEQx { width:39.5625rem;height:27.6875rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8nmic4Kab5KzMl8rSgFhskBZ6PRRAOq { width:36.75rem;height:26.375rem;top:9.375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqm0SfGTdc4LM0a9GzGdGXkdTZrJm8sU { width:33.6875rem;height:1.9375rem;top:11rem;left:14.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL88kHi5adkll5P0dCa1A0RieiVpMXHJ { width:33.4375rem;height:18rem;top:14.5rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX { display:block; }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 { display:block; }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAKe9UkhcaXZuk5oTPzpBLn7LQ25MBZ4 { width:47.75rem;height:3.25rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZI3no2VZzCpRwXU34CL9cFXANLTbMru { top:14.6875rem;left:0rem;width:47.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNT4FMQeTsvb9vR1RDcevyawObOFz7gA { width:23.0625rem;height:17.25rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFNXGOVXiE3ZLkAzumiuqpxUPAuxZ119 { width:23.625rem;height:17.6875rem;top:28.3125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkxETWxVwIwPtThz5EL3unWgVcCaidmX { display:block; }#SkxETWxVwIwPtThz5EL3unWgVcCaidmX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SC3VTw1pFUgu4FL6J5nxe1SiOJaK2p9h { top:3.25rem;left:0rem;width:11.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFzImbB7oOdSdS4nUEamAbMhtykDb4Do { width:41.3125rem;height:2.25rem;top:1.0625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGDRfTnQcw7pyW7tNPndlB9vyLlZ26nH { width:32.625rem;height:0.75rem;top:9.4375rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJLZU4o5J5xry5dgyMMemt9g0BSvKlk3 { width:7.75rem;height:1.375rem;top:7.8125rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #o379Ry61IyiFCoSfwGlGUJZnOxr9bSlV { display:block; }
 }@media only screen and (max-width: 763px) { #Oev5M83Z74uaAkNn36EqIdzLrTIrv2hM { width:11.6875rem;height:2.5rem;top:4.625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlqFpqrMarNAGx9cEAxqa9BE5DaFrbXO { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BWCMM5Kh/Tworcza_Home_wiz_04_orange_s.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6Q1FbaHME6gP5cukWELTNpxiQZrOgLA { width:20rem;height:8.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAaXegF9XUslC3NiMbBsff51yXOEhtgZ { width:17.5rem;height:3.4375rem;top:15.2289375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNeoDaUqMPTorIK7nhzT5GVnd96fV2Tc { display:block; }
 }@media only screen and (max-width: 763px) { #HgtqMnq1C4gQziHv3ILbp8lQEfmRQW7m { width:11.6875rem;height:2.5rem;top:11.4789375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqgHzUB1Qy81mkbuFSfOVsdyXnRLHM8r { display:block; }
 }@media only screen and (max-width: 763px) { #mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { display:block; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { width:20rem;height:65.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da09US5CgE8CxvI4pmDFxLKNM4M7027m { width:19.8125rem;height:13.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { width:20rem;height:42.9375rem;top:17rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { width:18.75rem;height:5.6rem;top:18.1875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRnBUCGymrz0e3nOKG86H5x9LnDaDRIc { width:19rem;height:15rem;top:27.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8SvUOoItRIz5sJUti3EPFEm2tu5C5r9 { width:17.5rem;height:3.4375rem;top:61.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEC9d1ocIB72qTKBokgMoMOMgTiStB5G { display:block; }
 }@media only screen and (max-width: 763px) { #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { display:block; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { width:20rem;height:153.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { width:20rem;height:4.3rem;top:3.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MaFofF0N3XnygLZZqTug6Agy758wMZXe { width:20rem;height:14rem;top:48.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U55Q5T2o9mUhKNa8TMvg6AGQDXTirKKt { width:18.4375rem;height:12.25rem;top:77.674999237062rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COzzqD63wTa4fTSArUJS8Tm3JJeupOkT { width:18.1875rem;height:12.25rem;top:91.612500190738rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWbTk2UlGTAverluIwFGOKpW3fOiUsD2 { width:18.6875rem;height:12.4375rem;top:105.61249923706rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQFTDZZUoG96ospn3O46GG5LZCP4Nluv { width:19.875rem;height:13rem;top:63.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdzHdlR4qEK4UCwEJi7iB0TT9akNVxS9 { width:20rem;height:12.375rem;top:10.237500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRhGavPW6OsORSXSVoBBzxMrchFfvzLv { width:20rem;height:19.8125rem;top:119.23749923706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ { display:block; }#LKkoHormFQwwVIIHzfCXTUxCTpeuewSZ > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF { display:block; }#lXyuNvTEuSmgBJvMhW4f5godDKrzlpTF > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yh8wF4bxpWI9m8xzzcHHpzTD2agTAO5d { width:20rem;height:5.2rem;top:21.375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #roT7y2gOywTGR7GqaGvniBxFRHEuwTTW { width:20rem;height:31.5rem;top:26.849998474121rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp2dTSBBA9pSAV68rQFdZaQelUriqRC7 { width:18.875rem;height:18.875rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { display:block; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { width:20rem;height:116.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lry4oWOvT445ikFeDtianP50g0GF1oLH { width:20rem;height:4.3rem;top:1.625rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoq6xAHT12MF2Ukou2RUQpZTUKGTBHo1 { width:14rem;height:16.75rem;top:43.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbTs73eM00qdyu7BDMdGwApfv8QS7Dox { width:3.9375rem;height:3.9375rem;top:46rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf4eg9l6Nh7XZnqnXcKyWKKhE2uULWEc { width:14.125rem;height:1.5rem;top:55.1875rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJmLnMDKT8sBHculzUVU7T8bGsdc3OvE { width:3.5625rem;height:0.0625rem;top:54.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8BfoTTaApT0PJ4zzbpxfAH0AkiXivTS { width:14rem;height:16.75rem;top:60.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQuzcv5ZcDqHaP1Dr01UXv0x5RTSQoaU { width:3.9375rem;height:3.9375rem;top:62.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgvOvhtD0vzh5L9umnZvTQ70IfkSiFAP { width:3.5625rem;height:0.0625rem;top:71.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ3hpOdinF0ZvoT0TlzuUWxNp49oFI30 { width:14.125rem;height:1.5rem;top:72rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m91ZJw23tHe9pi2qOKk2EAteXcgWPXc9 { width:14rem;height:16.75rem;top:77.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFQvCykm6hpEE5NbOxcdvALPdBJd98ZC { width:14.125rem;height:1.5rem;top:88.875rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTwaRrD5Ht1wkpLP3KTqTuFZTumJM1hn { width:14rem;height:16.75rem;top:94.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUZct0puMGDWOUu1kZvt1AvTAQpJ8EkG { width:14.125rem;height:1.5rem;top:105.6875rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F71km0gaS4Jrfk0TEcth5ug6bWgHNpBa { width:3.5625rem;height:0.0625rem;top:88.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7PhxW1viwZPZH8qX7SXHZnuGI5aS1E8 { width:3.5625rem;height:0.0625rem;top:104.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEeybzX5vKPAa8rfmH8ce5lUnisNAc6F { width:3.9375rem;height:3.9375rem;top:79.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbHP6oJ9z3aOhofdtbeTgSfy4bolgFHE { width:3.9375rem;height:3.9375rem;top:96.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3UwMORCKKfKZ5RNwGAnU1osAStP3XLT { width:20rem;height:36.25rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTzDKTyFAuXRwou0MNO9SJC8hHO7ZKGI { width:17.5rem;height:3.4375rem;top:112.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACA5USB7bIQQFbCgnVTZCJ3pTbyJ0ry0 { display:block; }
 }@media only screen and (max-width: 763px) { #yu1rew0O1RGZFpw9SNydhrmLNw0txJHc { display:block; }#yu1rew0O1RGZFpw9SNydhrmLNw0txJHc > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibqXhi88Zu1WKiTCOcqnLfxcwpEJpEQx { width:18.875rem;height:13.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8nmic4Kab5KzMl8rSgFhskBZ6PRRAOq { width:20rem;height:52.9375rem;top:17rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqm0SfGTdc4LM0a9GzGdGXkdTZrJm8sU { width:18.75rem;height:11.2rem;top:17.5625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL88kHi5adkll5P0dCa1A0RieiVpMXHJ { width:18.125rem;height:38.4rem;top:29.5625rem;left:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX { display:block; }#fXrOnVH76MtNr5Dh1l3CzR60qVdP2ECX > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 { display:block; }#NwlXeWgrKlOwrD1kwSz2CyivsoysdIT4 > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAKe9UkhcaXZuk5oTPzpBLn7LQ25MBZ4 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RZI3no2VZzCpRwXU34CL9cFXANLTbMru { width:20rem;height:9.125rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNT4FMQeTsvb9vR1RDcevyawObOFz7gA { width:20rem;height:14.959349593496rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFNXGOVXiE3ZLkAzumiuqpxUPAuxZ119 { width:20rem;height:14.973544973545rem;top:32.334349593496rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkxETWxVwIwPtThz5EL3unWgVcCaidmX { display:block; }#SkxETWxVwIwPtThz5EL3unWgVcCaidmX > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SC3VTw1pFUgu4FL6J5nxe1SiOJaK2p9h { width:11.5rem;height:5.25rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFzImbB7oOdSdS4nUEamAbMhtykDb4Do { width:20rem;height:1rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGDRfTnQcw7pyW7tNPndlB9vyLlZ26nH { width:20rem;height:0.75rem;top:16.375001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJLZU4o5J5xry5dgyMMemt9g0BSvKlk3 { width:7.75rem;height:1.375rem;top:14.500001907349rem;left:6.1249998807907rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o379Ry61IyiFCoSfwGlGUJZnOxr9bSlV { display:block; }
 }@media only screen and (max-width: 763px) { #Oev5M83Z74uaAkNn36EqIdzLrTIrv2hM { width:11.6875rem;height:2.5rem;top:10.3125rem;left:4.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlqFpqrMarNAGx9cEAxqa9BE5DaFrbXO { display:block; }
 }