.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DSebTeb6/sekcja4_bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .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); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/JDiH4Ajh/slides_toyota_1200x450px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.adaptive-delivery-prevent-bg, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.lazyload, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.lazyloading { background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { background-color: transparent; background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .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); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { border-width: 0; border-radius: 0; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:60rem;height:41.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TvDR6fxN1d0d5y1HJpoiZI7Qv7TxD46f { position:absolute;display:block;z-index:100000;background-color:#335668;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.125rem;width:32.625rem;top:0rem;left:0rem;display:block; }
#OuQ8gB0apRzpxcwxX0E5i9uPDPIX8Aze { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"titillium web";font-size:3.75rem;font-weight:300;z-index:100001;line-height:1;letter-spacing:0;top:3.3125rem;left:1.46875rem;height:7.5rem;font-style:normal;display:block; }
#yTMsQswdVWOQDd0rn6BmE1BMXISiGV8r { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"titillium web";font-size:4.5rem;font-weight:normal;z-index:100002;line-height:1;letter-spacing:0;top:11.5625rem;left:1.46875rem;height:18rem;display:block; }
#CoxlLTaDUfp7VFnN1nWGQv16bxgSG5Do { color:#c24954;display:block;width:6.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:38.0546875rem;left:4.84375rem;height:1.4619125rem;font-style:normal;display:block; }
#JKVfDkl4ukzGKazJZqWps6J2wxidRrzD { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:36.0234375rem;left:12.09375rem;height:4.0625rem;font-style:normal;display:block; }
#ZAuytix3zEvhPCPSThpDtCKgK4Mbgox1 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -0.3125rem 5.125rem 6.5rem rgba(21,24,36,0.5) ;height:19.8125rem;width:29.875rem;top:14.9375rem;left:30.125rem;overflow:hidden;display:block; }
#eiLMWw1nvSDi9cqCfc7aAp5ZOF9hkTT0 { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:normal;z-index:100008;line-height:1;letter-spacing:0;top:32.1875rem;left:1.46875rem;height:2.5rem;display:block; }
#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { background-color: transparent; background-image: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .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); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { border-width: 0; border-radius: 0; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;position:relative;display:block; }#NIugMDVK4XcLQgpPRezOTU421tVioeUV { color:#151824;display:block;width:41.75rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:9.125rem;height:4.0625rem;font-style:normal;display:block; }
#sFQwzRfVVNB0ARX3dX7E4B2hMDzCWNyO { color:#000000;display:block;width:27rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:6.9375rem;left:16.5rem;height:5.736325rem;text-align:center;text-align-last:center;display:block; }
#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { background-color: transparent; background-image: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container > .video-iframe-container { display: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container { display: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .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); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { border-width: 0; border-radius: 0; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#WbuDUtCg1UtEh71iX7HrfUKmT6R9BsLN { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;height:5.4375rem;width:5.4375rem;top:3.40625rem;left:17.46875rem;overflow:hidden;display:block; }
#QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.875rem;left:0.78125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rzyy3xfC3DvRZ9XF0Rz9HW5p4qM2oQUw { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:16.65625rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#luI8v1gs11E6DpzVriSMRtRzklEvZILg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:36.25rem;top:0rem;left:11.875rem;overflow:hidden;display:block; }
#dATD1VKiRQZCygyBe9nGhCoBphLV8MLX { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;height:5.4375rem;width:5.4375rem;top:14.6875rem;left:21.9375rem;overflow:hidden;display:block; }
#NfgT2X2wzNeVUO5VLD9KUwKavdIgpVTu { color:#44454b;display:block;width:11.1875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:20.71875rem;left:48.8125rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#g2SRg5kSQMQpDxKU2CsX49BhKD6TPq9b { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:19.09375rem;left:48.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIeZATWqZJei349JsPb8VdtHFauTGubm { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:48.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kFws3uvuaLD5VRnr5nHOZzCU62ZBNoE5 { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;height:5.4375rem;width:5.4375rem;top:13.9375rem;left:34.625rem;overflow:hidden;display:block; }
#pWah6kZXB2kx85fxCi2Ud5UKvm5oBLpy { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;height:5.4375rem;width:5.4375rem;top:2.1875rem;left:33.9375rem;overflow:hidden;display:block; }
#DkmckClVhOSa4VgqWt48aT9egN74GeFN { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.1875rem;width:36.25rem;top:13.3125rem;left:11.875rem;overflow:hidden;display:block; }
#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { background-color: transparent; background-image: none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container > .video-iframe-container { display: none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row > .video-iframe-container { display: none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .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); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { border-width: 0; border-radius: 0; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#gzdiad1mDRfE1sXyoOPxGLKf7AWR0wSg { position:absolute;display:block;z-index:100002;border-top:0.125rem solid #d1d3d4;border-left:0.125rem solid #d1d3d4;border-right:0.125rem solid #d1d3d4;border-bottom:0.125rem solid #d1d3d4;height:10.5625rem;width:32.3125rem;top:0.125rem;left:8.25rem;overflow:hidden;display:block; }
#pz97IiCMNRNXxJWp8gOmT8WSPvvUwPC7 { position:absolute;display:block;z-index:100003;border-top:0.125rem solid #d1d3d4;border-left:0.125rem solid #d1d3d4;border-right:0.125rem solid #d1d3d4;border-bottom:0.125rem solid #d1d3d4;height:10.5625rem;width:9.5625rem;top:0.125rem;left:41.625rem;overflow:hidden;display:block; }
#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#61a1b7;background-image:none;position:relative;display:block; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { background-color: transparent; background-image: none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container > .video-iframe-container { display: none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row > .video-iframe-container { display: none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .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); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { border-width: 0; border-radius: 0; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#XZDCKXpzTFSZl4os92Cuw0LBxyRJdiCp { color:#ffffff;display:block;width:38.6875rem;position:absolute;font-family:"titillium web";font-size:1.625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.03125rem;left:0rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llytKEKxTEUlNG4hy69IVvQgmmuIC1Nm { z-index:100002;top:2.34375rem;left:38.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #f4944d, #ff004c);background-image: -moz-linear-gradient(216deg, #f4944d, #ff004c);background-image: -ms-linear-gradient(216deg, #f4944d, #ff004c);background-image: -o-linear-gradient(216deg, #f4944d, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4944d', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4944d', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #f4944d, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fVvcbEFkx6MU8kbUCwpuBJhnIHZQM8cO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z { position:relative;display:block; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z { background-color: transparent; background-image: none; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row .container > .video-iframe-container { display: none; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row > .video-iframe-container { display: none; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .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); }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z { border-width: 0; border-radius: 0; }#Xcsgq8xs9UQiVmdO7rehAnelSkGc9z6Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#THaWrgaIfR20SFL5sDTqE78vplRTku5V { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.85546875rem;left:16.25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqRHb8cSGlW5igZOhF0mEdap7Rfb3XgW { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:9.40625rem;left:16.90625rem;height:2.65625rem;text-align:center;text-align-last:center;display:block; }
#IO8m0DyzMyphrux2Asebc7dM1TsaTyly { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:1.76171875rem;left:46.25rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cGa0aIABD3ligaIk7rXphFCHHkm5izBv { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:9.40625rem;left:46.90625rem;height:2.65625rem;text-align:center;text-align-last:center;display:block; }
#CT0qA4P3ZpD5puK9A9hr8doxfZgAmfsz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.1875rem;width:15rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yyzfpJZLqaUcsRlQr8Ufv0gTQMPPLRR2 { position:absolute;display:block;z-index:99998;background-color:#58595b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:15rem;top:0rem;left:15rem;display:block; }
#kaUhbKDe4CP7RHyep45aaHv2Uk2Xrilo { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:19.75rem;top:0rem;left:27.625rem;overflow:hidden;display:block; }
#TZTConNeuIfvNDNMz4fL5MCnJ7iFPglx { position:absolute;display:block;z-index:99999;background-color:#87a571;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:15rem;top:0rem;left:45rem;display:block; }
#c2gftVKtTvRNkl8crKJTtTP1SwOoalUt { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:18.0625rem;top:13.25rem;left:41.9375rem;overflow:hidden;display:block; }
#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { position:relative;display:block; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { background-color: transparent; background-image: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container > .video-iframe-container { display: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row > .video-iframe-container { display: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .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); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { border-width: 0; border-radius: 0; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#cCJVEbyBP7PP8dB4Qft2DBQwRPQbdyxU { color:#151824;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:0.6875rem;left:1.28125rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dG3xI7JclLyDcRnNPxuFf1OnLuvKF2LI { color:#151824;display:block;width:11.1875rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:normal;z-index:100015;line-height:1;letter-spacing:0;top:9.3681640625rem;left:1.9375rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#p4ZwRA0uvE4tgZZG4fXLyLfk4xDGVeMU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:100011;line-height:1;letter-spacing:0;top:0.6875rem;left:31.28125rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wCakT4zzZsyOKyhvFEnlyaIHC945N2SQ { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:400;z-index:100018;line-height:1;letter-spacing:0;top:9.3681640625rem;left:31.9375rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EciSxIPhK0hznxyqFP0slmni5opJD7Mc { position:absolute;display:block;z-index:100006;background-color:#e5584a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:15rem;top:0rem;left:30rem;display:block; }
#Kx6qQkFqGh5xdxhae3qqOfs5tU4aJ42J { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:17.8125rem;top:0rem;left:13.125rem;overflow:hidden;display:block; }
#cN4tkTB919CKhXMvu2mk4kISsn6MtCTo { position:absolute;display:block;z-index:100007;background-color:#9ad0d3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:15rem;top:0rem;left:0rem;display:block; }
#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9gb4WePT/sekcja6_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS.adaptive-delivery-prevent-bg, #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS.lazyload, #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS.lazyloading { background-image: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { background-color: transparent; background-image: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .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); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { border-width: 0; border-radius: 0; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.875rem 3.125rem 6.5rem rgba(21,24,36,0.3) ;height:28.75rem;width:50.5625rem;top:0rem;left:4.71875rem;display:block; }
#qSyVRp2LPTQxxhWHBcq9r1qRDwVB7ChZ { position:absolute;display:block;z-index:100001;background-color:#335668;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.25rem 1.875rem 6.5rem rgba(21,24,36,0.3) ;height:7.5625rem;width:50.625rem;top:28.8125rem;left:4.75rem;display:block; }
#VesIcwmM09MlEbaZTXIm13s9wo9ehr4G { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:"titillium web";font-size:2.0625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:30.25rem;left:5.84375rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HU9FS3G9GZ6aUaTTwfhhkBQPy7lGaOaB { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:32.8671875rem;left:13.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row .container { background-color: transparent; background-image: none; }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row .container > .video-iframe-container { display: none; }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row > .video-iframe-container { display: none; }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .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); }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row .container { border-width: 0; border-radius: 0; }#r4PbyT69VgqaTNCWXoerlaUFAcv6cEf8 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container { background-color: transparent; background-image: none; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container > .video-iframe-container { display: none; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row > .video-iframe-container { display: none; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .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); }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container { border-width: 0; border-radius: 0; }#qHBTxTTeM25NQ77irc6n8Mel92JsNOIg > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#LeUUelZyra8y2xVTWZDiW7f3nHe6XHr1 { color:#44454b;display:block;width:20.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:2rem;left:6.625rem;height:6.796875rem;display:block; }
#ZttqxhNLgXFQZf7pJXs2goOarDxNlfAQ { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.25rem 1.875rem 6.25rem rgba(0,0,0,0.15) ;height:12.75rem;width:23.375rem;top:0.8125rem;left:5.25rem;display:block; }
#wRtqa0uKEwawxKwvLxsPx4XOFV1frxzu { color:#151824;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:10.625rem;left:14.5rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#w4QWmZx25FruehWLe3PyuEgJNeQHpit3 { color:#44454b;display:block;width:20.4375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:1.5751953125rem;left:37.875rem;height:7.96875rem;display:block; }
#yq3ZQtHZVlVKvgiiZSI93nBMQRFiiLcO { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.625rem 0.625rem 3.125rem rgba(0,0,0,0.15) ;height:12.75rem;width:23.375rem;top:0.8125rem;left:36.5rem;display:block; }
#C6B0LQZV4F5EzT0gh7tCLFz3D465N2F2 { color:#151824;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:8.796875rem;left:45.875rem;height:3.89941875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container { background-color: transparent; background-image: none; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container > .video-iframe-container { display: none; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row > .video-iframe-container { display: none; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .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); }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container { border-width: 0; border-radius: 0; }#uNRyENFMbEtC3bdhKwmsQeTvrUHNXcXJ > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#x5Rcxlo7xh2EVWHTzfMEvlyZgaEHAscr { color:#44454b;display:block;width:20.5rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:2.71875rem;left:6.6875rem;height:7.96875rem;display:block; }
#b0bPnRrW4lmLfal9LCok2ePrestlaozM { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.25rem 1.875rem 6.25rem rgba(0,0,0,0.15) ;height:12.75rem;width:23.375rem;top:0.8125rem;left:5.25rem;display:block; }
#QxJEt08MLUH7wmtRUDVDO4DmAH4pELHc { color:#151824;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:10.625rem;left:14.5rem;height:2.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ef25Th9TcuqyD13GoVTCtfhCwqk1yCBM { color:#44454b;display:block;width:20.5rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:2.3994140625rem;left:37.9375rem;height:6.691375rem;display:block; }
#isG1Der2MXJDq1ctNGH8vw7MEoLVTDyk { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.25rem 1.875rem 6.25rem rgba(0,0,0,0.15) ;height:12.75rem;width:23.375rem;top:0.8125rem;left:36.5rem;display:block; }
#kuU7Rpx9A5OD1kMcCXx083WHt31Ay29g { color:#151824;display:block;width:15.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:9.19921875rem;left:42.625rem;height:3.89941875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container { background-color: transparent; background-image: none; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container > .video-iframe-container { display: none; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row > .video-iframe-container { display: none; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .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); }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container { border-width: 0; border-radius: 0; }#eDTaJBK5a39zW7zMTDkh6oMm3Wuui0hZ > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6Sk3oddf/sekcja8_bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.adaptive-delivery-prevent-bg, #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.lazyload, #DToT8cX5mLs9NKSVQJymhll2GM4nGpM9.lazyloading { background-image: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { background-color: transparent; background-image: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container > .video-iframe-container { display: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row > .video-iframe-container { display: none; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .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); }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { border-width: 0; border-radius: 0; }#DToT8cX5mLs9NKSVQJymhll2GM4nGpM9 > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#WbRPEuiVCDCR0UiT3bXJZsP9LeEX1y1I { z-index:100002;top:2.53125rem;left:39.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #afc95b, #e5584a);background-image: -moz-linear-gradient(216deg, #afc95b, #e5584a);background-image: -ms-linear-gradient(216deg, #afc95b, #e5584a);background-image: -o-linear-gradient(216deg, #afc95b, #e5584a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#afc95b', endColorstr='#e5584a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#afc95b', endColorstr='#e5584a' );";background-image: linear-gradient(216deg, #afc95b, #e5584a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DF98vKe5g3ylPmGui2iRc8uJ4i1nQS84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fWnAvsDmSvlxl0hvEHBIGtFKP1Q1vnty { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:300;z-index:100000;line-height:2;letter-spacing:0;top:2.375rem;left:16rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddrolHAWvhNiEtaT4C7VRMoN2zCJgHmT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.625rem 0.9375rem 4.375rem rgba(21,24,36,0.2) ;height:6.625rem;width:13.5rem;top:0.9375rem;left:2rem;overflow:hidden;display:block; }
#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { background-color: transparent; background-image: none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container > .video-iframe-container { display: none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row > .video-iframe-container { display: none; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .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); }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { border-width: 0; border-radius: 0; }#OqKZ3yRP6f6CJhz99qs5yVckxHqBzlhB > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#iJZhsgz93oA6f2t2hzsb7sMEAi7OzMCJ { color:#7b818a;display:block;width:15.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.25;letter-spacing:0;top:0.625rem;left:13.875rem;height:6.25rem;text-align:center;text-align-last:center;display:block; }
#PryPORanCyX17d31a7ZcGKs4zXf5vLBv { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:11rem;top:0.78125rem;left:29.6875rem;overflow:hidden;display:block; }
