.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;
}body { 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-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { position:relative;display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { background-color: transparent; background-image: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { border-width: 0; border-radius: 0; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { 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:3rem;width:14.75rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { 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; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#tTTKe6mXLTppw1oek78wMo194J5USIXb { color:#ffffff;display:block;width:39.5625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1.5375003814698rem;left:1.09375rem;height:4.55rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B2uRdxgnb4aZmxrm7y2ItmIFFikFWmdT { box-sizing:content-box;height:28.625rem;width:41.75rem;position:absolute;display:block;z-index:15002;background-color:#f2e9e4;background-image:none;top:8.1966152191163rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#abuykx8UBTSHnorreVo4ccvNRqJMHlLy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.5rem;width:30.0625rem;top:0rem;left:43.5rem;overflow:hidden;display:block; }
#EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.8125rem;left:1.4375rem;height:13.625rem;overflow:hidden;display:block; }#EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
#dNdDFXF4sLvUGfTBIrPUlEue0K4ivSxT { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.580730438233rem;left:6.3125rem;height:1.4622375rem;display:block; }
#arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { background-color:#e4572e;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.286458969116rem;left:2.92578125rem;display:block; }
#IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { position:absolute;display:block;z-index:15019;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:1.6875rem;width:1.6875rem;top:26.630210876465rem;left:18.90625rem;overflow:hidden;display:block; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#506484;background-image:none;color:#ffffff;padding-top:0.78875rem;padding-right:0.76875rem;padding-bottom:0.78875rem;padding-left:0.76875rem;display:block;align-items:center;width:4.605rem;min-width:4.605rem;height:4.235625rem;position:relative;font-family:poppins;font-size:3.1575rem;font-weight:700;line-height:67.77px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.494375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.14375rem;height:1.670625rem;position:relative;font-family:poppins;font-size:1.18375rem;font-weight:400;line-height:26.73px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#506484;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:28.5625rem;height:7.977875rem;padding-top:0.809375rem;padding-right:0.829375rem;padding-bottom:0.809375rem;padding-left:0.829375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:27.307292938233rem;left:43.419273376465rem;z-index:15020; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #uZn9wwGhcCLCykFrCxa1wtSEcJot9mvf { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #lWp3OtVV8JHx5g8CLkXTF3B0cTONQK5b { width:auto; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #TaJGkgMy7QpiDSBaQQkPhBzVpLPlX8ge {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #hFEoL6SqDIq9ZcEs0yeuIQBMOEOyE4B5 { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #gao1RdmRwkhAsPiH958zB1ExRQuUnTE0 {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #DZXIzUE1bmvZaTG2Rgrh4yegr6PZXStS {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wrPCEFtLmbZlBJu2SMoQLgmuAS6HOdT4 { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #e4LU18uFDW2HTQU70DpbzvIKLCChQlJo {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #C6iN0CRT7iMIbTddRpAnywN0O5nxPguh {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #fc1Ey7Xr5TZ6iaWdIMbkDSWnrBtNtoMs { display:flex;position:relative;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #HehyDTfRetTARF5TOKPCXhoZxJltOTzl {  }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wMleT4O2TFzTbgsnWImQy9ysAuXsQoKm {  }
#A7pzrbGmxG8QGiTZzteHzKJv05kx4IPT { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:26.6875rem;left:50.75rem;display:block; }
#V4JBhELURNwrFPhBDX9JvLC7ITToX5LR { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:26.6875rem;left:58.4375rem;display:block; }
#B3tL8Kq6O6aKP1IFJmFvT8A8sHdsQadS { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:26.6875rem;left:65.75rem;display:block; }
#VveXJstDreVqlN6nBB0f4Upwfm6ovAHz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:31.75rem;left:2.28125rem; }
#xSVF9lWTasGtnG6NJiWTJNkMzn6xA4Qd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:31.75rem;left:13.96875rem; }
#KdqcFDaeFwEMmUSfvHVuFH7ew8up2Mz2 { color:#000000;display:block;width:6.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:32.580730438233rem;left:18.71875rem;height:1.4622375rem;display:block; }
#d7XocvFEhO9ePoaWVRsb8mu4Ept0ZLhC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:31.75rem;left:26.0625rem; }
#Sm7hVu9xRZcRHlmoL3WwCI0FhcwuhKRN { color:#000000;display:block;width:3.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.580730438233rem;left:29.8125rem;height:1.4622375rem;display:block; }
#RRUX4V6lPyRVZf7N6gQKkVCrLdrSVEJt { box-sizing:content-box;height:7.3125rem;width:41.8125rem;position:absolute;display:block;z-index:15001;background-color:#506484;background-image:none;top:0.15625rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx { position:relative;display:block; }#Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx { background-color: transparent; background-image: none; }#Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx > .row .container > .video-iframe-container { display: none; }#Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx > .row > .video-iframe-container { display: none; }#Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx > .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); }#Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx { border-width: 0; border-radius: 0; }#Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx > .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:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T22t6UzG6TILMio2Sy1l7P3pECDWsV2J { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9750003814698rem;left:9.53125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gooAqW2K8qqJJNslDxloRAk87t17iiaT { position:relative;display:block; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT { background-color: transparent; background-image: none; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container > .video-iframe-container { display: none; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row > .video-iframe-container { display: none; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .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); }#gooAqW2K8qqJJNslDxloRAk87t17iiaT { border-width: 0; border-radius: 0; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .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:79.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aGkNbX5Fo5isfLNzfFnKtxSVlB9XplDX { color:#000000;display:block;width:39.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.84375rem;height:27.7875rem;display:block; }
#HCeAk9CNovso2evWBGm7AhdnFUocJXIR { box-sizing:content-box;height:38.1875rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.34375rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #506484;border-left:0.0625rem solid #506484;border-right:0.0625rem solid #506484;border-bottom:0.0625rem solid #506484;display:block; }
#ttFfmm0LotTKLwCkGskL92JNVAWyOUq4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;height:33.8125rem;width:28.125rem;top:4.59375rem;left:44.016662597656rem;overflow:hidden;display:block; }
#VluPQqlxBMAqURDqh74GoBlPyvV601k9 { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:45.85000038147rem;left:34.362499237061rem;height:24.8625rem;display:block; }
#kXNpetRmMNV7K0KFLcJv153GmFvZlnpP { box-sizing:content-box;height:35.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:42.77499961853rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #506484;border-left:0.0625rem solid #506484;border-right:0.0625rem solid #506484;border-bottom:0.0625rem solid #506484;display:block; }
#w4dlcTp0BiguF9iqCw7oTlWpX1MOXeTl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;height:29.75rem;width:24.6875rem;top:45.60000038147rem;left:2.96875rem;overflow:hidden;display:block; }
#Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 { position:relative;display:block; }#Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 { background-color: transparent; background-image: none; }#Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 > .row .container > .video-iframe-container { display: none; }#Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 > .row > .video-iframe-container { display: none; }#Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 > .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); }#Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 { border-width: 0; border-radius: 0; }#Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 > .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:6.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GSKKUWP3rkAb4ZRnIX2RL4WveNVe0zVD { 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:1.6875rem;width:1.6875rem;top:2.375rem;left:42.75rem;overflow:hidden;display:block; }
#nEr9NRa5TNElR7SFAPMbu8s9pry5IK60 { background-color:#e4572e;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1rem;left:28.625rem;display:block; }
#JvvqhpSc8LF24wv3tQlHR7J56DFWD6sg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { position:relative;display:block; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { background-color: transparent; background-image: none; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container > .video-iframe-container { display: none; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row > .video-iframe-container { display: none; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .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); }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { border-width: 0; border-radius: 0; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .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:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TCi3l54azwzIsQNCzvxKQlPnOWZdT5Ah { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.98828125rem;left:20.03125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SyTFIylNBHEJ4yDiTCGteDwIerssNByA { position:relative;display:block; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA { background-color: transparent; background-image: none; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container > .video-iframe-container { display: none; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row > .video-iframe-container { display: none; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .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); }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA { border-width: 0; border-radius: 0; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .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:33.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Vzgo2xaG7dtR9kQEHhMUy9QkiQDlXpNM { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#506484;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#skeZGz7xp1JbqpMQaRnLR9vGmnTydVI1 { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VR0hpeQiJ6C1ioACrvPicwZJhQ14QTFR { box-sizing:content-box;height:3.4375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#506484;background-image:none;top:1.25rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UAplya111m3Hg4EAmCBOXzLLiCcPtphM { color:#000000;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245670318604rem;left:16.780599594116rem;height:1.625rem;font-style:normal;display:block; }
#cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { box-sizing:content-box;height:7rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#f2e9e4;background-image:none;top:5.5249996185303rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { color:#000000;display:block;width:46.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.831250190735rem;left:17rem;height:4.3875rem;display:block; }
#zCcTQ1pa1tk1ICg6pboBKSTKVgfN47n0 { box-sizing:content-box;height:18.4375rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:13.47500038147rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #506484;border-left:0.0625rem solid #506484;border-right:0.0625rem solid #506484;border-bottom:0.0625rem solid #506484;display:block; }
#cnag4Mn8IpvNtTXeaBEDNkAKuaQf9mtb { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.4375rem;left:16.780208587646rem;height:1.4625rem;font-style:normal;display:block; }
#lNRfHIGpeekAliJteM8gIktVJpmlsSWS { color:#000000;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.08749961853rem;left:16.780208587646rem;height:13.9875rem;font-style:normal;overflow:hidden;display:block; }#lNRfHIGpeekAliJteM8gIktVJpmlsSWS li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#lNRfHIGpeekAliJteM8gIktVJpmlsSWS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
#n9SJ0g8bSnUJ8Zv38fdBHQNnlLq7Eykm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.4375rem;width:10.25rem;top:13.47500038147rem;left:54.9375rem;overflow:hidden;display:block; }
#qtQU7tswOlJmPKTRqTScPmdxt84F40xw { 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:12.75rem;width:8.4375rem;display:none; }
#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { position:relative;display:block; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { background-color: transparent; background-image: none; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container > .video-iframe-container { display: none; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row > .video-iframe-container { display: none; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .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); }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { border-width: 0; border-radius: 0; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .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:31.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HLCqRpuqy3NTDFvqN1CT7iwUGkSIhMaG { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#506484;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#U1xBJoEbgxzv4LVPPO44x91hXMS0TZS7 { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VamJw2ItfU44JDqfSbxpanR6tiGlP9fb { box-sizing:content-box;height:3.4375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#506484;background-image:none;top:1.25rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QXcc91i5vELGQD6EqXaiUE82rzTtP8FD { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:1.625rem;font-style:normal;display:block; }
#NXC1e8LhVQCeZveaL88hDSqRHLqfttMe { box-sizing:content-box;height:5.5rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#f2e9e4;background-image:none;top:5.673957824707rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Cf0JLXNEvdXviSKglZ6DhuI4Ro62dawO { color:#000000;display:block;width:47.2489375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.2302083969116rem;left:16.719791412354rem;height:2.925rem;display:block; }
#qHXAfuqDHvq00cMueHGikEO2lwCznyWL { box-sizing:content-box;height:17.25rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.612503051757rem;left:28.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #2d5693;border-left:0.0625rem solid #2d5693;border-right:0.0625rem solid #2d5693;border-bottom:0.0625rem solid #2d5693;display:block; }
#raHmJmAvTZHNNMKaZ9hJaR8JTkvnv70w { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:29.4375rem;height:1.4625rem;font-style:normal;display:block; }
#CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH { color:#000000;display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.1875rem;left:29.4375rem;height:11.275rem;font-style:normal;overflow:hidden;display:block; }#CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
#UU5TKaF6Msh4oiHfWyKW8ls5MvgQf2Xh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.4375rem;width:10.25rem;top:12.612499237061rem;left:15.5625rem;overflow:hidden;display:block; }
#QdT33wKN78zonW0kACcl5GyW2nXTJ6Eb { 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:12.75rem;width:10.5rem;display:none; }
#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { position:relative;display:block; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { background-color: transparent; background-image: none; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container > .video-iframe-container { display: none; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row > .video-iframe-container { display: none; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .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); }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { border-width: 0; border-radius: 0; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .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:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XI1m6z88eSkoEydZ5xfywh3e0ZA4dg7M { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#506484;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZA5Ivo5BCCTVXIf7OezPqICignbWrlIA { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQhuqCGWf5oyEb9Go6fTVtTFBrEINkTD { box-sizing:content-box;height:3.4375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#506484;background-image:none;top:1.25rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#B1CB9uiEp9yk0f8tCMKAvsPKbyfrFZu1 { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:1.625rem;font-style:normal;display:block; }
#myIgx7m2i09v672ZvWnlFekc5pO66Fkt { box-sizing:content-box;height:5.5rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#f2e9e4;background-image:none;top:5.9749984741211rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Rx6v73nnRKnJ5C0iTRhWaBPrZJhHmmxt { color:#000000;display:block;width:47.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.53125rem;left:16.71875rem;height:2.925rem;display:block; }
#aheVT4OX6Hg8CTquTcLloltSCfPuRTi9 { box-sizing:content-box;height:22.9375rem;width:37.8125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.8125rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #2d5693;border-left:0.0625rem solid #2d5693;border-right:0.0625rem solid #2d5693;border-bottom:0.0625rem solid #2d5693;display:block; }
#X8JiPqqF0i8eH9vxy8V3kQ96kv2MgfvH { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.8125rem;left:16.780208587646rem;height:1.4625rem;font-style:normal;display:block; }
#QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC { color:#000000;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.9375rem;left:16.780208587646rem;height:17.5375rem;font-style:normal;overflow:hidden;display:block; }#QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
#LgtocXEX1T55iX91XUDVExUIompy8HZb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.9375rem;width:9.25rem;top:12.8125rem;left:55.9375rem;overflow:hidden;display:block; }
#pep7PuLwLouT6nLpiczB9F9UOQkctEIP { 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:12.75rem;width:8.5rem;display:none; }
#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { position:relative;display:block; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { background-color: transparent; background-image: none; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container > .video-iframe-container { display: none; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row > .video-iframe-container { display: none; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .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); }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { border-width: 0; border-radius: 0; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .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:37.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SIFCKTrf1a0KnwJ0vopNUPxWCaJB7vUn { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#506484;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lxO3KCBvnz9FJ7lKB1lZmTKLBhElMmcL { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F56xp11LA7CPIz0mMmqI2nZe5BE7sTEi { box-sizing:content-box;height:3.375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#506484;background-image:none;top:1.25rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sFZZ26RZ6oPeE7Dbd4fbJxI3gly00VwE { color:#000000;display:block;width:46rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:1.625rem;font-style:normal;display:block; }
#hWQKHB8PUHddWJC1IaOJPpO0IbCAcUk8 { box-sizing:content-box;height:7.375rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#f2e9e4;background-image:none;top:5.5rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QBPN2tlbUIsADXn40H50iUQrLRPFCaMU { color:#000000;display:block;width:47.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.262499809265rem;left:16.71875rem;height:4.3875rem;display:block; }
#ONt1W3HqUtcw9vtThWPFsov8MihtbuWK { box-sizing:content-box;height:21.9375rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:14.1875rem;left:28.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #2d5693;border-left:0.0625rem solid #2d5693;border-right:0.0625rem solid #2d5693;border-bottom:0.0625rem solid #2d5693;display:block; }
#w58w8f0z4byECZL0HhopqUAerzWMAqvT { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.25rem;left:29.4375rem;height:1.4625rem;font-style:normal;display:block; }
#eOaXCBbTD6tBLRWOTz36vllH9lTpvCul { color:#000000;display:block;width:32rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.299999237061rem;left:29.4375rem;height:11.9rem;font-style:normal;overflow:hidden;display:block; }#eOaXCBbTD6tBLRWOTz36vllH9lTpvCul li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#eOaXCBbTD6tBLRWOTz36vllH9lTpvCul li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
#Odoy3k251GHynVNb3oa9GuxUXhdNKONC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.9375rem;width:10.9375rem;top:14.1875rem;left:15.5625rem;overflow:hidden;display:block; }
#uy1nVISNr0SB7vyKmH2Xh2Td5nHhTWSy { 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:10.8125rem;width:8.5rem;display:none; }
#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { position:relative;display:block; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { background-color: transparent; background-image: none; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container > .video-iframe-container { display: none; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row > .video-iframe-container { display: none; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .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); }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { border-width: 0; border-radius: 0; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .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:32.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W6t5FhECCAWZZrlQQOwVvUsxryxaPqaI { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#506484;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ND2eCoZt1cRdHxIVhxOWoCE1GLq6yWIM { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yWpNP7kRhsbDukQzXMSvQCD2r4pxwPBT { box-sizing:content-box;height:3.4375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#506484;background-image:none;top:1.25rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Pht2HU1LnicHToE67xhFVP5pv16QteST { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:1.625rem;font-style:normal;display:block; }
#KCay9k5faAyPEDLeMqp7ZCyudUCsd6Ih { box-sizing:content-box;height:5.3125rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#f2e9e4;background-image:none;top:5.8499984741211rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tfV6cJ42rZ6qd8DWbw5P0WHGDO4kibFI { color:#000000;display:block;width:47.2489375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.2062492370606rem;left:16.719791412354rem;height:2.925rem;display:block; }
#MhuXirV0t0geNNJZQIKsWEBigK2lQciR { box-sizing:content-box;height:18.3125rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.5625rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #2d5693;border-left:0.0625rem solid #2d5693;border-right:0.0625rem solid #2d5693;border-bottom:0.0625rem solid #2d5693;display:block; }
#IGNkJQ7ORF8Z7c02UBLTQpCrczpm2EBW { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.75rem;left:16.780208587646rem;height:1.4625rem;font-style:normal;display:block; }
#DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB { color:#000000;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.8125rem;left:16.780208587646rem;height:9.8125rem;font-style:normal;overflow:hidden;display:block; }#DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
#uNZi2LrfTt1oSTz9TpvHL7qe1VbuSk7e { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.625rem;width:11.4375rem;top:12.53125rem;left:53.75rem;overflow:hidden;display:block; }
#cnbNGdpVbf5dHiuMyuyJ3RhrvUW6kUO9 { 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:12.6875rem;width:12.4375rem;display:none; }
#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { position:relative;display:none; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { border-width: 0; border-radius: 0; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .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:31.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xvxgnsgqfWnl78HhkQmngFoWI5KuRRuv { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#506484;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MH37VpiBNfUh37Q2BUzBW57T97dvBg9a { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IbBrtZLbGnbrl8EMmI2sfcgKQQZVwziW { box-sizing:content-box;height:3.4375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#506484;background-image:none;top:1.25rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZwlIO0DgCAkD6SPxoME46l7EMNqsgWkx { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:1.625rem;font-style:normal;display:block; }
#UDh1VEVd6MMyFucE0WVmG5T4JxtrSHKB { box-sizing:content-box;height:5.25rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#f2e9e4;background-image:none;top:5.8499984741211rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#h8Jb87DvDc6v5gb7ru5q9kgqMIXD3UHe { color:#000000;display:block;width:47.2489375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.012499809265rem;left:16.719791412354rem;height:2.925rem;display:block; }
#qIISrnIzN8HXZSmbWLXSC83mkdPKTEXm { box-sizing:content-box;height:17.3125rem;width:36.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.299999237061rem;left:28.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #2d5693;border-left:0.0625rem solid #2d5693;border-right:0.0625rem solid #2d5693;border-bottom:0.0625rem solid #2d5693;display:block; }
#x1Wc9UMtvkBqzzPyImunN5q3nrDTE5Fn { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.75rem;left:29.4375rem;height:1.4625rem;font-style:normal;display:block; }
#yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy { color:#000000;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.6875rem;left:29.405208587646rem;height:9.8125rem;font-style:normal;overflow:hidden;display:block; }#yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
#OOdWcFnB1de8uZnWVrGgabyNAnE0q2M5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.8125rem;width:9.1875rem;top:12.424999237061rem;left:15.5625rem;overflow:hidden;display:block; }
#mQuuz03E7fyk5vD4U8pyzmCcb6GbCyEp { 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:12.75rem;width:8.5rem;display:none; }
#iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP { position:relative;display:block; }#iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP { background-color: transparent; background-image: none; }#iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP > .row .container > .video-iframe-container { display: none; }#iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP > .row > .video-iframe-container { display: none; }#iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP > .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); }#iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP { border-width: 0; border-radius: 0; }#iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP > .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:15.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ncLxZKVvemwk8Wg0LPQDgL2w0WT6gaE9 { box-sizing:content-box;height:3.375rem;width:5.0625rem;position:absolute;display:block;z-index:15000;background-color:#506484;background-image:none;top:1.25rem;left:9.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#i0d4soXdAk4CCtBItqXBXszvV2CGbyAr { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.1875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTfJEmyLVgHksPEH9UADzlG44fX9kCcH { box-sizing:content-box;height:3.4375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#506484;background-image:none;top:1.25rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QB3z8gIlTPT8nwuhPxTux6AI73l2l60m { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:16.780599594116rem;height:1.625rem;font-style:normal;display:block; }
#OiyDHRGtpJLDmlP1KC7DSXpRqbKvXX13 { box-sizing:content-box;height:7.5rem;width:49.5625rem;position:absolute;display:block;z-index:15004;background-color:#f2e9e4;background-image:none;top:5.8499984741211rem;left:15.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ekGXWbM7rlCnM031mVVdXEyoiwxGTdNF { color:#000000;display:block;width:47.2489375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.2062492370606rem;left:16.719791412354rem;height:2.925rem;display:block; }
#E6AlQJlcZBAuLDLoePGGQ7k94obSqpeb { 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:12.6875rem;width:8.4375rem;display:none; }
#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { position:relative;display:block; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { background-color: transparent; background-image: none; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container > .video-iframe-container { display: none; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row > .video-iframe-container { display: none; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .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); }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { border-width: 0; border-radius: 0; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .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:7.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#di8HbeKoHDyQhEsiXdKBNqFZr3b73Zs1 { 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:1.6875rem;width:1.6875rem;top:2.375rem;left:42.75rem;overflow:hidden;display:block; }
#fbxtpIuJWsNJSFtMmQChsxfTiNxkKoOp { background-color:#e4572e;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1rem;left:28.625rem;display:block; }
#WHDL3C457kstd7gPErJFdK86NtOB3wAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 { position:relative;display:block; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 { background-color: transparent; background-image: none; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row .container > .video-iframe-container { display: none; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row > .video-iframe-container { display: none; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .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); }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 { border-width: 0; border-radius: 0; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .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:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r2ZHmDdmAePKgdo4STF3XmA1MbX2e5u2 { color:#000000;display:block;width:34.9370625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.142578125rem;left:20.030382156372rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL { position:relative;display:block; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL { background-color: transparent; background-image: none; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .row .container > .video-iframe-container { display: none; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .row > .video-iframe-container { display: none; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .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); }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL { border-width: 0; border-radius: 0; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .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:34.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bTxuNnN2VoGgiwk5P0rGTxWo5ChRdGwG { color:#000000;display:block;width:38.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.7937622070312rem;left:25.625rem;height:24.8625rem;text-align:left;text-align-last:left;display:block; }
#AEkPnJlH4KCoVl2V7nV6QnP17qvRoxba { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21rem;left:11.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IuILhTpyFTEbenJPwBIvcgTn4VzKMaVM { box-sizing:content-box;height:31.3125rem;width:57.625rem;position:absolute;display:block;z-index:15000;background-color:#f2e9e4;background-image:none;top:1.4375rem;left:8.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#xEfJCH4WBvgwvRrEVxowpSMLVuyAUZEd { 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:11.1875rem;width:11.75rem;top:7.9187507629394rem;left:11.4375rem;overflow:hidden;display:block; }
#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { background-color: transparent; background-image: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { display: none; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .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); }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { border-width: 0; border-radius: 0; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:block; }#MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { position:absolute;z-index:15011;top:10.15625rem;left:18.375rem;width:38.25rem;height:28.75rem;display:block; }
#dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { position:absolute;display:block;z-index:15000;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #121212;border-left:0.0625rem solid #121212;border-right:0.0625rem solid #121212;border-bottom:0.0625rem solid #121212;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:44.875rem;width:42.3125rem;top:8rem;left:16.375rem;display:block; }
#iaAx7E2drEmsnOqRT5HEP1c9OciVJzuW { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.3125rem;left:15.34375rem;height:4.54948125rem;text-align:center;text-align-last:center;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { 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:2.9375rem;width:14.4375rem;top:2.8125rem;left:30.28125rem;overflow:hidden;display:block; }
#IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.076171875rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:14.75rem;height:3rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tTTKe6mXLTppw1oek78wMo194J5USIXb { width:36.25rem;height:6.825rem;top:1.1750001907349rem;left:5.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #B2uRdxgnb4aZmxrm7y2ItmIFFikFWmdT { width:36.6875rem;height:27.875rem;top:8.875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #abuykx8UBTSHnorreVo4ccvNRqJMHlLy { width:23.5625rem;height:19.1875rem;top:38.4375rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 { width:33.3125rem;height:16.875rem;top:9.94375038147rem;left:7.21875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 1199px) { #dNdDFXF4sLvUGfTBIrPUlEue0K4ivSxT { width:5.5625rem;height:1.3rem;top:33.474998474121rem;left:12.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:31.375rem;height:3.3125rem;top:27.756248474121rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block; }
 }@media only screen and (max-width: 1199px) { #KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-number { padding-top:0.73125rem;padding-right:0.654375rem;padding-bottom:0.73125rem;padding-left:0.654375rem;width:3.928125rem;min-width:3.928125rem;height:3.9275rem;font-size:2.923125rem;line-height:62.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.45625rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.238125rem;height:1.5525rem;font-size:1.09625rem;line-height:24.84px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc { display:flex;width:24.9375rem;height:7.3989375rem;top:59.3125rem;left:10.661458015442rem;padding-top:0.734375rem;padding-right:0.745rem;padding-bottom:0.734375rem;padding-left:0.745rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #uZn9wwGhcCLCykFrCxa1wtSEcJot9mvf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #lWp3OtVV8JHx5g8CLkXTF3B0cTONQK5b {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #TaJGkgMy7QpiDSBaQQkPhBzVpLPlX8ge {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #hFEoL6SqDIq9ZcEs0yeuIQBMOEOyE4B5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #gao1RdmRwkhAsPiH958zB1ExRQuUnTE0 {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #DZXIzUE1bmvZaTG2Rgrh4yegr6PZXStS {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wrPCEFtLmbZlBJu2SMoQLgmuAS6HOdT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #e4LU18uFDW2HTQU70DpbzvIKLCChQlJo {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #C6iN0CRT7iMIbTddRpAnywN0O5nxPguh {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #fc1Ey7Xr5TZ6iaWdIMbkDSWnrBtNtoMs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #HehyDTfRetTARF5TOKPCXhoZxJltOTzl {  }
 }@media only screen and (max-width: 1199px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wMleT4O2TFzTbgsnWImQy9ysAuXsQoKm {  }
 }@media only screen and (max-width: 1199px) { #A7pzrbGmxG8QGiTZzteHzKJv05kx4IPT { width:0.125rem;height:6.25rem;top:26.6875rem;left:37.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #V4JBhELURNwrFPhBDX9JvLC7ITToX5LR { width:0.125rem;height:6.25rem;top:26.6875rem;left:44.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #B3tL8Kq6O6aKP1IFJmFvT8A8sHdsQadS { width:0.125rem;height:6.25rem;top:26.6875rem;left:47.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VveXJstDreVqlN6nBB0f4Upwfm6ovAHz { width:3.125rem;height:3.125rem;top:32.5625rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xSVF9lWTasGtnG6NJiWTJNkMzn6xA4Qd { width:3.125rem;height:3.125rem;top:32.5625rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdqcFDaeFwEMmUSfvHVuFH7ew8up2Mz2 { width:5.875rem;height:1.3rem;top:33.474998474121rem;left:23.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d7XocvFEhO9ePoaWVRsb8mu4Ept0ZLhC { width:3.125rem;height:3.125rem;top:32.5625rem;left:31rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sm7hVu9xRZcRHlmoL3WwCI0FhcwuhKRN { width:3.8125rem;height:1.3rem;top:33.474998474121rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RRUX4V6lPyRVZf7N6gQKkVCrLdrSVEJt { width:36.6875rem;height:7.3125rem;top:0.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx { display:block; }#Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx > .row .container { width:47.75rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T22t6UzG6TILMio2Sy1l7P3pECDWsV2J { width:34.9375rem;height:3.9rem;top:1.2999992370606rem;left:6.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gooAqW2K8qqJJNslDxloRAk87t17iiaT { display:block; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container { width:47.75rem;height:99.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aGkNbX5Fo5isfLNzfFnKtxSVlB9XplDX { width:45.125rem;height:24.7rem;top:2.875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HCeAk9CNovso2evWBGm7AhdnFUocJXIR { width:47.625rem;height:45.5625rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ttFfmm0LotTKLwCkGskL92JNVAWyOUq4 { width:15.1875rem;height:18.3125rem;top:29.90625rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VluPQqlxBMAqURDqh74GoBlPyvV601k9 { width:46.25rem;height:20.8rem;top:54.5rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kXNpetRmMNV7K0KFLcJv153GmFvZlnpP { width:47.625rem;height:49.0625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w4dlcTp0BiguF9iqCw7oTlWpX1MOXeTl { width:15rem;height:18.125rem;top:77.625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 { display:block; }#Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GSKKUWP3rkAb4ZRnIX2RL4WveNVe0zVD { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nEr9NRa5TNElR7SFAPMbu8s9pry5IK60 { width:18.25rem;height:3.3125rem;top:1.46875rem;left:14.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JvvqhpSc8LF24wv3tQlHR7J56DFWD6sg { display:block; }
 }@media only screen and (max-width: 1199px) { #kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { display:block; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TCi3l54azwzIsQNCzvxKQlPnOWZdT5Ah { width:34.9375rem;height:1.95rem;top:1.462890625rem;left:6.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SyTFIylNBHEJ4yDiTCGteDwIerssNByA { display:block; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container { width:47.75rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vzgo2xaG7dtR9kQEHhMUy9QkiQDlXpNM { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skeZGz7xp1JbqpMQaRnLR9vGmnTydVI1 { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VR0hpeQiJ6C1ioACrvPicwZJhQ14QTFR { width:47.75rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAplya111m3Hg4EAmCBOXzLLiCcPtphM { width:46.749125rem;height:1.625rem;top:2.0312519073486rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { width:47.75rem;height:6.9375rem;top:6.8122863769531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { width:47.1875rem;height:3.8997375rem;top:8.3747863769531rem;left:0.56206595897674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCcTQ1pa1tk1ICg6pboBKSTKVgfN47n0 { width:35.5rem;height:18.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnag4Mn8IpvNtTXeaBEDNkAKuaQf9mtb { width:17.4375rem;height:1.3rem;top:15.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lNRfHIGpeekAliJteM8gIktVJpmlsSWS { width:33.5rem;height:12.85rem;top:18.25rem;left:1.0625rem;font-size:1rem;display:block; }#lNRfHIGpeekAliJteM8gIktVJpmlsSWS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 1199px) { #n9SJ0g8bSnUJ8Zv38fdBHQNnlLq7Eykm { width:10.25rem;height:15.4375rem;top:14.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qtQU7tswOlJmPKTRqTScPmdxt84F40xw { width:8.4375rem;height:12.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { display:block; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container { width:47.75rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HLCqRpuqy3NTDFvqN1CT7iwUGkSIhMaG { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U1xBJoEbgxzv4LVPPO44x91hXMS0TZS7 { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VamJw2ItfU44JDqfSbxpanR6tiGlP9fb { width:47.75rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXcc91i5vELGQD6EqXaiUE82rzTtP8FD { width:46.75rem;height:1.625rem;top:2.060546875rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NXC1e8LhVQCeZveaL88hDSqRHLqfttMe { width:47.75rem;height:5.5rem;top:6.7491455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cf0JLXNEvdXviSKglZ6DhuI4Ro62dawO { width:47.1875rem;height:2.599825rem;top:8.1868591308594rem;left:0.56206595897674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qHXAfuqDHvq00cMueHGikEO2lwCznyWL { width:35.5rem;height:14.75rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raHmJmAvTZHNNMKaZ9hJaR8JTkvnv70w { width:17.4375rem;height:1.2999125rem;top:14.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH { width:33.5rem;height:10.3rem;top:16.5625rem;left:1.0625rem;font-size:1rem;display:block; }#CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 1199px) { #UU5TKaF6Msh4oiHfWyKW8ls5MvgQf2Xh { width:10.25rem;height:12.4375rem;top:13.061859130859rem;left:36.311849355697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QdT33wKN78zonW0kACcl5GyW2nXTJ6Eb { width:10.5rem;height:12.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { display:block; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container { width:47.75rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XI1m6z88eSkoEydZ5xfywh3e0ZA4dg7M { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZA5Ivo5BCCTVXIf7OezPqICignbWrlIA { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQhuqCGWf5oyEb9Go6fTVtTFBrEINkTD { width:47.75rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1CB9uiEp9yk0f8tCMKAvsPKbyfrFZu1 { width:46.75rem;height:1.625rem;top:2.0941848754883rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #myIgx7m2i09v672ZvWnlFekc5pO66Fkt { width:47.75rem;height:5.5rem;top:6.93684387207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rx6v73nnRKnJ5C0iTRhWaBPrZJhHmmxt { width:47.1875rem;height:2.6rem;top:8.49934387207rem;left:0.56206595897674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aheVT4OX6Hg8CTquTcLloltSCfPuRTi9 { width:35.5rem;height:21.875rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X8JiPqqF0i8eH9vxy8V3kQ96kv2MgfvH { width:17.4375rem;height:1.3rem;top:14.75rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC { width:33.5rem;height:16.075rem;top:17.125rem;left:1.0625rem;font-size:1rem;display:block; }#QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 1199px) { #LgtocXEX1T55iX91XUDVExUIompy8HZb { width:9.25rem;height:13.9375rem;top:13.25rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pep7PuLwLouT6nLpiczB9F9UOQkctEIP { width:8.5rem;height:12.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { display:block; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container { width:47.75rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SIFCKTrf1a0KnwJ0vopNUPxWCaJB7vUn { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lxO3KCBvnz9FJ7lKB1lZmTKLBhElMmcL { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F56xp11LA7CPIz0mMmqI2nZe5BE7sTEi { width:47.75rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFZZ26RZ6oPeE7Dbd4fbJxI3gly00VwE { width:45.9375rem;height:1.625rem;top:2.1234757900238rem;left:0.9049479961395rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWQKHB8PUHddWJC1IaOJPpO0IbCAcUk8 { width:47.75rem;height:6rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QBPN2tlbUIsADXn40H50iUQrLRPFCaMU { width:47.25rem;height:3.9rem;top:6.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ONt1W3HqUtcw9vtThWPFsov8MihtbuWK { width:35.5rem;height:15.875rem;top:12.525001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w58w8f0z4byECZL0HhopqUAerzWMAqvT { width:17.4375rem;height:1.3rem;top:13.3125rem;left:0.9052085876465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOaXCBbTD6tBLRWOTz36vllH9lTpvCul { width:33.5rem;height:10.925rem;top:15.875rem;left:0.9052085876465rem;font-size:1rem;display:block; }#eOaXCBbTD6tBLRWOTz36vllH9lTpvCul li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 1199px) { #Odoy3k251GHynVNb3oa9GuxUXhdNKONC { width:9.75rem;height:12.4375rem;top:12.52499961853rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uy1nVISNr0SB7vyKmH2Xh2Td5nHhTWSy { width:8.5rem;height:10.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { display:block; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W6t5FhECCAWZZrlQQOwVvUsxryxaPqaI { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ND2eCoZt1cRdHxIVhxOWoCE1GLq6yWIM { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWpNP7kRhsbDukQzXMSvQCD2r4pxwPBT { width:47.75rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pht2HU1LnicHToE67xhFVP5pv16QteST { width:46.75rem;height:1.625rem;top:2.0605354309082rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCay9k5faAyPEDLeMqp7ZCyudUCsd6Ih { width:47.75rem;height:5.3125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tfV6cJ42rZ6qd8DWbw5P0WHGDO4kibFI { width:41.9375rem;height:2.6rem;top:7.1687507629394rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MhuXirV0t0geNNJZQIKsWEBigK2lQciR { width:35.5rem;height:14.8125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGNkJQ7ORF8Z7c02UBLTQpCrczpm2EBW { width:17.4375rem;height:1.3rem;top:13rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB { width:33.5rem;height:10.3rem;top:15.125rem;left:1.0625rem;font-size:1rem;display:block; }#DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 1199px) { #uNZi2LrfTt1oSTz9TpvHL7qe1VbuSk7e { width:11.4375rem;height:11.625rem;top:12rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnbNGdpVbf5dHiuMyuyJ3RhrvUW6kUO9 { width:12.4375rem;height:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { display:none; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container { width:47.75rem;height:28.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xvxgnsgqfWnl78HhkQmngFoWI5KuRRuv { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MH37VpiBNfUh37Q2BUzBW57T97dvBg9a { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IbBrtZLbGnbrl8EMmI2sfcgKQQZVwziW { width:47.75rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwlIO0DgCAkD6SPxoME46l7EMNqsgWkx { width:46.75rem;height:1.625rem;top:2.0930824279785rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDh1VEVd6MMyFucE0WVmG5T4JxtrSHKB { width:47.75rem;height:5.1875rem;top:5.6000003814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h8Jb87DvDc6v5gb7ru5q9kgqMIXD3UHe { width:45.6875rem;height:2.6rem;top:6.8937492370606rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qIISrnIzN8HXZSmbWLXSC83mkdPKTEXm { width:35.5rem;height:15.125rem;top:12.549999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1Wc9UMtvkBqzzPyImunN5q3nrDTE5Fn { width:17.4375rem;height:1.3rem;top:13.75625038147rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy { width:33.5rem;height:10.3rem;top:16.3125rem;left:1.0625rem;font-size:1rem;display:block; }#yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 1199px) { #OOdWcFnB1de8uZnWVrGgabyNAnE0q2M5 { width:8.25rem;height:12.4375rem;top:12.549999237061rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mQuuz03E7fyk5vD4U8pyzmCcb6GbCyEp { width:8.5rem;height:12.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP { display:block; }#iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP > .row .container { width:47.75rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ncLxZKVvemwk8Wg0LPQDgL2w0WT6gaE9 { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0d4soXdAk4CCtBItqXBXszvV2CGbyAr { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTfJEmyLVgHksPEH9UADzlG44fX9kCcH { width:47.75rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QB3z8gIlTPT8nwuhPxTux6AI73l2l60m { width:46.75rem;height:1.625rem;top:2.0605354309082rem;left:0.49913191795349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OiyDHRGtpJLDmlP1KC7DSXpRqbKvXX13 { width:47.75rem;height:6.1875rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ekGXWbM7rlCnM031mVVdXEyoiwxGTdNF { width:46.1875rem;height:3.9rem;top:6.75rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E6AlQJlcZBAuLDLoePGGQ7k94obSqpeb { width:8.4375rem;height:12.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { display:block; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container { width:47.75rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #di8HbeKoHDyQhEsiXdKBNqFZr3b73Zs1 { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fbxtpIuJWsNJSFtMmQChsxfTiNxkKoOp { width:18.25rem;height:3.3125rem;top:1.53125rem;left:14.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WHDL3C457kstd7gPErJFdK86NtOB3wAZ { display:block; }
 }@media only screen and (max-width: 1199px) { #zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 { display:block; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r2ZHmDdmAePKgdo4STF3XmA1MbX2e5u2 { width:34.9375rem;height:1.95rem;top:1.462890625rem;left:6.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UuFViJSxaeVoUT0nSQro4zysoQJFnCrL { display:block; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .row .container { width:47.75rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bTxuNnN2VoGgiwk5P0rGTxWo5ChRdGwG { width:29.4375rem;height:27.3rem;top:4.2166662216186rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AEkPnJlH4KCoVl2V7nV6QnP17qvRoxba { width:12.5rem;height:1.625rem;top:20.5625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IuILhTpyFTEbenJPwBIvcgTn4VzKMaVM { width:47.125rem;height:34.375rem;top:0.67916679382325rem;left:0.37291717529297rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xEfJCH4WBvgwvRrEVxowpSMLVuyAUZEd { width:10.375rem;height:9.875rem;top:7.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:47.75rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:38.875rem;height:28.75rem;top:9.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:42.3125rem;height:45.875rem;top:6.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iaAx7E2drEmsnOqRT5HEP1c9OciVJzuW { width:44.3125rem;height:4.0625rem;top:1.3125rem;left:1.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:10.6875rem;height:2.1875rem;top:1.65625rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:47.75rem;height:5.85rem;top:5.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:14.75rem;height:3rem;top:1.46875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTTKe6mXLTppw1oek78wMo194J5USIXb { width:20rem;height:9.1rem;top:2.4187498092651rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2uRdxgnb4aZmxrm7y2ItmIFFikFWmdT { width:20rem;height:37.75rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abuykx8UBTSHnorreVo4ccvNRqJMHlLy { width:14.5625rem;height:11.875rem;top:53.311458587646rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 { width:18.1875rem;height:21.1rem;top:14.8125rem;left:0.90625rem;font-size:1.125rem;display:block; }#EhZB2QyVbwm93P7U7lGVVe4xEMzczwK9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 763px) { #dNdDFXF4sLvUGfTBIrPUlEue0K4ivSxT { width:6rem;height:1.3rem;top:38.817707061767rem;left:4.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:19rem;height:3.75rem;top:74.71875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block; }
 }@media only screen and (max-width: 763px) { #KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { width:0.9375rem;height:0.9375rem;top:29.22363125rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc { display:flex;width:18rem;height:5.0625rem;top:66.873958587644rem;left:0.25520801544189rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #uZn9wwGhcCLCykFrCxa1wtSEcJot9mvf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #lWp3OtVV8JHx5g8CLkXTF3B0cTONQK5b {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #TaJGkgMy7QpiDSBaQQkPhBzVpLPlX8ge {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #hFEoL6SqDIq9ZcEs0yeuIQBMOEOyE4B5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #gao1RdmRwkhAsPiH958zB1ExRQuUnTE0 {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #DZXIzUE1bmvZaTG2Rgrh4yegr6PZXStS {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wrPCEFtLmbZlBJu2SMoQLgmuAS6HOdT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #e4LU18uFDW2HTQU70DpbzvIKLCChQlJo {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #C6iN0CRT7iMIbTddRpAnywN0O5nxPguh {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #fc1Ey7Xr5TZ6iaWdIMbkDSWnrBtNtoMs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #HehyDTfRetTARF5TOKPCXhoZxJltOTzl {  }
 }@media only screen and (max-width: 763px) { #NJTOKl6ao1bWbrn5OTK3piskbTGuV8Fc #wMleT4O2TFzTbgsnWImQy9ysAuXsQoKm {  }
 }@media only screen and (max-width: 763px) { #A7pzrbGmxG8QGiTZzteHzKJv05kx4IPT { width:0.125rem;height:6.25rem;top:24.03613125rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4JBhELURNwrFPhBDX9JvLC7ITToX5LR { width:0.125rem;height:6.25rem;top:26.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3tL8Kq6O6aKP1IFJmFvT8A8sHdsQadS { width:0.125rem;height:6.25rem;top:26.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VveXJstDreVqlN6nBB0f4Upwfm6ovAHz { display:flex;width:3.125rem;height:3.125rem;top:37.905208587646rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #xSVF9lWTasGtnG6NJiWTJNkMzn6xA4Qd { display:flex;width:3.125rem;height:3.125rem;top:42.280208587646rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #KdqcFDaeFwEMmUSfvHVuFH7ew8up2Mz2 { width:6.625rem;height:1.3rem;top:43.192707061767rem;left:4.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7XocvFEhO9ePoaWVRsb8mu4Ept0ZLhC { display:flex;width:3.125rem;height:3.125rem;top:46.842708587646rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #Sm7hVu9xRZcRHlmoL3WwCI0FhcwuhKRN { width:3.875rem;height:1.3rem;top:47.755207061767rem;left:4.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRUX4V6lPyRVZf7N6gQKkVCrLdrSVEJt { width:20rem;height:10.875rem;top:1.5437498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx { display:block; }#Uevf13iEck6r0UfNfeOJFwbTwmBhxDSx > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T22t6UzG6TILMio2Sy1l7P3pECDWsV2J { width:15.5625rem;height:8.125rem;top:1.0114583969116rem;left:2.21875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gooAqW2K8qqJJNslDxloRAk87t17iiaT { display:block; }#gooAqW2K8qqJJNslDxloRAk87t17iiaT > .row .container { width:20rem;height:135.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGkNbX5Fo5isfLNzfFnKtxSVlB9XplDX { width:18.4375rem;height:48.1rem;top:1.1374998092651rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCeAk9CNovso2evWBGm7AhdnFUocJXIR { width:19.875rem;height:62.0625rem;top:72.987500190738rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttFfmm0LotTKLwCkGskL92JNVAWyOUq4 { width:14.0625rem;height:16.9375rem;top:51.362499237061rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VluPQqlxBMAqURDqh74GoBlPyvV601k9 { width:18.4375rem;height:41.6rem;top:73.987500190738rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXNpetRmMNV7K0KFLcJv153GmFvZlnpP { width:19.875rem;height:71.125rem;top:1.9073486328125E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4dlcTp0BiguF9iqCw7oTlWpX1MOXeTl { width:13rem;height:15.6875rem;top:117.38125038147rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 { display:block; }#Fb00QuKuA9b6dmvyLs8lAZnTSSHLgyp0 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSKKUWP3rkAb4ZRnIX2RL4WveNVe0zVD { width:1.6875rem;height:1.6875rem;top:3.125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEr9NRa5TNElR7SFAPMbu8s9pry5IK60 { width:17.686625rem;height:4.375rem;top:1.125rem;left:1.1566841006279rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvvqhpSc8LF24wv3tQlHR7J56DFWD6sg { display:block; }
 }@media only screen and (max-width: 763px) { #kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV { display:block; }#kWDF8lnti7ipGCZ1dtKp2hqqg0fQsyeV > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCi3l54azwzIsQNCzvxKQlPnOWZdT5Ah { width:18.75rem;height:4.0625rem;top:0rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SyTFIylNBHEJ4yDiTCGteDwIerssNByA { display:block; }#SyTFIylNBHEJ4yDiTCGteDwIerssNByA > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vzgo2xaG7dtR9kQEHhMUy9QkiQDlXpNM { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skeZGz7xp1JbqpMQaRnLR9vGmnTydVI1 { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR0hpeQiJ6C1ioACrvPicwZJhQ14QTFR { width:20rem;height:5.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAplya111m3Hg4EAmCBOXzLLiCcPtphM { width:13.0625rem;height:3.25rem;top:2.1875rem;left:3.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cx5qPakzkQHfuCU9BtBrzTq9A3hZoCZ0 { width:20rem;height:11.3125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4eAr2MrHEedJMRCkOvnTHek9rKpakuK { width:18.9364375rem;height:9.1rem;top:8.856249809265rem;left:0.53229141235351rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCcTQ1pa1tk1ICg6pboBKSTKVgfN47n0 { width:19.875rem;height:22.1875rem;top:20.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnag4Mn8IpvNtTXeaBEDNkAKuaQf9mtb { width:17.4375rem;height:1.3rem;top:21.625rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNRfHIGpeekAliJteM8gIktVJpmlsSWS { width:17.8125rem;height:16.75rem;top:24.25rem;left:1.09375rem;font-size:1rem;display:block; }#lNRfHIGpeekAliJteM8gIktVJpmlsSWS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 763px) { #n9SJ0g8bSnUJ8Zv38fdBHQNnlLq7Eykm { width:14.6875rem;height:22.125rem;top:39rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtQU7tswOlJmPKTRqTScPmdxt84F40xw { top:43.998958587646rem;left:5.75rem;width:8.5rem;height:12.75rem;z-index:15010;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ { display:block; }#AQIrlm1khPDRJ7cX8XdDlFrbWt5CdTJZ > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLCqRpuqy3NTDFvqN1CT7iwUGkSIhMaG { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1xBJoEbgxzv4LVPPO44x91hXMS0TZS7 { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VamJw2ItfU44JDqfSbxpanR6tiGlP9fb { width:20rem;height:5.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXcc91i5vELGQD6EqXaiUE82rzTtP8FD { width:15.0625rem;height:3.25rem;top:2.46875rem;left:2.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXC1e8LhVQCeZveaL88hDSqRHLqfttMe { width:20rem;height:9rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf0JLXNEvdXviSKglZ6DhuI4Ro62dawO { width:18.875rem;height:6.5rem;top:9.8125rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHXAfuqDHvq00cMueHGikEO2lwCznyWL { width:19.875rem;height:18.375rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raHmJmAvTZHNNMKaZ9hJaR8JTkvnv70w { width:17.4375rem;height:1.3rem;top:20.5625rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH { width:17.8125rem;height:12.9rem;top:23.5625rem;left:1.09375rem;font-size:1rem;display:block; }#CyINQMfPt7mWEWpEJq50rhdlI1SzOPFH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 763px) { #UU5TKaF6Msh4oiHfWyKW8ls5MvgQf2Xh { width:10.25rem;height:12.4375rem;top:39rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdT33wKN78zonW0kACcl5GyW2nXTJ6Eb { top:39.373958587646rem;left:4.75rem;width:10.5rem;height:12.75rem;z-index:15010;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw { display:block; }#nQ5PnkF1v7sRUcFRIIftq9KiqhX3vXGw > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XI1m6z88eSkoEydZ5xfywh3e0ZA4dg7M { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA5Ivo5BCCTVXIf7OezPqICignbWrlIA { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQhuqCGWf5oyEb9Go6fTVtTFBrEINkTD { width:20rem;height:6.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1CB9uiEp9yk0f8tCMKAvsPKbyfrFZu1 { width:12.75rem;height:3.25rem;top:2.71875rem;left:3.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myIgx7m2i09v672ZvWnlFekc5pO66Fkt { width:20rem;height:10.125rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx6v73nnRKnJ5C0iTRhWaBPrZJhHmmxt { width:18.8125rem;height:7.8rem;top:10.03750038147rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aheVT4OX6Hg8CTquTcLloltSCfPuRTi9 { width:19.875rem;height:28rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8JiPqqF0i8eH9vxy8V3kQ96kv2MgfvH { width:17.4375rem;height:1.3rem;top:22.375rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC { width:17.8125rem;height:22.575rem;top:24.875rem;left:1.09375rem;font-size:1rem;display:block; }#QgJgQVNPxVlTNzT4R6srxHvXTUTJ0VCC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 763px) { #LgtocXEX1T55iX91XUDVExUIompy8HZb { width:9.25rem;height:13.9375rem;top:39rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pep7PuLwLouT6nLpiczB9F9UOQkctEIP { top:50.123958587646rem;left:5.75rem;width:8.5rem;height:12.75rem;z-index:15010;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmImoaKPvOHSfwpSUdD0TPz51lORxNvm { display:block; }#PmImoaKPvOHSfwpSUdD0TPz51lORxNvm > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIFCKTrf1a0KnwJ0vopNUPxWCaJB7vUn { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxO3KCBvnz9FJ7lKB1lZmTKLBhElMmcL { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F56xp11LA7CPIz0mMmqI2nZe5BE7sTEi { width:20rem;height:6.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFZZ26RZ6oPeE7Dbd4fbJxI3gly00VwE { width:18.75rem;height:4.875rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWQKHB8PUHddWJC1IaOJPpO0IbCAcUk8 { width:20rem;height:12.25rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBPN2tlbUIsADXn40H50iUQrLRPFCaMU { width:18.9375rem;height:10.4rem;top:9.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONt1W3HqUtcw9vtThWPFsov8MihtbuWK { width:19.875rem;height:23.5625rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w58w8f0z4byECZL0HhopqUAerzWMAqvT { width:17.4375rem;height:1.3rem;top:23.8125rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOaXCBbTD6tBLRWOTz36vllH9lTpvCul { width:17.8125rem;height:18.725rem;top:26.33749961853rem;left:1.09375rem;font-size:1rem;display:block; }#eOaXCBbTD6tBLRWOTz36vllH9lTpvCul li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 763px) { #Odoy3k251GHynVNb3oa9GuxUXhdNKONC { width:9.75rem;height:12.4375rem;top:39rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uy1nVISNr0SB7vyKmH2Xh2Td5nHhTWSy { top:47.5rem;left:5.75rem;width:8.5rem;height:10.8125rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ { display:block; }#n7RH81pq0Gx3TVzCu6ntMwBDIcEvp2HQ > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6t5FhECCAWZZrlQQOwVvUsxryxaPqaI { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND2eCoZt1cRdHxIVhxOWoCE1GLq6yWIM { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWpNP7kRhsbDukQzXMSvQCD2r4pxwPBT { width:20rem;height:5.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pht2HU1LnicHToE67xhFVP5pv16QteST { width:18.75rem;height:3.25rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCay9k5faAyPEDLeMqp7ZCyudUCsd6Ih { width:20rem;height:8.375rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfV6cJ42rZ6qd8DWbw5P0WHGDO4kibFI { width:18.9364375rem;height:6.5rem;top:8.46875rem;left:0.53229141235351rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhuXirV0t0geNNJZQIKsWEBigK2lQciR { width:19.875rem;height:24.75rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGNkJQ7ORF8Z7c02UBLTQpCrczpm2EBW { width:17.4375rem;height:1.3rem;top:18.75rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB { width:17.8125rem;height:19.4rem;top:21.625rem;left:1.09375rem;font-size:1rem;display:block; }#DOI6FJB3qvVg7gpHWlfiTIKW9xIR6tuB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 763px) { #uNZi2LrfTt1oSTz9TpvHL7qe1VbuSk7e { width:11.4375rem;height:11.625rem;top:39rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnbNGdpVbf5dHiuMyuyJ3RhrvUW6kUO9 { top:44.125rem;left:3.8125rem;width:12.375rem;height:12.625rem;z-index:15010;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb { display:none; }#MXOZMudrlaMJnP6uFOZ5pgIFEzu3bgSb > .row .container { width:20rem;height:52.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xvxgnsgqfWnl78HhkQmngFoWI5KuRRuv { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH37VpiBNfUh37Q2BUzBW57T97dvBg9a { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbBrtZLbGnbrl8EMmI2sfcgKQQZVwziW { width:20rem;height:4.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlIO0DgCAkD6SPxoME46l7EMNqsgWkx { width:18.75rem;height:3.25rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDh1VEVd6MMyFucE0WVmG5T4JxtrSHKB { width:20rem;height:7.5625rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Jb87DvDc6v5gb7ru5q9kgqMIXD3UHe { width:18.9364375rem;height:5.2rem;top:8.99374961853rem;left:0.53229141235351rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIISrnIzN8HXZSmbWLXSC83mkdPKTEXm { width:19.875rem;height:20.9375rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Wc9UMtvkBqzzPyImunN5q3nrDTE5Fn { width:17.4375rem;height:1.3rem;top:17.9375rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy { width:17.8125rem;height:15.4980625rem;top:20.6875rem;left:1.09375rem;font-size:1rem;display:block; }#yOmmVyJ02V8w1UDZZyv1Lk5uhoSiWdOy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c7abae97-312a-4f6b-8ab7-67facf1c7578/burgundwypunktowanie.png); }
 }@media only screen and (max-width: 763px) { #OOdWcFnB1de8uZnWVrGgabyNAnE0q2M5 { width:8.25rem;height:12.4375rem;top:39rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQuuz03E7fyk5vD4U8pyzmCcb6GbCyEp { top:39.1875rem;left:5.75rem;width:8.5rem;height:12.75rem;z-index:15010;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP { display:block; }#iVZR2aDU5TnalNu8CCEI3dOd9yG7gbMP > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncLxZKVvemwk8Wg0LPQDgL2w0WT6gaE9 { width:5.0625rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0d4soXdAk4CCtBItqXBXszvV2CGbyAr { width:2.375rem;height:2.275rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTfJEmyLVgHksPEH9UADzlG44fX9kCcH { width:20rem;height:6.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB3z8gIlTPT8nwuhPxTux6AI73l2l60m { width:18.75rem;height:4.875rem;top:1.9375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiyDHRGtpJLDmlP1KC7DSXpRqbKvXX13 { width:20rem;height:11rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekGXWbM7rlCnM031mVVdXEyoiwxGTdNF { width:18.9364375rem;height:7.8rem;top:10.47500038147rem;left:0.53229141235351rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6AlQJlcZBAuLDLoePGGQ7k94obSqpeb { top:21.1875rem;left:5.8125rem;width:8.375rem;height:12.625rem;z-index:15010;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs { display:block; }#X393F3PrzVAUmSfRyXKV4O2vnA0t3ZNs > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di8HbeKoHDyQhEsiXdKBNqFZr3b73Zs1 { width:1.6875rem;height:1.6875rem;top:3.125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbxtpIuJWsNJSFtMmQChsxfTiNxkKoOp { width:17.686625rem;height:4.375rem;top:1.125rem;left:1.1566841006279rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHDL3C457kstd7gPErJFdK86NtOB3wAZ { display:block; }
 }@media only screen and (max-width: 763px) { #zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 { display:block; }#zSslU7pATXv0ZlGTtWbVzrIfXfieH4F6 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2ZHmDdmAePKgdo4STF3XmA1MbX2e5u2 { width:18.75rem;height:2.03125rem;top:1.049280166626rem;left:0.62500005960463rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuFViJSxaeVoUT0nSQro4zysoQJFnCrL { display:block; }#UuFViJSxaeVoUT0nSQro4zysoQJFnCrL > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTxuNnN2VoGgiwk5P0rGTxWo5ChRdGwG { width:18.4375rem;height:39rem;top:16rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEkPnJlH4KCoVl2V7nV6QnP17qvRoxba { width:12.5rem;height:1.625rem;top:2.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuILhTpyFTEbenJPwBIvcgTn4VzKMaVM { width:20rem;height:55.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEfJCH4WBvgwvRrEVxowpSMLVuyAUZEd { width:9.6875rem;height:9.25rem;top:5.5874996185303rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 { display:block; }#JcSpnUwR6wh1lyqVZ2Em0EwPhT3cgZE3 > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ31BrTNwckrCVXtf5zCERuo3sQ782XD { width:18.75rem;height:38.125rem;top:11.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnJ0tOQ590USpKTmmHFWMGPpyFiEfM40 { width:20rem;height:55.25rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaAx7E2drEmsnOqRT5HEP1c9OciVJzuW { width:20rem;height:8.125rem;top:0.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:10.686875rem;height:2.1875rem;top:1.3107681274414rem;left:4.6560333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:20rem;height:10.725rem;top:4.4835052490234rem;left:0rem;font-size:0.75rem;display:block; }
 }