.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#XTOJkTOHuaeWmTlSqSqCTQM7l7URTAV3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:9.5625rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#ec3x8F7XQVCGR4FRufJugOZx3LUteNKC { box-sizing:content-box;height:19.625rem;width:74.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9afefa53-e43a-4649-824f-3e8948b46571/aplikacja.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }#ec3x8F7XQVCGR4FRufJugOZx3LUteNKC.adaptive-delivery-prevent-bg, #ec3x8F7XQVCGR4FRufJugOZx3LUteNKC.lazyload, #ec3x8F7XQVCGR4FRufJugOZx3LUteNKC.lazyloading { background-image: none; }
#ec3x8F7XQVCGR4FRufJugOZx3LUteNKC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }#ec3x8F7XQVCGR4FRufJugOZx3LUteNKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.6041667461395rem;left:67.291666030881rem; }
#t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.6041667461395rem;left:70.166666030881rem; }
#mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#svwCoifepSJz9wvz8OPtssnihqVgzIcX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.6041667461395rem;left:72.93750190735rem; }
#svwCoifepSJz9wvz8OPtssnihqVgzIcX > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#bsEvVA1eMmhftpnq7X13UMCzF2ibqD4i { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.375rem;left:6.1875rem;height:5.84895625rem;display:block; }
#E0E6I2k1qCcl2IvHfKE0itBHsz3ASf5a { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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.99978125rem;width:7.1875rem;top:13.8125rem;left:6.1875rem;overflow:hidden;display:block; }
#feBZxtaqiV2PTRPGvHhIibM8nMEXZ1S2 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-4),1);border-left:0.1875rem solid rgba(var(--color-secondary-4),1);border-right:0.1875rem solid rgba(var(--color-secondary-4),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.4463976621627rem;left:59.602869033814rem;display:block; }
#yNTQsa16qJrvad288HTla6JHl6Vx4Zgc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0mGTewkHdHMlTrbR6aK0VHnOn1vnGT6 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:6.1875rem;display:block; }
#R5BQ5D0PTEg3hHRd2tbtPrfXTVJz8CCX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.8422317504881rem;left:7.1538639068606rem; }
#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN { position:relative;display:block; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN { background-color: transparent; background-image: none; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row .container > .video-iframe-container { display: none; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row > .video-iframe-container { display: none; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .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); }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN { border-width: 0; border-radius: 0; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .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; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.0625rem;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; }#Tdwh4Ba1IBiWNwvMRLykTrg9CpVp5vt9 { box-sizing:content-box;height:14.6875rem;width:68.6875rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:3.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#enhLZLSCiTLgFaARI3dqgTdZ1En1KWP8 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.43555rem;width:5.4362rem;top:19.875rem;left:35.625rem;overflow:hidden;display:block; }
#BSwF16P17bAwaFd3KeMuy23DV1ryOIEb { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top: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:4.0625rem;width:14.124375rem;top:22.5625rem;left:50rem;overflow:hidden;display:block; }
#k4vqhyyiECSzSp6rD8eMkmLHbx7CcTKh { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top: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:4.0625rem;width:13.8125rem;top:22.5625rem;left:12.875rem;overflow:hidden;display:block; }
#lFB6Hl9rvHmUaN5SVo2xCwCA8TCsB5Wo { box-sizing:content-box;height:6.18706875rem;width:6.18706875rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/e1fb7461-f87b-4065-bdc7-a03181664e4e/unnamed1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:34.8125rem;display:block; }#lFB6Hl9rvHmUaN5SVo2xCwCA8TCsB5Wo.adaptive-delivery-prevent-bg, #lFB6Hl9rvHmUaN5SVo2xCwCA8TCsB5Wo.lazyload, #lFB6Hl9rvHmUaN5SVo2xCwCA8TCsB5Wo.lazyloading { background-image: none; }
#r8LOpuTRlHLlMlSPN4KsVq8zprBAWomI { color:rgba(var(--color-tertiary-4),1);display:block;width:8.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:2;letter-spacing:0;top:9.6875rem;left:33.75rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#IFO0uhkPLyhlaaGy9XZ1wXRB2JCXZtgr { color:#66cc33;display:block;width:27.999125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:17.25rem;left:5.8125rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#c8AwnunShhU0WHFrA4ks0bwJ1srV21pH { color:#66cc33;display:block;width:26.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:2;letter-spacing:0;top:17.25rem;left:44rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#IoVWAhnZ4xoNFLoccPJdhVn9tPJ0MT43 { color:#000000;display:block;width:27.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15060;line-height:2;letter-spacing:0;top:6.1545143127441rem;left:5.0694446563721rem;height:2.25043125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#d773T1vVaiAUAzho115dk45NhM7sVWam { color:#000000;display:block;width:27.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:2;letter-spacing:0;top:30.779081344604rem;left:23.906251907349rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#l6zX73MgaUzwd8XWLu7X18IHkX4IKMQT { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-4),1);border-left:0.1875rem solid rgba(var(--color-secondary-4),1);border-right:0.1875rem solid rgba(var(--color-secondary-4),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6935975rem;height:3.38151rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:33.748916625976rem;left:31.995443344116rem;display:block; }
#BCLqf6TGiWumfarbLGQoZHUlPgbLMyE3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container { background-color: transparent; background-image: none; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container > .video-iframe-container { display: none; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row > .video-iframe-container { display: none; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .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); }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container { border-width: 0; border-radius: 0; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container { font-size:0.875rem;font-family:arial;height:123.0625rem;width:75rem;position:relative;display:block; }#HTSL2fUdg9hDlB5Vl3VrvKBezTE1iuo1 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15056;line-height:2;letter-spacing:0;top:12.872179031372rem;left:8.4353313446044rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#BmcAn5RLDWaFqPbtxWPeVP5WKCTqGcIG { color:rgba(var(--color-tertiary-4),1);display:block;width:49.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:2;letter-spacing:0;top:84.0625rem;left:12.875rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#m4VJnmFKvGOmb8D8OJCFBHM6ZszJxPap { color:rgba(var(--color-tertiary-4),1);display:block;width:65rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:115.875rem;left:6.4375rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#KhoWpncunZIpvFtxwCDJiTDJ0ayubbMF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:2;letter-spacing:0;top:59.49870300293rem;left:36.934679031372rem;height:8.9375rem;overflow:hidden;display:block; }#KhoWpncunZIpvFtxwCDJiTDJ0ayubbMF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KhoWpncunZIpvFtxwCDJiTDJ0ayubbMF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
#TTEFKXCyxPW1IhSWnEzXnAgFspgAg0pp { color:#66cc33;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:2;letter-spacing:0;top:25.059677124024rem;left:8.4353313446044rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#oAXDFT45ealAM0npuFRcrzuWI7LXsXGS { box-sizing:content-box;height:13.125rem;width:65.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5rem;left:4.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xo6cTukd1TAya4Eu4aCLSxlw3cicKOKw { box-sizing:content-box;height:37.999125rem;width:19.4998125rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/28c6acd7-9a2c-40c8-89da-b3d24471c3cd/SCREANS_WWW_41.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.1872835159302rem;left:45.186632156372rem;display:block; }#xo6cTukd1TAya4Eu4aCLSxlw3cicKOKw.adaptive-delivery-prevent-bg, #xo6cTukd1TAya4Eu4aCLSxlw3cicKOKw.lazyload, #xo6cTukd1TAya4Eu4aCLSxlw3cicKOKw.lazyloading { background-image: none; }
#Z94fVvFRF5DdET1N2FxorhXWtORAFciq { box-sizing:content-box;height:37.9980625rem;width:19.4998125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/779ae84e-afe5-4946-aeb5-aaf6690aed68/Projektbeznazwy32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.686636686325rem;left:13.935548782349rem;display:block; }#Z94fVvFRF5DdET1N2FxorhXWtORAFciq.adaptive-delivery-prevent-bg, #Z94fVvFRF5DdET1N2FxorhXWtORAFciq.lazyload, #Z94fVvFRF5DdET1N2FxorhXWtORAFciq.lazyloading { background-image: none; }
#nLRiT96cpnDoUfQuV8WlQwI9CBfPcnmB { box-sizing:content-box;height:20.5625rem;width:65.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51rem;left:4.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RyVQTfeIpfZhNRMm6wFFpymxyBJF9asr { color:#66cc33;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:2;letter-spacing:0;top:53.560115814209rem;left:36.934679031372rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#rdxtub8iwNsrTexP2yhkZQHNHT3wTctd { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.186875rem;width:32.4370625rem;top:93.5rem;left:3.625rem;display:block; }
#LMnA4uI6KdrD98spFoEPgcT8oJPVrXDE { color:#66cc33;display:block;width:15.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15064;line-height:2;letter-spacing:0;top:89.6875rem;left:12rem;height:2.25043125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#Lrhd2QQGF5SSfuBytswbfpbvx8Izftfd { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.186875rem;width:32.436rem;top:93.5rem;left:38.9375rem;display:block; }
#mTCEsA7szns97lDGFmVT5RUdLTcaTvNg { color:#66cc33;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:2;letter-spacing:0;top:89.6875rem;left:43.9375rem;height:2.25043125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#zhdU78vZAeK7TFyxpFstquor6i2B36eN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:115.5625rem;left:8.8125rem; }
#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { background-color: transparent; background-image: none; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container > .video-iframe-container { display: none; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row > .video-iframe-container { display: none; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .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); }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { border-width: 0; border-radius: 0; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#ZHbd7hbWw3TBFtTnsDudn3PQ9fvd9x6A { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:7.25rem;top:1.1875rem;left:67.75000190735rem;overflow:hidden;display:block; }
#FkwLV8MFtfdUih941SM516wVyN0plxDH { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.537109375rem;left:0rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTOJkTOHuaeWmTlSqSqCTQM7l7URTAV3 { top:0.9375rem;left:0rem;width:9.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3x8F7XQVCGR4FRufJugOZx3LUteNKC { top:5.25rem;left:0rem;width:47.75rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH { top:1.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD { top:1.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #svwCoifepSJz9wvz8OPtssnihqVgzIcX { top:1.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#svwCoifepSJz9wvz8OPtssnihqVgzIcX > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #bsEvVA1eMmhftpnq7X13UMCzF2ibqD4i { top:16.3125rem;left:0rem;width:24.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0E6I2k1qCcl2IvHfKE0itBHsz3ASf5a { top:13.8125rem;left:0rem;width:7.1875rem;height:1.9987rem;display:block; }
 }@media only screen and (max-width: 763px) { #feBZxtaqiV2PTRPGvHhIibM8nMEXZ1S2 { width:6.5625rem;height:2.375rem;top:1.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTQsa16qJrvad288HTla6JHl6Vx4Zgc { display:block; }
 }@media only screen and (max-width: 763px) { #h0mGTewkHdHMlTrbR6aK0VHnOn1vnGT6 { top:7.875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5BQ5D0PTEg3hHRd2tbtPrfXTVJz8CCX { top:8.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN { display:block; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tdwh4Ba1IBiWNwvMRLykTrg9CpVp5vt9 { top:13.8125rem;left:0rem;width:47.75rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enhLZLSCiTLgFaARI3dqgTdZ1En1KWP8 { top:19.875rem;left:22rem;width:5.375rem;height:1.4193887734079rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSwF16P17bAwaFd3KeMuy23DV1ryOIEb { top:22.5625rem;left:33.6875rem;width:14.0625rem;height:4.044703305456rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4vqhyyiECSzSp6rD8eMkmLHbx7CcTKh { top:22.5625rem;left:0rem;width:13.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFB6Hl9rvHmUaN5SVo2xCwCA8TCsB5Wo { top:3.375rem;left:21.1875rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8LOpuTRlHLlMlSPN4KsVq8zprBAWomI { top:9.6875rem;left:20.125rem;width:8.25rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFO0uhkPLyhlaaGy9XZ1wXRB2JCXZtgr { top:17.25rem;left:0rem;width:27.9375rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8AwnunShhU0WHFrA4ks0bwJ1srV21pH { top:17.25rem;left:21.6875rem;width:26.0625rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoVWAhnZ4xoNFLoccPJdhVn9tPJ0MT43 { top:6.125rem;left:0rem;width:27.9375rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d773T1vVaiAUAzho115dk45NhM7sVWam { top:30.75rem;left:10.281251907349rem;width:27.9375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6zX73MgaUzwd8XWLu7X18IHkX4IKMQT { width:12.6875rem;height:3.375rem;top:33.6875rem;left:18.370443344116rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCLqf6TGiWumfarbLGQoZHUlPgbLMyE3 { display:block; }
 }@media only screen and (max-width: 763px) { #wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE { display:block; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTSL2fUdg9hDlB5Vl3VrvKBezTE1iuo1 { top:12.8125rem;left:0rem;width:30.4375rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmcAn5RLDWaFqPbtxWPeVP5WKCTqGcIG { top:84.0625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4VJnmFKvGOmb8D8OJCFBHM6ZszJxPap { top:115.875rem;left:0rem;width:47.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhoWpncunZIpvFtxwCDJiTDJ0ayubbMF { top:59.4375rem;left:16.1875rem;width:31.5625rem;height:8.9375rem;font-size:0.875rem;display:block; }#KhoWpncunZIpvFtxwCDJiTDJ0ayubbMF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
 }@media only screen and (max-width: 763px) { #TTEFKXCyxPW1IhSWnEzXnAgFspgAg0pp { top:25rem;left:0rem;width:28.8125rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAXDFT45ealAM0npuFRcrzuWI7LXsXGS { top:20.5rem;left:0rem;width:47.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo6cTukd1TAya4Eu4aCLSxlw3cicKOKw { top:4.125rem;left:28.25rem;width:19.4375rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94fVvFRF5DdET1N2FxorhXWtORAFciq { top:42.625rem;left:0.31054878234863rem;width:19.4375rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLRiT96cpnDoUfQuV8WlQwI9CBfPcnmB { top:51rem;left:0rem;width:47.75rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyVQTfeIpfZhNRMm6wFFpymxyBJF9asr { top:53.5rem;left:18.75rem;width:29rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdxtub8iwNsrTexP2yhkZQHNHT3wTctd { top:93.5rem;left:0rem;width:32.375rem;height:18.152077677348rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMnA4uI6KdrD98spFoEPgcT8oJPVrXDE { top:89.6875rem;left:0rem;width:15.8125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrhd2QQGF5SSfuBytswbfpbvx8Izftfd { top:93.5rem;left:15.375rem;width:32.375rem;height:18.15267228157rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTCEsA7szns97lDGFmVT5RUdLTcaTvNg { top:89.6875rem;left:25.875rem;width:21.875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhdU78vZAeK7TFyxpFstquor6i2B36eN { top:115.5625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaLcrM8WTINnUcKP3rEulHU45SCWhIbX { display:block; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHbd7hbWw3TBFtTnsDudn3PQ9fvd9x6A { top:1.1875rem;left:40.5rem;width:7.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwLV8MFtfdUih941SM516wVyN0plxDH { top:1.5rem;left:0rem;width:19.375rem;height:0.9375rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTOJkTOHuaeWmTlSqSqCTQM7l7URTAV3 { width:9.5625rem;height:2.6875rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3x8F7XQVCGR4FRufJugOZx3LUteNKC { width:20rem;height:19.6875rem;top:10.375rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH { display:flex;width:1.25rem;height:1.25rem;top:4.6875rem;left:7.0625rem;font-size:0.875rem; }
#t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD { display:flex;width:1.25rem;height:1.25rem;top:4.6875rem;left:9.3125rem;font-size:0.875rem; }
#mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #svwCoifepSJz9wvz8OPtssnihqVgzIcX { display:flex;width:1.25rem;height:1.25rem;top:4.6875rem;left:11.625rem;font-size:0.875rem; }
#svwCoifepSJz9wvz8OPtssnihqVgzIcX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #bsEvVA1eMmhftpnq7X13UMCzF2ibqD4i { width:16.1870625rem;height:5.19921875rem;top:23.5rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0E6I2k1qCcl2IvHfKE0itBHsz3ASf5a { width:7.1875rem;height:1.99978125rem;top:20.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feBZxtaqiV2PTRPGvHhIibM8nMEXZ1S2 { width:6.5347225rem;height:2.34635375rem;top:7rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTQsa16qJrvad288HTla6JHl6Vx4Zgc { display:block; }
 }@media only screen and (max-width: 763px) { #h0mGTewkHdHMlTrbR6aK0VHnOn1vnGT6 { width:3.25rem;height:3.25rem;top:16.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5BQ5D0PTEg3hHRd2tbtPrfXTVJz8CCX { display:flex;width:1.68728125rem;height:1.875rem;top:16.810981750488rem;left:2.8417969346046rem; }
 }@media only screen and (max-width: 763px) { #lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN { display:block; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tdwh4Ba1IBiWNwvMRLykTrg9CpVp5vt9 { width:20rem;height:20.6875rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enhLZLSCiTLgFaARI3dqgTdZ1En1KWP8 { width:5.4362rem;height:1.43555rem;top:19.124350547791rem;left:7.2808163762094rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSwF16P17bAwaFd3KeMuy23DV1ryOIEb { width:9.125rem;height:2.5625rem;top:32.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4vqhyyiECSzSp6rD8eMkmLHbx7CcTKh { width:9.124375rem;height:2.62478125rem;top:23.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFB6Hl9rvHmUaN5SVo2xCwCA8TCsB5Wo { width:4.56163125rem;height:4.56163125rem;top:7.3578567504881rem;left:7.718098938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8LOpuTRlHLlMlSPN4KsVq8zprBAWomI { width:16.4355625rem;height:1.48698125rem;top:13.0625rem;left:1.75rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFO0uhkPLyhlaaGy9XZ1wXRB2JCXZtgr { width:17.6248125rem;height:2.97395625rem;top:19rem;left:1.1875rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8AwnunShhU0WHFrA4ks0bwJ1srV21pH { width:16.875rem;height:2.97395625rem;top:28.125rem;left:1.5625rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IoVWAhnZ4xoNFLoccPJdhVn9tPJ0MT43 { width:20rem;height:1.9121125rem;top:2.375rem;left:0rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d773T1vVaiAUAzho115dk45NhM7sVWam { width:12.8125rem;height:2.97395625rem;top:39.875rem;left:3.625rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6zX73MgaUzwd8XWLu7X18IHkX4IKMQT { width:12.6588475rem;height:2.40929125rem;top:44.3125rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCLqf6TGiWumfarbLGQoZHUlPgbLMyE3 { display:block; }
 }@media only screen and (max-width: 763px) { #wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE { display:block; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container { width:20rem;height:166.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTSL2fUdg9hDlB5Vl3VrvKBezTE1iuo1 { width:15.811625rem;height:3.82421875rem;top:2.3122825622559rem;left:2.0930991768837rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmcAn5RLDWaFqPbtxWPeVP5WKCTqGcIG { width:17.5rem;height:3.3997375rem;top:117.37413597107rem;left:1.2500000596046rem;font-size:1rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4VJnmFKvGOmb8D8OJCFBHM6ZszJxPap { width:14.375rem;height:5.94791875rem;top:158rem;left:4.3125rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhoWpncunZIpvFtxwCDJiTDJ0ayubbMF { width:17.25rem;height:12.8333125rem;top:64.8125rem;left:1.875rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#KhoWpncunZIpvFtxwCDJiTDJ0ayubbMF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
 }@media only screen and (max-width: 763px) { #TTEFKXCyxPW1IhSWnEzXnAgFspgAg0pp { width:15.5620625rem;height:4.4609375rem;top:9.9370651245119rem;left:2.2178819775581rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oAXDFT45ealAM0npuFRcrzuWI7LXsXGS { width:20rem;height:35.6875rem;top:8.1868667602537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo6cTukd1TAya4Eu4aCLSxlw3cicKOKw { width:19.436875rem;height:37.9373125rem;top:16.124134063721rem;left:0.27994793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94fVvFRF5DdET1N2FxorhXWtORAFciq { width:19.436875rem;height:37.9373125rem;top:77.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLRiT96cpnDoUfQuV8WlQwI9CBfPcnmB { width:20rem;height:50.0625rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyVQTfeIpfZhNRMm6wFFpymxyBJF9asr { width:17.1875rem;height:5.94791875rem;top:57.4375rem;left:2.0625rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rdxtub8iwNsrTexP2yhkZQHNHT3wTctd { height:11.213125rem;width:20rem;top:127.87435150146rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMnA4uI6KdrD98spFoEPgcT8oJPVrXDE { width:13.3745625rem;height:1.70030625rem;top:123.93663454056rem;left:3.3127172589302rem;font-size:1rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lrhd2QQGF5SSfuBytswbfpbvx8Izftfd { height:11.213125rem;width:20rem;top:145.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTCEsA7szns97lDGFmVT5RUdLTcaTvNg { width:19.249125rem;height:1.70030625rem;top:141.5625rem;left:0.375rem;font-size:1rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhdU78vZAeK7TFyxpFstquor6i2B36eN { display:flex;width:2.1875rem;height:2.1875rem;top:158.125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #PaLcrM8WTINnUcKP3rEulHU45SCWhIbX { display:block; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHbd7hbWw3TBFtTnsDudn3PQ9fvd9x6A { width:7.25rem;height:2rem;top:1.25rem;left:6.3750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwLV8MFtfdUih941SM516wVyN0plxDH { width:19.375rem;height:0.9746125rem;top:4rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }