.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row .container { background-color: transparent; background-image: none; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row .container > .video-iframe-container { display: none; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row > .video-iframe-container { display: none; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .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); }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row .container { border-width: 0; border-radius: 0; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row .container { font-size:14px;font-family:arial;height:56px;width:1200px;position:relative;display:block; }#l2HcErJpclOBe76O2T7Tyt4sykaFcTxH { 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:48px;width:242px;display:none; }
#g5TrH4ZyX4L0TaIifO7Gwc87wxumL1fo { position:absolute;display:block;z-index:15037;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:139px;width:250px;top:476.5px;left:27.5px;overflow:hidden;display:none; }
#XTq14dHQVDJ6T47mNtFa6UG4uVSzBpWd { position:absolute;display:block;z-index:15072;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:28px;width:154px;top:18.5px;left:221.875px;overflow:hidden;display:block; }
#FSD2Uaa9nJmEdBSFvgHarTOAbkAoQ5rI { color:#282830;display:block;width:172px;position:absolute;font-family:toyotatype;font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16px;left:508px;height:23.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#my9QEAtQs5ZeuxSeWT77xlrOlA6lVslv { position:absolute;display:block;z-index:15021;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:50px;width:20px;top:5px;left:625px;overflow:hidden;display:block; }
#lmR5DELMsHn5CRUWM8xHS9AlzIdHnQhs { color:#282830;display:block;width:172px;position:absolute;font-family:toyotatype;font-size:18px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17px;left:661px;height:23.4px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fdb9fc8f-bfb4-4da5-af15-92464d258b0b/Obszarkompozycji6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:toyota;height:658px;width:1200px;position:relative;display:block; }#N0SR07Dwip84qlJ5V1cNzyVpps3Ff43M { color:#000000;display:block;width:1171px;position:absolute;font-family:toyotatype;font-size:59px;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:77px;left:0px;height:47.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iM7GznXxTtc4XcJS6J4uEER6xgm8aTQp { color:#000000;display:block;width:597.979px;position:absolute;font-family:toyotatype;font-size:24px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:139.8125px;left:0px;height:31.1953px;text-align:center;text-align-last:center;display:block; }
#RFJeXoFHT0WPTdWIgPEAkB7fbyFBBTBP { color:#ffffff;display:block;width:717.979px;position:absolute;font-family:toyotatype;font-size:29px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:620px;left:293px;height:37.6953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#flxfmToLzaifMwI6iyL5nyWtAx8u6ANk { position:absolute;display:block;z-index:15027;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:201px;width:419px;top:411px;left:105px;overflow:hidden;display:block; }
#TEBCylg2Io639K5ZhoSJWreLnHHN8iqJ { position:absolute;display:block;z-index:15024;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:412px;width:619px;top:293px;left:276px;overflow:hidden;display:block; }
#vKPHswrp1XCue7GNJU1WAr5pLNBd3qCR { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:347px;width:557px;top:266px;left:506px;overflow:hidden;display:block; }
#p5dTpcaTCJb7V0Q1WOopQZM1nTsnee5l { color:#000000;display:block;width:598px;position:absolute;font-family:toyotatype;font-size:24px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:180.5625px;left:202.5px;height:;text-align:center;text-align-last:center;display:none; }
#zy2Immox92fJ8TZLHD98JeSD0TxR5Tst { color:#000000;display:block;width:672px;position:absolute;font-family:toyotatype;font-size:20px;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:171px;left:0px;height:22px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FLPiSkxF4G25GEoE1FH6asbrLGfSxVDl { background-color:#e91918;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;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:toyota;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:238px;left:286px;display:block; }
#Ai9CCZ8B4VXtRA9TVE6Nkv6Qoh0CB6Tr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FAyQa9XrGk41QxspyT0B6LKtUh1pakro { background-color:#1175e4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;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:toyota;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:238px;left:605px;display:block; }
#bdMeLPJ29Ow9UTbWT104bQyTUF0qyAxy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/546af575-0b3e-4677-ab76-3da7576a8ebd/Obszarkompozycji3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX.adaptive-delivery-prevent-bg, #O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX.lazyload, #O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX.lazyloading { background-image: none; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row .container { background-color: transparent; background-image: none; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row .container > .video-iframe-container { display: none; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row > .video-iframe-container { display: none; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .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); }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row .container { border-width: 0; border-radius: 0; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row .container { font-size:14px;font-family:toyota;height:515px;width:1200px;position:relative;display:block; }#aTr3HVcTaQ4Gu7FI0a7TMDveehxgdPo1 { color:#000000;display:block;width:453px;position:absolute;font-family:toyotatype;font-size:15px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:113.02499389648px;left:373.50003051758px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IVXfhTwdF7PcoccxUAGwSS47EPzwTSBL { 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:3px;width:82.9844px;top:103px;left:515.46875px;overflow:hidden;display:block; }
#HTy3SB0PG4E0f2xxnLO0ZXSnpi3bApHa { color:#000000;display:block;width:1200px;position:absolute;font-family:toyotatype;font-size:32px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:52px;left:0px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lpDhyuiCkALwugBPylE35NaZq1AOL61i { color:#ffffff;display:block;width:223.977px;position:absolute;font-family:toyotatype;font-size:24px;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:157.0625px;left:97px;height:100.7813px;text-align:center;text-align-last:center;display:block; }
#MrM0NUvqOJWyGM3xw1VrqAWlxMMJ4xW9 { color:#ffffff;display:block;width:316.977px;position:absolute;font-family:toyotatype;font-size:24px;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:157.0546875px;left:845.015625px;height:100.781px;text-align:center;text-align-last:center;display:block; }
#JQtaT41bXPtZAiWoIZDBkeoz79ICVF1r { color:#ffffff;display:block;width:294.977px;position:absolute;font-family:toyotatype;font-size:24px;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:318.921875px;left:244.9765625px;height:100.7813px;text-align:center;text-align-last:center;display:block; }
#odeEDXXE61tHCR2bzGJeeJapCsTV3uVz { color:#ffffff;display:block;width:322.977px;position:absolute;font-family:toyotatype;font-size:24px;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:318.90625px;left:620.484375px;height:100.7813px;text-align:center;text-align-last:center;display:block; }
#d3Hzie5wiBkvqEwrTRPAITe2Mb7S2chL { color:#58c31f;display:block;width:471.977px;position:absolute;font-family:toyotatype;font-size:24px;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:140.2578125px;left:320.9765625px;height:134.3752px;text-align:center;text-align-last:center;display:block; }
#fZik5iHfV2QyADPR8SRk0P4acyLCDVpP { color:#000000;display:block;width:1121px;position:absolute;font-family:toyotatype;font-size:32px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:473.40625px;left:29.5px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/284d9b59-06c1-4389-9987-948a6d711176/Obszarkompozycji5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz.adaptive-delivery-prevent-bg, #bJr9baATT2R3apTNxQcgT5QXEXqU5tpz.lazyload, #bJr9baATT2R3apTNxQcgT5QXEXqU5tpz.lazyloading { background-image: none; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row .container { background-color: transparent; background-image: none; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row .container > .video-iframe-container { display: none; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row > .video-iframe-container { display: none; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .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); }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row .container { border-width: 0; border-radius: 0; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row .container { font-size:14px;font-family:toyota;height:912px;width:1200px;position:relative;display:block; }#mBtz5tdl4ihpmO4wE56dFTXzOaC375ml { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:82px;width:80px;top:802px;left:594px;overflow:hidden;display:block; }
#tLizNFEmELCwdR6Frs4255U1cDcUh6Na { 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:76px;width:111px;top:805px;left:699.984375px;overflow:hidden;display:block; }
#mms7MXcrUE7hUbE9clVmpq3oltlfeUdM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48px;width:156px;top:819px;left:837.96875px;overflow:hidden;display:block; }
#y3mzqWRcUtD2cPDJKqVOm8cveVlRhmWy { 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:37px;width:192px;top:824.5px;left:1008px;overflow:hidden;display:block; }
#S25dfPeSozh4P4HrmpMcTtPVmKcNLK6S { color:#000000;display:block;width:1200px;position:absolute;font-family:toyotatype;font-size:32px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:695.390625px;left:0px;height:41.5938px;text-align:center;text-align-last:center;display:block; }
#m58N7k6AKPRiiWkKsDg13O0ALczgcCSi { 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:3px;width:83px;top:751px;left:558.5px;overflow:hidden;display:block; }
#i5PFUyJ1UqxbHX2rPNu1fAzDIa9SOeyD { color:#000000;display:block;width:640.984px;position:absolute;font-family:toyotatype;font-size:20px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:760px;left:279.5px;height:26.0039px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y8IAcKRGIw9IiU4MXkepfxKvaUBIdBdz { color:#000000;display:block;width:485px;position:absolute;font-family:toyotatype;font-size:21px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.1875px;left:620.203125px;height:0;text-align:center;text-align-last:center;display:none; }
#uNExPvZNpfhn5T82wov7atFEymLOgElc { 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:2.9963233470917px;width:82.996322631836px;top:63.200073242188px;left:813.94998168945px;overflow:hidden;display:none; }
#sRf7JCLJsmvLZ9QZgbAQPMkEbDNEMWCB { color:#000000;display:block;width:384px;position:absolute;font-family:toyotatype;font-size:15px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:96.671875px;left:663.953125px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#s5wTVX74n76eiuhXdHnOFPHxqmJTE8eg { 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:419px;width:515px;top:123.5px;left:61.6875px;overflow:hidden;display:none; }
#SJ8d6MCmFS0FWDZNcZeTRBrEnMv07upG { 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:41px;width:24px;top:634px;left:594px;overflow:hidden;display:block; }
#uI9mXLnOBif8KfzMMRvViKTrkTABknFu { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:1px solid #515151;border-left:1px solid #515151;border-right:1px solid #515151;border-bottom:1px solid #515151;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0) ;height:477px;width:383px;top:78.800003051758px;left:662.93753051758px;display:none; }
#SLo8WkCie517GZlFToU7iEV1F1K7HbFA { 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:452px;width:271px;top:138px;left:940px;overflow:hidden;display:none; }
#JNsQWMxxdQurC5Dq3QryTPFBKODl0iST { color:#ffffff;display:block;width:271px;position:absolute;font-family:toyotatype;font-size:14px;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:522px;left:940px;height:0;text-align:center;text-align-last:center;display:none; }
#ssz1Cs9P69QomcGpZLadscvi83bXzUu5 { color:#ffffff;display:block;width:273px;position:absolute;font-family:toyotatype;font-size:14px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:477px;left:938px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Qc66d80MkDygPOf8DGqFetavvPa7r6LW { color:#ffffff;display:block;width:272px;position:absolute;font-family:toyotatype;font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:454px;left:939px;height:0;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#z8wirGPnh5thVITBTQZ61DMCQ5IZvzEJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:350px;width:204px;top:203px;left:14px;overflow:hidden;display:block; }
#iD5qZuGLbsQW4i8JOVwWzvXl8o43eTrU { color:#ffffff;display:block;width:234px;position:absolute;font-family:toyotatype;font-size:12px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:440px;left:453px;height:15.5938px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qiX5rZUyKlsmM1pCFRu2ygXmK0J7GGIE { color:#ffffff;display:block;width:232px;position:absolute;font-family:toyotatype;font-size:10px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:457px;left:453px;height:13px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R3oA77yNOkkOEiHex36XdunlcpDtGzuT { color:#ffffff;display:block;width:216px;position:absolute;font-family:toyotatype;font-size:10px;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:499px;left:459px;height:32px;text-align:center;text-align-last:center;display:block; }
#zCr8Tqrbgub9sTis6N3LSiTdZw5x6pym { color:#000000;display:block;width:555px;position:absolute;font-family:toyotatype;font-size:19px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:78.484375px;left:322.5px;height:74.0859px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ciMT3SiVaeBGIdQrX38tSEQabvT8zbsH { 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:2.98438px;width:82.9844px;top:16px;left:547px;overflow:hidden;display:block; }
#GNn55Qep7b5SfhRP7PH4O5av753zpFlk { position:absolute;display:block;z-index:15016;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:38px;width:163px;top:824px;left:0px;overflow:hidden;display:block; }
#DfRh3XmTZw8gB30aDg6EdNyCyUHDzGck { position:absolute;display:block;z-index:15017;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:45px;width:213px;top:820.5px;left:181px;overflow:hidden;display:block; }
#cZ6UW9GA5XVXEHFWXz2SrPIMNOvO5R7P { position:absolute;display:block;z-index:15018;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:39px;width:160px;top:823.5px;left:410.96875px;overflow:hidden;display:block; }
#ZfMk8yHCNAugJAnadwsQkswtG44oKKue { color:#ffffff;display:block;width:272px;position:absolute;font-family:toyotatype;font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:454px;left:320px;height:20.7969px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#L4x6SH4kTuRC0kBCIWPCaUoVlXHnVQ9V { color:#ffffff;display:block;width:273px;position:absolute;font-family:toyotatype;font-size:14px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:477px;left:319px;height:18.1875px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eX9pPMA0P5fp1pgTHIZps9UABIdwzCfM { color:#ffffff;display:block;width:271px;position:absolute;font-family:toyotatype;font-size:14px;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:521.984375px;left:319px;height:44.7812px;text-align:center;text-align-last:center;display:none; }
#E08Cm0eBmQyesR8B7kk8P5vQrJuBsRxQ { 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: 1px 1px 3px rgba(0,0,0,0.5) ;height:348px;width:206px;top:204px;left:465px;overflow:hidden;display:block; }
#SBr6WqFuw1FHiBxTP1DICq7oEfhSf23l { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:346px;width:206px;top:205px;left:686px;overflow:hidden;display:block; }
#yWPPJka0WqQRIAe3P7JAOHEEBeFvOXrG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:348px;width:207px;top:206px;left:905px;overflow:hidden;display:block; }
#HIbDoudteByiO77hhuu2vfVeD1cbc18W { color:#ffffff;display:block;width:226px;position:absolute;font-family:toyotatype;font-size:12px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:437px;left:4px;height:15.5938px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eXrvkoqK9K6gGv8sJrp2L6W5WDKd1f0s { color:#ffffff;display:block;width:233px;position:absolute;font-family:toyotatype;font-size:10px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:455px;left:0px;height:13px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mDEL8R1LUup3ZOrl2lTRXuzPKnt82Guf { color:#ffffff;display:block;width:233px;position:absolute;font-family:toyotatype;font-size:10px;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:499px;left:0px;height:32px;text-align:center;text-align-last:center;display:block; }
#JCmRp8opzylZ9msuhbqiXUbQwL1OCS3P { color:#ffffff;display:block;width:233px;position:absolute;font-family:toyotatype;font-size:12px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:440px;left:674px;height:15.5938px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GNZFTvN24PJtPSlqGl89Q7SXeswyi6uU { color:#ffffff;display:block;width:230px;position:absolute;font-family:toyotatype;font-size:10px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:458px;left:674px;height:13px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VkmKGTtMlCi9vrhDPHIIoNkV6uZzlQ3V { color:#ffffff;display:block;width:233px;position:absolute;font-family:toyotatype;font-size:10px;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:499px;left:674px;height:32px;text-align:center;text-align-last:center;display:block; }
#a6PJ5ybhCG0bupLEUTwJIXWwa28MZFhV { color:#ffffff;display:block;width:232px;position:absolute;font-family:toyotatype;font-size:12px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:440px;left:905px;height:15.5938px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q8aXI34KzUyJq2uKpGnudQtmlBgTXLw5 { color:#ffffff;display:block;width:230px;position:absolute;font-family:toyotatype;font-size:10px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:460px;left:906px;height:13px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jis6b1OqwVWmkQuhehyRLf2UrcVpCcKz { color:#ffffff;display:block;width:231px;position:absolute;font-family:toyotatype;font-size:10px;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:499px;left:892px;height:32px;text-align:center;text-align-last:center;display:block; }
#Oz3ep0CakWmwD6SEPLhgqu77la9uXgEX { position:absolute;display:block;z-index:15021;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:277px;width:203px;top:203px;left:251px;overflow:hidden;display:block; }
#XGankgPTg8QcCv5lJTsdpUBpelRIVV3e { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:350px;width:204px;top:203px;left:250px;overflow:hidden;display:block; }
#VM7T9mrwILnv4Ghpg96Z9toueU9fCMMR { color:#ffffff;display:block;width:226px;position:absolute;font-family:toyotatype;font-size:12px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:440px;left:228px;height:15.5938px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#huFRTTBZuvvMpDNnni4sC3n3UdZToTAA { color:#ffffff;display:block;width:233px;position:absolute;font-family:toyotatype;font-size:10px;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:457px;left:230px;height:13px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qXIUpKtWX9un6ftW8xmac8qFZTyaK59C { color:#ffffff;display:block;width:233px;position:absolute;font-family:toyotatype;font-size:10px;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:500px;left:230px;height:32px;text-align:center;text-align-last:center;display:block; }
#zaDeriVcqGDdNU6OOcxNe7rMLf2TV49T { box-sizing:content-box;height:77px;width:555px;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:66px;left:322.5px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;border-top-right-radius:13px;border-bottom-right-radius:13px;border-bottom-left-radius:13px;border-top-left-radius:13px;display:block; }
#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fdb9fc8f-bfb4-4da5-af15-92464d258b0b/Obszarkompozycji6.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; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE.adaptive-delivery-prevent-bg, #gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE.lazyload, #gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE.lazyloading { background-image: none; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row .container { background-color: transparent; background-image: none; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row .container > .video-iframe-container { display: none; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row > .video-iframe-container { display: none; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .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); }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row .container { border-width: 0; border-radius: 0; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row .container { font-size:14px;font-family:toyota;height:745px;width:1200px;position:relative;display:block; }#eKZU3lTIz4D0ys8Zkh1qS9gzNpOs1gbZ { 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:74px;width:233px;display:none; }
#ElcRgugsPEgKN2wVDxpIVcAO0sRPlOKD { color:#000000;display:block;width:1200px;position:absolute;font-family:toyotatype;font-size:32px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26px;left:0px;height:41.5938px;text-align:center;text-align-last:center;display:block; }
#QKTSpdl0SunVRvKP46mJNfUBcMofWpBJ { 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:3px;width:83px;top:80px;left:558.50003051758px;overflow:hidden;display:block; }
#M60rTarD2hUoJ1LgBFLRdEQe0tGFZoLx { color:#000000;display:block;width:640.984px;position:absolute;font-family:toyotatype;font-size:20px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:99px;left:279.484375px;height:26.0039px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jy3WXqWUtUteqNtREBfIibhAwNbl3d1o { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:673px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#aGCQ8mdNtWMCJlut0ZgQt2H3itGUBi7l { 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:102px;width:101px;top:550px;left:82.387496948242px;overflow:hidden;display:block; }
#Cxwh1cRfr9ah9eK2LINWhVcPFezMO1he { position:absolute;display:block;z-index:15012;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:102px;width:101px;top:550px;left:382.50003051758px;overflow:hidden;display:block; }
#ZxQQORfMAQfcH1kJTUeZx3bpkrIDRBDP { 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:102px;width:101px;top:550px;left:603.50003051758px;overflow:hidden;display:block; }
#gynbUiTWVTCR50l9QZnp6IV5I9ird80g { position:absolute;display:block;z-index:15014;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:102px;width:101px;top:550px;left:834.39999389648px;overflow:hidden;display:block; }
#LD8ykDg0sUByyXK7D13L7SBZZ55kNiJh { 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:102px;width:101px;top:550px;left:1060.8875427246px;overflow:hidden;display:block; }
#lWOT92BInlsPetUldNr2Dof46COhtVTH { color:#282830;display:block;width:266px;position:absolute;font-family:toyotatype;font-size:14px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:663px;left:0px;height:36.3906px;text-align:center;text-align-last:center;display:block; }
#FR4Nyepxh3vpWGK1d0oTIiae0xBJyKDa { color:#282830;display:block;width:226px;position:absolute;font-family:toyotatype;font-size:14px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:664px;left:320px;height:18.1992px;text-align:center;text-align-last:center;display:block; }
#zyUJbngc2c7L2WE9FsCHCmvBJOoGT8KH { color:#282830;display:block;width:224px;position:absolute;font-family:toyotatype;font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:662px;left:542.00003051758px;height:36.3906px;text-align:center;text-align-last:center;display:block; }
#FbzBwU3b6UkUsMgDH1z8AbRt039CvT2T { color:#282830;display:block;width:223px;position:absolute;font-family:toyotatype;font-size:14px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:662px;left:785.39999389648px;height:36.3906px;text-align:center;text-align-last:center;display:block; }
#avTMQ9lsnR9TRncq3Zcc6G8gMDqNLaTR { color:#282830;display:block;width:172px;position:absolute;font-family:toyotatype;font-size:14px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:662px;left:1025.3875427246px;height:36.3906px;text-align:center;text-align-last:center;display:block; }
#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b5b47d2a-530d-46b0-a2c9-c0fca47e6f28/Obszarkompozycji7.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F.adaptive-delivery-prevent-bg, #IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F.lazyload, #IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F.lazyloading { background-image: none; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row .container { background-color: transparent; background-image: none; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row .container > .video-iframe-container { display: none; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row > .video-iframe-container { display: none; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .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); }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row .container { border-width: 0; border-radius: 0; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row .container { font-size:14px;font-family:toyota;height:675px;width:1200px;position:relative;display:block; }#Jr0ElxEoP6uNrTFqNfSfunf0exOfTQs7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:349px;width:630px;top:85.787506103516px;left:294.92498779297px;display:block; }
#RyzvPg1OfdSnw6sDNJPFstGaQhG7MmQM { 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:3px;width:83px;top:55.137504577637px;left:557.94998168945px;overflow:hidden;display:block; }
#xlJn3zBPyxHonbJST9pogpxKV5bUVEXc { color:#000000;display:block;width:640.99261474609px;position:absolute;font-family:montserrat;font-size:15px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:62.956298828125px;left:289.44850158691px;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rghUNDWRhNwCWvrIuWpV9ug4SGWr7ymF { color:#000000;display:block;width:485px;position:absolute;font-family:montserrat;font-size:28px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.5517578125px;left:357.46321105957px;height:0;text-align:center;text-align-last:center;display:none; }
#lMErXryTPDLKJE0loshCvd8HzdCUrALE { color:#000000;display:block;width:1200px;position:absolute;font-family:toyotatype;font-size:32px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.8375015258789px;left:0px;height:41.5938px;text-align:center;text-align-last:center;display:block; }
#UvrSbEAu0hpZmVleGuJALVn7lpcWhk1l { 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:41px;width:24px;top:564px;left:597.921875px;overflow:hidden;display:block; }
#QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP { 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; }#QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP > .row .container { background-color: transparent; background-image: none; }#QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP > .row .container > .video-iframe-container { display: none; }#QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP > .row > .video-iframe-container { display: none; }#QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP > .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); }#QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP > .row .container { border-width: 0; border-radius: 0; }#QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP > .row .container { font-size:14px;font-family:arial;height:241px;width:1200px;position:relative;display:block; }#DfFTcehSTgAi5fcGz962K5rgUcIek0m1 { color:#3f4549;display:block;width:200px;position:absolute;font-family:toyotatype;font-size:25px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:38px;left:317px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MhTe2IKkCvpV5E7odHV5zX69Ea34REmS { color:#000000;display:block;width:307.99630737305px;position:absolute;font-family:toyotatype;font-size:14px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:82px;left:263px;height:72.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nJ0FEZggzZTKbb011FrsEXluMZtqlxUE { color:#000000;display:block;width:968.98895263672px;position:absolute;font-family:toyota;font-size:12px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:216.3603515625px;left:115.4779510498px;height:0;text-align:center;text-align-last:center;display:none; }
#gvoVf97TvQIIGFXCBGsWr3Xhlwzc5O9T { color:#000000;display:block;width:915.96875px;position:absolute;font-family:toyotatype;font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:190.38751220703px;left:104.97500610352px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#gZCSTINReZLPDE9TiFKfWb2kgRM0ptnz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:150px;width:226px;top:14px;left:557.01248168945px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/L1fygj0t/firmowatoyota.pl_mobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD.adaptive-delivery-prevent-bg, #ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD.lazyload, #ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD.lazyloading { background-image: none; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row .container { background-color: transparent; background-image: none; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row .container > .video-iframe-container { display: none; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row > .video-iframe-container { display: none; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .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); }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row .container { width:764px;height:854px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2HcErJpclOBe76O2T7Tyt4sykaFcTxH { width:242px;height:48px;display:none; }
 }@media only screen and (max-width: 763px) { #g5TrH4ZyX4L0TaIifO7Gwc87wxumL1fo { width:250px;height:139px;top:476px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XTq14dHQVDJ6T47mNtFa6UG4uVSzBpWd { width:154px;height:28px;top:18px;left:3.875px;display:block; }
 }@media only screen and (max-width: 763px) { #FSD2Uaa9nJmEdBSFvgHarTOAbkAoQ5rI { top:16px;left:290px;width:172px;height:16.9px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #my9QEAtQs5ZeuxSeWT77xlrOlA6lVslv { top:5px;left:407px;width:20px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #lmR5DELMsHn5CRUWM8xHS9AlzIdHnQhs { top:17px;left:443px;width:172px;height:16.9px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;height:558px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0SR07Dwip84qlJ5V1cNzyVpps3Ff43M { width:764px;height:47px;top:77px;left:0px;font-size:59px;display:block; }
 }@media only screen and (max-width: 763px) { #iM7GznXxTtc4XcJS6J4uEER6xgm8aTQp { width:597px;height:31px;top:139px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RFJeXoFHT0WPTdWIgPEAkB7fbyFBBTBP { width:717px;height:37px;top:620px;left:47px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #flxfmToLzaifMwI6iyL5nyWtAx8u6ANk { width:419px;height:201px;top:411px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TEBCylg2Io639K5ZhoSJWreLnHHN8iqJ { width:619px;height:412px;top:293px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #vKPHswrp1XCue7GNJU1WAr5pLNBd3qCR { width:557px;height:347px;top:266px;left:207px;display:block; }
 }@media only screen and (max-width: 763px) { #p5dTpcaTCJb7V0Q1WOopQZM1nTsnee5l { width:320px;height:33px;top:170px;left:0px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #zy2Immox92fJ8TZLHD98JeSD0TxR5Tst { width:672px;height:22px;top:171px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FLPiSkxF4G25GEoE1FH6asbrLGfSxVDl { width:280px;height:55px;top:238px;left:68px;display:block; }
 }@media only screen and (max-width: 763px) { #Ai9CCZ8B4VXtRA9TVE6Nkv6Qoh0CB6Tr { display:block; }
 }@media only screen and (max-width: 763px) { #FAyQa9XrGk41QxspyT0B6LKtUh1pakro { width:280px;height:55px;top:238px;left:387px;display:block; }
 }@media only screen and (max-width: 763px) { #bdMeLPJ29Ow9UTbWT104bQyTUF0qyAxy { display:block; }
 }@media only screen and (max-width: 763px) { #O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/jeuaxR1R/Hybrydowa_Flota_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX.adaptive-delivery-prevent-bg, #O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX.lazyload, #O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX.lazyloading { background-image: none; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row .container { background-color: transparent; background-image: none; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row .container > .video-iframe-container { display: none; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row > .video-iframe-container { display: none; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .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); }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row .container { width:764px;height:642px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTr3HVcTaQ4Gu7FI0a7TMDveehxgdPo1 { width:453px;height:36.375px;top:113px;left:155.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IVXfhTwdF7PcoccxUAGwSS47EPzwTSBL { width:82px;height:2.9644125883901px;top:103px;left:297.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #HTy3SB0PG4E0f2xxnLO0ZXSnpi3bApHa { width:315px;height:32.5px;top:9.9816284179688px;left:224.4669008255px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lpDhyuiCkALwugBPylE35NaZq1AOL61i { width:223px;height:100px;top:157px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MrM0NUvqOJWyGM3xw1VrqAWlxMMJ4xW9 { width:316px;height:100px;top:157px;left:448px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JQtaT41bXPtZAiWoIZDBkeoz79ICVF1r { width:294px;height:100px;top:318px;left:26.9765625px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #odeEDXXE61tHCR2bzGJeeJapCsTV3uVz { width:322px;height:100px;top:318px;left:402.484375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #d3Hzie5wiBkvqEwrTRPAITe2Mb7S2chL { width:471px;height:134px;top:140px;left:102.9765625px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fZik5iHfV2QyADPR8SRk0P4acyLCDVpP { width:764px;height:41px;top:473px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #bJr9baATT2R3apTNxQcgT5QXEXqU5tpz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/jeuaxR1R/Hybrydowa_Flota_02.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz.adaptive-delivery-prevent-bg, #bJr9baATT2R3apTNxQcgT5QXEXqU5tpz.lazyload, #bJr9baATT2R3apTNxQcgT5QXEXqU5tpz.lazyloading { background-image: none; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row .container { background-color: transparent; background-image: none; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row .container > .video-iframe-container { display: none; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row > .video-iframe-container { display: none; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .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); }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row .container { width:764px;height:762px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBtz5tdl4ihpmO4wE56dFTXzOaC375ml { width:80px;height:82px;top:802px;left:376px;display:block; }
 }@media only screen and (max-width: 763px) { #tLizNFEmELCwdR6Frs4255U1cDcUh6Na { width:111px;height:76px;top:805px;left:481.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #mms7MXcrUE7hUbE9clVmpq3oltlfeUdM { width:156px;height:48px;top:819px;left:608px;display:block; }
 }@media only screen and (max-width: 763px) { #y3mzqWRcUtD2cPDJKqVOm8cveVlRhmWy { width:175px;height:41px;top:675.75366210938px;left:471.98525714874px;display:block; }
 }@media only screen and (max-width: 763px) { #S25dfPeSozh4P4HrmpMcTtPVmKcNLK6S { width:764px;height:31.1875px;top:695px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #m58N7k6AKPRiiWkKsDg13O0ALczgcCSi { width:83px;height:3px;top:751px;left:340.5px;display:block; }
 }@media only screen and (max-width: 763px) { #i5PFUyJ1UqxbHX2rPNu1fAzDIa9SOeyD { width:640px;height:18.1875px;top:760px;left:61.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #y8IAcKRGIw9IiU4MXkepfxKvaUBIdBdz { width:485px;height:27px;top:24px;left:279px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #uNExPvZNpfhn5T82wov7atFEymLOgElc { width:82px;height:2.9519505949691px;top:63px;left:595.94998168945px;display:none; }
 }@media only screen and (max-width: 763px) { #sRf7JCLJsmvLZ9QZgbAQPMkEbDNEMWCB { width:384px;height:39px;top:96px;left:380px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #s5wTVX74n76eiuhXdHnOFPHxqmJTE8eg { width:515px;height:419px;top:123px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SJ8d6MCmFS0FWDZNcZeTRBrEnMv07upG { width:24px;height:41px;top:634px;left:376px;display:block; }
 }@media only screen and (max-width: 763px) { #uI9mXLnOBif8KfzMMRvViKTrkTABknFu { width:338px;height:374px;top:93px;left:408px;display:none; }
 }@media only screen and (max-width: 763px) { #SLo8WkCie517GZlFToU7iEV1F1K7HbFA { width:119px;height:200px;top:159.99987792969px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JNsQWMxxdQurC5Dq3QryTPFBKODl0iST { width:271px;height:44px;top:522px;left:493px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #ssz1Cs9P69QomcGpZLadscvi83bXzUu5 { width:273px;height:18px;top:477px;left:491px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Qc66d80MkDygPOf8DGqFetavvPa7r6LW { width:272px;height:20px;top:454px;left:492px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #z8wirGPnh5thVITBTQZ61DMCQ5IZvzEJ { width:119px;height:200px;top:159.99987792969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iD5qZuGLbsQW4i8JOVwWzvXl8o43eTrU { width:234px;height:15px;top:440px;left:235px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qiX5rZUyKlsmM1pCFRu2ygXmK0J7GGIE { width:232px;height:13px;top:457px;left:235px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #R3oA77yNOkkOEiHex36XdunlcpDtGzuT { width:216px;height:32px;top:499px;left:241px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #zCr8Tqrbgub9sTis6N3LSiTdZw5x6pym { width:555px;height:74px;top:78px;left:104.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ciMT3SiVaeBGIdQrX38tSEQabvT8zbsH { width:82px;height:2.9489778801799px;top:16px;left:329px;display:block; }
 }@media only screen and (max-width: 763px) { #GNn55Qep7b5SfhRP7PH4O5av753zpFlk { width:163px;height:38px;top:824px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DfRh3XmTZw8gB30aDg6EdNyCyUHDzGck { width:213px;height:45px;top:820px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cZ6UW9GA5XVXEHFWXz2SrPIMNOvO5R7P { width:160px;height:39px;top:823px;left:192.96875px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfMk8yHCNAugJAnadwsQkswtG44oKKue { width:320px;height:23px;top:1202px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #L4x6SH4kTuRC0kBCIWPCaUoVlXHnVQ9V { width:320px;height:15px;top:1225px;left:0px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #eX9pPMA0P5fp1pgTHIZps9UABIdwzCfM { width:320px;height:38px;top:1270px;left:0px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #E08Cm0eBmQyesR8B7kk8P5vQrJuBsRxQ { width:119px;height:200px;top:159.99987792969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SBr6WqFuw1FHiBxTP1DICq7oEfhSf23l { width:119px;height:198px;top:159.99987792969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yWPPJka0WqQRIAe3P7JAOHEEBeFvOXrG { width:119px;height:200px;top:159.99987792969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HIbDoudteByiO77hhuu2vfVeD1cbc18W { width:226px;height:15px;top:437px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eXrvkoqK9K6gGv8sJrp2L6W5WDKd1f0s { width:233px;height:13px;top:455px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #mDEL8R1LUup3ZOrl2lTRXuzPKnt82Guf { width:233px;height:32px;top:499px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #JCmRp8opzylZ9msuhbqiXUbQwL1OCS3P { width:233px;height:15px;top:440px;left:456px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #GNZFTvN24PJtPSlqGl89Q7SXeswyi6uU { width:230px;height:13px;top:458px;left:456px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #VkmKGTtMlCi9vrhDPHIIoNkV6uZzlQ3V { width:233px;height:32px;top:499px;left:456px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #a6PJ5ybhCG0bupLEUTwJIXWwa28MZFhV { width:232px;height:15px;top:440px;left:532px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #q8aXI34KzUyJq2uKpGnudQtmlBgTXLw5 { width:230px;height:13px;top:460px;left:534px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Jis6b1OqwVWmkQuhehyRLf2UrcVpCcKz { width:231px;height:32px;top:499px;left:533px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Oz3ep0CakWmwD6SEPLhgqu77la9uXgEX { width:203px;height:277px;top:203px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #XGankgPTg8QcCv5lJTsdpUBpelRIVV3e { width:119px;height:200px;top:159.99987792969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VM7T9mrwILnv4Ghpg96Z9toueU9fCMMR { width:226px;height:15px;top:440px;left:10px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #huFRTTBZuvvMpDNnni4sC3n3UdZToTAA { width:233px;height:13px;top:457px;left:12px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #qXIUpKtWX9un6ftW8xmac8qFZTyaK59C { width:233px;height:32px;top:500px;left:12px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #zaDeriVcqGDdNU6OOcxNe7rMLf2TV49T { width:555px;height:77px;top:66px;left:104.5px;display:block; }
 }@media only screen and (max-width: 763px) { #gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Sv2qzn23/lp_lubin_flota_05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE.adaptive-delivery-prevent-bg, #gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE.lazyload, #gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE.lazyloading { background-image: none; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row .container { background-color: transparent; background-image: none; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row .container > .video-iframe-container { display: none; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row > .video-iframe-container { display: none; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .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); }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row .container { width:764px;height:522px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKZU3lTIz4D0ys8Zkh1qS9gzNpOs1gbZ { top:434.28686523438px;left:256.47057819366px;width:189px;height:60px;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ElcRgugsPEgKN2wVDxpIVcAO0sRPlOKD { width:764px;height:31.1875px;top:26px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #QKTSpdl0SunVRvKP46mJNfUBcMofWpBJ { width:83px;height:3px;top:80px;left:340.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #M60rTarD2hUoJ1LgBFLRdEQe0tGFZoLx { width:640px;height:18.1875px;top:99px;left:61.484375px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Jy3WXqWUtUteqNtREBfIibhAwNbl3d1o { width:764px;height:428.47666666667px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aGCQ8mdNtWMCJlut0ZgQt2H3itGUBi7l { width:101px;height:102px;top:550px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Cxwh1cRfr9ah9eK2LINWhVcPFezMO1he { width:101px;height:102px;top:550px;left:164.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #ZxQQORfMAQfcH1kJTUeZx3bpkrIDRBDP { width:101px;height:102px;top:550px;left:385.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #gynbUiTWVTCR50l9QZnp6IV5I9ird80g { width:101px;height:102px;top:550px;left:616.39999389648px;display:block; }
 }@media only screen and (max-width: 763px) { #LD8ykDg0sUByyXK7D13L7SBZZ55kNiJh { width:101px;height:102px;top:550px;left:663px;display:block; }
 }@media only screen and (max-width: 763px) { #lWOT92BInlsPetUldNr2Dof46COhtVTH { width:266px;height:41.5938px;top:663px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FR4Nyepxh3vpWGK1d0oTIiae0xBJyKDa { width:226px;height:20.7969px;top:664px;left:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zyUJbngc2c7L2WE9FsCHCmvBJOoGT8KH { width:224px;height:41.5938px;top:662px;left:324px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FbzBwU3b6UkUsMgDH1z8AbRt039CvT2T { width:223px;height:41.5938px;top:662px;left:541px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #avTMQ9lsnR9TRncq3Zcc6G8gMDqNLaTR { width:172px;height:41.5938px;top:662px;left:592px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mKkxC4hg/lp_lubin_flota_06.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F.adaptive-delivery-prevent-bg, #IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F.lazyload, #IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F.lazyloading { background-image: none; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row .container { background-color: transparent; background-image: none; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row .container > .video-iframe-container { display: none; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row > .video-iframe-container { display: none; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .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); }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row .container { width:764px;height:422px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr0ElxEoP6uNrTFqNfSfunf0exOfTQs7 { width:630px;height:349px;top:85px;left:76.924987792969px;display:block; }
 }@media only screen and (max-width: 763px) { #RyzvPg1OfdSnw6sDNJPFstGaQhG7MmQM { width:82.996322631836px;height:2.9963233470917px;top:55.04052734375px;left:339.94482135773px;display:block; }
 }@media only screen and (max-width: 763px) { #xlJn3zBPyxHonbJST9pogpxKV5bUVEXc { width:640px;height:0;top:71.033203125px;left:61.966908454895px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rghUNDWRhNwCWvrIuWpV9ug4SGWr7ymF { width:320px;height:32.5px;top:13.05517578125px;left:221.9669008255px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lMErXryTPDLKJE0loshCvd8HzdCUrALE { width:764px;height:31.1875px;top:6px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UvrSbEAu0hpZmVleGuJALVn7lpcWhk1l { width:24px;height:41px;top:564px;left:379.921875px;display:none; }
 }@media only screen and (max-width: 763px) { #QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP { display:block; }#QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfFTcehSTgAi5fcGz962K5rgUcIek0m1 { width:200px;height:33.7969px;top:38px;left:99px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #MhTe2IKkCvpV5E7odHV5zX69Ea34REmS { width:307px;height:72px;top:82px;left:45px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #nJ0FEZggzZTKbb011FrsEXluMZtqlxUE { width:764px;height:61px;top:216px;left:0px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #gvoVf97TvQIIGFXCBGsWr3Xhlwzc5O9T { width:764px;height:15.5938px;top:190px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gZCSTINReZLPDE9TiFKfWb2kgRM0ptnz { width:226px;height:150px;top:14px;left:339.01248168945px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0px;left:0px;right:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row .container { background-color: transparent; background-image: none; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row .container > .video-iframe-container { display: none; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row > .video-iframe-container { display: none; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .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); }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ciwn33TFTSEVfpZVFbDqGQ1VeEvysbHD > .row .container { width:320px;height:54px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2HcErJpclOBe76O2T7Tyt4sykaFcTxH { top:410px;left:34px;width:252px;height:62px;z-index:15030;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #g5TrH4ZyX4L0TaIifO7Gwc87wxumL1fo { width:250px;height:139px;top:310.265625px;left:61px;display:none; }
 }@media only screen and (max-width: 763px) { #XTq14dHQVDJ6T47mNtFa6UG4uVSzBpWd { width:140px;height:25px;top:18px;left:7.3858695652173px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FSD2Uaa9nJmEdBSFvgHarTOAbkAoQ5rI { width:106px;height:16.9px;top:7.2000002861023px;left:198.00000572205px;font-size:13px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#282830;display:block; }
 }@media only screen and (max-width: 763px) { #my9QEAtQs5ZeuxSeWT77xlrOlA6lVslv { width:20px;height:48px;top:3px;left:156.12500572205px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lmR5DELMsHn5CRUWM8xHS9AlzIdHnQhs { width:136px;height:16.9px;top:27px;left:181.00000572205px;font-size:13px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#282830;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5c44f8c-3318-41e8-9a3a-138c492f1eab/Obszarkompozycji6m.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:618px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0SR07Dwip84qlJ5V1cNzyVpps3Ff43M { width:312px;height:38.375px;top:85px;left:8px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iM7GznXxTtc4XcJS6J4uEER6xgm8aTQp { width:320px;height:0;top:145.3984375px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RFJeXoFHT0WPTdWIgPEAkB7fbyFBBTBP { width:320px;height:16.8906px;top:186px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #flxfmToLzaifMwI6iyL5nyWtAx8u6ANk { width:199px;height:95px;top:271px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TEBCylg2Io639K5ZhoSJWreLnHHN8iqJ { width:256px;height:168px;top:216px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #vKPHswrp1XCue7GNJU1WAr5pLNBd3qCR { width:228px;height:140px;top:186px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #p5dTpcaTCJb7V0Q1WOopQZM1nTsnee5l { width:320px;height:39px;top:139px;left:0px;font-size:15px;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #zy2Immox92fJ8TZLHD98JeSD0TxR5Tst { width:320px;height:auto;top:171px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FLPiSkxF4G25GEoE1FH6asbrLGfSxVDl { width:280px;height:55px;top:424.8906px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ai9CCZ8B4VXtRA9TVE6Nkv6Qoh0CB6Tr { display:block; }
 }@media only screen and (max-width: 763px) { #FAyQa9XrGk41QxspyT0B6LKtUh1pakro { width:280px;height:55px;top:499.8906px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bdMeLPJ29Ow9UTbWT104bQyTUF0qyAxy { display:block; }
 }@media only screen and (max-width: 763px) { #O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/184ef71e-05e7-4ffd-bd86-455fd05c5884/Obszarkompozycji3m.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX.adaptive-delivery-prevent-bg, #O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX.lazyload, #O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX.lazyloading { background-image: none; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row .container { background-color: transparent; background-image: none; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row .container > .video-iframe-container { display: none; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row > .video-iframe-container { display: none; }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .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); }#O2n42uJoSbFENX3wdAIDrN4nBZNqzsBX > .row .container { width:320px;height:1042px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTr3HVcTaQ4Gu7FI0a7TMDveehxgdPo1 { width:320px;height:54.5625px;top:71.152770996094px;left:0.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVXfhTwdF7PcoccxUAGwSS47EPzwTSBL { width:83px;height:3px;top:59.117614746094px;left:117.97793388367px;display:block; }
 }@media only screen and (max-width: 763px) { #HTy3SB0PG4E0f2xxnLO0ZXSnpi3bApHa { width:315px;height:31.1953px;top:15.474304199219px;left:4.981616973877px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lpDhyuiCkALwugBPylE35NaZq1AOL61i { width:224px;height:84px;top:198.75px;left:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MrM0NUvqOJWyGM3xw1VrqAWlxMMJ4xW9 { width:263px;height:84px;top:364.53125px;left:28.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JQtaT41bXPtZAiWoIZDBkeoz79ICVF1r { width:256px;height:84px;top:540.359375px;left:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #odeEDXXE61tHCR2bzGJeeJapCsTV3uVz { width:280px;height:84px;top:729.546875px;left:20px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #d3Hzie5wiBkvqEwrTRPAITe2Mb7S2chL { width:320px;height:112px;top:883.546875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fZik5iHfV2QyADPR8SRk0P4acyLCDVpP { width:290.984px;height:0;top:9px;left:15px;font-size:24px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bJr9baATT2R3apTNxQcgT5QXEXqU5tpz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/284d9b59-06c1-4389-9987-948a6d711176/Obszarkompozycji5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz.adaptive-delivery-prevent-bg, #bJr9baATT2R3apTNxQcgT5QXEXqU5tpz.lazyload, #bJr9baATT2R3apTNxQcgT5QXEXqU5tpz.lazyloading { background-image: none; }#bJr9baATT2R3apTNxQcgT5QXEXqU5tpz > .row .container { width:320px;height:5248px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mBtz5tdl4ihpmO4wE56dFTXzOaC375ml { width:80px;height:81px;top:2001px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #tLizNFEmELCwdR6Frs4255U1cDcUh6Na { width:109px;height:75px;top:2106px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #mms7MXcrUE7hUbE9clVmpq3oltlfeUdM { width:162px;height:49px;top:2280px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #y3mzqWRcUtD2cPDJKqVOm8cveVlRhmWy { width:174px;height:34px;top:2219px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #S25dfPeSozh4P4HrmpMcTtPVmKcNLK6S { width:320px;height:57.5938px;top:1836px;left:0px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #m58N7k6AKPRiiWkKsDg13O0ALczgcCSi { width:82.996322631836px;height:2.9963233470917px;top:45px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #i5PFUyJ1UqxbHX2rPNu1fAzDIa9SOeyD { width:320px;height:36.375px;top:1902px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8IAcKRGIw9IiU4MXkepfxKvaUBIdBdz { width:320px;height:31.1944px;top:9.2646484375px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uNExPvZNpfhn5T82wov7atFEymLOgElc { width:81.9722px;height:2.94444px;top:879.54174804688px;left:118.98611927032px;display:none; }
 }@media only screen and (max-width: 763px) { #sRf7JCLJsmvLZ9QZgbAQPMkEbDNEMWCB { width:320px;height:44.1944px;top:306px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s5wTVX74n76eiuhXdHnOFPHxqmJTE8eg { width:239px;height:194px;top:81.5px;left:40.500000953674px;display:none; }
 }@media only screen and (max-width: 763px) { #SJ8d6MCmFS0FWDZNcZeTRBrEnMv07upG { width:23.9861px;height:41px;top:1232.9446105957px;left:148.00000476837px;display:none; }
 }@media only screen and (max-width: 763px) { #uI9mXLnOBif8KfzMMRvViKTrkTABknFu { width:320px;height:477px;top:287px;left:0px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #SLo8WkCie517GZlFToU7iEV1F1K7HbFA { width:230px;height:385px;top:1319px;left:45px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JNsQWMxxdQurC5Dq3QryTPFBKODl0iST { width:320px;height:38.375px;top:1661.625px;left:0px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #ssz1Cs9P69QomcGpZLadscvi83bXzUu5 { width:320px;height:15.5938px;top:1607px;left:1px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Qc66d80MkDygPOf8DGqFetavvPa7r6LW { width:320px;height:23.3906px;top:1639px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #z8wirGPnh5thVITBTQZ61DMCQ5IZvzEJ { width:230px;height:385px;top:190px;left:45px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iD5qZuGLbsQW4i8JOVwWzvXl8o43eTrU { width:230px;height:23.3906px;top:459px;left:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qiX5rZUyKlsmM1pCFRu2ygXmK0J7GGIE { width:228px;height:15.5938px;top:482px;left:48px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #R3oA77yNOkkOEiHex36XdunlcpDtGzuT { width:228px;height:38.375px;top:516px;left:46px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zCr8Tqrbgub9sTis6N3LSiTdZw5x6pym { width:320px;height:0;top:67px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ciMT3SiVaeBGIdQrX38tSEQabvT8zbsH { width:81.985290527344px;height:2.9595587253571px;top:53px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #GNn55Qep7b5SfhRP7PH4O5av753zpFlk { width:163px;height:38px;top:2371px;left:78.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DfRh3XmTZw8gB30aDg6EdNyCyUHDzGck { width:160px;height:34px;top:1953px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #cZ6UW9GA5XVXEHFWXz2SrPIMNOvO5R7P { width:160px;height:39px;top:2433px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfMk8yHCNAugJAnadwsQkswtG44oKKue { width:320px;height:18.1875px;top:3365px;left:0px;font-size:14px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #L4x6SH4kTuRC0kBCIWPCaUoVlXHnVQ9V { width:229px;height:15.5938px;top:3385px;left:46px;font-size:12px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #eX9pPMA0P5fp1pgTHIZps9UABIdwzCfM { width:231px;height:38.375px;top:3426px;left:45px;font-size:12px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #E08Cm0eBmQyesR8B7kk8P5vQrJuBsRxQ { width:234px;height:392px;top:594px;left:43px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SBr6WqFuw1FHiBxTP1DICq7oEfhSf23l { width:234px;height:392px;top:3089px;left:43px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yWPPJka0WqQRIAe3P7JAOHEEBeFvOXrG { width:233px;height:390px;top:3912px;left:43px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HIbDoudteByiO77hhuu2vfVeD1cbc18W { width:226px;height:18.1875px;top:875px;left:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eXrvkoqK9K6gGv8sJrp2L6W5WDKd1f0s { width:233px;height:15.5938px;top:893px;left:43px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mDEL8R1LUup3ZOrl2lTRXuzPKnt82Guf { width:233px;height:38.3906px;top:930px;left:44px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JCmRp8opzylZ9msuhbqiXUbQwL1OCS3P { width:233px;height:0;top:3183.8125px;left:44.5px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #GNZFTvN24PJtPSlqGl89Q7SXeswyi6uU { width:230px;height:0;top:3202px;left:44px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #VkmKGTtMlCi9vrhDPHIIoNkV6uZzlQ3V { width:233px;height:0;top:3239.9921875px;left:44.5px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #a6PJ5ybhCG0bupLEUTwJIXWwa28MZFhV { width:232px;height:18.1875px;top:4190px;left:45px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #q8aXI34KzUyJq2uKpGnudQtmlBgTXLw5 { width:230px;height:15.5938px;top:4208px;left:44px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Jis6b1OqwVWmkQuhehyRLf2UrcVpCcKz { width:231px;height:38.375px;top:4247px;left:46px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Oz3ep0CakWmwD6SEPLhgqu77la9uXgEX { width:235px;height:319px;top:4322px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #XGankgPTg8QcCv5lJTsdpUBpelRIVV3e { width:204px;height:350px;top:4781px;left:58px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VM7T9mrwILnv4Ghpg96Z9toueU9fCMMR { width:226px;height:0;top:4661px;left:47px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #huFRTTBZuvvMpDNnni4sC3n3UdZToTAA { width:233px;height:0;top:4696px;left:43px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qXIUpKtWX9un6ftW8xmac8qFZTyaK59C { width:233px;height:0;top:4729px;left:43px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zaDeriVcqGDdNU6OOcxNe7rMLf2TV49T { width:320px;height:77px;top:5151px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5c44f8c-3318-41e8-9a3a-138c492f1eab/Obszarkompozycji6m.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE.adaptive-delivery-prevent-bg, #gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE.lazyload, #gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE.lazyloading { background-image: none; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row .container { background-color: transparent; background-image: none; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row .container > .video-iframe-container { display: none; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row > .video-iframe-container { display: none; }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .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); }#gt0XVmb0WnodD4DuzaMPm2PvpOdU0PCE > .row .container { width:320px;height:1184px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKZU3lTIz4D0ys8Zkh1qS9gzNpOs1gbZ { width:277px;height:86px;top:1084.0000305176px;left:21.500000953674px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ElcRgugsPEgKN2wVDxpIVcAO0sRPlOKD { width:320px;height:28.7969px;top:17.611114501953px;left:0px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QKTSpdl0SunVRvKP46mJNfUBcMofWpBJ { width:83px;height:3px;top:60.611114501953px;left:118.50000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #M60rTarD2hUoJ1LgBFLRdEQe0tGFZoLx { width:320px;height:18.1953px;top:74.819458007812px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jy3WXqWUtUteqNtREBfIibhAwNbl3d1o { width:320px;height:179px;top:93px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aGCQ8mdNtWMCJlut0ZgQt2H3itGUBi7l { width:80px;height:81px;top:256.19445037842px;left:120.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #Cxwh1cRfr9ah9eK2LINWhVcPFezMO1he { width:80px;height:80px;top:437.81958007812px;left:120.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #ZxQQORfMAQfcH1kJTUeZx3bpkrIDRBDP { width:80px;height:80px;top:587.44458007812px;left:120.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #gynbUiTWVTCR50l9QZnp6IV5I9ird80g { width:80px;height:80px;top:758.23609924316px;left:120.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #LD8ykDg0sUByyXK7D13L7SBZZ55kNiJh { width:80px;height:80px;top:923.80554199219px;left:120.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #lWOT92BInlsPetUldNr2Dof46COhtVTH { width:320px;height:41.5938px;top:345.4306640625px;left:1.0000009536743px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FR4Nyepxh3vpWGK1d0oTIiae0xBJyKDa { width:320px;height:20.7969px;top:523.36108398438px;left:1.0000009536743px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zyUJbngc2c7L2WE9FsCHCmvBJOoGT8KH { width:320px;height:41.5938px;top:676.44458007812px;left:1.0000009536743px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FbzBwU3b6UkUsMgDH1z8AbRt039CvT2T { width:320px;height:41.5938px;top:843.80554199219px;left:0.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #avTMQ9lsnR9TRncq3Zcc6G8gMDqNLaTR { width:320px;height:41.5938px;top:1011.8194274902px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6feaa13e-d628-4981-8b34-9aaeb0fd1fbd/Obszarkompozycji7m.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F.adaptive-delivery-prevent-bg, #IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F.lazyload, #IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F.lazyloading { background-image: none; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row .container { background-color: transparent; background-image: none; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row .container > .video-iframe-container { display: none; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row > .video-iframe-container { display: none; }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .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); }#IV6pInS8fs8qoNBq6qc6SVnJzT0Hci1F > .row .container { width:320px;height:425px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr0ElxEoP6uNrTFqNfSfunf0exOfTQs7 { height:178.828px;width:320px;top:97.51953125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RyzvPg1OfdSnw6sDNJPFstGaQhG7MmQM { width:82.9883px;height:2.98828px;top:74.986083984375px;left:117.95833301544px;display:block; }
 }@media only screen and (max-width: 763px) { #xlJn3zBPyxHonbJST9pogpxKV5bUVEXc { width:320px;height:0;top:65.110107421875px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rghUNDWRhNwCWvrIuWpV9ug4SGWr7ymF { width:320px;height:0;top:15.900634765625px;left:0px;font-size:25px;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #lMErXryTPDLKJE0loshCvd8HzdCUrALE { width:320px;height:57.5938px;top:6.0695648193359px;left:0px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UvrSbEAu0hpZmVleGuJALVn7lpcWhk1l { width:23.9875px;height:40.978645833333px;top:376.3251953125px;left:148px;display:none; }
 }@media only screen and (max-width: 763px) { #QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP { display:block; }#QX4bAilaKg6kfgA1n2mJBkpseHz0HNqP > .row .container { width:320px;height:380px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfFTcehSTgAi5fcGz962K5rgUcIek0m1 { width:320px;height:33.7969px;top:182.23608398438px;left:0.99999713897705px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhTe2IKkCvpV5E7odHV5zX69Ea34REmS { width:320px;height:67.5624px;top:226.18041992188px;left:0px;font-size:13px;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #nJ0FEZggzZTKbb011FrsEXluMZtqlxUE { width:320px;height:198.8235168457px;top:442.0224609375px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gvoVf97TvQIIGFXCBGsWr3Xhlwzc5O9T { width:320px;height:31.1875px;top:323.70849609375px;left:0px;font-size:12px;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #gZCSTINReZLPDE9TiFKfWb2kgRM0ptnz { width:226px;height:150px;top:18.541717529297px;left:47.000000953674px;display:block; }
 }